@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  word-break: break-word; /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

/***************
common
***************/
body {
  color: #3a3a3a;
  -webkit-print-color-adjust: exact;
  font-size: 15px;
  line-height: 190%;
  /*
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游ゴシック","Yu Gothic",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  */
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
  color: #333;
}
body a:hover {
  text-decoration: underline;
}
body img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  max-width: 100%;
  width: auto;
}

/***************
pc
***************/
.wrapper {
  position: relative;
}

header {
  position: relative;
  background: #FFF;
  z-index: 3;
}

.header_area {
  /*
  max-width:1100px;
  */
  margin: 0 auto 0;
  position: relative;
  padding: 14px 0 0px 0;
  height: 94px;
}
.header_area .header_left {
  position: relative;
  width: 420px;
  margin: 0px 0 0 30px;
}
.header_area .header_left a {
  max-width: 370px;
  display: inline-block;
}
.header_area .header_left img {
  max-width: 370px;
}
.header_area .header_left p {
  position: absolute;
  top: 38px;
  left: 62px;
  font-size: 11px;
}
.header_area .header_right .sns {
  position: absolute;
  right: 20px;
  top: 47px;
}
.header_area .header_right .sns ul {
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_area .header_right .sns ul li {
  -webkit-transform: skewX(160deg);
  transform: skewX(160deg);
  border-right: 1px solid #cccccc;
  display: inline-block;
  padding: 0 15px;
}
.header_area .header_right .sns ul li a {
  -webkit-transform: skewX(-160deg);
          transform: skewX(-160deg);
  display: inline-block;
  width: 25px;
}
.header_area .header_right .sns ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.header_area .header_right .sns ul li:first-child {
  padding: 0 20px 0 15px;
}
.header_area .header_right .sns ul li:last-child {
  border: none;
  position: relative;
}
.header_area .header_right .sns ul li:last-child a {
  width: 25px;
  height: 25px;
  background: url(../../assets/img/common/header_search.png) left top no-repeat;
  background-size: 25px 25px;
  display: block;
  color: transparent !important;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_area .header_right .sns ul li:last-child a:hover {
  background: url(../../assets/img/common/header_search_on.png) left top no-repeat;
  background-size: 25px 25px;
}
.header_area .header_right .sns ul li:last-child .epress_search {
  display: none;
  width: 300px;
  position: absolute;
  top: 47px;
  right: -7px;
  background-color: rgb(0, 0, 0);
  z-index: 1;
  padding: 20px 0 20px 35px;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}
.header_area .header_right .sns ul li:last-child .epress_search .pslr {
  position: relative;
}
.header_area .header_right .sns ul li:last-child .epress_search .pslr:before {
  content: "";
  position: absolute;
  top: -35px;
  right: 28px;
  border: 6px solid transparent;
  border-bottom: 10px solid #000;
}
.header_area .header_right .sns ul li:last-child .epress_search input {
  background: #FFF;
  padding: 8px 12px;
  font-size: 12px;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  width: 180px;
}
.header_area .header_right .sns ul li:last-child .epress_search .submit {
  background: none;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  line-height: 14pt;
  padding: 5px 12px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  width: auto;
}
.header_area .header_right .sns ul li:last-child .epress_search .submit:hover {
  color: #df4322;
}
.header_area .header_right .sns ul li.active {
  border: none;
  position: relative;
}
.header_area .header_right .sns ul li.active a {
  width: 25px;
  height: 25px;
  background: url(../../assets/img/common/header_search_on.png) left top no-repeat;
  background-size: 25px 25px;
  display: block;
  color: transparent !important;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_area .header_right .language {
  background: #000000;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  position: absolute;
  top: 0;
  right: 10px;
}
.header_area .header_right .language ul {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  line-height: 0;
  padding: 8px 6px;
}
.header_area .header_right .language ul li {
  -webkit-transform: skewX(160deg);
  transform: skewX(160deg);
  border-right: 1px solid #818181;
  display: inline-block;
  font-size: 9px;
  line-height: 9pt;
  padding: 0 14px;
}
.header_area .header_right .language ul li a {
  display: inline-block;
  -webkit-transform: skewX(-160deg);
          transform: skewX(-160deg);
  color: #e9e9e9;
  padding: 0px 0px;
  position: relative;
}
.header_area .header_right .language ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #868686;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_area .header_right .language ul li a:hover::after {
  width: 100%;
}
.header_area .header_right .language ul li a:hover {
  text-decoration: none;
}
.header_area .header_right .language ul li:last-child {
  border-right: none;
}

.naviss {
  overflow: hidden;
  position: absolute;
  top: 94px;
  width: 100%;
  height: 300px;
  z-index: 2;
}

.header_nav_block {
  position: relative;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: block;
}
.header_nav_block.fixed01 {
  position: fixed;
  top: -64px;
}
.header_nav_block.fixed02 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_nav_block.fixed03 {
  position: fixed;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}
.header_nav_block nav {
  max-width: 1100px;
  margin: 0 auto 0;
  background: #df4322;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.header_nav_block nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  /*
  li:first-child{
      background:#000000;
  }
  */
  /*
              li.homenavi a::before{
                  position: absolute;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  left: 0;
                  z-index: -1;
                  content: '';
                  background: #df4322;
                  transform-origin: left bottom;
                  transform: scale(1, 0);
                  transition: transform .3s;
              }
              li.homenavi a:hover::before {
                  transform-origin: left top;
                  transform: scale(1, 1);
              }
  */
}
.header_nav_block nav ul li {
  list-style: none;
  text-align: center;
  width: 14%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  will-change: contents;
}
.header_nav_block nav ul li img {
  width: 18px;
  margin: 0 auto 0;
  display: inline-block;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.header_nav_block nav ul li div.navs {
  color: #FFF;
  display: inline-block;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 20px 0 18px 0;
  width: 100%;
  font-size: 1.4vw;
  line-height: 20pt;
  height: 100%;
  font-weight: bold;
}
.header_nav_block nav ul li div.navs em {
  border-right: 1px solid #FFF;
  display: block;
  width: 100%;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}
.header_nav_block nav ul li div.navs em span {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: inline-block;
}
.header_nav_block nav ul li div.menu-area {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  border: none;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  cursor: auto;
  background: #f9f1f1;
  /*
  .mega-area:hover{
      backface-visibility:hidden;
      -webkit-backface-visibility: hidden;
  }
  */
}
.header_nav_block nav ul li div.menu-area .menu-area_block {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaleft {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  padding: 0;
  color: #000;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaleft p {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  font-size: 2.4vw;
  line-height: 160%;
  padding: 0 0 0 0%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaleft p span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.2vw;
  margin: 5px 0 0 0;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 0 0% 0 6%;
  -webkit-box-flex: 1.8;
  -webkit-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  border-left: 1px solid #df4322;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li {
  background: none;
  display: block;
  width: 50%;
  cursor: auto;
  text-align: left;
  padding: 0.3% 0;
  /*
  a::before{
      content: '';
      background: #000;
      height: 1px;
      width: 0px;
      position: absolute;
      right: -35px;
      top: 51%;
      transition: all .3s ease;
  }
  */
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a {
  background: none;
  height: 100%;
  display: inline-block;
  font-size: 1.7vw;
  padding: 0% 6% 0 0;
  font-weight: bold;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  /*
  span:after{
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fdff2d;
      width: 0%;
      height: 4px;
      z-index: -1;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: 0.2s linear;
      -ms-transition: 0.2s linear;
      transition: 0.2s linear;
  }
  span:hover:after{
      width:100%;
  }
  */
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a span {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  display: inline-block;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a::after {
  content: "";
  height: 5px;
  width: 0px;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background: url(../../assets/img/common/icon_img_12.png) left center no-repeat;
  background-size: 15px 5px;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a:hover::after {
  content: "";
  height: 5px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background: url(../../assets/img/common/icon_img_12.png) left center no-repeat;
  background-size: 15px 5px;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a:hover {
  padding: 0 6% 0 24px;
  color: #df4322;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd01 {
  width: 32%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd02 {
  width: 41%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd03 {
  width: 33%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd04 {
  width: 34%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd05 {
  width: 40%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd06 {
  width: 28%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd07 {
  width: 39%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd08 {
  width: 32%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd09 {
  width: 24%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd10 {
  width: 46%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd11 {
  width: 24%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd12 {
  width: 36%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd13 {
  width: 64%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd14 {
  width: 50%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd15 {
  width: 36%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd16 {
  width: 30%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs {
  display: block;
  text-align: left;
  margin: 10px 0 0 4px;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li {
  background: none;
  display: inline-block;
  width: 18%;
  margin: 0 0px 0 0px;
  line-height: 8pt;
  cursor: auto;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li a {
  display: block;
  background: none;
  font-weight: normal;
  padding: 0% 0% 0% 0%;
  text-align: center;
  width: auto;
  font-size: 1.5vw;
  border-right: 1px solid #958383;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li a span {
  position: relative;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: inline-block;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #df4322;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li a span:hover::after {
  width: 100%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li:first-child {
  width: 22%;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li:first-child a {
  padding: 0 0% 0 0;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  background: #e4c147;
  position: absolute;
  right: -50px;
  bottom: -35px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links a::before {
  content: none;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links a {
  color: #FFF;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: inline-block;
  padding: 10px 45px 10px 24px;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links a:hover {
  text-decoration: none;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links:hover {
  background: #d3aa1a;
}
.header_nav_block nav ul li div.menu-area .menu-area_block .ex {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 0 0% 0 6%;
  -webkit-box-flex: 2.2;
  -webkit-flex: 2.2;
      -ms-flex: 2.2;
          flex: 2.2;
  border-left: 1px solid #df4322;
}
.header_nav_block nav ul li:hover div.navs {
  color: #df4322;
}
.header_nav_block nav ul li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #f9f1f1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header_nav_block nav ul li:hover a::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_nav_block nav ul li .navs::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #f9f1f1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header_nav_block nav ul li:hover .navs::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_nav_block nav ul li.active div.navs {
  color: #df4322;
}
.header_nav_block nav ul li.active div.navs::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_nav_block nav ul li.homenavi {
  width: 6%;
  text-align: center;
  position: relative;
}
.header_nav_block nav ul li.homenavi a {
  background: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 21px 0 13px 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.header_nav_block nav ul li.homenavi a::before {
  background: #3b3b3b;
}
.header_nav_block nav ul li:nth-child(2) {
  width: 24%;
}
.header_nav_block nav ul li:nth-child(3) {
  width: 16%;
}
.header_nav_block nav ul li:nth-child(6) {
  width: 13%;
}
.header_nav_block nav ul li:last-child div.navs em {
  border-right: none;
}

@media screen and (min-width: 48em) {
  #pagetop {
    position: relative;
  }
  #pagetop a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    background: url(../../assets/img/common/pagetop.png) center top no-repeat;
    background-size: 132px 270px;
    width: 132px;
    height: 270px;
    position: fixed;
    bottom: -270px;
    right: 20px;
    z-index: 9999;
  }
  #pagetop a.intermediate {
    position: fixed;
    bottom: -170px;
  }
  #pagetop a:hover {
    position: fixed;
    bottom: 0;
    text-decoration: none;
  }
  #pagetop a.bottomFixed {
    position: absolute;
    bottom: -160px;
  }
  #pagetop a.on {
    position: fixed;
    bottom: 0;
  }
  #pagetop a.invisible {
    position: fixed;
    bottom: -270px;
  }
}
footer {
  margin: 0px 0 0 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #df4322), color-stop(20%, #df4322), color-stop(20%, #000000), color-stop(40%, #000000), color-stop(0, #f5d647), color-stop(60%, #f5d647), color-stop(60%, #000000), color-stop(80%, #000000), color-stop(0, #df4322));
  background: -webkit-linear-gradient(left, #df4322 0, #df4322 20%, #000000 20%, #000000 40%, #f5d647 0, #f5d647 60%, #000000 60%, #000000 80%, #df4322 0);
  background: linear-gradient(to right, #df4322 0, #df4322 20%, #000000 20%, #000000 40%, #f5d647 0, #f5d647 60%, #000000 60%, #000000 80%, #df4322 0);
  padding: 2px 0 0 0;
}
footer .footer_area {
  background: #f3f3f3;
  padding: 60px 0;
}
footer .footer_area .footer_logo {
  width: 420px;
  margin: 0px auto 0;
  position: relative;
}
footer .footer_area .footer_logo img {
  max-width: 370px;
  margin: 0 0 0 20px;
}
footer .footer_area .footer_logo p {
  position: absolute;
  top: 38px;
  left: 82px;
  font-size: 10px;
  font-weight: bold;
}
footer .footer_area .footer_list {
  max-width: 1100px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  font-size: 11px;
  line-height: 11pt;
  font-weight: 500;
}
footer .footer_area .footer_list ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer_area .footer_list ul li {
  margin-bottom: 10px;
}
footer .footer_area .footer_list ul li a {
  display: inline-block;
  position: relative;
}
footer .footer_area .footer_list ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #df4322;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .footer_area .footer_list ul li a:hover::after {
  width: 100%;
}
footer .footer_area .footer_list ul li a:hover {
  text-decoration: none;
  color: #df4322;
}
footer .footer_area .footer_list ul:nth-child(3) {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
footer .footer_area .footer_list ul:nth-child(4) {
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.ft_link {
  margin: 10px 0 0 0;
}

.ft_link a {
  display: inline-block;
  background: #df4322;
  color: #FFF;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer_area .footer_list ul li.ft_link a:hover::after {
  width: 0%;
}

footer .footer_area .footer_list ul li.ft_link a:hover {
  color: #FFF;
}

.ft_link a:hover {
  text-decoration: none;
  color: #FFF;
  background: #e4c147;
}

.footer_bottom {
  text-align: center;
  margin: 35px auto 0;
  padding: 0 0 80px 0;
}
.footer_bottom div {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.footer_bottom div span {
  display: inline-block;
  border: 1px solid #1c1b1b;
  padding: 4px 12px 3px 12px;
  margin-right: 12px;
  font-size: 13px;
  line-height: 13pt;
}
.footer_bottom p {
  font-size: 13px;
  line-height: 13pt;
  margin: 30px auto 25px;
}
.footer_bottom p a {
  display: inline-block;
  border-right: 1px solid #717171;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
.footer_bottom p a:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: none;
}
.footer_bottom small {
  font-size: 10px;
  color: #636363;
}

@media screen and (min-width: 1000px) {
  .header_nav_block {
    top: 0;
    line-height: 16pt;
  }
  .header_nav_block nav ul li div.navs {
    padding: 20px 0 18px 0;
  }
  .header_nav_block nav ul li div.navs {
    font-size: 14px;
    line-height: 16pt;
  }
  .header_nav_block nav ul li.homenavi a {
    /*
    background:#000000;
    */
    width: 100%;
    display: inline-block;
    padding: 24px 0 19px 0;
  }
  .header_nav_block nav ul li div.menu-area {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    border: none;
    margin: 0 -50%;
    width: 200%;
    height: auto;
    padding: 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    background: #f9f1f1;
  }
  footer {
    margin: 0px 0 0 0;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block {
    padding: 40px 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .ex {
    padding: 0 0 2% 9% !important;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs {
    margin: 10px 0 0 -17px;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links {
    bottom: -40px;
    right: 0px;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaleft p {
    font-size: 21px;
    line-height: 160%;
    padding: 0 0 0 5%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaleft p span {
    font-size: 10px;
    margin: 5px 0 0 0;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li {
    padding: 1.1% 0;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd01 {
    width: 28%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd03 {
    width: 28%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd04 {
    width: 27%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd05 {
    width: 33%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd06 {
    width: 26%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd07 {
    width: 34%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd08 {
    width: 28%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd09 {
    width: 23%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd10 {
    width: 40%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd11 {
    width: 36%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd12 {
    width: 34%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd13 {
    width: 57%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd14 {
    width: 42%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd15 {
    width: 33%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li.wd16 {
    width: 26%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright .other_links a {
    padding: 10px 28px 10px 28px;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright {
    -webkit-box-flex: 1.3;
    -webkit-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
    padding: 0 0 0 9%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li {
    padding: 0.9% 5% 0.9% 0;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a {
    display: inline;
    font-size: 13px;
    line-height: 13pt;
    padding: 0%;
    font-weight: bold;
    padding: 0% 0;
    width: 100%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.subs li a {
    padding: 0% 0% 0% 0%;
    text-align: center;
    width: auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .footer_list {
    padding: 0 0px !important;
    font-size: 12px !important;
    line-height: 13pt !important;
  }
  .header_area .header_right .sns {
    right: 40px;
  }
  .header_area .header_right .language {
    right: 40px;
  }
}
.onlyPC {
  display: block;
}

.onlySP {
  display: none;
}

.sp_btn {
  display: none;
}

#menu {
  display: none;
}

.onlySP2 {
  display: inline-block;
}

/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .naviss {
    top: 93px;
  }
  .header_nav_block nav ul li.homenavi a {
    line-height: 12pt;
    /*
    padding:17px 0 8px 0;
    */
  }
  .header_nav_block nav ul li div.navs {
    line-height: 19.5pt;
    /*
    padding:12px 0 8px 0;
    */
  }
  .header_nav_block nav ul li div.menu-area {
    top: 63px;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a::after {
    top: 30%;
  }
  .header_nav_block nav ul li div.menu-area .menu-area_block .megaright ul.main li a:hover::after {
    top: 30%;
  }
}
/*-----FireFox-----*/
@-moz-document url-prefix() {
  .header_nav_block nav ul li div.navs {
    line-height: 19pt;
  }
  .header_nav_block nav ul li div.menu-area {
    top: 63px;
  }
}
/*
#main-menu-background {
    display: none;
    position: fixed;
    width: 100%;
    width: 100vw;

    top: 0;
    left: 0;

    height: 100%;
    height: 100vw;
    z-index: 1;
    background:#FFF;
}
*/
/*-----下層-----*/
.common_border {
  position: relative;
  width: 24px;
  margin: 0 auto 0;
}
.common_border img {
  width: 24px;
  height: 62px;
  position: absolute;
  left: 0;
  right: 0;
  top: -31px;
}

.under main::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.under main {
  position: relative;
  overflow: hidden;
  height: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.under_block {
  background: url(../../assets/img/common/bg_img_01.png) left top no-repeat, url(../../assets/img/common/bg_img_02.png) right bottom no-repeat;
  background-size: 100px 282px, 100px 282px;
  padding: 80px 0 130px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.under_block h1 {
  text-align: center;
  font-weight: bold;
  font-size: 3.9vw;
  line-height: 130%;
  margin: 0 0 50px 0;
  color: #000;
}
.under_block h1 span {
  font-weight: bold;
  color: #7f7f7f;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.1vw;
}
.under_block h2 {
  text-align: center;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 165%;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
  color: #000;
  width: 100%;
}
.under_block h2 span {
  background: #000;
  color: #FFF;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 0.8% 2.5%;
}
.under_block h2 em {
  background: #df4322;
  color: #FFF;
  display: inline-block;
  font-size: 1.5vw;
  line-height: 150%;
  padding: 10px 18px;
  margin: 0 0 15px 0;
}
.under_block .tc {
  text-align: center;
}
.under_block h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border-bottom: 2px solid #df4322;
  width: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.under_block p {
  font-size: 15px;
  line-height: 190%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mx1100 {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 0;
}

.mx1200 {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto 0;
}

footer.under {
  margin: 0 0 0 0;
}

.mx1100.extra_1100 {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto 0;
}

/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .under_block h1 {
    line-height: 110%;
  }
}
@media screen and (min-width: 1000px) {
  .under_block h2 em {
    font-size: 13px;
    padding: 12px 20px;
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 1100px) {
  .under_block {
    padding: 100px 0 120px 0;
  }
  .under_block h1 {
    font-size: 40px;
    margin: 0 0 65px 0;
  }
  .under_block h1 span {
    font-size: 12px;
  }
  .under_block h2 {
    font-size: 26px;
  }
  .under_block h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
}
.clear_block::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

/*-----ボタン-----*/
.btn_all_block {
  max-width: 1100px;
  margin: 20px auto 0;
  text-align: center;
}

.btn_all_block_nmgn {
  max-width: 1100px;
  margin: 0px auto 0;
  text-align: center;
}

.btn_a {
  text-align: center;
  width: 35%;
  margin: 0 auto 0;
}
.btn_a a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1em 1.2em 3em;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  font-weight: bold;
  width: 100%;
}
.btn_a a span {
  background: url(../../assets/img/common/icon_img_13.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_a a:hover {
  color: #FFF;
}
.btn_a a:hover span {
  background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
}
.btn_a a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #3a3a3a;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
}
.btn_a a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn_b {
  text-align: center;
  width: 40%;
  margin: 0 auto 0;
}
.btn_b a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1em 1.2em 3em;
  border: 1px solid #df4322;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
}
.btn_b a span {
  background: url(../../assets/img/common/icon_img_15.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_b a:hover {
  color: #FFF;
  background: #e4c147;
  border: 1px solid #e4c147;
}
.btn_b a:hover span {
  background: url(../../assets/img/common/icon_img_15on.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
}

.btn_c {
  text-align: center;
  width: 42%;
  margin: 0 auto 0;
}
.btn_c a {
  position: relative;
  display: inline-block;
  padding: 1.2em 3.5em 1.2em 3em;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  background: #FFF url(../../assets/img/common/icon_img_16.png) right top no-repeat;
  background-size: 45px 45px;
  width: 100%;
}
.btn_c a span {
  padding: 0 0px 0 0;
  display: inline-block;
}
.btn_c a:hover {
  color: #FFF;
  background: #3a3a3a url(../../assets/img/common/icon_img_16.png) right top no-repeat;
  background-size: 35px 35px;
}
.btn_d {
  text-align: left;
  width: 60%;
}
.btn_d a {
  position: relative;
  display: inline-block;
  padding: 1.2em 0.5em 1.2em 2em;
  border: 1px solid #df4322;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
}
.btn_d a span {
  background: url(../../assets/img/common/icon_img_13on.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_d a:hover {
  color: #FFF;
  background: #e4c147;
  border: 1px solid #e4c147;
}
.btn_d a:hover span {
  background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
}

.btn_e {
  text-align: center;
  width: 50%;
  margin: 0 auto 0;
}
.btn_e a {
  position: relative;
  display: inline-block;
  padding: 1.2em 0em 1.2em 3em;
  border: 1px solid #df4322;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
}
.btn_e a span {
  background: url(../../assets/img/common/icon_img_17.png) 90% center no-repeat;
  background-size: 22px 18px;
  padding: 0 62px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_e a:hover {
  color: #FFF;
  background: #e4c147;
  border: 1px solid #e4c147;
}
.btn_e a:hover span {
  background: url(../../assets/img/common/icon_img_17.png) 90% center no-repeat;
  background-size: 22px 18px;
  padding: 0 62px 0 0;
}

.btn_tow_area {
  margin: 20px auto 0;
  text-align: center;
}
.btn_tow_area div {
  display: inline-block;
  margin: 0 1% 0 0;
}
.btn_tow_area div:last-child {
  margin: 0 0 0 0;
}

.btn_tow_area_40 {
  margin: 40px auto 0;
  text-align: center;
}
.btn_tow_area_40 div {
  display: inline-block;
  margin: 0 1% 0 0;
}
.btn_tow_area_40 div:last-child {
  margin: 0 0 0 0;
}

.btn_f {
  width: 48.5%;
  margin: 0 auto 0;
}
.btn_f a {
  position: relative;
  display: inline-block;
  padding: 1.2em 42px 1.2em 1.2em;
  color: #3a3a3a;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  font-weight: bold;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF url(../../assets/img/common/icon_img_13.png) 90% center no-repeat;
  background-size: 13px 13px;
}
.btn_f a:hover {
  background: #df4322 url(../../assets/img/common/icon_img_13on.png) 92% center no-repeat;
  background-size: 13px 13px;
  padding: 1.2em 50px 1.2em 1.2em;
  color: #FFF;
  text-decoration: none;
}

.btn_g {
  text-align: center;
  width: 50%;
  margin: 0 auto 0;
}
.btn_g a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1em 1.2em 3em;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  font-weight: bold;
  width: 100%;
}
.btn_g a span {
  background: url(../../assets/img/common/icon_img_18.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 0 48px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_g a:hover {
  color: #FFF;
}
.btn_g a:hover span {
  background: url(../../assets/img/common/icon_img_18on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 0 48px 0 0;
}
.btn_g a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #3a3a3a;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
}
.btn_g a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn_h {
  text-align: left;
  width: 90%;
}
.btn_h a {
  position: relative;
  display: inline-block;
  padding: 1.2em 0.5em 1.2em 2em;
  border: 1px solid #df4322;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
}
.btn_h a span {
  background: url(../../assets/img/common/icon_img_13on.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 50px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_h a:hover {
  color: #FFF;
  background: #e4c147;
  border: 1px solid #e4c147;
}
.btn_h a:hover span {
  background: url(../../assets/img/common/icon_img_13on.png) 93% center no-repeat;
  background-size: 13px 13px;
  padding: 0 50px 0 0;
}

.btn_i {
  text-align: left;
  width: 90%;
}
.btn_i a {
  position: relative;
  display: inline-block;
  padding: 1.2em 0.5em 1.2em 2em;
  border: 1px solid #df4322;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
}
.btn_i a span {
  background: url(../../assets/img/common/icon_img_13on.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 50px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_i a:hover {
  color: #FFF;
  background: #e4c147;
  border: 1px solid #e4c147;
}
.btn_i a:hover span {
  background: url(../../assets/img/common/icon_img_13on.png) 93% center no-repeat;
  background-size: 13px 13px;
  padding: 0 50px 0 0;
}

.btn_j {
  text-align: center;
  width: 50%;
  margin: 0 auto 0;
}
.btn_j a {
  position: relative;
  display: inline-block;
  padding: 1.2em 0.5em 1.2em 2em;
  color: #df4322;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  border-top: 1px solid #df4322;
  border-bottom: 1px solid #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
}
.btn_j a span {
  background: url(../../assets/img/common/icon_img_14.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 50px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn_j a:hover span {
  background: url(../../assets/img/common/icon_img_14.png) 93% center no-repeat;
  background-size: 13px 13px;
  padding: 0 50px 0 0;
}

.btn_k {
  text-align: center;
  width: 45%;
  margin: 0 auto 0;
}
.btn_k a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1em 1.2em 3em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  font-weight: bold;
  width: 100%;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_k a span {
  background: url(../../assets/img/common/icon_img_19.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
  display: inline-block;
}
.btn_k a:hover {
  background: #e4c147;
  text-decoration: none;
}
.btn_k a:hover span {
  background: url(../../assets/img/common/icon_img_19.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
}

.btn_l {
  text-align: center;
  width: 45%;
  margin: 0 auto 0;
}
.btn_l a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1em 1.2em 3em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16pt;
  font-weight: bold;
  width: 100%;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_l a span {
  background: url(../../assets/img/common/icon_img_20.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
  display: inline-block;
}
.btn_l a:hover {
  background: #e4c147;
  text-decoration: none;
}
.btn_l a:hover span {
  background: url(../../assets/img/common/icon_img_20.png) 90% center no-repeat;
  background-size: 13px 13px;
  padding: 0 42px 0 0;
}

@media screen and (min-width: 1000px) {
  .mx1200 {
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto 0;
  }
  .btn_all_block {
    max-width: 1100px;
    margin: 40px auto 0;
  }
  .btn_a {
    width: 30%;
  }
  .btn_b {
    width: 35%;
  }
  .btn_c {
    width: 34%;
  }
  .btn_d {
    text-align: left;
    width: 43%;
  }
  .btn_e {
    width: 35%;
  }
  .btn_f {
    width: 35%;
  }
  .btn_g {
    width: 35%;
  }
  .btn_h {
    text-align: left;
    width: 87%;
  }
  .btn_i {
    text-align: left;
    width: 87%;
  }
  .btn_k {
    width: 30%;
  }
  .btn_l {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .btn_f {
    width: 34%;
  }
  .btn_g {
    width: 33%;
  }
}
/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  /*
  .btn_a{
      a{
          padding: 1.2em 1em .9em 3em;
          line-height:14pt;
          span{
              background:url(../../assets/img/common/icon_img_13.png) 90% 5% no-repeat;
              background-size:13px 13px;
          }
      }
      a:hover span{
          background:url(../../assets/img/common/icon_img_13on.png) 95% 5% no-repeat;
          background-size:13px 13px;
      }
  }

  .btn_b{
      a{
          padding: 1.2em 1em .9em 3em;
          line-height:14pt;
          span{
              background:url(../../assets/img/common/icon_img_15.png) 90% 5% no-repeat;
              background-size:13px 13px;
          }
      }
      a:hover span{
          background:url(../../assets/img/common/icon_img_15on.png) 90% 5% no-repeat;
          background-size:13px 13px;
      }
  }    */
  /*
  .btn_c{
      a{
          padding: 1.2em 3.5em .9em 3em;
          line-height:14pt;
          span{

          }
      }
      a:hover span{

      }
  }
  .btn_d{
      a{
          padding: 1.0em 1em 1.1em 3em;
          line-height:14pt;
          span{
              background:url(../../assets/img/common/icon_img_13on.png) 90% center no-repeat;
              background-size:13px 13px;
          }
      }
      a:hover span{
          background:url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
          background-size:13px 13px;
      }
  }
  */
  /*
  .btn_e{
      a{
          padding: 1.2em 0em .9em 3em;
          line-height:14pt;
          span{
              background:url(../../assets/img/common/icon_img_17.png) 90% 5% no-repeat;
              background-size:22px 18px;
          }
      }
      a:hover span{
          background:url(../../assets/img/common/icon_img_17.png) 90% 10% no-repeat;
          background-size:22px 18px;
      }
  }*/
  /*
  .btn_f{
      a{
                  padding: 1.2em 42px 1.2em 1.2em;
          line-height:14pt;

      }

  }
  .btn_g{
      a{
          padding: 1.2em 1em .9em 3em;
          line-height:14pt;
          span{
              background:url(../../assets/img/common/icon_img_18.png) 95% 5% no-repeat;
              background-size:13px 13px;
          }
      }
      a:hover span{
          background:url(../../assets/img/common/icon_img_18on.png) 95% 5% no-repeat;
          background-size:13px 13px;
      }
  }*/
}
/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .topPage main .main_nv_banner {
    /*
    top: 30%;
    */
    transform: translateY(15%) translateX(0%);
    -webkit-transform: translateY(15%) translateX(0%);
  }
}
.topPage main {
  background: #000;
  height: 104vh;
  /*
  height: 95vh;
    */
  position: relative;
  overflow: hidden;
}
.topPage main .main_text01 {
  /*
   transition: .3s;
   */
  width: 50%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%) translateX(-20%);
  -webkit-transform: translateY(-50%) translateX(-20%);
}
.topPage main .main_nv_banner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*
  background-color: #df4322;
  */
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  position: absolute;
  top: 40%;
  right: 0%;
  bottom: auto;
  transform: translateY(0%) translateX(0%);
  -webkit-transform: translateY(0%) translateX(0%);
  padding: 20px;
  z-index: 3;
}
.topPage main .main_nv_banner p.half_mob a {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  width: 100%;
  margin: 0px 0 10px 0;
  background: #951a01 url(../../assets/img/common/icon_img_22.png) 95% center no-repeat;
  background-size: 10px 14px;
}
.topPage main .main_nv_banner p.prize_mob a {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 18pt;
  padding: 9px 10px 8px 10px;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  background: #fdff49 url(../../assets/img/common/icon_img_03.png) 95% center no-repeat;
  background-size: 10px 14px;
}
.topPage main .main_nv_banner h2 {
  font-weight: bold;
  font-size: 1.7vw;
  line-height: 160%;
  text-align: center;
}
.topPage main .main_nv_banner h2 em {
  font-size: 2.6vw;
}
.topPage main .main_nv_banner h2 span {
  font-size: 1.4vw;
}
.topPage main .main_nv_banner h2 span.sub {
  font-size: 1.1vw;
  line-height: 120%;
  font-weight: normal;
  display: block;
  margin: 5px 0 10px 0;
}
.topPage main .main_nv_banner ul {
  margin: 5px 0 0 0;
}
.topPage main .main_nv_banner ul li {
  background: #FFF;
}
.topPage main .main_nv_banner ul li a {
  display: block;
  max-width: 330px;
  background: #FFF url(../../assets/img/common/icon_img_03.png) 95% center no-repeat;
  background-size: 10px 14px;
  position: relative;
  font-size: 1.2vw;
  line-height: 150%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.topPage main .main_nv_banner ul li a img {
  max-width: 80px;
  margin: 0 6% 0 0;
  vertical-align: top;
}
.topPage main .main_nv_banner ul li a span {
  display: block;
  font-weight: bold;
  padding: 0 25px 0 0;
}
.topPage main .main_nv_banner ul li a em.mob {
  font-weight: bold;
  color: #df4322;
  font-size: 18px;
  line-height: 18pt;
}
.topPage main .main_nv_banner ul li a:hover {
  /*
  background:#FFF url(../../assets/img/common/icon_img_03.png) 98% center no-repeat;
  background-size:10px 14px;
  */
  text-decoration: underline;
}
.topPage main .main_nv_banner ul li a:hover img {
  margin: 0 6% 0 0;
}

.topPage main .main_nv_banner ul li.sokuho_list {
  text-align: center;
  margin: 0 auto 15px;
  background: none;
}

.topPage main .main_nv_banner ul li.sokuho_list a {
  background: #fdff49 url(../../assets/img/common/icon_img_03.png) 95% center no-repeat;
  background-size: 8px 10px;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 0px #c1c30c;
          box-shadow: 0px 4px 0px #c1c30c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topPage main .main_nv_banner ul li.sokuho_list a img {
  max-width: 70px;
}

.topPage main .main_nv_banner ul li.sokuho_list a span {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.topPage main .main_nv_banner ul li.sokuho_list a span em {
  text-align: center;
  margin: 0 auto;
}

.topPage main .main_nv_banner ul li.sokuho_list a:hover {
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
  -webkit-box-shadow: 0px 0px 0px #c1c30c;
          box-shadow: 0px 0px 0px #c1c30c;
  background: #fdff23 url(../../assets/img/common/icon_img_03.png) 96% center no-repeat;
  background-size: 8px 10px;
}

.index_block_01 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 1;
}
.index_block_01 section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
}
.index_block_01 section div.btnblock {
  position: absolute;
  bottom: 0;
  right: 13px;
}
.index_block_01 section div.btnblock .pslr {
  position: relative;
}
.index_block_01 section div.btnblock .cha01 {
  max-width: 60px;
  position: absolute;
  right: 0px;
  bottom: 38px;
}
.index_block_01 section div.btnblock p.btn {
  background: #eaeaea;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: 1;
  font-size: 12px;
  line-height: 14pt;
  padding: 0 0px 0 0;
  will-change: contents;
  overflow: hidden;
}
.index_block_01 section div.btnblock p.btn a {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 12px 15px;
  /*
  background:url(../../assets/img/index/icon_img_02.png) 88% center no-repeat;
  background-size:6px 10px;
  */
}
.index_block_01 section div.btnblock p.btn a:hover {
  color: #FFF;
  text-decoration: none;
}
.index_block_01 section div.btnblock p.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 130%;
  height: 100%;
  background: #df4322;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(0deg) scale(0, 1);
          transform: skewX(0deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_block_01 section div.btnblock p.btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(0deg) scale(1, 1);
          transform: skewX(0deg) scale(1, 1);
}
.index_block_01 section div.left {
  background: #df4322;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 40%;
  padding: 18px 0 20px 40px;
}
.index_block_01 section div.left div {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  color: #FFF;
}
.index_block_01 section div.left div p.ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ffff70;
  font-size: 2.2vw;
  line-height: 24pt;
  display: inline-block;
  background: url(../../assets/img/index/icon_img_01.png) right top no-repeat;
  background-size: 38px 40px;
  padding: 10px 50px 0 0;
  margin: 0 0 10px 0;
}
.index_block_01 section div.left div p.ttl em {
  font-size: 3.4vw;
}
.index_block_01 section div.left div p.text {
  font-size: 1.4vw;
  line-height: 16pt;
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0 0 0 -20px;
}
.index_block_01 section div.left div p.text ::before {
  content: "";
  background: #FFF;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_block_01 section div.left div p.text em {
  font-size: 2.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.index_block_01 section div.right {
  background: #ffffff;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 60%;
  position: relative;
}
.index_block_01 section div.right div {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.index_block_01 section div.right div p.ttl {
  color: #FFF;
  background: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 14pt;
  font-family: "Montserrat", sans-serif;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 0;
}
.index_block_01 section div.right div p.ttl span {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: inline-block;
  padding: 12px 15px;
}
.index_block_01 section div.right div p.read {
  position: absolute;
  top: 14px;
  left: 75px;
}
.index_block_01 section div.right div p.read span {
  display: inline-block;
  font-size: 1.4vw;
  color: #616161;
}
.index_block_01 section div.right div p.read a em {
  display: block;
  position: relative;
  margin: 16px 0 0 -70px;
  padding: 0 0 0 30px;
  font-size: 1.5vw;
  line-height: 16pt;
  width: 85%;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_01 section div.right div p.read a em::before {
  content: "";
  background: #df4322;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_01 section div.right div p.read a em:hover {
  text-decoration: none;
  padding: 0 0 0 45px;
  color: #df4322;
}
.index_block_01 section div.right div p.read a em:hover::before {
  width: 35px;
}
.index_block_01 section div.right div p.read em {
  display: block;
  position: relative;
  margin: 16px 0 0 -70px;
  padding: 0 0 0 30px;
  font-size: 1.5vw;
  line-height: 16pt;
  width: 85%;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_01 section div.right div p.read em::before {
  content: "";
  background: #df4322;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index_block_02 {
  overflow: hidden;
}

.index_block_02 section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -45px;
}
.index_block_02 section a {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 2.2vw;
  line-height: 150%;
  border-right: 2px solid #FFF;
  padding: 0px 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  display: block;
  width: 100%;
  padding: 10% 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_02 section a div {
  display: block;
}
.index_block_02 section a div p {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.index_block_02 section a div p span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.2vw;
}
.index_block_02 section a:nth-child(1) {
  background: url(../../assets/img/index/bg_img_02.jpg) center center no-repeat;
  background-size: cover;
  padding: 10% 0 10% 5%;
}
.index_block_02 section a:nth-child(1):before {
  background-color: rgba(159, 28, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.index_block_02 section a:nth-child(1):hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.index_block_02 section a:nth-child(2) {
  background: url(../../assets/img/index/bg_img_03.jpg) center center no-repeat;
  background-size: cover;
}
.index_block_02 section a:nth-child(2):before {
  background-color: rgba(0, 98, 149, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.index_block_02 section a:nth-child(2):hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.index_block_02 section a:nth-child(3) {
  background: url(../../assets/img/index/bg_img_04.jpg) center center no-repeat;
  background-size: cover;
}
.index_block_02 section a:nth-child(3):before {
  background-color: rgba(119, 67, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.index_block_02 section a:nth-child(3):hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.index_block_02 section a:nth-child(4) {
  background: url(../../assets/img/index/bg_img_05.jpg) center center no-repeat;
  background-size: cover;
  padding: 10% 3% 10% 0%;
}
.index_block_02 section a:nth-child(4):before {
  background-color: rgba(163, 161, 2, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.index_block_02 section a:nth-child(4):hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.index_block_02 section a:hover {
  text-decoration: none;
}
.index_block_02 section a:hover p {
  text-shadow: 0px 0px 6px #000;
}
.index_block_02 section a:hover span {
  text-shadow: 0px 0px 6px #000;
}

.index_block_03 section {
  background: url(../../assets/img/index/bg_img_06.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 0 0 0;
}
.index_block_03 section h2 {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 4% 0;
  color: #000;
}
.index_block_03 section h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.6vw;
}
.index_block_03 section .index_slider_block {
  padding: 40px 0;
  background-color: rgb(255, 255, 255);
}
.index_block_03 section .index_slider_block .slider_area {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  padding: 0 40px;
  font-size: 1.3vw;
  line-height: 180%;
}
.index_block_03 section .index_slider_block .slider_area img {
  margin: 0 0 10px 0;
}
.index_block_03 section .index_slider_block .slider_area a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .index_block_03 section {
    background: none;
    background-size: cover;
    background-attachment: scroll; /* your css rules for ipad portrait */
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .index_block_03 section {
    background: none;
    background-size: cover;
    background-attachment: scroll; /* your css rules for ipad portrait */
  }
}
.index_news {
  background-image: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0.7) 60%, rgba(100, 100, 100, 0.1) 40%);
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0.7) 60%, rgba(100, 100, 100, 0.1) 40%);
}
.index_news .index_news_block {
  max-width: 1000px;
  margin: 0 auto 0;
  display: -webkit-flex; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
.index_news .index_news_block div.boxs_left {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding: 70px 0px;
  position: relative;
}
.index_news .index_news_block div.boxs_left .btn {
  position: absolute;
  right: 60px;
  top: 70px;
  /*
  a:hover span{
      background: url(../../assets/img/index/icon_img_02.png) right center no-repeat;
      background-size:6px 10px;
  }
  */
}
.index_news .index_news_block div.boxs_left .btn a {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 10px;
  font-size: 1.3vw;
  line-height: 130%;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_news .index_news_block div.boxs_left .btn a span {
  /*
  background: url(../../assets/img/index/icon_img_02.png) 90% center no-repeat;
  background-size:6px 10px;
  padding:0 15px 0 0;
  transition: .3s ease;
  */
}
.index_news .index_news_block div.boxs_left .btn a:hover {
  padding: 10px 18px;
  color: #df4322;
  border-top: 1px solid #df4322;
  border-bottom: 1px solid #df4322;
  text-decoration: none;
}
.index_news .index_news_block div.boxs_left .btn a:hover span {
  padding: 0;
}
.index_news .index_news_block div.boxs_left h3 {
  font-weight: bold;
  font-size: 2.2vw;
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 40px;
  color: #000;
}
.index_news .index_news_block div.boxs_left h3::before {
  content: "";
  background: #000;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_news .index_news_block div.boxs_left dl {
  margin-bottom: 10px;
}
.index_news .index_news_block div.boxs_left dt {
  clear: left;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.index_news .index_news_block div.boxs_left dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
.index_news .index_news_block div.boxs_left dd {
  margin: 0 0 0px 90px;
  padding: 0px 30px 0px 20px;
  /*
  a{
      color:#000;
      transition: .3s ease;
      display:block;
  }
  */
}
.index_news .index_news_block div.boxs_left dd p {
  font-size: 1.1vw;
  line-height: 120%;
  margin-bottom: 6px;
  color: #616161;
}
.index_news .index_news_block div.boxs_left dd div {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0px;
  font-size: 1.5vw;
  line-height: 180%;
  color: #000;
  font-weight: bold;
}
.index_news .index_news_block div.boxs_left dd div::before {
  content: "";
  background: #df4322;
  height: 2px;
  width: 14px;
  position: absolute;
  left: 0px;
  top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_news .index_news_block div.boxs_left dd div {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0px;
  font-size: 1.5vw;
  line-height: 180%;
  color: #000;
  font-weight: bold;
}
.index_news .index_news_block div.boxs_left dd div ::before {
  content: "";
  background: #df4322;
  height: 2px;
  width: 14px;
  position: absolute;
  left: 0px;
  top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_news .index_news_block div.boxs_left dd span {
  padding: 0 20px 0 20px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_news .index_news_block div.boxs_left a:hover {
  text-decoration: none;
}
.index_news .index_news_block div.boxs_left a:hover span {
  padding: 0 0 0 40px;
  color: #df4322;
}
.index_news .index_news_block div.boxs_left a:hover div::before {
  width: 34px;
}
.index_news .index_news_block div.boxs_left a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  ms-filter: "alpha(opacity=70)";
}
.index_news .index_news_block div.boxs_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 140px 0 90px 0px;
}
.index_news .index_news_block div.boxs_right li {
  margin: 0 0 20px 0;
  max-width: 400px;
}
.index_news .index_news_block div.boxs_right li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  ms-filter: "alpha(opacity=70)";
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.index_block_04 {
  background: url(../../assets/img/index/bg_img_07.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 0;
}
.index_block_04 section {
  max-width: 1100px;
  margin: 0 auto 0;
}
.index_block_04 section h2 {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 4% 0;
  color: #FFF; /*
text-shadow:0px 0px 4px #839ef7;
*/
}
.index_block_04 section h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.6vw;
}
.index_block_04 section ul.about_navi {
  display: -webkit-flex; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
.index_block_04 section ul.about_navi li {
  margin: 0 0 0 2%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(223, 67, 34, 0.85);
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_04 section ul.about_navi li a {
  height: 100%;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6vw;
  line-height: 160%;
  padding: 58% 0 18% 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_04 section ul.about_navi li:nth-child(1) {
  margin: 0;
}
.index_block_04 section ul.about_navi li:nth-child(1) a {
  background: url(../../assets/img/index/icon_img_06.png) center 25% no-repeat;
  background-size: 50% auto;
}
.index_block_04 section ul.about_navi li:nth-child(1):hover, .index_block_04 section ul.about_navi li:nth-child(2):hover, .index_block_04 section ul.about_navi li:nth-child(3):hover, .index_block_04 section ul.about_navi li:nth-child(4):hover {
  background-color: rgb(223, 67, 34);
}
.index_block_04 section ul.about_navi li:nth-child(2) a {
  background: url(../../assets/img/index/icon_img_07.png) center 28% no-repeat;
  background-size: 50% auto;
  padding: 62% 0 14% 0;
}
.index_block_04 section ul.about_navi li:nth-child(3) a {
  background: url(../../assets/img/index/icon_img_08.png) center 28% no-repeat;
  background-size: 50% auto;
  padding: 62% 0 14% 0;
}
.index_block_04 section ul.about_navi li:nth-child(4) a {
  background: url(../../assets/img/index/icon_img_09.png) center 29% no-repeat;
  background-size: 50% auto;
  padding: 62% 0 14% 0;
}
.index_block_04 section ul.about_navi a:hover {
  text-decoration: none;
}
.index_block_04 section ul.about_s_navi {
  max-width: 100%;
  margin: 2% auto 0;
  padding: 0 40px;
  display: -webkit-flex; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index_block_04 section ul.about_s_navi li {
  display: block;
  min-width: 49%;
  display: -webkit-flex; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index_block_04 section ul.about_s_navi li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4% 0 4% 30%;
  font-size: 1.6vw;
  line-height: 160%;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000;
}
.index_block_04 section ul.about_s_navi li a span {
  display: inline-block;
}
.index_block_04 section ul.about_s_navi li a:hover {
  text-decoration: none;
  padding: 4% 0 4% 32%;
}
.index_block_04 section ul.about_s_navi li:nth-child(1) {
  background: url(../../assets/img/index/bg_img_08.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 50px 50px;
  padding: 0 0 0 0%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 2% 2% 0;
}
.index_block_04 section ul.about_s_navi li:nth-child(1):hover {
  background: url(../../assets/img/index/bg_img_08.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 40px 40px;
  background-color: rgb(255, 255, 255);
}
.index_block_04 section ul.about_s_navi li:nth-child(2) {
  background: url(../../assets/img/index/bg_img_09.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 50px 50px;
  padding: 0 0 0 0%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 0 2% 0;
}
.index_block_04 section ul.about_s_navi li:nth-child(2) a img {
  width: 60%;
  max-width: 180px;
  margin: 0 0 5px 0;
}
.index_block_04 section ul.about_s_navi li:nth-child(2):hover {
  background: url(../../assets/img/index/bg_img_09.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 40px 40px;
  background-color: rgb(255, 255, 255);
}
.index_block_04 section ul.about_s_navi li:nth-child(3) {
  background: url(../../assets/img/index/bg_img_10.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 50px 50px;
  padding: 0 0 0 0%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 2% 0 0;
}
.index_block_04 section ul.about_s_navi li:nth-child(3):hover {
  background: url(../../assets/img/index/bg_img_10.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 40px 40px;
  padding: 0 0 0 0%;
  background-color: rgb(255, 255, 255);
  margin: 0 2% 0 0;
}
.index_block_04 section ul.about_s_navi li:nth-child(4) {
  background: url(../../assets/img/index/bg_img_11.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 50px 50px;
  padding: 0 0 0 0%;
  background-color: rgba(255, 255, 255, 0.9);
}
.index_block_04 section ul.about_s_navi li:nth-child(4):hover {
  background: url(../../assets/img/index/bg_img_11.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
  background-size: 25% auto, 40px 40px;
  padding: 0 0 0 0%;
  background-color: rgb(255, 255, 255);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .index_block_04 {
    background: url(../../assets/img/index/bg_img_07.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: scroll; /* your css rules for ipad portrait */
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .index_block_04 {
    background: url(../../assets/img/index/bg_img_07.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: scroll; /* your css rules for ipad portrait */
  }
}
.index_block_05 {
  background: url(../../assets/img/index/bg_img_14.png), url(../../assets/img/index/bg_img_13.jpg) center center no-repeat;
  background-size: 4px 4px, cover;
  background-attachment: fixed;
  padding: 10% 0;
  position: relative;
  overflow-x: hidden;
}
.index_block_05 section {
  max-width: 1100px;
  margin: 0 auto 0;
}
.index_block_05 section h2 {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 4% 0;
  color: #FFF;
}
.index_block_05 section h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.6vw;
}
.index_block_05 section h2 em {
  font-size: 1.4vw;
}
.index_block_05 section .index_movie {
  max-width: 900px;
  margin: 0 auto 0;
  width: 55%;
  background: url(../../assets/img/index/bg_img_19.png) center top no-repeat;
  background-size: cover;
  padding: 4% 20px 3% 20px;
  position: relative;
}
.index_block_05 section .index_movie img {
  width: 100%;
}
.index_block_05 .movie_photo01 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  max-width: 270px;
  bottom: -70px;
  left: -180px;
}
.index_block_05 .movie_photo02 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  max-width: 170px;
  bottom: -70px;
  right: -100px;
}
.index_block_05 .movie_photo03 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  max-width: 254px;
  bottom: -60px;
  right: -210px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .index_block_05 {
    background: url(../../assets/img/index/bg_img_14.png), url(../../assets/img/index/bg_img_13.jpg) center center no-repeat;
    background-size: 4px 4px, cover;
    background-attachment: scroll;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .index_block_05 {
    background: url(../../assets/img/index/bg_img_14.png), url(../../assets/img/index/bg_img_13.jpg) center center no-repeat;
    background-size: 4px 4px, cover;
    background-attachment: scroll;
  }
}
.index_block_06 {
  background: url(../../assets/img/index/bg_img_15.png);
  background-size: 64px 111px;
  background-attachment: fixed;
}
.index_block_06 section {
  padding: 10% 0;
  background-image: -webkit-linear-gradient(340deg, rgba(255, 148, 148, 0.2) 50%, rgba(155, 190, 255, 0.2) 50%);
  background-image: linear-gradient(110deg, rgba(255, 148, 148, 0.2) 50%, rgba(155, 190, 255, 0.2) 50%);
}
.index_block_06 section .sns_blocks {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
}
.index_block_06 section .sns_blocks .photo_left {
  position: absolute;
  max-width: 188px;
  left: 10%;
  top: 10px;
  z-index: 0;
}
.index_block_06 section .sns_blocks .photo_right {
  position: absolute;
  max-width: 196px;
  right: 10%;
  top: 10px;
  z-index: 0;
}
.index_block_06 section .sns_blocks h2 {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 4% 0;
  color: #000;
}
.index_block_06 section .sns_blocks h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.6vw;
}
.index_block_06 section .sns_blocks h2 em {
  font-size: 1.4vw;
}
.index_block_06 section ul.sns_list {
  display: -webkit-flex; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
.index_block_06 section ul.sns_list li:nth-child(1) {
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  background: #FFF;
  margin: 0 2% 0 0;
  padding: 2%;
  z-index: 1;
}
.index_block_06 section ul.sns_list li:nth-child(1) .tw_block {
  width: 100%;
}
.index_block_06 section ul.sns_list li:nth-child(1) .tw_block iframe {
  width: 100% !important;
}
.index_block_06 section ul.sns_list li:nth-child(1) h3 {
  background: url(../../assets/img/common/header_tw.png) left center no-repeat;
  background-size: 25px 25px;
  padding: 0 0 0 35px;
  margin: 0 0 15px 0;
}
.index_block_06 section ul.sns_list li:nth-child(1) h3 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.8vw;
}
.index_block_06 section ul.sns_list li:nth-child(1) h3 span::before {
  content: "";
  background: #1da1f2;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_block_06 section ul.sns_list li:nth-child(2) {
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  background: #FFF;
  margin: 0 2% 0 0;
  padding: 2%;
  z-index: 1;
}
.index_block_06 section ul.sns_list li:nth-child(2) .fb_block {
  width: 100%;
}
.index_block_06 section ul.sns_list li:nth-child(2) .fb_block iframe {
  width: 100% !important;
}
.index_block_06 section ul.sns_list li:nth-child(2) h3 {
  background: url(../../assets/img/common/header_fb.png) left center no-repeat;
  background-size: 25px 25px;
  padding: 0 0 0 35px;
  margin: 0 0 15px 0;
}
.index_block_06 section ul.sns_list li:nth-child(2) h3 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.8vw;
}
.index_block_06 section ul.sns_list li:nth-child(2) h3 span::before {
  content: "";
  background: #4267b2;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_block_06 section ul.sns_list li:nth-child(3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.index_block_06 section ul.sns_list li:nth-child(3) .lines a {
  display: block;
  background: #FFF;
  margin: 0 0 10% 0;
  padding: 5%;
  position: relative;
}
.index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 {
  background: url(../../assets/img/common/icon_line.png) left center no-repeat;
  background-size: 25px 25px;
  padding: 0 0 0 35px;
  margin: 0 0 0px 0;
}
.index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.7vw;
}
.index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 span::before {
  content: "";
  background: #00b900;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_block_06 section ul.sns_list li:nth-child(3) .lines a div span {
  position: absolute;
  right: 5%;
  bottom: 5%;
  padding: 5px 18px 5px 10px;
  font-size: 1vw;
  line-height: 130%;
  background: #df4322 url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
  background-size: 6px 10px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.index_block_06 section ul.sns_list li:nth-child(3) .youtubes a {
  display: block;
  background: #FFF;
  margin: 0 0 10% 0;
  padding: 5%;
  position: relative;
}
.index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 {
  background: url(../../assets/img/common/icon_youtube.png) left center no-repeat;
  background-size: 25px 25px;
  padding: 0 0 0 35px;
  margin: 0 0 0px 0;
}
.index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.7vw;
}
.index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 span::before {
  content: "";
  background: #ff0000;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_block_06 section ul.sns_list li:nth-child(3) .youtubes a div span {
  position: absolute;
  right: 5%;
  bottom: 5%;
  padding: 5px 18px 5px 10px;
  font-size: 1vw;
  line-height: 130%;
  background: #df4322 url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
  background-size: 6px 10px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.index_block_06 section ul.sns_list li:nth-child(3) .nicos a {
  display: block;
  background: #FFF;
  margin: 0 0 0 0;
  padding: 5%;
  position: relative;
}
.index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 {
  background: url(../../assets/img/common/icon_nico.png) left center no-repeat;
  background-size: 25px 25px;
  padding: 0 0 0 35px;
  margin: 0 0 0px 0;
}
.index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.7vw;
}
.index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 span::before {
  content: "";
  background: #1c1805;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.index_block_06 section ul.sns_list li:nth-child(3) .nicos a div span {
  position: absolute;
  right: 5%;
  bottom: 5%;
  padding: 5px 18px 5px 10px;
  font-size: 1vw;
  line-height: 130%;
  background: #df4322 url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
  background-size: 6px 10px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .index_block_06 {
    background: url(../../assets/img/index/bg_img_15.png);
    background-size: 64px 111px;
    background-attachment: scroll;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .index_block_06 {
    background: url(../../assets/img/index/bg_img_15.png);
    background-size: 64px 111px;
    background-attachment: scroll;
  }
}
.index_block_07 section {
  padding: 8% 0 5% 0;
}
.index_block_07 section ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto 0;
  padding: 0 40px;
}
.index_block_07 section ul li {
  width: 24.25%;
  margin: 0 1% 1% 0;
  /*
  border:1px solid #c2c2c2;
  */
}
.index_block_07 section ul a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.index_block_07 section ul li:nth-child(4) {
  margin: 0 0 1% 0;
}
.index_block_07 section ul li:nth-child(6) {
  margin: 0 0 1% 0;
}

.index_block_08 section {
  padding: 2% 0 100px 0;
}
.index_block_08 section h2 {
  color: #df4322;
  font-weight: bold;
  font-size: 3vw;
  line-height: 180%;
  text-align: center;
  background: url(../../assets/img/index/bg_img_16.png) center center no-repeat;
  background-size: 100% 4px;
  max-width: 1100px;
  margin: 0 40px;
}
.index_block_08 section h2 span {
  background: #FFF;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.index_block_08 section h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 120px;
  background: url(../../assets/img/index/bg_img_17.png) no-repeat 50% 50%;
  background-size: 60% auto;
}
.index_block_08 section h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 21%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 60%;
  height: 120px;
  background: url(../../assets/img/index/bg_img_18.png) no-repeat 50% 50%;
  background-size: 60% auto;
}
.index_block_08 section .main_banner {
  width: 40%;
  max-width: 324px;
  margin: 20px auto;
  border: 1px solid #c2c2c2;
}
.index_block_08 section .main_banner a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.index_block_08 section ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto 0;
  padding: 0 150px;
}
.index_block_08 section ul li {
  margin: 0 1% 0% 0;
  border: 1px solid #c2c2c2;
  width: 100%;
}
.index_block_08 section ul a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.index_block_08 section ul li:nth-child(4) {
  margin: 0 0 0 0;
}

.extra_area {
  margin: 40px 40px;
  max-width: 980px;
}
.extra_area a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.topPage main .main_nv_banner ul li a span {
  width: 170px;
}

@media screen and (min-width: 1000px) {
  .topPage main .main_nv_banner ul li a span {
    width: 250px;
  }
  .topPage main .main_text01 {
    width: 44%;
    right: 30%;
  }
  .extra_area {
    margin: 60px auto;
    max-width: 980px;
  }
  .extra_area a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .index_block_01 section div.left div p.ttl {
    font-size: 22px;
  }
  .index_block_01 section div.left div p.ttl em {
    font-size: 32px;
  }
  .index_block_01 section div.left div p.text {
    font-size: 14px;
    margin: 0 0 0 0px;
  }
  .index_block_01 section div.left div p.text em {
    font-size: 22px;
  }
  .index_block_01 section div.right div p.ttl span {
    padding: 12px 25px;
  }
  .index_block_01 section div.right div p.read {
    left: 95px;
  }
  .index_block_01 section div.right div p.read span {
    font-size: 11px;
  }
  .index_block_01 section div.right div p.read a em {
    font-size: 14px;
  }
  .index_block_01 section div.right div p.read em {
    font-size: 14px;
  }
  .index_block_01 section div.btnblock {
    right: 13.5px;
  }
  .index_block_01 section div.btnblock p.btn a {
    padding: 12px 25px;
  }
  .index_block_02 section a div {
    font-size: 26px;
    line-height: 28pt;
  }
  .index_block_02 section a div p span {
    font-size: 12px;
  }
  .index_block_02 section {
    margin: 0 -75px;
  }
  .index_block_02 section a {
    padding: 130px 0;
  }
  .index_block_02 section a:nth-child(1) {
    padding: 130px 0 130px 70px;
  }
  .index_block_02 section a:nth-child(4) {
    padding: 130px 45px 130px 0;
  }
  .index_block_03 section {
    padding: 110px 0 0 0;
  }
  .index_block_03 section h2 {
    font-size: 34px;
    line-height: 34pt;
    padding: 0 0 20px 0;
  }
  .index_block_03 section h2 span {
    font-size: 15px;
  }
  .index_block_03 section .index_slider_block .slider_area {
    font-size: 13px;
    line-height: 18pt;
  }
  .index_news .index_news_block {
    padding: 0;
  }
  .index_news .index_news_block div.boxs_left {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    padding: 80px 0px 50px 0;
  }
  .index_news .index_news_block div.boxs_left .btn {
    top: 80px;
  }
  .index_news .index_news_block div.boxs_left .btn a {
    font-size: 13px;
    line-height: 13pt;
  }
  .index_news .index_news_block div.boxs_left h3 {
    font-size: 21px;
    line-height: 24pt;
  }
  .index_news .index_news_block div.boxs_left dt {
    clear: left;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  .index_news .index_news_block div.boxs_left dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: inherit;
  }
  .index_news .index_news_block div.boxs_left dd {
    margin: 0 0 0px 110px;
    padding: 0px 30px 0px 20px;
  }
  .index_news .index_news_block div.boxs_left dl {
    margin-bottom: 20px;
  }
  .index_news .index_news_block div.boxs_left dd p {
    font-size: 11px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .index_news .index_news_block div.boxs_left dd div {
    font-size: 15px;
    line-height: 18pt;
  }
  .index_news .index_news_block div.boxs_left dd a div {
    font-size: 15px;
    line-height: 18pt;
  }
  .index_news .index_news_block div.boxs_right {
    padding: 150px 0px 0px 0;
  }
  .index_block_04 {
    padding: 100px 0;
  }
  .index_block_04 section h2 {
    font-size: 34px;
    line-height: 34pt;
    padding: 0 0 40px 0;
  }
  .index_block_04 section h2 span {
    font-size: 15px;
  }
  .index_block_04 section ul.about_navi {
    padding: 0;
  }
  .index_block_04 section ul.about_navi li {
    margin: 0 0 0 27px;
  }
  .index_block_04 section ul.about_navi li a {
    font-size: 18px;
    line-height: 21pt;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) a {
    background: url(../../assets/img/index/icon_img_06.png) center 33% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) a:hover {
    background: url(../../assets/img/index/icon_img_06.png) center 30% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(2) a {
    background: url(../../assets/img/index/icon_img_07.png) center 33% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(2) a:hover {
    background: url(../../assets/img/index/icon_img_07.png) center 30% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(3) a {
    background: url(../../assets/img/index/icon_img_08.png) center 33% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(3) a:hover {
    background: url(../../assets/img/index/icon_img_08.png) center 30% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(4) a {
    background: url(../../assets/img/index/icon_img_09.png) center 35% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(4) a:hover {
    background: url(../../assets/img/index/icon_img_09.png) center 33% no-repeat;
    background-size: 102px 68px;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) {
    margin: 0;
  }
  .index_block_04 section ul.about_s_navi {
    margin: 40px auto 0;
    padding: 0;
    max-width: 900px;
  }
  .index_block_04 section ul.about_s_navi li a {
    font-size: 14px;
    line-height: 17pt;
  }
  .index_block_05 {
    padding: 90px 0;
  }
  .index_block_05 section .index_movie {
    max-width: 900px;
    margin: 0 auto 0;
    padding: 4% 40px 3% 40px;
  }
  .index_block_05 section h2 {
    font-size: 34px;
    line-height: 34pt;
    padding: 0 0 40px 0;
  }
  .index_block_05 section h2 span {
    font-size: 15px;
  }
  .index_block_05 section h2 em {
    font-size: 17px;
  }
  .index_block_05 .movie_photo01 {
    position: absolute;
    max-width: 340px;
    bottom: -80;
    left: -250px;
  }
  .index_block_05 .movie_photo02 {
    position: absolute;
    max-width: 220px;
    bottom: -80px;
    right: -110px;
  }
  .index_block_05 .movie_photo03 {
    position: absolute;
    max-width: 300px;
    bottom: -80px;
    right: -270px;
  }
  .index_block_06 section {
    padding: 90px 0;
  }
  .index_block_06 section .sns_blocks .photo_left {
    max-width: 188px;
    left: 150px;
    top: 40px;
    z-index: 0;
  }
  .index_block_06 section .sns_blocks .photo_right {
    max-width: 196px;
    right: 150px;
    top: 40px;
    z-index: 0;
  }
  .index_block_06 section .sns_blocks h2 {
    font-size: 34px;
    line-height: 34pt;
    padding: 0 0 40px 0;
  }
  .index_block_06 section .sns_blocks h2 span {
    font-size: 15px;
  }
  .index_block_06 section .sns_blocks h2 em {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list {
    padding: 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) {
    margin: 0 25px 0 0;
    padding: 30px;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) h3 {
    margin: 0 0 25px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) h3 span {
    font-size: 18px;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) {
    margin: 0 25px 0 0;
    padding: 30px;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) h3 {
    margin: 0 0 25px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) h3 span {
    font-size: 18px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a {
    background: #FFF;
    margin: 0 0 25px 0;
    padding: 30px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 {
    margin: 0 0 10px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 span {
    font-size: 18px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a div span {
    right: 30px;
    bottom: 30px;
    padding: 8px 20px 8px 12px;
    font-size: 10px;
    line-height: 11pt;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a {
    background: #FFF;
    margin: 0 0 25px 0;
    padding: 30px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 {
    margin: 0 0 10px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 span {
    font-size: 18px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a div span {
    right: 30px;
    bottom: 30px;
    padding: 8px 20px 8px 12px;
    font-size: 10px;
    line-height: 11pt;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a {
    background: #FFF;
    padding: 30px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 {
    margin: 0 0 10px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 span {
    font-size: 18px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a div span {
    right: 30px;
    bottom: 30px;
    padding: 8px 20px 8px 12px;
    font-size: 10px;
    line-height: 11pt;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .index_block_07 section {
    padding: 90px 0 60px 0;
  }
  .index_block_07 section ul {
    padding: 0;
  }
  .index_block_08 section {
    padding: 30px 0 120px 0;
  }
  .index_block_08 section h2 {
    font-size: 30px;
    line-height: 32pt;
    margin: 0 auto 0;
  }
  .index_block_08 section h2 span::before {
    width: 162px;
    height: 92px;
    background: url(../../assets/img/index/bg_img_17.png) no-repeat 50% 50%;
    background-size: 160px 92px;
    left: -60px;
  }
  .index_block_08 section h2 span::after {
    width: 162px;
    height: 92px;
    background: url(../../assets/img/index/bg_img_18.png) no-repeat 50% 50%;
    background-size: 160px 92px;
    right: 25px;
  }
  .index_block_08 section .main_banner {
    max-width: 324px;
    margin: 30px auto;
    border: 1px solid #c2c2c2;
  }
  .index_block_08 section ul {
    padding: 0 150px;
  }
  .topPage main .main_nv_banner h2 {
    font-size: 14px;
    line-height: 18pt;
  }
  .topPage main .main_nv_banner h2 em {
    font-size: 22px;
  }
  .topPage main .main_nv_banner h2 span {
    font-size: 14px;
  }
  .topPage main .main_nv_banner h2 span.sub {
    font-size: 12px;
    line-height: 10pt;
    font-weight: normal;
    margin: 5px 0 15px 0;
  }
  .topPage main .main_nv_banner ul {
    margin: 10px 0 0 0;
  }
  .topPage main .main_nv_banner ul li a {
    max-width: 330px;
    font-size: 12px;
    line-height: 15pt;
  }
  .topPage main .main_nv_banner ul li a span {
    display: block;
    font-weight: bold;
    padding: 0 25px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .topPage main .main_text01 {
    right: 35%;
  }
  .topPage main .index_block_01 section div.left {
    padding: 20px 0 20px 50px;
  }
  .topPage main .index_block_01 section div.left div p.text {
    margin: 0 0 0 20px;
  }
  .topPage main .index_block_01 section div.right div p.read a {
    width: 95%;
  }
  .topPage main .index_block_01 section div.right div p.read em {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .index_block_05 .movie_photo01 {
    position: absolute;
    max-width: 390px;
    bottom: -90px;
    left: -330px;
  }
  .index_block_05 .movie_photo02 {
    position: absolute;
    max-width: 300px;
    bottom: -90px;
    right: -226px;
  }
  .index_block_05 .movie_photo03 {
    position: absolute;
    max-width: 390px;
    bottom: -80px;
    right: -360px;
  }
}
@media screen and (min-width: 1250px) {
  .topPage main .main_nv_banner {
    /*
    transform: translateY(-10.5%) translateX(-0%);
    -webkit-transform: translateY(-10.5%) translateX(-0%);
    */
    padding: 20px;
  }
  .topPage main .main_text01 {
    right: 39%;
    width: 40%;
  }
}
@media screen and (min-width: 1500px) {
  .topPage main .main_text01 {
    width: 33%;
  }
  .index_block_02 section {
    margin: 0 -75px;
  }
  .index_block_02 section a {
    padding: 160px 0;
  }
  .index_block_02 section a:nth-child(1) {
    padding: 160px 0 160px 70px;
  }
  .index_block_02 section a:nth-child(4) {
    padding: 160px 45px 160px 0;
  }
}
/*-----Firefox-----*/
@-moz-document url-prefix() {}
@media screen and (min-width: 1400px) {
  .index_block_05 .movie_photo01 {
    position: absolute;
    max-width: 390px;
    bottom: -90px;
    left: -360px;
  }
  .index_block_05 .movie_photo02 {
    position: absolute;
    max-width: 300px;
    bottom: -90px;
    right: -236px;
  }
  .index_block_05 .movie_photo03 {
    position: absolute;
    max-width: 390px;
    bottom: -80px;
    right: -420px;
  }
}
.index_block_04 section ul.about_navi li::before, .index_block_04 section ul.about_navi li::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}

.index_block_04 section ul.about_navi li a::before, .index_block_04 section ul.about_navi li a::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}

.index_block_04 section ul.about_navi li:hover::before, .index_block_04 section ul.about_navi li:hover::after {
  width: 100%;
}

.index_block_04 section ul.about_navi li:hover a::before, .index_block_04 section ul.about_navi li:hover a::after {
  height: 100%;
}

/*----- button 1 -----*/
.index_block_04 section ul.about_navi li::before, .index_block_04 section ul.about_navi li:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.index_block_04 section ul.about_navi li a::before, .index_block_04 section ul.about_navi li a::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.index_block_04 section ul.about_navi li::before {
  right: 0;
  top: 0;
}

.index_block_04 section ul.about_navi li::after {
  left: 0;
  bottom: 0;
}

.index_block_04 section ul.about_navi li a::before {
  left: 0;
  top: 0;
}

.index_block_04 section ul.about_navi li a::after {
  right: 0;
  bottom: 0;
}

.index_block_04 section ul.about_navi li:hover::before, .index_block_04 section ul.about_navi li:hover::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.index_block_04 section ul.about_navi li a::before, .index_block_04 section ul.about_navi li a::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.side_extra {
  max-width: 330px;
}

#slide_wrapp {
  position: relative;
  overflow: hidden;
  height: 104vh;
}
#slide_wrapp .slide_item {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
  width: 100%;
  height: 100%;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#slide_wrapp .slide_item img.mainImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.main_honban_mae_2021 {
  background: #000 url(../../assets/img/index/main/bg_img_2023_pc_01.jpg) center center no-repeat;
  /*
  background-size:auto 100%;
  */
  background-size: cover;
  height: 100%;
  position: relative;
}

.main_honban {
  background: #000 url(../../assets/img/index/main/honbanPC.jpg) center center no-repeat;
  /*
  background-size:auto 100%;
  */
  background-size: cover;
  height: 100%;
  position: relative;
}

em.kaisaicyu {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  margin: 5px 0 0 0;
}

.headline {
  border-top: 1px solid #e4c147;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#e4c147), color-stop(50%, #e4c147), color-stop(50%, #f1f1f1), to(#f1f1f1));
  background: -webkit-linear-gradient(left, #e4c147 0%, #e4c147 50%, #f1f1f1 50%, #f1f1f1 100%);
  background: linear-gradient(90deg, #e4c147 0%, #e4c147 50%, #f1f1f1 50%, #f1f1f1 100%);
}

.headline .headline_area {
  max-width: 1000px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headline a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

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

.headline .headline_area .ttl {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 12px 0;
  background: #e4c147 url(../../assets/img/index/bg_img_20.png) right center no-repeat;
  background-size: contain;
  font-style: italic;
}

.headline .headline_area .ttl .tc {
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.headline .headline_area .ttl p span {
  position: relative;
  padding: 0 0 0 18px;
}

.headline .headline_area .ttl p span::before {
  content: "";
  background: #FFF;
  height: 2px;
  width: 12px;
  position: absolute;
  left: 0px;
  top: 8px;
}

.headline .headline_area .head_txt {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f1f1f1;
  font-weight: bold;
  padding: 12px 0 12px 0px;
  overflow: hidden;
  margin: 0 150px 0 0;
  font-size: 14px;
}

.headline .headline_area .head_txt p {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  font-weight: bold;
}

.headline .headline_area .head_txt p span {
  background: #df4322;
  color: #FFF;
  font-size: 12px;
  padding: 5px 15px;
}

.headline .headline_area .head_txt p em {
  color: #df4322;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
.headline .headline_area .head_txt p a:hover {
  text-decoration: none;
  color: #df4322;
}

.headline .headline_area .head_txt p a:hover span {
  text-decoration: none;
  color: #fdff49;
}

.headline .headline_area .head_txt p a em {
  background: url(../../assets/img/index/icon_img_10.png) right center no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  padding: 0 15px 0 0;
}

.headline .headline_area .head_txt p a:hover em {
  text-decoration: underline;
}

p.honsai_p01 {
  text-align: center;
  margin: 5px 0 0 0;
  max-width: 288px;
}

p.honsai_p01 img {
  width: 100%;
}

.honsai_p01 a {
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .headline .headline_area .ttl {
    padding: 12px 0;
  }
  .headline .headline_area .ttl .tc {
    line-height: 10pt;
    padding: 2px 0 0 0;
  }
  .headline .headline_area .ttl p span::before {
    content: "";
    background: #FFF;
    height: 2px;
    width: 12px;
    position: absolute;
    left: 0px;
    top: 8px;
  }
  .headline .headline_area .head_txt {
    padding: 14px 0 10px 0px;
    font-size: 14px;
  }
  .headline .headline_area .head_txt p span {
    font-size: 12px;
    line-height: 12pt;
    padding: 7px 15px 3px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .headline .headline_area .ttl {
    -webkit-box-flex: 0.4;
    -webkit-flex: 0.4;
        -ms-flex: 0.4;
            flex: 0.4;
  }
  .headline .headline_area .head_txt {
    margin: 0 60px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .headline .headline_area .head_txt {
    margin: 0 0px 0 0;
  }
  .headline .headline_area {
    max-width: 1200px;
  }
}
.grandprize {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 27px 0 25px 0;
  text-align: center;
  color: #fdff49;
  font-size: 21px;
  font-size: 34px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.grandprize em {
  font-size: 34px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .topPage main .main_nv_banner p.prize_mob a {
    padding: 14px 10px 5px 10px;
  }
  .topPage main .main_nv_banner p.half_mob a {
    padding: 14px 10px 5px 10px;
  }
  .grandprize {
    padding: 28px 0 21px 0;
  }
}
@media screen and (min-width: 769px) {
  .index_main_txt {
    position: absolute;
    top: 32%;
    left: 23%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_main_txt img {
    max-width: 500px;
  }
  .youtubelive {
    position: absolute;
    top: 46%;
    left: 27%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    padding: 20px;
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3);
    width: 46%;
    max-width: 700px;
    z-index: 10;
  }
  .topPage main .main_nv_banner {
    /*
    top: 30%;
    */
    bottom: 125px;
    top: auto;
  }
  .youtubelive .ttl {
    max-width: 700px;
    margin: auto;
  }
  .youtubelive .ttl a {
    font-size: 1.6vw;
  }
  /*
  .youtubelive .live {
    margin: 20px auto 0;
    max-width: 440px;
    width: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtubelive .live iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }*/
  .youtubelive .youtube_frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: 700px;
  }
  .youtubelive .youtube_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 900px) {
  .index_main_txt {
    position: absolute;
    top: 34%;
    left: 23%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_main_txt img {
    max-width: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .index_main_txt {
    position: absolute;
    top: 34%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_main_txt img {
    max-width: 700px;
  }
  .youtubelive {
    position: absolute;
    top: 47%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    padding: 20px;
  }
  .youtubelive .ttl {
    max-width: 700px;
    margin: auto;
  }
  .youtubelive .ttl a {
    font-size: 16px;
  }
  .youtubelive .live {
    margin: 20px auto 0;
    max-width: 540px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtubelive .live iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .index_main_txt {
    position: absolute;
    top: 36%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_main_txt img {
    max-width: 760px;
  }
  .youtubelive {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    padding: 20px;
    z-index: 10;
    width: 36%;
  }
  .youtubelive .ttl {
    max-width: 700px;
    margin: auto;
  }
  .youtubelive .live {
    margin: 20px auto 0;
    max-width: 560px;
  }
  .timesale {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #df4322;
  }
}
.youtubelive .ttl {
  text-align: center;
}

.youtubelive .ttl a {
  margin: 10px auto 0;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  color: #df4322;
}

.youtubelive .ttl a:hover {
  text-decoration: none;
}

.team_index main {
  background: url(../../assets/img/team/main.jpg) center top no-repeat;
  background-size: cover;
}

h1.team_h1 {
  text-align: center;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 165%;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
  color: #000;
  width: 100%;
}
h1.team_h1 span {
  background: #000;
  color: #FFF;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 0.8% 2.5%;
}
h1.team_h1 em {
  background: #df4322;
  color: #FFF;
  display: inline-block;
  font-size: 1.5vw;
  line-height: 150%;
  padding: 10px 18px;
  margin: 0 0 15px 0;
}

h1.team_h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border-bottom: 2px solid #df4322;
  width: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team_ttlh1 {
  text-align: center;
  font-weight: bold;
  font-size: 3.9vw;
  line-height: 130%;
  margin: 0 0 50px 0;
  color: #000;
}
.team_ttlh1 span {
  font-weight: bold;
  color: #7f7f7f;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.1vw;
}

@media screen and (min-width: 1000px) {
  h1.team_h1 em {
    font-size: 13px;
    padding: 12px 20px;
    margin: 0 0 25px 0;
  }
}
/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .team_ttlh1 h1 {
    line-height: 110%;
  }
}
@media screen and (min-width: 1100px) {
  .team_ttlh1 {
    font-size: 40px;
    margin: 0 0 65px 0;
  }
  .team_ttlh1 span {
    font-size: 12px;
  }
  h1.team_h1 {
    font-size: 26px;
  }
  h1.team_h1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
}
/*-----TAB1 他にも影響がでるのでCSS注意！-----*/
#tab-head2 {
  min-width: 320px;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto 0 !important;
  padding: 0;
  font-weight: bold;
}

.tab-head2 {
  min-width: 320px;
  max-width: 1100px;
  margin: 0 auto 0 !important;
  padding: 0;
  font-weight: bold;
}

.tab-head2 li {
  display: block;
  width: 90%;
  text-align: center;
  background: #df4322 !important;
  color: #fff !important;
  padding: 30px 0px 20px 0 !important;
  margin: 0 auto;
}

#tab-body2 {
  max-width: 100%;
  min-height: auto;
  position: relative;
  top: -1px;
  z-index: 0;
  margin-bottom: 50px;
  background: #df4322;
  padding: 40px 0 40px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#tab-head2 li {
  float: left;
  padding-left: 0 !important;
  font-size: 100% !important;
  margin: 0 !important;
  width: 50%;
}

#tab-head2 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#tab-head2 li a:hover {
  text-decoration: none;
  background: #df4322;
  color: #FFF;
}

#tab-head2 li::before {
  display: none !important;
}

#tab-head2 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
}

#tab-b1, #tab-b2, #tab-b3, #tab-b4, #tab-b1_2, #tab-b2_2, #tab-b3_2 {
  height: auto;
}

#tab-b2, #tab-b3, #tab-b4, #tab-b2_2, #tab-b4_2, #tab-b5_2, #tab-b6_2, #tab-b7_2, #tab-b8_2, #tab-b9_2, #tab-b10_2, #tab-b11_2, #tab-b12_2 {
  display: none;
}

.tab1 a, .tab3 a {
  background: #efefef;
}

.tab2, .tab4 {
  background: #df4322 !important;
  color: #fff !important;
  padding: 30px 0px 20px 0 !important;
  margin-top: 0px !important;
}

.tab2_base {
  background: #FFF;
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  padding: 80px 30px 30px 30px;
}

.bdr1 {
  position: absolute;
  top: -22px;
  left: 25%;
}
.bdr1 img {
  width: 1px;
}

.bdr2 {
  position: absolute;
  top: -22px;
  right: 25%;
}
.bdr2 img {
  width: 1px;
}

.bdr3 {
  position: absolute;
  top: -22px;
  left: 50%;
}
.bdr3 img {
  width: 1px;
}

/*-----TAB2 他にも影響がでるのでCSS注意！-----*/
#tab-head3 {
  min-width: 320px;
  max-width: 1100px;
  overflow: hidden;
  margin: 30px auto 0 !important;
  padding: 0;
  font-weight: bold;
}

#tab-body3 {
  max-width: 100%;
  min-height: auto;
  position: relative;
  top: -1px;
  z-index: 0;
  margin-bottom: 0px;
  background: #FFF;
  padding: 0px 0px 40px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 2px solid #000;
}

#tab-head3 li {
  float: left;
  padding-left: 0 !important;
  font-size: 100% !important;
  margin: 0 !important;
  width: 10%;
  border-right: 1px solid #FFF;
}

#tab-head3 li:last-child {
  border-right: none;
}

#tab-head3 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
#tab-head3 li a span {
  font-size: 14px;
}

#tab-head3 li a:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
}

#tab-head3 li::before {
  display: none !important;
}

#tab-b1, #tab-b2, #tab-b3, #tab-b4, #tab-b1_2, #tab-b2_2, #tab-b3_2 {
  height: auto;
}

#tab-b2, #tab-b3, #tab-b4, #tab-b2_2, #tab-b4_2, #tab-b5_2, #tab-b6_2, #tab-b7_2, #tab-b8_2, #tab-b9_2, #tab-b10_2, #tab-b11_2, #tab-b12_2 {
  display: none;
}

.tab5 a {
  background: #f6f6f6;
}

.tab6 {
  background: #000 !important;
  color: #fff !important;
  padding: 25px 0px 25px 0 !important;
  margin-top: 0px !important;
}

@media screen and (min-width: 1200px) {
  #tab-body2 {
    padding: 40px 40px 40px 40px;
  }
}
.team_block_01_left {
  float: left;
  width: 60%;
}
.team_block_01_left .ttl {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background: url(../../assets/img/team/bg_img_01.png) left center repeat-x;
  background-size: 1px 1px;
  margin: 0 0 30px 0;
  color: #000;
}
.team_block_01_left .ttl span {
  background: #FFF;
  padding: 0 20px 0 0;
  display: inline-block;
}
.team_block_01_left ul {
  margin: 0px 0 0 0;
}
.team_block_01_left ul li {
  display: inline-block;
  margin: 0 20px 15px 0;
  font-size: 13px;
  font-weight: bold;
}
.team_block_01_left ul li img {
  display: inline-block;
  width: 36px;
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.team_block_01_left ul li:last-child {
  margin: 0 0 0 0;
}
.team_block_01_left .sml {
  font-size: 11px;
  margin: 15px 0 0 0;
}

.team_block_01_right {
  float: right;
  width: 35%;
}
.team_block_01_right .ttl {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background: url(../../assets/img/team/bg_img_01.png) left center repeat-x;
  background-size: 1px 1px;
  margin: 0 0 15px 0;
  color: #000;
}
.team_block_01_right .ttl span {
  background: #FFF;
  padding: 0 20px 0 0;
  display: inline-block;
}
.team_block_01_right .select {
  width: 100%;
  position: relative;
  display: inline-block;
}
.team_block_01_right .select::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.team_block_01_right .selects {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 5px 40px 5px 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
.team_block_01_right select::-ms-expand {
  display: none;
}

dl.tab-dl3 {
  border-bottom: 1px dotted #7a7a7a;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dl.tab-dl3 dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 0 0;
}
dl.tab-dl3 dt p.name {
  font-size: 20px;
  line-height: 21pt;
  font-weight: bold;
}
dl.tab-dl3 dt p.name a {
  color: #000;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
dl.tab-dl3 dt p.name a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #df4322;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
dl.tab-dl3 dt p.name a:hover::after {
  width: 100%;
}
dl.tab-dl3 dt p.name a:hover {
  text-decoration: none;
  color: #df4322;
}
dl.tab-dl3 dt p.name span {
  font-size: 10px;
  line-height: 12pt;
  display: block;
  color: #555555;
  font-weight: normal;
}
dl.tab-dl3 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
dl.tab-dl3 dd div {
  margin: 0 0 0 auto;
}
dl.tab-dl3 dd img {
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  margin: 0 0px 0 0;
}
dl.tab-dl3 dd a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
dl.tab-dl3 dd a.btns {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  background: #df4322;
  padding: 6px 8px 6px 10px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 0 10px;
}
dl.tab-dl3 dd a.btns em {
  display: inline-block;
  background: url(../../assets/img/common/icon_img_01.png) 95% center no-repeat;
  background-size: 6px 10px;
  padding: 0 12px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dl.tab-dl3 dd a.btns:hover {
  background: #000000;
}
dl.tab-dl3 dd a.btns:hover em {
  background: url(../../assets/img/common/icon_img_01.png) 95% center no-repeat;
  background-size: 6px 10px;
}
dl.tab-dl3 dd span {
  display: inline-block;
  background: #f1f1f1;
  font-weight: bold;
  padding: 6px 15px;
  margin: 0 10px 0 0;
  font-size: 13px;
}
dl.tab-dl3 dd p {
  display: inline-block;
}

.map_base {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.map_base .map_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 30px 0;
}
.map_base .map_left area {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.map_base .map_left img {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 0;
}
.map_base .map_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.map_base .map_right .ttl {
  font-weight: bold;
  font-size: 18px;
  padding: 6px 0 6px 40px;
  background: url(../../assets/img/team/icon06.png) left 2px no-repeat;
  background-size: 28px 40px;
  color: #000;
  margin: 0 0 10px 0;
}
.map_base .map_right .ttl span {
  display: inline;
  font-size: 18px;
}
.map_base .map_right ul {
  margin: 10px 0;
  padding: 20px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.map_base .map_right ul li {
  margin: 7px 0;
}
.map_base .map_right ul.hokkaidos {
  border: none;
  padding: 0;
}
.map_base .map_right ul.hokkaidos li {
  margin: 0 0 5px 15px;
  font-size: 13px;
  display: inline-block;
}
.map_base .map_right li.hokkaido div span {
  font-weight: bold;
}
.map_base .map_right li.hokkaido div span::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #ae9f62;
}
.map_base .map_right li.tohoku, .map_base .map_right li.kanto, .map_base .map_right li.cyubu, .map_base .map_right li.kinki, .map_base .map_right li.cyugoku, .map_base .map_right li.kaigai, .map_base .map_right li.other, .map_base .map_right li.zenkoku {
  display: inline-block;
  margin: 0 10px 0 0;
}
.map_base .map_right li.kyusyu {
  display: inline-block;
}
.map_base .map_right li.tohoku div a {
  font-weight: bold;
}
.map_base .map_right li.tohoku div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #7dc3c9;
}
.map_base .map_right li.kanto div a {
  font-weight: bold;
}
.map_base .map_right li.kanto div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #a862ae;
}
.map_base .map_right li.cyubu div a {
  font-weight: bold;
}
.map_base .map_right li.cyubu div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #d5869b;
}
.map_base .map_right li.kinki div a {
  font-weight: bold;
}
.map_base .map_right li.kinki div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #cba958;
}
.map_base .map_right li.cyugoku div a {
  font-weight: bold;
}
.map_base .map_right li.cyugoku div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #7790d7;
}
.map_base .map_right li.kyusyu div a {
  font-weight: bold;
}
.map_base .map_right li.kyusyu div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #72c976;
}
.map_base .map_right li.kaigai div a {
  font-weight: bold;
}
.map_base .map_right li.kaigai div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #6bb281;
}
.map_base .map_right li.other div a {
  font-weight: bold;
}
.map_base .map_right li.other div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #7fdc52;
}
.map_base .map_right li.zenkoku div a {
  font-weight: bold;
}
.map_base .map_right li.zenkoku div a::before {
  padding: 0 5px 0 0px;
  content: "■";
  color: #df4322;
}

.team_block_02 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team_block_02 .team_block_02_left {
  max-width: 520px;
  padding: 0 5% 0 0;
}
.team_block_02 .team_block_02_left hr {
  border-top: 1px dotted #CCC;
  margin: 15px 0;
  border-bottom: 1px dotted #fff;
}
.team_block_02 .team_block_02_left h1 {
  font-size: 24px;
  line-height: 26pt;
  padding: 0 0 6px 0;
  margin: 0 0 15px 0;
  text-align: left;
  border-bottom: 4px double #df4322;
}
.team_block_02 .team_block_02_left h2 {
  font-size: 21px;
  line-height: 23pt;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  text-align: left;
  border-bottom: 1px solid #df4322;
}
.team_block_02 .team_block_02_left h2::after {
  content: none;
}
.team_block_02 .team_block_02_left h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20pt;
  color: #000;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #000;
  margin: 0 0 15px 0;
}
.team_block_02 .team_block_02_left h4 {
  font-weight: bold;
  color: #000;
}
.team_block_02 .team_block_02_left ul.detail_list {
  margin: 20px 0 0 0;
}
.team_block_02 .team_block_02_left ul.detail_list li {
  display: inline-block;
  max-width: 36px;
  margin: 0 5px 0 0;
  padding: 0;
}
.team_block_02 .team_block_02_left ul.detail_list li::before {
  content: none;
  position: absolute;
  top: 0px;
  left: 0;
}
.team_block_02 .team_block_02_left ul.detail_list li:last-child {
  margin: 0 0 0 0;
}
.team_block_02 .team_block_02_left ul.detail_list li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.team_block_02 .team_block_02_left a {
  font-weight: bold;
  color: #df4322;
  text-decoration: underline;
}
.team_block_02 .team_block_02_left a:hover {
  text-decoration: none;
}
.team_block_02 .team_block_02_left ul {
  margin: 20px 0 0 0;
}
.team_block_02 .team_block_02_left ul li {
  margin: 0 0 3px 0;
  position: relative;
  padding: 0 0 0 15px;
}
.team_block_02 .team_block_02_left ul li::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
}
.team_block_02 .team_block_02_left ul li:last-child {
  margin: 0 0 0 0;
}
.team_block_02 .team_block_02_left ol {
  list-style: none; /* olがはき出す数字を消す */
  margin: 20px 0 0 0;
  counter-reset: カウンタ名;
}
.team_block_02 .team_block_02_left ol li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 8px 0;
}
.team_block_02 .team_block_02_left ol li:before {
  counter-increment: カウンタ名;
  content: counter(カウンタ名);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background: #000;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 14pt;
}
.team_block_02 .team_block_02_right {
  max-width: 360px;
}

.team_gray {
  background: #f9f9f9;
  margin: 50px 0 0 0;
  padding: 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team_gray .team_gray_base {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team_gray .team_gray_base .team_icon_ttl {
  -webkit-box-flex: 0.2;
  -webkit-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}
.team_gray .team_gray_base .team_icon_ttl img {
  width: 28px;
}
.team_gray .team_gray_base .team_gray_right {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.team_gray .team_gray_base .team_gray_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #b5b5b5;
  padding: 15px 0 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team_gray .team_gray_base .team_gray_right dl dt {
  -webkit-box-flex: 0.4;
  -webkit-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding: 0px 0 0px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.team_gray .team_gray_base .team_gray_right dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 40px 0 0;
}
.team_gray .team_gray_base .team_gray_right dl:last-child {
  border: none;
}

.txc {
  margin: 50px auto 0;
}

.team_ttl_menu:hover {
  text-decoration: none;
}

.team_ttl_menu span {
  font-weight: bold;
  padding: 12px 0 10px 0px;
  border-bottom: 1px solid #000;
  position: relative;
  margin: 0px 0 0px 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26pt;
  cursor: pointer;
  background: #ffeeee url(../../assets/img/team/icon08.png) 99% center no-repeat;
  background-size: 34px 34px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.team_ttl_menu span em {
  font-size: 18px;
  color: #000;
  padding: 0 0 0 30px;
}

.team_ttl_menu.active span {
  background: #df4322 url(../../assets/img/team/icon08on.png) 99% center no-repeat;
  background-size: 34px 34px;
  border-bottom: 1px solid #000;
  color: #FFF;
}
.team_ttl_menu.active span em {
  color: #FFF;
}

.team_ttl_menu span::before {
  content: "";
  display: block;
  width: 8%;
  border-bottom: 1px solid #eb6100;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.team_ttl_menu.active span::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #eb6100;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
}

@media screen and (min-width: 1000px) {
  .tab2_base {
    padding: 80px 60px 60px 60px;
  }
  .team_gray {
    background: #f9f9f9;
    margin: 60px 0 0 0;
    padding: 80px 50px;
  }
  .team_gray .team_gray_base .team_icon_ttl {
    -webkit-box-flex: 0.2;
    -webkit-flex: 0.2;
        -ms-flex: 0.2;
            flex: 0.2;
  }
  .team_gray .team_gray_base .team_gray_right {
    -webkit-box-flex: 1.3;
    -webkit-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
  .team_gray .team_gray_base .team_gray_right dl {
    padding: 25px 0 25px 0;
  }
  .team_gray .team_gray_base .team_gray_right dl dt {
    padding: 0px 0 0px 40px;
    -webkit-box-flex: 0.3;
    -webkit-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
    font-size: 17px;
  }
  .team_block_02 {
    padding: 0 50px;
  }
  dl.tab-dl3 {
    padding: 20px 40px;
  }
  dl.tab-dl3 dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px 0 0;
  }
  dl.tab-dl3 dd {
    -webkit-box-flex: 0.9;
    -webkit-flex: 0.9;
        -ms-flex: 0.9;
            flex: 0.9;
  }
  .map_base {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .map_base .map_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .map_base .map_left img {
    width: 100%;
    max-width: 660px;
  }
  .map_base .map_right {
    -webkit-box-flex: 0.3;
    -webkit-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
  .map_base .map_right .ttl {
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 0px 40px;
    background: url(../../assets/img/team/icon06.png) left 2px no-repeat;
    background-size: 28px 40px;
    color: #000;
    margin: 0 0 10px 0;
  }
  .map_base .map_right .ttl span {
    display: block;
    font-size: 13px;
  }
  .map_base .map_right ul {
    margin: 10px 0;
    padding: 20px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .map_base .map_right ul li {
    margin: 7px 0;
  }
  .map_base .map_right ul.hokkaidos {
    border: none;
    padding: 0;
  }
  .map_base .map_right ul.hokkaidos li {
    margin: 0 0 5px 15px;
    font-size: 13px;
    display: block;
  }
  .map_base .map_right li.hokkaido div a {
    font-weight: bold;
  }
  .map_base .map_right li.hokkaido div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #ae9f62;
  }
  .map_base .map_right li.tohoku, .map_base .map_right li.kanto, .map_base .map_right li.cyubu, .map_base .map_right li.kinki, .map_base .map_right li.cyugoku, .map_base .map_right li.kaigai, .map_base .map_right li.other, .map_base .map_right li.zenkoku {
    display: block;
    margin: 5px 0px 5px 0;
  }
  .map_base .map_right li.kyusyu {
    display: block;
    margin: 5px 0 0 0;
  }
  .map_base .map_right li.tohoku div a {
    font-weight: bold;
  }
  .map_base .map_right li.tohoku div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #7dc3c9;
  }
  .map_base .map_right li.kanto div a {
    font-weight: bold;
  }
  .map_base .map_right li.kanto div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #a862ae;
  }
  .map_base .map_right li.cyubu div a {
    font-weight: bold;
  }
  .map_base .map_right li.cyubu div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #d5869b;
  }
  .map_base .map_right li.kinki div a {
    font-weight: bold;
  }
  .map_base .map_right li.kinki div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #cba958;
  }
  .map_base .map_right li.cyugoku div a {
    font-weight: bold;
  }
  .map_base .map_right li.cyugoku div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #7790d7;
  }
  .map_base .map_right li.kyusyu div a {
    font-weight: bold;
  }
  .map_base .map_right li.kyusyu div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #72c976;
  }
  .map_base .map_right li.kaigai div a {
    font-weight: bold;
  }
  .map_base .map_right li.kaigai div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #6bb281;
  }
  .map_base .map_right li.other div a {
    font-weight: bold;
  }
  .map_base .map_right li.other div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #7fdc52;
  }
  .map_base .map_right li.zenkoku div a {
    font-weight: bold;
  }
  .map_base .map_right li.zenkoku div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #df4322;
  }
}
.childs {
  display: none;
}

.team_index #tab-body4 {
  margin: 40px 0 0 0;
}
.team_index #tab-b2_3,
.team_index #tab-b3_3,
.team_index #tab-b4_3,
.team_index #tab-b5_3,
.team_index #tab-b6_3,
.team_index #tab-b7_3,
.team_index #tab-b8_3,
.team_index #tab-b9_3,
.team_index #tab-b10_3,
.team_index #tab-b11_3,
.team_index #tab-b12_3,
.team_index #tab-b13_3,
.team_index #tab-b14_3,
.team_index #tab-b15_3,
.team_index #tab-b16_3,
.team_index #tab-b17_3,
.team_index #tab-b18_3,
.team_index #tab-b19_3 {
  display: none;
}
.team_index .areaTitle {
  font-weight: bold;
  padding: 12px 0 10px 20px;
  border-bottom: 2px solid #000;
  position: relative;
  margin: 0px 0 0px 0;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 26pt;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  background: #efefef;
}
.team_index .areaTitle span {
  font-size: 14px;
}

.team_index #tab-body4 {
  padding: 0;
}

/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .news_under_block ol li:before {
    padding: 5px 8px 1px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
}
.venue_index main {
  background: url(../../assets/img/venue/main.jpg) center top no-repeat;
  background-size: cover;
}

h1.venue_h1 {
  text-align: center;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 165%;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
  color: #000;
  width: 100%;
}
h1.venue_h1 span {
  background: #000;
  color: #FFF !important;
  display: inline-block !important;
  margin: 0 20px 0 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 0.4% 2.5% !important;
  font-size: 2.2vw;
}
h1.venue_h1 em {
  background: #df4322;
  color: #FFF;
  display: inline-block;
  font-size: 1.5vw;
  line-height: 150%;
  padding: 10px 18px;
  margin: 0 0 15px 0;
}

h1.venue_h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border-bottom: 2px solid #df4322;
  width: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.venue_ttlh1 {
  text-align: center;
  font-weight: bold;
  font-size: 3.9vw;
  line-height: 130%;
  margin: 0 0 50px 0;
  color: #000;
}
.venue_ttlh1 span {
  font-weight: bold;
  color: #7f7f7f;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.1vw;
}

@media screen and (min-width: 1000px) {
  h1.venue_h1 em {
    font-size: 13px;
    padding: 12px 20px;
    margin: 0 0 25px 0;
  }
}
/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .venue_ttlh1 h1 {
    line-height: 110%;
  }
}
@media screen and (min-width: 1100px) {
  .venue_ttlh1 {
    font-size: 40px;
    margin: 0 0 65px 0;
  }
  .venue_ttlh1 span {
    font-size: 12px;
  }
  h1.venue_h1 {
    font-size: 26px;
  }
  h1.venue_h1 span {
    font-size: 24px;
  }
  h1.venue_h1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
}
.venue_tab {
  margin: 60px 0 0 0;
}

.venue_txt_01 {
  text-align: center;
  padding: 30px;
}

.venue_tab_block {
  background: none !important;
  border-top: 1px solid #df4322;
  padding: 0 !important;
}

.venue_tab_block .tab2, .venue_tab .tab4 {
  background: #df4322 !important;
  color: #fff !important;
  padding: 25px 0px 25px 0 !important;
  margin-top: 0px !important;
}

.venue_tab_base_01 {
  background-image: -webkit-linear-gradient(340deg, rgb(250, 250, 250) 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(110deg, rgb(250, 250, 250) 50%, rgba(255, 255, 255, 0) 50%);
  padding: 0px 0;
}

.venue_tab_base_02 {
  background-image: -webkit-linear-gradient(340deg, rgb(250, 250, 250) 55%, rgba(255, 255, 255, 0) 45%);
  background-image: linear-gradient(110deg, rgb(250, 250, 250) 55%, rgba(255, 255, 255, 0) 45%);
  padding: 0px 0;
}

.vanue_block_01 {
  max-width: 1200px;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: hidden;
}
.vanue_block_01 .vanue_block_01_left {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3% 0 3% 3%;
}
.vanue_block_01 .vanue_block_01_left .vanue_map {
  /*
  padding:10% 16% 10% 5%;
  */
  width: 80%;
}
.vanue_block_01 .vanue_block_01_left .vanue_map div {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.vanue_block_01 .vanue_block_01_left .vanue_map img {
  width: 100%;
  max-width: 524px;
  height: auto;
}
.vanue_block_01 .left_ex {
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}
.vanue_block_01 .vanue_block_01_right {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-box-flex: 0.6;
  -webkit-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.vanue_block_01 .vanue_block_01_right ul {
  width: 100%;
}
.vanue_block_01 .vanue_block_01_right ul li {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  font-weight: bold;
  margin: 10px 0;
}
.vanue_block_01 .vanue_block_01_right ul li a {
  background: url(../../assets/img/common/icon_img_14.png) right center no-repeat;
  background-size: 13px 13px;
  padding: 0 20px 0 0;
}
.vanue_block_01 .vanue_block_01_right ul li a span {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-size: 1.7vw;
  line-height: 180%;
  font-family: "Montserrat", sans-serif;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 2.5% 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  width: 13%;
  text-align: center;
}
.vanue_block_01 .vanue_block_01_right ul li a em {
  display: inline-block;
  margin: 0 0 0 0px;
  font-size: 1.5vw;
  position: relative;
  padding: 0 0 0 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vanue_block_01 .vanue_block_01_right ul li a em.small {
  font-size: 1.1vw;
  padding: 0;
}
.vanue_block_01 .vanue_block_01_right ul li a em::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  width: 10px;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vanue_block_01 .vanue_block_01_right ul li a em.small::before {
  content: none;
}
.vanue_block_01 .vanue_block_01_right ul li a:hover {
  color: #df4322;
}
.vanue_block_01 .vanue_block_01_right ul li a:hover em {
  display: inline-block;
  margin: 0 0 0 0px;
  font-size: 1.5vw;
  position: relative;
  padding: 0 0 0 27px;
}
.vanue_block_01 .vanue_block_01_right ul li a:hover em.small {
  font-size: 1.1vw;
  padding: 0;
}
.vanue_block_01 .vanue_block_01_right ul li a:hover em::before {
  width: 20px;
  background: #df4322;
}
.vanue_block_01 .vanue_block_01_right ul li a:hover span {
  background: #df4322;
}
.vanue_block_01 .right_ex {
  -webkit-box-flex: 0.65;
  -webkit-flex: 0.65;
      -ms-flex: 0.65;
          flex: 0.65;
}

.venue_block_03 {
  background-image: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0) 70%, rgb(223, 67, 34) 30%);
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 70%, rgb(223, 67, 34) 30%);
  padding: 0px 0;
}
.venue_block_03 section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.venue_block_03 section .venue_block_03_left {
  -webkit-box-flex: 1.3;
  -webkit-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  max-width: 550px;
  padding: 30px 5% 30px 0;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  */
}
.venue_block_03 section .venue_block_03_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0 30px 0;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  */
}
.venue_block_03 section .venue_block_03_right img {
  width: 100%;
  max-width: 450px;
}

.venue_block_04 {
  margin: 50px 0 0 0;
}
.venue_block_04 ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.venue_block_04 ul li { /*
    width: 31%;
*/
  max-width: 313px;
  margin: 0 2% 0 0;
}
.venue_block_04 ul li:last-child {
  margin: 0 0 0 0;
}
.venue_block_04 p {
  margin: 30px 0 0 0;
}

.venue_gray {
  background: #f9f9f9;
  margin: 50px 0 0 0;
  padding: 50px 0 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.venue_gray .venue_gray_base {
  text-align: center;
}
.venue_gray .venue_gray_base .venue_ttl01 {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 120%;
  color: #000;
  padding: 3px 0 0 0;
}
.venue_gray .venue_gray_base .venue_ttl01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -37px;
  width: 6px;
  height: 27px;
  background: url(../../assets/img/venue/bg_img_02.png) left center no-repeat;
  background-size: 6px 27px;
}
.venue_gray .venue_gray_base .venue_ttl01::after {
  content: "";
  position: absolute;
  top: 0;
  right: -37px;
  width: 6px;
  height: 27px;
  background: url(../../assets/img/venue/bg_img_03.png) right center no-repeat;
  background-size: 6px 27px;
}

.venue_block_05 {
  margin: 40px 0 0 0;
}
.venue_block_05 h3 {
  font-weight: bold;
  color: #000;
  font-size: 2vw;
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}
.venue_block_05 h3::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -45px;
  width: 30px;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.venue_block_05 .venue_access {
  background: #FFF;
  padding: 25px 30px;
}
.venue_block_05 .venue_access li {
  margin: 0 0 6px 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
.venue_block_05 .venue_access li:last-child {
  margin: 0;
}
.venue_block_05 .venue_access li::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
}

.venue_googlemap {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.venue_googlemap #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  background: #000;
}

.venue_grayB {
  background: #f9f9f9;
  margin: 0px 0 0 0;
  padding: 30px 0 60px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.venue_grayB .venue_gray_base {
  text-align: center;
}
.venue_grayB .venue_area_block {
  margin: 70px 0 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.venue_grayB .venue_area_block h3 {
  font-weight: bold;
  color: #000;
  font-size: 2vw;
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}
.venue_grayB .venue_area_block h3::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -45px;
  width: 30px;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.venue_grayB .venue_area_block .venue_area_left {
  text-align: left;
  padding: 0 2.5% 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.venue_grayB .venue_area_block .venue_area_left table {
  width: 100%;
}
.venue_grayB .venue_area_block .venue_area_left table th {
  background: #000;
  color: #FFF;
  padding: 15px 15px;
  width: 35%;
  border-bottom: 1px solid #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.1vw;
  line-height: 120%;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.venue_grayB .venue_area_block .venue_area_left table th em {
  font-size: 3.2vw;
}
.venue_grayB .venue_area_block .venue_area_left table th span {
  display: inline-block;
  background: #FFF;
  font-size: 1vw;
  line-height: 160%;
  text-align: center;
  padding: 2px 30%;
  color: #000;
  letter-spacing: 0em;
}
.venue_grayB .venue_area_block .venue_area_left table td {
  font-weight: bold;
  padding: 15px 15px;
  width: 65%;
  background: #FFF;
  border-bottom: 1px solid #f9f9f9;
  vertical-align: middle;
}
.venue_grayB .venue_area_block .venue_area_right {
  text-align: left;
  padding: 0 0 0 2.5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.venue_grayB .venue_area_block .venue_area_right .venue_info_area {
  background: #FFF;
  padding: 15px 15px;
}

.venue_map .venuemap_img {
  max-width: 894px;
  margin: 0 auto 0;
  padding: 0 30px 30px 30px;
}

@media screen and (min-width: 1000px) {
  .venue_map .venuemap_img {
    max-width: 894px;
    margin: 0 auto 0;
    padding: 0 0px 0px 0px;
  }
  .venue_block_03 section .venue_block_03_right {
    padding: 40px 0;
  }
  .venue_block_05 {
    margin: 40px 0 0 0;
  }
  .venue_block_05 h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .venue_block_05 h3::after {
    content: "";
    position: absolute;
    top: 48%;
    right: -45px;
    width: 30px;
    background: #000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_grayB {
    padding: 30px 0 60px 0;
  }
  .venue_grayB .venue_area_block {
    margin: 70px 0 0 0;
  }
  .venue_grayB .venue_area_block h3 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin: 0 0 15px 0;
  }
  .venue_grayB .venue_area_block h3::after {
    content: "";
    position: absolute;
    top: 48%;
    right: -45px;
    width: 30px;
    background: #000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_grayB .venue_area_block .venue_area_left {
    text-align: left;
    padding: 0 2.5% 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .venue_grayB .venue_area_block .venue_area_left table th {
    background: #000;
    color: #FFF;
    padding: 25px 15px;
    width: 35%;
    font-size: 21px;
    line-height: 20pt;
    letter-spacing: 0.1em;
  }
  .venue_grayB .venue_area_block .venue_area_left table th em {
    font-size: 36px;
  }
  .venue_grayB .venue_area_block .venue_area_left table th span {
    font-size: 13px;
    line-height: 16pt;
    padding: 2px 30px;
  }
  .venue_grayB .venue_area_block .venue_area_left table td {
    padding: 15px 15px;
    width: 65%;
  }
  .venue_grayB .venue_area_block .venue_area_right {
    padding: 0 0 0 2.5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .venue_grayB .venue_area_block .venue_area_right .venue_info_area {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 1100px) {
  .venue_grayB {
    background: #f9f9f9;
    margin: 0px 0 0 0;
    padding: 50px 0 80px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_grayB .venue_gray_base {
    text-align: center;
  }
  .venue_gray {
    background: #f9f9f9;
    margin: 60px 0 0 0;
    padding: 80px 0 40px 0;
  }
  .venue_gray .venue_gray_base .venue_ttl01 {
    font-size: 21px;
    padding: 0px 0 0 0;
  }
  .venue_tab_base_01 {
    background-image: -webkit-linear-gradient(340deg, rgb(250, 250, 250) 55%, rgba(255, 255, 255, 0) 45%);
    background-image: linear-gradient(110deg, rgb(250, 250, 250) 55%, rgba(255, 255, 255, 0) 45%);
    padding: 0px 0;
  }
  .venue_tab_base_02 {
    background-image: -webkit-linear-gradient(340deg, rgb(250, 250, 250) 55%, rgba(255, 255, 255, 0) 45%);
    background-image: linear-gradient(110deg, rgb(250, 250, 250) 55%, rgba(255, 255, 255, 0) 45%);
    padding: 0px 0;
  }
  .vanue_block_01 {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0;
  }
  .vanue_block_01 .vanue_block_01_left {
    padding: 6% 0 6% 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map {
    /*
    padding:0 0% 0 3%;
    */
    width: 100%;
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map div {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map img {
    width: 100%;
    max-width: 524px;
    height: auto;
  }
  .vanue_block_01 .left_ex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .vanue_block_01 .vanue_block_01_right {
    -webkit-box-flex: 0.67;
    -webkit-flex: 0.67;
        -ms-flex: 0.67;
            flex: 0.67;
  }
  .vanue_block_01 .vanue_block_01_right ul li {
    margin: 14px 0;
  }
  .vanue_block_01 .vanue_block_01_right ul li a {
    padding: 0 20px 0 0;
  }
  .vanue_block_01 .vanue_block_01_right ul li a span {
    font-size: 17px;
    line-height: 180%;
    margin: 0 18px 0 0;
    width: 12%;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em {
    font-size: 17px;
    padding: 0 0 0 28px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em::before {
    width: 15px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em.small {
    font-size: 12px;
    padding: 0;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em.small::before {
    content: none;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover em {
    font-size: 17px;
    padding: 0 0 0 38px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover em::before {
    width: 25px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover em.small {
    font-size: 12px;
    padding: 0 0 0 0px;
  }
  .right_ex {
    -webkit-box-flex: 0.58;
    -webkit-flex: 0.58;
        -ms-flex: 0.58;
            flex: 0.58;
  }
}
@media screen and (min-width: 1500px) {
  .vanue_block_01 .vanue_block_01_left {
    padding: 6% 0 6% 7%;
  }
}
/*-----IE-----*/
.info_index main {
  background: url(../../assets/img/news/main.jpg) center top no-repeat;
  background-size: cover;
}

.news_block_02 dl {
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_block_02 dt {
  clear: left;
  float: left;
  width: 100px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_block_02 dd {
  margin: 0 0 0px 110px;
  padding: 0px 0px 0px 20px;
}
.news_block_02 dd p {
  font-size: 11px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #616161;
}
.news_block_02 dd div {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 25px;
  color: #000;
  font-weight: normal;
  font-weight: bold;
}
.news_block_02 dd div::before {
  content: "";
  background: #df4322;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_block_02 a div {
  color: #000;
  font-size: 16px;
  line-height: 18pt;
  padding: 0 25px 0 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.news_block_02 a div span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
}
.news_block_02 a:hover {
  text-decoration: none;
}
.news_block_02 a:hover div {
  text-decoration: none;
  padding: 0 14px 0 36px;
  color: #df4322;
}
.news_block_02 a:hover div::before {
  width: 26px;
}
.news_block_02 a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

ul.news_number {
  text-align: center;
  margin: 70px auto 0;
}
ul.news_number li {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}
ul.news_number li a {
  font-size: 12px;
  padding: 14px 30px;
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.news_number li a:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
}

p.news_days {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #7f7f7f;
  margin: 0 0 20px 0;
}

.news_under_block {
  margin: 0 0 0 0;
}
.news_under_block p {
  margin: 20px 0 0 0;
}
.news_under_block p strong {
  font-weight: bold;
}
.news_under_block div {
  margin: 25px 0;
  /*
  border-bottom:1px solid #000;
  */
  padding: 0 0 7px 0;
  font-size: 18px;
  line-height: 23pt;
  font-weight: bold;
}
.news_under_block div p {
  font-weight: normal;
}
.news_under_block table {
  width: 100%;
  margin: 20px 0 0 0;
}
.news_under_block table th {
  background: #eba090;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
  vertical-align: middle;
}
.news_under_block table td {
  padding: 10px 15px;
  border: 1px solid #FFF;
  background: #f2f2f2;
  vertical-align: middle;
}
.news_under_block a {
  text-decoration: underline;
  font-weight: bold;
  color: #df4322;
}
.news_under_block img {
  margin: 20px 0 0 0;
}
.news_under_block a:hover {
  text-decoration: none;
}
.news_under_block ul {
  margin: 20px 0 0 0;
}
.news_under_block ul li {
  margin: 0 0 3px 0;
  position: relative;
  padding: 0 0 0 15px;
}
.news_under_block ul li::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
}
.news_under_block ul li:last-child {
  margin: 0 0 0 0;
}
.news_under_block ol {
  list-style: none; /* olがはき出す数字を消す */
  margin: 20px 0 0 0;
  counter-reset: カウンタ名;
}
.news_under_block ol li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 8px 0;
}
.news_under_block ol li:before {
  counter-increment: カウンタ名;
  content: counter(カウンタ名);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background: #000;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 14pt;
}

@media screen and (min-width: 1000px) {
  .news_block_02 dl {
    margin-bottom: 40px;
  }
  .news_block_02 dt {
    clear: left;
    float: left;
    width: 140px;
    margin: 0;
  }
  .news_block_02 dd {
    margin: 0 0 0px 150px;
    padding: 0px 0px 0px 20px;
  }
  .news_block_02 dd p {
    font-size: 13px;
    line-height: 120%;
    color: #616161;
  }
  .news_block_02 dd a {
    font-size: 16px;
    line-height: 20pt;
  }
}
.info_index img.aligncenter {
  margin: 20px auto 0;
}

.info_index .youtube {
  margin: 20px auto 0;
  text-align: center;
}

/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .news_under_block ol li:before {
    padding: 5px 8px 1px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
}
.onlySPre {
  display: none;
}

.report_index main {
  background: url(../../assets/img/report/main.jpg) center top no-repeat;
  background-size: cover;
}

.report_block_03 {
  background-image: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0) 70%, rgb(242, 242, 242) 30%);
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 70%, rgb(242, 242, 242) 30%);
  padding: 0px 0;
}
.report_block_03 section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_block_03 section .report_block_03_left {
  -webkit-box-flex: 1.3;
  -webkit-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  max-width: 550px;
  padding: 30px 5% 30px 0;
}
.report_block_03 section .report_block_03_left div.reday {
  font-weight: bold;
  color: #df4322;
  font-size: 1.4vw;
  margin: 0 0 12px 0;
}
.report_block_03 section .report_block_03_left p {
  margin: 0 0 35px 0;
}
.report_block_03 section .report_block_03_left h2 {
  text-align: left;
  margin: 0 0 25px 0;
}
.report_block_03 section .report_block_03_left h2 span {
  display: inline-block;
  position: relative;
  background: none;
  color: #000;
  margin: 0 0 0 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  padding: 0;
}
.report_block_03 section .report_block_03_left h2::after {
  content: none;
}
.report_block_03 section .report_block_03_left h2 span::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 50%;
  height: 1px;
  background-color: #df4322;
  width: 30px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.report_block_03 section .report_block_03_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0 30px 0;
}
.report_block_03 section .report_block_03_right img {
  width: 100%;
  max-width: 450px;
}

ul.report_days {
  text-align: center;
  margin: 100px auto 0;
}
ul.report_days li {
  display: inline-block;
  font-weight: bold;
  margin: 0 3px;
}
ul.report_days li a {
  font-size: 1.2vw;
  line-height: 140%;
  padding: 16px 30px 14px 30px;
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.report_days li a em {
  font-size: 15px;
}
ul.report_days li a:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
}

.c_img {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #FFF;
  position: relative;
  /*
  height:100%;
  */
}

.c_img img {
  display: block;
}

a:hover .c_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

a .c_img .caption {
  font-size: 12px;
  text-align: center;
  padding-top: 95px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3em;
}

a .c_img .mask {
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.4); /* マスクは半透明 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .c_img .mask {
  opacity: 1; /* マスクを表示する */
}

.report_final_base_01 {
  background-image: -webkit-linear-gradient(340deg, rgb(223, 67, 34) 42%, rgba(255, 255, 255, 0) 40%);
  background-image: linear-gradient(110deg, rgb(223, 67, 34) 42%, rgba(255, 255, 255, 0) 40%);
  padding: 0px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.report_final_block_01 {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: hidden;
}
.report_final_block_01 .report_final_block_01_left {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_final_block_01 .report_final_block_01_left .sponlybd {
  display: none;
}
.report_final_block_01 .report_final_block_01_left .report_final_map {
  padding: 10% 20% 100% 0%;
  color: #FFF;
  width: 100%;
  display: inline-block;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3vw;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 0 10%;
  width: 100%;
  display: block;
  text-align: right;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl span {
  font-weight: normal;
  font-size: 8vw;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl em {
  font-size: 9vw;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days {
  background: #FFF;
  margin: 12px 0 0 -40%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  text-align: right;
  display: inline-block;
  width: 140%;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days span {
  color: #df4322;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  text-align: right;
  display: inline-block;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte .kekka_ttl {
  font-size: 4vw;
  font-weight: bold;
  text-align: right;
  margin: 16px 20px 10px 0;
}
.report_final_block_01 .report_final_block_01_left .report_final_map div.rte p {
  text-align: right;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.report_final_block_01 .report_final_block_01_right {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-box-flex: 0.64;
  -webkit-flex: 0.64;
      -ms-flex: 0.64;
          flex: 0.64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.report_final_block_01 .report_final_block_01_right ul {
  width: 100%;
}
.report_final_block_01 .report_final_block_01_right ul li {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  margin: 10px 0;
}
.report_final_block_01 .report_final_block_01_right ul li a {
  display: block;
}
.report_final_block_01 .report_final_block_01_right ul li a span {
  background: #f2f2f2;
  color: #FFF;
  display: inline-block;
  font-size: 1.1vw;
  line-height: 180%;
  padding: 0.4% 4%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  text-align: center;
  color: #000;
  border-radius: 100px; /* CSS3草案 */
  -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
  -moz-border-radius: 100px; /* Firefox用 */
  position: relative;
}
.report_final_block_01 .report_final_block_01_right ul li a em {
  display: inline-block;
  margin: 0 0 0 0px;
  font-size: 1.5vw;
  position: relative;
  padding: 0 0 0 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #000;
}
.report_final_block_01 .report_final_block_01_right ul li a em::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  width: 10px;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_final_block_01 .report_final_block_01_right ul li a:hover em {
  color: #df4322;
}
.report_final_block_01 .report_final_block_01_right ul li a:hover em {
  display: inline-block;
  margin: 0 0 0 0px;
  font-size: 1.5vw;
  position: relative;
  padding: 0 0 0 27px;
}
.report_final_block_01 .report_final_block_01_right ul li a:hover em::before {
  width: 20px;
  background: #df4322;
}
.report_final_block_01 .report_final_block_01_right ul li a:hover span {
  background: #df4322;
  color: #FFF;
}

.report_block_04 {
  margin: 50px 0 0 0;
}
.report_block_04 .report_area_04 {
  background: #f2f2f2;
  position: relative;
  padding: 30px 25px;
}
.report_block_04 .report_area_04::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  height: 40px;
  width: 1px;
  background: #df4322;
}
.report_block_04 ul {
  /*
  display: -webkit-flex;
  display: flex;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.report_block_04 ul li {
  width: 32%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*
  padding:8px 50px;
  */
  background: #df4322;
  background-size: 14px 12px;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #df4322;
  margin: 0 0.5%;
}
.report_block_04 ul li a {
  background: url(../../assets/img/report/icon01.png) 90% 50% no-repeat;
  background-size: 14px 12px;
  padding: 12px 50px;
  width: 100%;
  font-size: 1.6vw;
  line-height: 160%;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 100%;
}
.report_block_04 ul li a:hover {
  text-decoration: none;
  background: #e4c147 url(../../assets/img/report/icon01.png) 90% 60% no-repeat;
  background-size: 14px 12px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.report_block_04 p {
  margin: 30px 0 0 0;
}

.report_gray {
  background: #f9f9f9;
  margin: 50px 0 0 0;
  padding: 50px 0 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_gray .report_gray_base ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.report_gray .report_gray_base li {
  width: 33%;
  padding: 2%;
}
.report_gray .report_gray_base li a {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
}
.report_gray .report_gray_base li a span {
  background: #d7cd19;
  display: inline-block;
  padding: 2px 10px;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  position: absolute;
  font-weight: bold;
  z-index: 1;
  font-size: 1.3vw;
}
.report_gray .report_gray_base li a div.texts {
  background: #FFF;
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: inline-block;
  z-index: 1;
  font-size: 1.3vw;
  line-height: 180%;
  padding: 10px 14px;
  -webkit-box-shadow: 0px 1px 2px #CCC;
          box-shadow: 0px 1px 2px #CCC;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_gray .report_gray_base li a div.texts em {
  display: block;
  font-size: 1.8vw;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_gray .report_gray_base li a:hover div.texts {
  color: #FFF;
  background: #df4322;
}
.report_gray .report_gray_base li a:hover div.texts em {
  color: #FFF;
}

.report_block_06 {
  margin: 0px 0 45px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report_block_06 .report_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 30px 0;
}
.report_block_06 .report_area .report_block_06_left {
  width: 47%;
}
.report_block_06 .report_area .report_block_06_left h2 {
  text-align: left;
  margin: 0 0 25px 0;
}
.report_block_06 .report_area .report_block_06_left h2 span {
  display: inline-block;
  position: relative;
  background: none;
  color: #000;
  margin: 0 0 0 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  padding: 0;
}
.report_block_06 .report_area .report_block_06_left h2::after {
  content: none;
}
.report_block_06 .report_area .report_block_06_left h2 span::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 50%;
  height: 1px;
  background-color: #df4322;
  width: 30px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.report_block_06 .report_area .report_block_06_left p {
  margin: 0 0 15px 0;
  font-weight: 500;
}
.report_block_06 .report_area .report_block_06_right {
  width: 47%;
}
.report_block_06 .report_area .report_block_06_right p {
  margin: 0 0 15px 0;
  font-weight: 500;
}

.report_block_child {
  padding: 80px 0 0 0;
}
.report_block_child .report_child {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.report_block_child .report_child li {
  width: 33%;
  padding: 1%;
}
.report_block_child h2.report_h2 {
  margin: 0 auto 40px;
}
.report_block_child p {
  font-weight: 500;
}

.report_block_last {
  margin: 50px 0 50px 0px;
}
.report_block_last .report_area_04 {
  background: #f2f2f2;
  position: relative;
  padding: 30px 25px;
  text-align: center;
}
.report_block_last .report_area_04 .final_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 0;
  margin: 20px 0;
  color: #000;
  display: inline-block;
  background: url(../../assets/img/common/icon_img_12.png) right center no-repeat, url(../../assets/img/common/icon_img_12.png) left center no-repeat;
  background-size: 35px 5px, 35px 5px;
  padding: 0 60px;
}
.report_block_last .report_area_04::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  height: 40px;
  width: 1px;
  background: #df4322;
}
.report_block_last ul {
  /*
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  flex-direction: row;
  */
  text-align: center;
}
.report_block_last ul li {
  text-align: center;
  display: inline-block;
}
.report_block_last ul li a {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(223, 67, 34)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(223, 67, 34) 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(223, 67, 34) 50%);
  background-position: 0 0;
  background-size: auto 200%;
}
.report_block_last ul li a span {
  width: 100%;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: inline-block;
  padding: 0 18px 0 0;
  width: 100%;
  text-align: center;
  background: url(../../assets/img/report/icon02.png) right 50% no-repeat;
  background-size: 10px 6px;
}
.report_block_last ul li a:hover {
  text-decoration: none;
  background-position: 0 100%;
  color: #fff766;
}
.report_block_last ul li a:hover span {
  background: url(../../assets/img/report/icon02on.png) right 50% no-repeat;
  background-size: 10px 6px;
}
.report_block_last p {
  margin: 30px 0 0 0;
}

h2.report_h2_final {
  margin: 90px auto 50px;
}

h2.report_h2_final em {
  font-size: 3.3vw;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 1.2% 4%;
}
h2.report_h2_final em small {
  color: #FFF;
  font-weight: normal;
  font-size: 1.8vw;
}
h2.report_h2_final em span {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  margin: 0;
  padding: 0;
  background: none;
  color: #fff766;
}
h2.report_h2_final em span.white {
  color: #FFF;
  background: none !important;
}

h2.report_h2_final::after {
  bottom: -15px;
}

h2.fnl_magn {
  margin: 0 auto 35px;
}

.mx1100report {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 70px;
}

table.tbl-r06 {
  margin: 15px 0 15px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.tbl-r06 tr:nth-child(even) {
  background: #fbf5f5;
}

.tbl-r06 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-weight: 500;
}
.tbl-r06 td span.sub {
  font-size: 12px;
  color: #888888;
  display: block;
}

.tbl-r06 td.tl {
  text-align: left;
  line-height: 160%;
}

.tbl-r06 th {
  vertical-align: middle;
  background: #d0953b;
  color: #FFF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 15px;
  font-weight: bold;
}

.tbl-r06 .last {
  /*
    border-bottom: solid 1px #ccc;
  */
}

/*
@media screen and (max-width: 640px) {
  .tbl-r06 {
    width: 80%;
  }
  .tbl-r06 .thead {
    display: none;
  }
  .tbl-r06 td {
    display: inline-block;
  }
  .tbl-r06 span {
    font-weight: bold;
  }
  .tbl-r06 .last {
    border-bottom: none;
  }
}
*/
.report_final_02 {
  padding: 45px 0;
  background-image: -webkit-linear-gradient(340deg, #151515 65%, rgba(255, 255, 255, 0) 35%);
  background-image: linear-gradient(110deg, #151515 65%, rgba(255, 255, 255, 0) 35%);
  margin: 50px 0 0px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFF;
}
.report_final_02 .final_name2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.8vw;
  line-height: 120%;
}
.report_final_02 .final_ttl2 {
  margin: 0px auto 20px;
  font-size: 20px;
  line-height: 22pt;
  font-weight: bold;
  color: #fff766;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.report_final_02 .final_ttl2 span {
  font-size: 16px;
  display: block;
}
.report_final_02 .report_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 0px 0;
}
.report_final_02 .report_area .report_block_06_left {
  width: 40%;
  padding: 0 0 0 0%;
}
.report_final_02 .report_area .report_block_06_left h2 {
  text-align: left;
  margin: 0 0 25px 0;
}
.report_final_02 .report_area .report_block_06_left h2 span {
  display: inline-block;
  position: relative;
  background: none;
  color: #000;
  margin: 0 0 0 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  padding: 0;
}
.report_final_02 .report_area .report_block_06_left h2::after {
  content: none;
}
.report_final_02 .report_area .report_block_06_left h2 span::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 50%;
  height: 1px;
  background-color: #df4322;
  width: 30px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.report_final_02 .report_area .report_block_06_left p {
  margin: 0 0 0px 0;
}
.report_final_02 .report_area .report_block_06_right {
  width: 54%;
}
.report_final_02 .report_area .report_block_06_right p {
  margin: 0 0 15px 0;
}

.report_final_03 {
  padding: 45px 0;
  background-image: -webkit-linear-gradient(340deg, #FFF 35%, rgb(0, 0, 0) 35%);
  background-image: linear-gradient(110deg, #FFF 35%, rgb(0, 0, 0) 35%);
  margin: 50px 0 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFF;
}
.report_final_03 .final_name2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.8vw;
  line-height: 120%;
}
.report_final_03 .final_ttl2 {
  margin: 0px auto 20px;
  font-size: 20px;
  line-height: 22pt;
  font-weight: bold;
  color: #fff766;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.report_final_03 .final_ttl2 span {
  font-size: 16px;
  display: block;
}
.report_final_03 .report_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 0px 0;
}
.report_final_03 .report_area .report_block_06_left {
  width: 54%;
}
.report_final_03 .report_area .report_block_06_left h2 {
  text-align: left;
  margin: 0 0 25px 0;
}
.report_final_03 .report_area .report_block_06_left h2 span {
  display: inline-block;
  position: relative;
  background: none;
  color: #000;
  margin: 0 0 0 0;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  padding: 0;
}
.report_final_03 .report_area .report_block_06_left h2::after {
  content: none;
}
.report_final_03 .report_area .report_block_06_left h2 span::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 50%;
  height: 1px;
  background-color: #df4322;
  width: 30px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.report_final_03 .report_area .report_block_06_left p {
  margin: 0 0 0px 0;
}
.report_final_03 .report_area .report_block_06_right {
  width: 40%;
}
.report_final_03 .report_area .report_block_06_right p {
  margin: 0 0 0px 0;
}

.borderdouble {
  border-top: 4px double #CCC;
  border-bottom: 4px double #CCC;
  padding: 40px 0 30px 0;
}

.report_final_01 {
  background: url(../../assets/img/report/final_bg_img_02.png) center top no-repeat, url(../../assets/img/report/final_bg_img_02.png) center bottom no-repeat, url(../../assets/img/report/final_bg_img_01.jpg) center center no-repeat;
  background-size: 100% 2px, 100% 2px, cover;
  margin: 90px 0 0 0;
  padding: 80px 0;
  color: #FFF;
  text-align: center;
}
.report_final_01 .photo {
  padding: 0 0px;
  border: 4px double #FFF;
}
.report_final_01 .ttl01 {
  margin: 0px auto 0;
  text-align: center;
  font-size: 38px;
  line-height: 36pt;
  font-weight: bold;
  color: #fff766;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.report_final_01 .ttl01_sub {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16pt;
  margin: 10px 0 40px 0;
}
.report_final_01 .name {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 62px;
  line-height: 63pt;
  text-align: center;
  margin: 35px 0 0px 0;
  font-weight: bold;
  text-shadow: 0px 0px 6px #791702;
}
.report_final_01 .subname {
  margin: 0 0 15px 0;
  text-shadow: 0px 0px 4px #791702;
  font-size: 16px;
  font-weight: bold;
}

.final_name2_sub {
  font-size: 1.3vw;
}

.final_report_subttl {
  text-align: left;
  font-weight: bold;
  color: #df4322;
  font-size: 3.3vw;
  line-height: 160%;
  border-bottom: 4px double #df4322;
  padding: 0 0 5px 0;
  margin: 0px 0 20px 0;
}

.exet {
  margin: 30px 0 20px 0;
}

p.report_btm_txt {
  text-align: right;
  font-size: 12px;
  line-height: 130%;
  margin: 10px 0 0 0;
}

.fst_kekka_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0px 0 0px;
}
.fst_kekka_list div.lists {
  width: 32%;
  text-align: center;
  padding: 20px 0;
  background: #f6f6f6;
  margin: 3% 2% 0 0;
}
.fst_kekka_list div.lists em {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 2vw;
  line-height: 140%;
}
.fst_kekka_list div.lists span.fuli {
  display: block;
  color: #666;
  font-size: 1.2vw;
  line-height: 140%;
  margin: 5px 0;
  font-weight: 500;
}
.fst_kekka_list div.lists span.team {
  display: block;
  font-size: 1.4vw;
  line-height: 140%;
  font-weight: 500;
}
.fst_kekka_list div.lists:nth-child(3), .fst_kekka_list div.lists:nth-child(6), .fst_kekka_list div.lists:nth-child(9), .fst_kekka_list div.lists:nth-child(12), .fst_kekka_list div.lists:nth-child(15) {
  margin: 3% 0 0 0;
}
.fst_kekka_list div.lists_2 {
  width: 49%;
  text-align: center;
  padding: 20px 0;
  background: #f6f6f6;
  margin: 3% 2% 0 0;
}
.fst_kekka_list div.lists_2 em {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 2vw;
  line-height: 140%;
}
.fst_kekka_list div.lists_2 span.fuli {
  display: block;
  color: #666;
  font-size: 1.2vw;
  line-height: 140%;
  margin: 5px 0;
}
.fst_kekka_list div.lists_2 span.team {
  display: block;
  font-size: 1.4vw;
  line-height: 140%;
}
.fst_kekka_list div.lists_2:nth-child(2), .fst_kekka_list div.lists_2:nth-child(4) {
  margin: 3% 0 0 0;
}

.mobile_span {
  background: #ededed;
  padding: 5px 30px;
  margin: 0px 0 20px 0;
  display: inline-block;
}

.mobile_res {
  width: 40%;
  margin: 30px auto;
  border: 1px solid #d0953b;
}
.mobile_res em {
  text-align: center;
  background: #d0953b;
  color: #FFF;
  display: inline-block;
  padding: 5px 20px;
  width: 50%;
}
.mobile_res span {
  width: 50%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .final_report_subttl {
    text-align: left;
    font-weight: bold;
    color: #df4322;
    font-size: 26px;
    line-height: 22pt;
    border-bottom: 4px double #df4322;
    padding: 0 0 9px 0;
    margin: 0px 0 20px 0;
  }
  .fst_kekka_list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 30px 0 30px;
  }
  .fst_kekka_list div.lists {
    width: 32%;
    text-align: center;
    padding: 20px 0;
    background: #f6f6f6;
    margin: 2% 2% 0 0%;
  }
  .fst_kekka_list div.lists em {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 22pt;
  }
  .fst_kekka_list div.lists span.fuli {
    display: block;
    color: #666;
    font-size: 10px;
  }
  .fst_kekka_list div.lists span.team {
    display: block;
    font-size: 13px;
  }
  .fst_kekka_list div.lists:nth-child(3), .fst_kekka_list div.lists:nth-child(6), .fst_kekka_list div.lists:nth-child(9), .fst_kekka_list div.lists:nth-child(12), .fst_kekka_list div.lists:nth-child(15) {
    margin: 2% 0 0 0%;
  }
  .fst_kekka_list div.lists_2 {
    width: 49%;
    text-align: center;
    padding: 20px 0;
    background: #f6f6f6;
    margin: 2% 2% 0 0;
  }
  .fst_kekka_list div.lists_2 em {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 22pt;
  }
  .fst_kekka_list div.lists_2 span.fuli {
    display: block;
    color: #666;
    font-size: 10px;
  }
  .fst_kekka_list div.lists_2 span.team {
    display: block;
    font-size: 13px;
  }
  .fst_kekka_list div.lists_2:nth-child(2), .fst_kekka_list div.lists_2:nth-child(4), .fst_kekka_list div.lists_2:nth-child(6) {
    margin: 2% 0 0 0;
  }
  .mx1100report {
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto 120px;
  }
  .final_name2_sub {
    font-size: 13px;
  }
  .report_table01 p em {
    font-weight: bold;
  }
  .report_table01 table {
    width: 100%;
  }
  .exet {
    margin: 50px 0 20px 0;
  }
  h2.report_h2_final {
    margin: 90px auto 50px;
  }
  h2.report_h2_final em {
    font-size: 26px;
    line-height: 28pt;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    padding: 1.5% 4%;
    margin: 0 0 15px 0;
  }
  h2.report_h2_final em small {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
  }
  h2.report_h2_final em span {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    margin: 0;
    padding: 0;
    background: none;
    color: #fff766;
  }
  h2.report_h2_final em span.white {
    color: #FFF;
    background: none !important;
  }
  h2.report_h2_final::after {
    bottom: -15px;
  }
  h2.fnl_magn {
    margin: 0 auto 40px;
  }
  .report_final_02 {
    padding: 45px 0;
    background-image: -webkit-linear-gradient(340deg, #151515 65%, rgba(255, 255, 255, 0) 35%);
    background-image: linear-gradient(110deg, #151515 65%, rgba(255, 255, 255, 0) 35%);
    margin: 90px 0 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
  }
  .report_final_02 .final_name2 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 38px;
    line-height: 36pt;
  }
  .report_final_02 .final_ttl2 {
    margin: 0px auto 20px;
    font-size: 24px;
    line-height: 22pt;
    font-weight: bold;
    color: #fff766;
    display: inline-block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .report_final_02 .final_ttl2 span {
    font-size: 16px;
    display: block;
  }
  .report_final_02 .report_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 0px 0;
  }
  .report_final_02 .report_area .report_block_06_left {
    width: 40%;
    padding: 0 0 0 5%;
  }
  .report_final_02 .report_area .report_block_06_left h2 {
    text-align: left;
    margin: 0 0 25px 0;
  }
  .report_final_02 .report_area .report_block_06_left h2 span {
    display: inline-block;
    position: relative;
    background: none;
    color: #000;
    margin: 0 0 0 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 0;
  }
  .report_final_02 .report_area .report_block_06_left h2::after {
    content: none;
  }
  .report_final_02 .report_area .report_block_06_left h2 span::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 0;
    bottom: 50%;
    height: 1px;
    background-color: #df4322;
    width: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .report_final_02 .report_area .report_block_06_left p {
    margin: 0 0 0px 0;
  }
  .report_final_02 .report_area .report_block_06_right {
    width: 54%;
  }
  .report_final_02 .report_area .report_block_06_right p {
    margin: 0 0 15px 0;
  }
  .report_final_03 {
    padding: 45px 0;
    background-image: -webkit-linear-gradient(340deg, #FFF 35%, rgb(0, 0, 0) 35%);
    background-image: linear-gradient(110deg, #FFF 35%, rgb(0, 0, 0) 35%);
    margin: 90px 0 90px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
  }
  .report_final_03 .final_name2 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 38px;
    line-height: 36pt;
  }
  .report_final_03 .final_ttl2 {
    margin: 0px auto 20px;
    font-size: 24px;
    line-height: 22pt;
    font-weight: bold;
    color: #fff766;
    display: inline-block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .report_final_03 .final_ttl2 span {
    font-size: 16px;
    display: block;
  }
  .report_final_03 .report_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 0px 0;
  }
  .report_final_03 .report_area .report_block_06_left {
    width: 54%;
  }
  .report_final_03 .report_area .report_block_06_left h2 {
    text-align: left;
    margin: 0 0 25px 0;
  }
  .report_final_03 .report_area .report_block_06_left h2 span {
    display: inline-block;
    position: relative;
    background: none;
    color: #000;
    margin: 0 0 0 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 0;
  }
  .report_final_03 .report_area .report_block_06_left h2::after {
    content: none;
  }
  .report_final_03 .report_area .report_block_06_left h2 span::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 0;
    bottom: 50%;
    height: 1px;
    background-color: #df4322;
    width: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .report_final_03 .report_area .report_block_06_left p {
    margin: 0 0 0px 0;
  }
  .report_final_03 .report_area .report_block_06_right {
    width: 40%;
  }
  .report_final_03 .report_area .report_block_06_right p {
    margin: 0 0 0px 0;
  }
  .borderdouble {
    border-top: 4px double #CCC;
    border-bottom: 4px double #CCC;
    padding: 40px 0 30px 0;
  }
  .report_final_01 {
    background: url(../../assets/img/report/final_bg_img_02.png) center top no-repeat, url(../../assets/img/report/final_bg_img_02.png) center bottom no-repeat, url(../../assets/img/report/final_bg_img_01.jpg) center center no-repeat;
    background-size: 100% 2px, 100% 2px, cover;
    margin: 90px 0 0 0;
    padding: 80px 0;
    color: #FFF;
    text-align: center;
  }
  .report_final_01 .photo {
    padding: 0 0px;
    border: 4px double #FFF;
  }
  .report_final_01 .ttl01 {
    margin: 0px auto 0;
    text-align: center;
    font-size: 38px;
    line-height: 36pt;
    font-weight: bold;
    color: #fff766;
    display: inline-block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .report_final_01 .ttl01_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16pt;
    margin: 10px 0 40px 0;
  }
  .report_final_01 .name {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 62px;
    line-height: 63pt;
    text-align: center;
    margin: 35px 0 0px 0;
    font-weight: bold;
    text-shadow: 0px 0px 6px #791702;
  }
  .report_final_01 .subname {
    margin: 0 0 15px 0;
    text-shadow: 0px 0px 4px #791702;
    font-size: 16px;
    font-weight: bold;
  }
  .report_block_child h2.report_h2 {
    margin: 0 auto 50px;
  }
  .report_block_04 {
    margin: 50px 0 0 0;
  }
  .report_block_04 .report_area_04 {
    background: #f2f2f2;
    position: relative;
    padding: 40px 30px;
  }
  .report_block_04 ul li {
    /*
    a:hover{
        text-decoration:none;
        background:#e4c147 url(../../assets/img/report/icon01.png) 90% 60% no-repeat;
        background-size:14px 12px;
    }
    */
  }
  .report_block_04 ul li a {
    /*
    display:inline-block;
    */
    width: 100%;
    /*
    padding:12px 0;
    */
    font-size: 14px;
  }
  .report_block_04 p {
    margin: 30px 0 0 0;
  }
  .report_block_06 {
    margin: 15px 0 75px 0;
  }
  .report_block_06 .report_area {
    margin: 0 0 50px 0;
  }
  .report_block_06 .report_area .report_block_06_left {
    width: 47%;
  }
  .report_block_06 .report_area .report_block_06_left p {
    margin: 0 0 20px 0;
  }
  .report_block_06 .report_area .report_block_06_right {
    width: 47%;
  }
  .report_block_06 .report_area .report_block_06_right p {
    margin: 0 0 20px 0;
  }
  .report_gray {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_gray .report_gray_base li a span {
    font-size: 12px;
    padding: 5px 25px;
  }
  .report_gray .report_gray_base li a div.texts {
    right: -10px;
    bottom: -10px;
    font-size: 12px;
    padding: 10px 17px 12px 17px;
    line-height: 18pt;
  }
  .report_gray .report_gray_base li a div.texts em {
    font-size: 18px;
  }
  .report_block_03 section .report_block_03_left div.reday {
    font-size: 12px;
  }
  ul.report_days li a {
    font-size: 12px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1100px) {
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 40%, rgba(255, 255, 255, 0) 40%);
    background-image: linear-gradient(110deg, #df4322 40%, rgba(255, 255, 255, 0) 40%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_final_block_01 {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: hidden;
  }
  .report_final_block_01 .report_final_block_01_left {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map {
    padding: 10% 16.5% 10% 0%;
    color: #FFF;
    width: 100%;
    display: inline-block;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 0 10%;
    width: 100%;
    display: block;
    text-align: right;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl span {
    font-weight: normal;
    font-size: 81px;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl em {
    font-size: 86px;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days {
    background: #FFF;
    margin: 12px 0 0 10%;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    text-align: right;
    display: inline-block;
    width: 90%;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days span {
    color: #df4322;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 5px 20px;
    text-align: right;
    display: inline-block;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .kekka_ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    margin: 16px 20px 10px 0;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte p {
    text-align: right;
    font-weight: bold;
    margin: 0 20px 0 0;
  }
  .report_final_block_01 .onlnyx {
    display: none;
  }
  .report_final_block_01 .report_final_block_01_right {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-box-flex: 0.72;
    -webkit-flex: 0.72;
        -ms-flex: 0.72;
            flex: 0.72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 4%;
  }
  .report_final_block_01 .report_final_block_01_right ul {
    width: 100%;
  }
  .report_final_block_01 .report_final_block_01_right ul li {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    margin: 18px 0;
  }
  .report_final_block_01 .report_final_block_01_right ul li a {
    display: block;
  }
  .report_final_block_01 .report_final_block_01_right ul li a span {
    background: #f2f2f2;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    line-height: 180%;
    padding: 5px 30px 5px 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 15px 0 0;
    text-align: center;
    color: #000;
    border-radius: 100px; /* CSS3草案 */
    -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
    -moz-border-radius: 100px; /* Firefox用 */
    position: relative;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    padding: 0 0 0 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    color: #000;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em::before {
    content: "";
    position: absolute;
    top: 57%;
    left: -30px;
    width: 24px;
    background: #000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em {
    color: #df4322;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 18px;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em::before {
    width: 34px;
    background: #df4322;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover span {
    background: #df4322;
    color: #FFF;
  }
  .report_gray {
    background: #f9f9f9;
    margin: 60px 0 0 0;
    padding: 80px 0 40px 0;
  }
}
@media screen and (min-width: 1300px) {
  .report_final_block_01 .report_final_block_01_left {
    -webkit-box-flex: 0.46;
    -webkit-flex: 0.46;
        -ms-flex: 0.46;
            flex: 0.46;
  }
}
@media screen and (min-width: 1500px) {
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 41%, rgba(255, 255, 255, 0) 41%);
    background-image: linear-gradient(110deg, #df4322 41%, rgba(255, 255, 255, 0) 41%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1600px) {
  .report_final_block_01 .report_final_block_01_left {
    -webkit-box-flex: 0.37;
    -webkit-flex: 0.37;
        -ms-flex: 0.37;
            flex: 0.37;
  }
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 38%, rgba(255, 255, 255, 0) 38%);
    background-image: linear-gradient(110deg, #df4322 38%, rgba(255, 255, 255, 0) 38%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1700px) {
  .report_final_block_01 .report_final_block_01_left {
    -webkit-box-flex: 0.36;
    -webkit-flex: 0.36;
        -ms-flex: 0.36;
            flex: 0.36;
  }
}
@media screen and (min-width: 1800px) {
  .report_final_block_01 .report_final_block_01_left {
    -webkit-box-flex: 0.45;
    -webkit-flex: 0.45;
        -ms-flex: 0.45;
            flex: 0.45;
  }
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 42%, rgba(255, 255, 255, 0) 42%);
    background-image: linear-gradient(110deg, #df4322 42%, rgba(255, 255, 255, 0) 42%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 2000px) {
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 42%, rgba(255, 255, 255, 0) 42%);
    background-image: linear-gradient(110deg, #df4322 42%, rgba(255, 255, 255, 0) 42%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 2200px) {
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 43%, rgba(255, 255, 255, 0) 43%);
    background-image: linear-gradient(110deg, #df4322 43%, rgba(255, 255, 255, 0) 43%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 2500px) {
  .report_final_base_01 {
    background-image: -webkit-linear-gradient(340deg, #df4322 44%, rgba(255, 255, 255, 0) 44%);
    background-image: linear-gradient(110deg, #df4322 44%, rgba(255, 255, 255, 0) 44%);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*
@media screen and (min-width: 1900px) {
    .report_final_block_01{
        .report_final_block_01_left{
            flex: 0.36;
        }
    }
}
@media screen and (min-width: 2000px) {
    .report_final_block_01{
        .report_final_block_01_left{
            flex: 0.34;
        }
    }
}
@media screen and (min-width: 2100px) {
    .report_final_block_01{
        .report_final_block_01_left{
            flex: 0.32;
        }
    }
}
@media screen and (min-width: 2200px) {
    .report_final_block_01{
        .report_final_block_01_left{
            flex: 0.3;
        }
    }
}
*/
/*-----IE-----*/
/*-----------popup2------------*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .popup_box {
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background: #FFF;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 70%;
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  max-width: 1000px;
  padding: 30px;
}

.fede .popup_box {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
  display: none;
}

.modal .popup_box .close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 60px;
  height: 60px;
}

.report_block_04.report_final .report_area_04 {
  padding: 30px 25px 10px 25px;
}

.report_block_04.report_final ul li {
  width: 48%;
  background: #df4322;
  background-size: 14px 12px;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #df4322;
  margin: 0 1% 20px 1%;
}

.report_final_02 img, .report_final_03 img {
  border: 1px solid #FFF;
}

.report_ttl_sokuho {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 0;
  margin: 40px 0 30px 0;
  color: #000;
  display: inline-block;
  background: url(../../assets/img/common/icon_img_12.png) right center no-repeat, url(../../assets/img/common/icon_img_12.png) left center no-repeat;
  background-size: 35px 5px, 35px 5px;
  padding: 0 60px;
}

.schedule_index main {
  background: url(../../assets/img/schedule/main.jpg) center top no-repeat;
  background-size: cover;
}

/*-----TAB1 他にも影響がでるのでCSS注意！-----*/
#tab-head4 {
  min-width: 320px;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto 0 !important;
  padding: 0;
  font-weight: bold;
}

#tab-body4 {
  max-width: 1100px;
  padding: 20px 25px 0 25px;
  min-height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto 0;
}

#tab-head4 li {
  float: left;
  padding-left: 0 !important;
  font-size: 100% !important;
  margin: 0 !important;
  width: 20%;
  padding: 1px;
}

#tab-head4 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
#tab-head4 li a span {
  font-size: 14px;
}

#tab-head4 li a:hover {
  text-decoration: none;
  background: #df4322;
  color: #FFF;
}

#tab-head4 li::before {
  display: none !important;
}

#tab-head4 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin-top: 10px;
}

#tab-b4_2, #tab-b4_2, #tab-b4_3, #tab-b4_4, #tab-b4_5 {
  display: none;
}

.tab7 a {
  background: #efefef;
  position: relative;
  margin-bottom: 25px;
}

.tab7 a::after {
  content: "";
  width: 1px;
  height: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: auto;
  background: #df4322;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab7 a:hover::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 0px;
  left: 0;
  margin: auto;
  background: #df4322;
}

.tab8 {
  background: #df4322 !important;
  color: #fff !important;
  padding: 25px 0px 25px 0 !important;
  margin-top: 10px !important;
  display: inline-block !important;
  position: relative;
  margin-bottom: 25px;
}

a.tab8::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 0px;
  left: 0;
  margin: auto;
  background: #df4322;
}

.schedule_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 30px 0 0px 0;
}
.schedule_box .schedule_box_left {
  -webkit-box-flex: 0.28;
  -webkit-flex: 0.28;
      -ms-flex: 0.28;
          flex: 0.28;
  padding: 0 0% 0 0;
  border-right: 1px solid #df4322;
  position: relative;
  display: inline-block;
}
.schedule_box .schedule_box_left .schedule_place {
  position: relative;
  text-align: right;
  color: #000;
  /*
  border-right:1px solid #df4322;
  */
}
.schedule_box .schedule_box_left .schedule_place div {
  width: 80%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  font-weight: bold;
  font-size: 2vw;
  padding: 5% 21% 0 0;
  text-align: left;
}
.schedule_box .schedule_box_left .schedule_place div span {
  font-size: 13px;
}
.schedule_box .schedule_box_left .scpl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: -6px;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/img/schedule/icon01.png);
  background-size: 12px 12px;
  z-index: 1;
}
.schedule_box .schedule_box_left .days_ttl {
  font-weight: bold;
  color: #df4322;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}
.schedule_box .schedule_box_left .days_ttl em {
  font-size: 7.2vw;
  line-height: 70%;
}
.schedule_box .schedule_box_left .days_ttl .sml {
  font-size: 4.2vw;
  letter-spacing: 0.1em;
}
.schedule_box .schedule_box_left .days_ttl span {
  display: inline-block;
  background: #df4322;
  color: #FFF;
  text-align: center;
  font-size: 1.4vw;
  padding: 2px 0 1px 0;
  width: 55%;
  margin: 5px 0 0 0;
}
.schedule_box .schedule_box_right {
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding: 0 0 0 7%;
}
.schedule_box .schedule_box_right a:hover {
  text-decoration: none;
}
.schedule_box .schedule_box_right a dl dd h3 span {
  background: url(../../assets/img/common/icon_img_14.png) 98% center no-repeat;
  background-size: 13px 13px;
  padding: 0 25px 0 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_box .schedule_box_right a:hover dl dd h3 span {
  background: url(../../assets/img/common/icon_img_14.png) right center no-repeat;
  background-size: 13px 13px;
  padding: 0 25px 0 10px;
  display: inline-block;
  color: #df4322;
}
.schedule_box .schedule_box_right dl {
  margin: 0 0 20px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_box .schedule_box_right dl dt {
  -webkit-box-flex: 0.6;
  -webkit-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  padding: 0 5% 0 0;
}
.schedule_box .schedule_box_right dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.schedule_box .schedule_box_right dl dd div.time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8vw;
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.schedule_box .schedule_box_right dl dd div.time::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 48%;
  right: -20px;
  margin: auto;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_box .schedule_box_right dl dd h3 {
  font-size: 2.8vw;
  line-height: 140%;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px 0;
}
.schedule_box .schedule_box_right dl dd h3 em {
  font-size: 1.7vw;
}
.schedule_box .schedule_box_right dl.sc_other01 {
  margin: 14% 0 0 0;
}
.schedule_box .bdex01 {
  border: none;
}
.schedule_box .bdex01::after {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  right: -6px;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/img/schedule/icon01.png);
  background-size: 12px 12px;
}
.schedule_box .bdex01::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #FFFFFF), color-stop(34%, #df4322));
  background: -webkit-linear-gradient(#FFFFFF 34%, #df4322 34%);
  background: linear-gradient(#FFFFFF 34%, #df4322 34%);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.schedule_box .bdex02 {
  border: none;
}
.schedule_box .bdex02::after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: -6px;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/img/schedule/icon01.png);
  background-size: 12px 12px;
}
.schedule_box .bdex02::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #FFFFFF), color-stop(54%, #df4322));
  background: -webkit-linear-gradient(#FFFFFF 54%, #df4322 54%);
  background: linear-gradient(#FFFFFF 54%, #df4322 54%);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.schedule_box .bdex03 {
  border: none;
}
.schedule_box .bdex03::after {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  right: -6px;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/img/schedule/icon01.png);
  background-size: 12px 12px;
}
.schedule_box .bdex03::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #FFFFFF), color-stop(42%, #df4322));
  background: -webkit-linear-gradient(#FFFFFF 42%, #df4322 42%);
  background: linear-gradient(#FFFFFF 42%, #df4322 42%);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.schedule_box .bdex04 {
  border: none;
}
.schedule_box .bdex04::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: -6px;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/img/schedule/icon01.png);
  background-size: 12px 12px;
}
.schedule_box .bdex04::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #FFFFFF), color-stop(45%, #df4322));
  background: -webkit-linear-gradient(#FFFFFF 45%, #df4322 45%);
  background: linear-gradient(#FFFFFF 45%, #df4322 45%);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.schedule_box .bdex05 {
  border: none;
}
.schedule_box .bdex05::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: -6px;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/img/schedule/icon01.png);
  background-size: 12px 12px;
}
.schedule_box .bdex05::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #FFFFFF), color-stop(45%, #df4322));
  background: -webkit-linear-gradient(#FFFFFF 45%, #df4322 45%);
  background: linear-gradient(#FFFFFF 45%, #df4322 45%);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1000px) {
  #tab-body4 {
    padding: 20px 25px 0 25px;
  }
  .schedule_box {
    margin: 45px 0 0px 0;
  }
  .schedule_box .schedule_box_left .schedule_place div {
    font-size: 18px;
    padding: 0 21% 0 0;
  }
  .schedule_box .schedule_box_left .schedule_place div span {
    font-size: 13px;
  }
  .schedule_box .schedule_box_left .days_ttl em {
    font-size: 72px;
    line-height: 80%;
  }
  .schedule_box .schedule_box_left .days_ttl .sml {
    font-size: 42px;
    letter-spacing: 0.1em;
  }
  .schedule_box .schedule_box_left .days_ttl span {
    font-size: 14px;
    padding: 5px 0;
    width: 55%;
    margin: 10px 0 0 0;
  }
  .schedule_box .schedule_box_right dl {
    margin: 0 0 15px 0;
  }
  .schedule_box .schedule_box_right dl dd div.time {
    font-size: 14px;
  }
  .schedule_box .schedule_box_right dl dd h3 {
    font-size: 24px;
    line-height: 140%;
  }
  .schedule_box .schedule_box_right dl dd h3 em {
    font-size: 16px;
  }
  .schedule_box .schedule_box_right dl.sc_other01 {
    margin: 13% 0 0 0;
  }
  .schedule_box .bdex01 {
    border: none;
  }
  .schedule_box .bdex02 {
    border: none;
  }
  .schedule_box .bdex03 {
    border: none;
  }
}
/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .schedule_box .schedule_box_left .schedule_place {
    /*
    border-right:1px solid #df4322;
    */
  }
  .schedule_box .schedule_box_left .schedule_place div {
    padding: 1% 8% 0 0;
  }
  .schedule_box .schedule_box_left .schedule_place::before {
    /*
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size:12px 12px;
    z-index: 1;
    */
  }
  .schedule_box .bdex01 {
    border: none;
  }
}
.event_index main {
  background: url(../../assets/img/event/main.jpg) center top no-repeat;
  background-size: cover;
}

.event_gray {
  background: #f9f9f9;
  margin: 0px 0 0 0;
  padding: 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event_gray .event_gray_base {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: top;
  -webkit-justify-content: top;
      -ms-flex-pack: top;
          justify-content: top; /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top; /* 子要素をflexboxにより中央に配置する */
}
.event_gray .event_gray_base .event_block_02_left {
  width: 60%;
  position: relative;
}
.event_gray .event_gray_base .event_block_02_left .wd530 {
  width: 100%;
  max-width: 610px;
  position: relative;
  margin-left: auto;
  padding: 0 30px 0 30px;
}
.event_gray .event_gray_base .event_block_02_left .wd530 h3 {
  font-size: 4.2vw;
  line-height: 130%;
  font-weight: bold;
  color: #000;
}
.event_gray .event_gray_base .event_block_02_left .wd530 h3 span {
  font-size: 1.7vw;
}
.event_gray .event_gray_base .event_block_02_left .wd530 .h3_sub {
  margin: 2px 0 15px 0;
  font-weight: bold;
  font-size: 2.2vw;
  line-height: 20pt;
  color: #000;
}
.event_gray .event_gray_base .event_block_02_left .wd530_b {
  padding: 0 30px 0 30px;
  margin-left: 0;
}
.event_gray .event_gray_base .event_block_02_right {
  width: 40%;
  position: relative;
}
.event_gray .event_gray_base .event_info_block {
  margin: 30px 0 0 0;
  background: url(../../assets/img/event/icon01.png) left center no-repeat, url(../../assets/img/event/bg_img_01.png) left center repeat-y;
  background-size: 28px 116px, 28px 100%;
  padding: 0 0 0 15%;
}
.event_gray .event_gray_base .event_info_block dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}
.event_gray .event_gray_base .event_info_block dl dt {
  color: #df4322;
  font-weight: bold;
  font-size: 2vw;
  line-height: 140%;
  padding: 0 10px 0 0;
}
.event_gray .event_gray_base .event_info_block dl dd {
  position: relative;
  padding: 0 0 0 30px;
}
.event_gray .event_gray_base .event_info_block dl dd em {
  font-weight: bold;
  color: #000;
}
.event_gray .event_gray_base .event_info_block dl dd span {
  font-size: 3vw;
}
.event_gray .event_gray_base .event_info_block dl dd div {
  font-weight: bold;
  color: #000;
  font-size: 2vw;
  line-height: 140%;
}
.event_gray .event_gray_base .event_info_block dl dd p {
  margin: 0 0 5px 0;
}
.event_gray .event_gray_base .event_info_block dl dd p span.smls {
  font-size: 12px;
  line-height: 15pt;
}
.event_gray .event_gray_base .event_info_block dl dd p:last-child {
  margin: 0 0 0 0;
}
.event_gray .event_gray_base .event_info_block dl dd::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #df4322;
  position: absolute;
  display: block;
  left: 0;
  top: 11px;
}

.white {
  margin: 0 !important;
  background: #FFF !important;
}

.dlwd1 dt {
  -webkit-box-flex: 0.13;
  -webkit-flex: 0.13;
      -ms-flex: 0.13;
          flex: 0.13;
}

.dlwd1 dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dlwd2 dt {
  -webkit-box-flex: 0.26;
  -webkit-flex: 0.26;
      -ms-flex: 0.26;
          flex: 0.26;
}

.dlwd2 dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dlwd3 dt {
  -webkit-box-flex: 0.3;
  -webkit-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

.dlwd3 dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.od1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.od2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 1000px) {
  .event_gray {
    background: #f9f9f9;
    margin: 0px 0 0 0;
    padding: 70px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .event_gray .event_gray_base {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; /* 子要素をflexboxにより中央に配置する */
  }
  .event_gray .event_gray_base .event_block_02_left {
    width: 50%;
    position: relative;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 {
    width: 100%;
    max-width: 610px;
    position: relative;
    margin-left: auto;
    padding: 0 60px 0 50px;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 h3 {
    font-size: 38px;
    line-height: 40pt;
    font-weight: bold;
    color: #000;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 h3 span {
    font-size: 16px;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 .h3_sub {
    margin: 5px 0 30px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 20pt;
    color: #000;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530_b {
    padding: 0 50px 0 60px;
    margin-left: 0;
  }
  .event_gray .event_gray_base .event_block_02_right {
    width: 50%;
    position: relative;
  }
  .event_gray .event_gray_base .event_info_block {
    margin: 30px 0 0 0;
    background: url(../../assets/img/event/icon01.png) left center no-repeat, url(../../assets/img/event/bg_img_01.png) left center repeat-y;
    background-size: 28px 116px, 28px 100%;
    padding: 0 0 0 15%;
  }
  .event_gray .event_gray_base .event_info_block dl {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
  }
  .event_gray .event_gray_base .event_info_block dl dt {
    color: #df4322;
    font-weight: bold;
    font-size: 15px;
    line-height: 18pt;
    padding: 0 10px 0 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd {
    position: relative;
    padding: 0 0 0 30px;
  }
  .event_gray .event_gray_base .event_info_block dl dd em {
    font-weight: bold;
  }
  .event_gray .event_gray_base .event_info_block dl dd span {
    font-size: 24px;
  }
  .event_gray .event_gray_base .event_info_block dl dd div {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 20pt;
  }
  .event_gray .event_gray_base .event_info_block dl dd p {
    margin: 0 0 5px 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd p span.smls {
    font-size: 12px;
    line-height: 15pt;
  }
  .event_gray .event_gray_base .event_info_block dl dd p:last-child {
    margin: 0 0 0 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #df4322;
    position: absolute;
    display: block;
    left: 0;
    top: 13px;
  }
  .dlwd1 dt {
    -webkit-box-flex: 0.1;
    -webkit-flex: 0.1;
        -ms-flex: 0.1;
            flex: 0.1;
  }
  .dlwd1 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dlwd2 dt {
    -webkit-box-flex: 0.19;
    -webkit-flex: 0.19;
        -ms-flex: 0.19;
            flex: 0.19;
  }
  .dlwd2 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dlwd3 dt {
    -webkit-box-flex: 0.25;
    -webkit-flex: 0.25;
        -ms-flex: 0.25;
            flex: 0.25;
  }
  .dlwd3 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mgsp {
  margin: 50px 0 0 0;
}

/*-----IE-----*/
.viewing_index main {
  background: url(../../assets/img/viewing/main.jpg) center top no-repeat;
  background-size: cover;
}

.viewing_block_01 {
  background: url(../../assets/img/viewing/bg_img_01.jpg) center top no-repeat;
  background-size: cover;
}
.viewing_block_01 .viewing_area_01 {
  max-width: 1100px;
  padding: 80px 50px 70px 50px;
  margin: 0 auto 0;
}
.viewing_block_01 .viewing_area_01 .viewing_txt_01 {
  max-width: 600px;
  margin: 0 0 30px 0;
}
.viewing_block_01 .viewing_area_01 p {
  color: #FFF;
}
.viewing_block_01 .viewing_area_01 p a {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.viewing_block_01 .viewing_area_01 p a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.viewing_block_01 .viewing_area_01 p a:hover::after {
  width: 0%;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.viewing_block_01 .viewing_area_01 p a:hover {
  color: #fff100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.viewing_tab_base_01 .red {
  color: #df4322;
  margin: 0 0 45px 0;
  text-align: center;
}

.viewing_tab_base_01 .red {
  color: #df4322;
  margin: 0 0 45px 0;
  text-align: center;
}

.view_btn_block_01 {
  margin: 30px 0 0 0;
  text-align: left;
}
.view_btn_block_01 div {
  display: inline-block;
}
.view_btn_block_01 div:last-child {
  margin: 0 0 0 10px;
}

/*-----TAB1 他にも影響がでるのでCSS注意！-----*/
#tab-head5 {
  min-width: 320px;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto 0 !important;
  padding: 0;
  font-weight: bold;
}

#tab-body5 {
  max-width: 100%;
  min-height: auto;
  position: relative;
  top: -1px;
  z-index: 0;
  margin-bottom: 50px;
  background: #df4322;
  padding: 40px 0 40px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#tab-head5 li {
  float: left;
  padding-left: 0 !important;
  font-size: 100% !important;
  margin: 0 !important;
  width: 50%;
}

#tab-head5 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#tab-head5 li a:hover {
  text-decoration: none;
  background: #df4322;
  color: #FFF;
}

#tab-head5 li::before {
  display: none !important;
}

#tab-head5 li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
}

#tab-b5_1, #tab-b5_2 {
  height: auto;
}

#tab-b5_2 {
  display: none;
}

.tab9 a {
  background: #efefef;
}

.tab10 {
  background: #df4322 !important;
  color: #fff !important;
  padding: 25px 0px 25px 0 !important;
  margin-top: 0px !important;
}

.viewing_tab {
  margin: 70px auto 0;
}

.viewing_tab_base_01 {
  max-width: 1100px;
  padding: 50px 50px 0 50px;
  margin: 0 auto 0;
}

.viewing_txt_01 {
  margin: 30px 0 20px 0;
  text-align: center;
}

.viewing_bg_01 {
  margin: 60px auto 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #FFFFFF), color-stop(0%, rgb(249, 249, 249)));
  background-image: -webkit-linear-gradient(left, #FFFFFF 35%, rgb(249, 249, 249) 0%);
  background-image: linear-gradient(90deg, #FFFFFF 35%, rgb(249, 249, 249) 0%);
}
.viewing_bg_01 .viewing_bg_01a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.viewing_bg_01 .viewing_bg_01a .viewing_photo {
  margin: 50px 0 0 0;
  position: relative;
}
.viewing_bg_01 .viewing_bg_01a .viewing_photo img {
  position: absolute;
}
.viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_left {
  width: 45%;
  padding: 0px 0 0 0;
}
.viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right {
  width: 55%;
}
.viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .red {
  margin: 20px 0 0 0;
  color: #df4322;
}
.viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 {
  padding: 50px 20px 50px 30px;
  margin-left: 0;
  width: 100%;
  max-width: 610px;
  position: relative;
}
.viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3 {
  color: #000000;
  font-size: 2.5vw;
  line-height: 160%;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 0 0 145px;
  position: relative;
  margin: 0 0 20px 0;
}
.viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3.t01::before {
  content: "01";
  font-family: "Montserrat", sans-serif;
  font-size: 8.2vw;
  background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
  background-size: 38px 6px;
  position: absolute;
  left: 0px;
  top: 26%;
  padding: 0 55px 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.viewing_sale {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.viewing_sale .sale_left {
  width: 0;
}
.viewing_sale .sale_block {
  width: 100%;
}
.viewing_sale .sale_area {
  padding: 0px 50px 0px 50px;
  margin-left: 0;
  width: 100%;
  max-width: auto;
  text-align: center;
}
.viewing_sale .sale_ttl {
  font-weight: bold;
  font-size: 2.8vw;
  line-height: 140%;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
  margin: 35px 50px 0 50px;
  color: #000;
  text-align: center;
}
.viewing_sale .sale_ttl em {
  font-size: 3.6vw;
  color: #df4322;
}
.viewing_sale h4 {
  background: #000;
  color: #FFF;
  display: inline-block;
  padding: 6px 45px;
  font-size: 1.8vw;
  line-height: 140%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 30px 0 0 0;
}
.viewing_sale .sale_time {
  color: #df4322;
  font-size: 5vw;
  line-height: 160%;
  font-weight: bold;
  margin: 20px 90px 0 0;
  display: inline-block;
  position: relative;
}
.viewing_sale .sale_time em {
  font-family: "Montserrat", sans-serif;
  font-size: 10vw;
}
.viewing_sale .sale_time.others {
  font-size: 3.2vw;
  line-height: 130%;
}
.viewing_sale .sale_time::after {
  /*
  content:'販売開始';
  */
  font-size: 30px;
  line-height: 23pt;
  width: 80px;
  position: absolute;
  bottom: 15px;
  right: -88px;
}
.viewing_sale .sale_area ul {
  margin: 0 0 15px 0;
}
.viewing_sale .sale_area li {
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  font-size: 12px;
  line-height: 16pt;
}
.viewing_sale .sale_area li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}

.btn_h {
  text-align: center;
  margin: 0 auto 0;
}

.btn_h.extra1 {
  width: 100%;
}

.btn_h.extra1 a span {
  background: url(../../assets/img/common/icon_img_13on.png) 93% center no-repeat;
  background-size: 13px 13px;
}

.btn_h.extra1 a:hover span {
  background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
}

.viewing_bg_02 {
  margin: 60px auto 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #f9f9f9), color-stop(0%, rgb(255, 255, 255)));
  background-image: -webkit-linear-gradient(left, #f9f9f9 65%, rgb(255, 255, 255) 0%);
  background-image: linear-gradient(90deg, #f9f9f9 65%, rgb(255, 255, 255) 0%);
}
.viewing_bg_02 .viewing_bg_02a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.viewing_bg_02 .viewing_bg_02a .viewing_photo {
  margin: 50px 0 0 0;
  position: relative;
  padding: 0 0 0% 0;
}
.viewing_bg_02 .viewing_bg_02a .viewing_photo img {
  position: absolute;
}
.viewing_bg_02 .viewing_bg_02a .last_photo img {
  position: relative;
}
.viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_left {
  width: 45%;
  padding: 0px 0 0 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 55%;
  position: relative;
}
.viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .red {
  margin: 20px 0 20px 0;
  color: #df4322;
}
.viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 {
  background: #f9f9f9;
  padding: 50px 30px 50px 30px;
  margin-left: auto;
  width: 100%;
  max-width: 610px;
  position: relative;
}
.viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3 {
  color: #000000;
  font-size: 2.5vw;
  line-height: 160%;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 0 0 145px;
  position: relative;
  margin: 0 0 20px 0;
}
.viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3.t02::before {
  content: "02";
  font-family: "Montserrat", sans-serif;
  font-size: 8.2vw;
  background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
  background-size: 38px 6px;
  position: absolute;
  left: 0px;
  top: 26%;
  padding: 0 55px 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.last_right, .last_right2 {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 100%;
  background: #FFF;
  display: none;
  height: 100px;
}

.viewing_sub {
  max-width: 1100px;
  padding: 0 50px;
  margin: 30px auto 0;
}
.viewing_sub ul {
  list-style: none;
  margin: 20px 0 0 0;
  counter-reset: カウンタ名;
}
.viewing_sub ul li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 12px 0;
}
.viewing_sub ul li em {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #e10e0e;
  /*
  background: linear-gradient(transparent 60%, #fff59d 60%);
  */
}
.viewing_sub ul li:before {
  counter-increment: カウンタ名;
  content: counter(カウンタ名);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background: #000;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 14pt;
}
.viewing_sub .viewing_sub1 {
  background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
  background-size: 1px 1px;
}
.viewing_sub .viewing_sub1 span {
  display: inline-block;
  background: #FFF;
  font-size: 2vw;
  line-height: 150%;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  color: #000;
}
.viewing_sub .viewing_sub2 {
  background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
  background-size: 1px 1px;
  text-align: right;
}
.viewing_sub .viewing_sub2 span {
  display: inline-block;
  background: #FFF;
  font-size: 1.6vw;
  line-height: 150%;
  font-weight: bold;
  padding: 10px 0px 10px 20px;
  color: #000;
}

.onlySP3 {
  display: none;
}

.viewing_map {
  background: #f9f9f9;
  margin: 50px 0 0 0;
  padding: 50px 0 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.viewing_map .viewing_area {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 0;
}

@media screen and (min-width: 1000px) {
  .last_right, .last_right2 {
    display: block;
  }
  .viewing_sub {
    max-width: 1100px;
    padding: 0 50px;
    margin: 60px auto 0;
  }
  .viewing_sub ul {
    list-style: none;
    margin: 20px 0 0 0;
    counter-reset: カウンタ名;
  }
  .viewing_sub ul li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 12px 0;
  }
  .viewing_sub ul li em {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #e10e0e;
    /*
    background: linear-gradient(transparent 60%, #fff59d 60%);
    */
  }
  .viewing_sub ul li:before {
    counter-increment: カウンタ名;
    content: counter(カウンタ名);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background: #000;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
  .viewing_sub .viewing_sub1 {
    background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
    background-size: 1px 1px;
  }
  .viewing_sub .viewing_sub1 span {
    display: inline-block;
    background: #FFF;
    font-size: 21px;
    line-height: 24pt;
    font-weight: bold;
    padding: 20px 20px 20px 0;
    color: #000;
  }
  .viewing_sub .viewing_sub2 {
    background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
    background-size: 1px 1px;
    text-align: right;
  }
  .viewing_sub .viewing_sub2 span {
    display: inline-block;
    background: #FFF;
    font-size: 15px;
    line-height: 18pt;
    font-weight: bold;
    padding: 20px 0px 20px 20px;
    color: #000;
  }
  .btn_h {
    text-align: left;
    margin: 0;
  }
  .viewing_bg_01 {
    margin: 60px auto 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #FFFFFF), color-stop(0%, rgb(249, 249, 249)));
    background-image: -webkit-linear-gradient(left, #FFFFFF 35%, rgb(249, 249, 249) 0%);
    background-image: linear-gradient(90deg, #FFFFFF 35%, rgb(249, 249, 249) 0%);
  }
  .viewing_bg_01 .viewing_bg_01a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_photo {
    margin: 50px 0 0 0;
    position: relative;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_photo img {
    position: absolute;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_left {
    width: 45%;
    padding: 0px 0 0 0;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right {
    width: 55%;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 {
    padding: 60px 50px 60px 60px;
    margin-left: 0;
    width: 100%;
    max-width: 610px;
    position: relative;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3 {
    color: #000000;
    font-size: 30px;
    line-height: 32pt;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 170px;
    position: relative;
    margin: 0 0 30px 0;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3.t01::before {
    content: "01";
    font-family: "Montserrat", sans-serif;
    font-size: 82px;
    background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
    background-size: 38px 6px;
    position: absolute;
    left: 0px;
    top: 26%;
    padding: 0 60px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .viewing_sale {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_sale .sale_left {
    width: 45%;
  }
  .viewing_sale .sale_block {
    width: 55%;
  }
  .viewing_sale .sale_area {
    padding: 0px 50px 0px 60px;
    margin-left: 0;
    width: 100%;
    text-align: left;
    max-width: 610px;
  }
  .viewing_sale .extra {
    padding: 30px 50px 0 60px;
  }
  .viewing_sale .sale_ttl {
    font-weight: bold;
    font-size: 26px;
    line-height: 30pt;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
    margin: 60px 0 0 60px;
    color: #000;
    text-align: left;
  }
  .viewing_sale .sale_ttl em {
    font-size: 32px;
    color: #df4322;
  }
  .viewing_sale h4 {
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 6px 45px;
    font-size: 13px;
    line-height: 18pt;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 30px 0 0 0;
  }
  .viewing_sale .sale_time {
    color: #df4322;
    font-size: 42px;
    line-height: 60pt;
    font-weight: bold;
    margin: 20px 0 0 0;
    display: inline-block;
    position: relative;
  }
  .viewing_sale .sale_time em {
    font-family: "Montserrat", sans-serif;
    font-size: 82px;
  }
  .viewing_sale .sale_time.others {
    font-size: 21px;
    line-height: 24pt;
  }
  .viewing_sale .sale_time::after {
    /*
    content:'販売開始';
    */
    font-size: 27px;
    line-height: 23pt;
    width: 80px;
    position: absolute;
    top: 14px;
    right: -88px;
  }
  .viewing_sale .sale_area ul {
    margin: 0 0 15px 0;
  }
  .viewing_sale .sale_area li {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 12px;
    line-height: 16pt;
  }
  .viewing_sale .sale_area li::before {
    content: "※";
    left: 0;
    top: 0;
    position: absolute;
  }
  .viewing_bg_02 {
    margin: 60px auto 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #f9f9f9), color-stop(0%, rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(left, #f9f9f9 65%, rgb(255, 255, 255) 0%);
    background-image: linear-gradient(90deg, #f9f9f9 65%, rgb(255, 255, 255) 0%);
  }
  .viewing_bg_02 .viewing_bg_02a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_photo {
    margin: 50px 0 0 0;
    position: relative;
    padding: 0 0 0% 0;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_photo img {
    position: absolute;
  }
  .viewing_bg_02 .viewing_bg_02a .last_photo img {
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_left {
    width: 45%;
    padding: 0px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 55%;
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 {
    background: #f9f9f9;
    padding: 60px 50px 60px 60px;
    margin-left: auto;
    width: 100%;
    max-width: 610px;
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3 {
    color: #000000;
    font-size: 30px;
    line-height: 32pt;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 180px;
    position: relative;
    margin: 0 0 30px 0;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3.t02::before {
    content: "02";
    font-family: "Montserrat", sans-serif;
    font-size: 82px;
    background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
    background-size: 38px 6px;
    position: absolute;
    left: 0px;
    top: 26%;
    padding: 0 60px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.cra_text_area {
  max-width: 900px;
  margin: 40px auto;
  background: #efefef;
  padding: 50px;
}
.cra_text_area div {
  font-weight: bold;
  font-size: 24px;
  line-height: 26pt;
  margin: 0 0 20px 0;
  text-align: center;
  color: #df4322;
}
.cra_text_area ul li {
  margin: 0 0 5px 0;
}

@media screen and (min-width: 1100px) {
  .last_right {
    bottom: 0%;
    height: 90px;
  }
  .last_right2 {
    bottom: 0%;
    height: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .last_right {
    bottom: 0%;
    height: 100px;
  }
  .last_right2 {
    bottom: 0%;
    height: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .last_right {
    bottom: 0%;
    height: 150px;
  }
  .last_right2 {
    bottom: 0%;
    height: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .last_right {
    bottom: 0%;
    height: 220px;
  }
  .last_right2 {
    bottom: 0%;
    height: 170px;
  }
}
@media screen and (min-width: 1900px) {
  .last_right {
    bottom: 0%;
    height: 280px;
  }
  .last_right2 {
    bottom: 0%;
    height: 230px;
  }
}
/*-----IE-----*/
.seat_index main {
  background: url(../../assets/img/seat/main.jpg) center top no-repeat;
  background-size: cover;
}

.seat_block_01 {
  background: url(../../assets/img/seat/bg_img_01.jpg) center top no-repeat;
  background-size: cover;
  padding: 90px 50px 100px 50px;
}
.seat_block_01 .seat_area_01 {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
}
.seat_block_01 .seat_area_01 .right_txt {
  position: absolute;
  max-width: 140px;
  right: 30px;
  top: -40px;
}
.seat_block_01 .seat_area_01 h3 {
  font-size: 6.6vw;
  line-height: 140%;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 2px #000;
  margin: 0 0 0 0px;
}
.seat_block_01 .seat_area_01 .seat_text {
  color: #FFF;
  background: url(../../assets/img/seat/text_img_01.png) left center no-repeat;
  background-size: 80px 80px;
  padding: 30px 30px 30px 110px;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  width: 60%;
  margin: 30px 0 0 0px;
}

.seat_area_01a {
  position: relative;
  margin: 0 auto 60px;
  background: #df4322 url(../../assets/img/seat/bg_img_02.png) left bottom repeat-x;
  background-size: 1px 470px;
  padding: 20px 0 20px 0;
}
.seat_area_01a .seat_area_01b {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 2px #666;
          box-shadow: 0px 0px 2px #666;
  padding: 45px;
  /*
  position:absolute;
  top:-100px;
  */
  max-width: 1100px;
  /*
  left:0;
  right:0;
  */
  position: relative;
  margin: auto;
  text-align: center;
}
.seat_area_01a .seat_area_01b .seat_t {
  background: #000;
  color: #FFF;
  display: inline-block;
  padding: 6px 45px;
  font-size: 13px;
  line-height: 18pt;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0px auto 40px;
}
.seat_area_01a .seat_area_01b .ttls {
  color: #df4322;
  font-weight: bold;
  font-size: 4.4vw;
  line-height: 140%;
}
.seat_area_01a .seat_area_01b .ttls em {
  font-family: "Montserrat", sans-serif;
  font-size: 7.4vw;
}
.seat_area_01a .seat_area_01b .ttls2 {
  color: #df4322;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.seat_area_01a .seat_area_01b .seat_text_001 {
  width: 80%;
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  margin: 30px 0 0 0;
  color: #000;
}
.seat_area_01a .seat_area_01b .seat_text_001 span {
  background: #000;
  padding: 5px 15px;
  color: #FFF;
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 18px;
}
.seat_area_01a .seat_area_01b .seat_text_002 {
  width: 80%;
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0 30px 0;
  color: #000;
}
.seat_area_01a .seat_area_01b .seat_text_002 span {
  background: #000;
  padding: 5px 15px;
  color: #FFF;
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 18px;
}
.seat_area_01a .seat_area_01c {
  border: 1px solid #FFF;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 80px 30px 35px 200px;
  color: #FFF;
}
.seat_area_01a .seat_area_01c .seat_area_01c_ph {
  max-width: 140px;
  left: 30px;
  bottom: 30px;
  position: absolute;
}
.seat_area_01a .seat_area_01c .mi {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.seat_area_01a .seat_area_01c .mi span {
  color: #df4322;
  font-weight: bold;
  background: #FFF;
  padding: 10px 20px;
  font-size: 21px;
  line-height: 24pt;
}
.seat_area_01a .seat_area_01c .ttlls {
  font-size: 2.8vw;
  line-height: 140%;
  font-weight: bold;
}

.seat_bottoms {
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 20px 20px 30px 20px;
  color: #FFF;
  text-align: right;
}
.seat_bottoms div {
  font-size: 16px;
  line-height: 20pt;
  font-weight: bold;
}
.seat_bottoms div em {
  font-size: 20px;
  background: #000;
  padding: 1px 6px 2px 6px;
}

h2.seat_h2 em {
  font-size: 18px;
  background: none;
  color: #df4322;
  padding: 0px 8px;
  margin: 0 0 0px 0;
  background: #f3f35c;
}

.seat_box_03 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.seat_box_03 .seat_box_03_left {
  width: 32%;
  background: #f2f2f2;
  padding: 0 0 4% 0;
}
.seat_box_03 .seat_box_03_right {
  width: 32%;
  background: #f2f2f2;
  padding: 0 0 4% 0;
}
.seat_box_03 .ttl {
  color: #000;
  font-weight: bold;
  font-size: 2.1vw;
  line-height: 160%;
  padding: 6% 5% 0 5%;
}
.seat_box_03 p {
  padding: 6% 5% 5% 5%;
}
.seat_box_03 p em {
  font-weight: bold;
  color: #df4322;
}
.seat_box_03 .btn_h {
  text-align: center;
  margin: 0 auto 0;
}

.seat_gray {
  background: #f9f9f9;
  margin: 60px 0 0 0;
  padding: 50px 0 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.seat_gray .seat_gray_txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.seat_gray .bottom_txts {
  margin: 30px auto 30px;
  text-align: center;
}

.seat_box_04 {
  margin: 30px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.seat_box_04 .seat_box_04_left {
  width: 100%;
  background: #FFF;
  margin: 0 0 20px 0;
}
.seat_box_04 .seat_box_04_right {
  width: 100%;
  background: #FFF;
}
.seat_box_04 .ttl {
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 20pt;
  padding: 10px 0;
}
.seat_box_04 p {
  font-weight: bold;
}
.seat_box_04 .ttl_area {
  padding: 20px 30px;
}
.seat_box_04 .ttl_area em {
  background: #e5e5e5;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20%;
  text-align: center;
}
.seat_box_04 .ttl_area p {
  margin: 5px 0;
}

.seat_block_05 {
  margin: 60px auto 0;
}
.seat_block_05 h3 {
  font-size: 3.4vw;
  line-height: 140%;
  font-weight: bold;
  color: #000;
}
.seat_block_05 h3 span {
  color: #df4322;
  display: inline-block;
  position: relative;
  padding: 0 70px 0 0;
}
.seat_block_05 h3 span em {
  font-size: 18px;
}
.seat_block_05 h3 span::after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seat_block_05 .sub_ttx {
  margin: 20px 0;
  display: inline-block;
}
.seat_block_05 .sub_ttx .s01 {
  display: inline-block;
  background: #df4322;
  color: #FFF;
  font-weight: bold;
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.seat_block_05 .sub_ttx .s02 {
  margin: 0 5px 0 0;
  display: inline-block;
  border: 1px solid #000;
}
.seat_block_05 .sub_ttx .s02 span {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-weight: bold;
  padding: 5px 15px;
}
.seat_block_05 .sub_ttx .s02 em {
  padding: 5px 15px;
  color: #000;
  font-weight: bold;
}
.seat_block_05 .sub_ttx.extra {
  margin: 0;
}
.seat_block_05 .sub_ttx02 {
  border-top: 2px solid #df4322;
  border-bottom: 2px solid #df4322;
  margin: 20px 0;
  padding: 15px 0;
}
.seat_block_05 .sub_ttx02 .s00 {
  font-weight: bold;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #df4322;
  font-size: 2vw;
  line-height: 140%;
}
.seat_block_05 .sub_ttx02 .s01 {
  display: inline-block;
  background: #df4322;
  color: #FFF;
  font-weight: bold;
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.seat_block_05 .sub_ttx02 .s03 {
  margin: 0 5px 0 0;
  display: inline-block;
  border: 1px solid #df4322;
  color: #df4322;
  padding: 5px 15px;
  font-weight: bold;
}
.seat_block_05 .sub_ttx02 .s04 {
  margin: 0 5px 0 0;
  display: inline-block;
  background: #ff761a;
  color: #FFF;
  padding: 5px 15px;
}
.seat_block_05 .finals {
  margin: 60px 0 0 0;
}
.seat_block_05 .tokuden_ttl {
  font-weight: bold;
  font-size: 28px;
  color: #000;
  margin: 30px 0 10px 0;
}
.seat_block_05 .tokuden_ttl em {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
}
.seat_block_05 .seat_table_block table {
  width: 100%;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  margin: 0 0 15px 0;
}
.seat_block_05 .seat_table_block table th {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 20pt;
  padding: 15px;
  vertical-align: middle;
  color: #000;
}
.seat_block_05 .seat_table_block table th span {
  font-size: 14px;
}
.seat_block_05 .seat_table_block table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
}
.seat_block_05 .seat_table_block table td em.stage {
  font-weight: bold;
  color: #000;
}
.seat_block_05 .seat_table_block div.days {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 20pt;
  letter-spacing: 0.1em;
  color: #000;
}
.seat_block_05 .seat_table_block div.days em {
  font-size: 40px;
}
.seat_block_05 .seat_table_block div.days span {
  font-size: 13px;
  line-height: 16pt;
  padding: 5px 30px;
  background: #868686;
  color: #FFF;
}
.seat_block_05 .seat_table_block div.price {
  font-weight: bold;
  color: #df4322;
  font-size: 2.2vw;
}
.seat_block_05 .seat_table_block div.price em {
  font-size: 4vw;
}
.seat_block_05 .seat_table_block a {
  display: inline-block;
  padding: 5px 15px;
  color: #FFF;
  background: #df4322;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.seat_block_05 .seat_table_block a span {
  background: url(../../assets/img/common/icon_img_13on.png) right center no-repeat;
  background-size: 13px 13px;
  padding: 0 17px 0 0;
}
.seat_block_05 .seat_table_block a:hover {
  text-decoration: none;
  background: #ff761a;
}
.seat_block_05 .seat_table_block .seat_price_texts {
  margin: 0 0 15px 0;
}
.seat_block_05 .seat_table_block .reds {
  font-weight: bold;
  color: #df4322;
  font-size: 18px;
}

.onlyPCx {
  display: block;
}

.tokuden_area {
  margin: 10px 0 0 0;
}
.tokuden_area .tdnttl {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}
.tokuden_area .tdn01 {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  padding: 10px 0;
}
.tokuden_area .tdn01 img {
  max-width: 102px;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.tokuden_area .tdn01 .s05 {
  margin: 0 5px 0 0;
  display: inline-block;
  border: 1px solid #000;
  vertical-align: top;
}
.tokuden_area .tdn01 .s05 span {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-weight: bold;
  padding: 5px 15px;
}
.tokuden_area .tdn01 .s05 em {
  padding: 5px 15px;
  color: #000;
  font-weight: bold;
}
.tokuden_area .tdn01 .s06 {
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  font-size: 3.6vw;
  color: #000;
  line-height: 140%;
  background: url(../../assets/img/seat/icon03.png) left 6px no-repeat;
  background-size: 20px 30px;
  padding: 0 0 0 30px;
  margin: 0 0 0 10px;
}
.tokuden_area .tdn01 .s06 span {
  font-size: 18px;
}
.tokuden_area .tdn01 .s06 .red {
  color: #df4322;
}
.tokuden_area .tdn01s {
  padding: 20px 0 10px 0;
}
.tokuden_area .tdn_none {
  border-top: none;
  margin: 0 0 20px 0;
}

.seat_pd {
  padding: 0px 0px;
}

.seat_att {
  max-width: 80%;
  margin: 60px auto 0;
  border: 1px solid #cccccc;
  position: relative;
  padding: 80px 40px 40px 40px;
  background: url(../../assets/img/seat/bg_img_03.png) 95% 95% no-repeat;
  background-size: 120px 44px;
}
.seat_att div.att {
  position: absolute;
  top: 0;
  left: 0;
}
.seat_att div.att span {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  background: #cccccc url(../../assets/img/seat/icon04.png) 30px center no-repeat;
  background-size: 24px 22px;
  padding: 15px 30px 15px 60px;
}
.seat_att .att_ttl {
  font-weight: bold;
  margin: 20px 0 5px 0;
}

.seat_block_06 {
  background: url(../../assets/img/seat/bg_img_04.jpg) center top no-repeat;
  background-size: cover;
  margin: 80px auto 0;
}
.seat_block_06 .seat_base {
  padding: 60px 25px;
}
.seat_block_06 h2.seat_block_06_h2 {
  color: #FFF;
}
.seat_block_06 h2.seat_block_06_h2::after {
  border-bottom: 2px solid #FFF;
}
.seat_block_06 p {
  color: #FFF;
  text-align: center;
}
.seat_block_06 .seat_06_white {
  margin: 30px auto 0;
  background: #FFF;
  width: 80%;
  padding: 40px;
}
.seat_block_06 .seat_06_white div {
  font-weight: bold;
  color: #df4322;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px 0;
}
.seat_block_06 .seat_06_white table {
  width: 100%;
  margin: 10px 0 0 0;
}
.seat_block_06 .seat_06_white table th {
  background: #e5e5e5;
  padding: 12px 20px;
  width: 20%;
  font-weight: bold;
}
.seat_block_06 .seat_06_white table td {
  width: 80%;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
}
.seat_block_06 .seat_06_white table td span {
  font-weight: normal;
}

.seat_block_07 {
  max-width: 90%;
  margin: 60px auto 40px;
}
.seat_block_07 section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seat_block_07 section .seat_07_left {
  width: 48%;
}
.seat_block_07 section .seat_07_right {
  width: 48%;
}
.seat_block_07 .ttls {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 15px 0;
  background: #000;
}
.seat_block_07 .subttl {
  border-bottom: 1px dotted #000;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0 0 8px 0;
  font-weight: bold;
  color: #000;
}
.seat_block_07 .suvtbl {
  padding: 20px 0;
}
.seat_block_07 table {
  width: 100%;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 8px;
}
.seat_block_07 table img {
  max-width: 90px;
}
.seat_block_07 table span {
  font-weight: normal;
}
.seat_block_07 table .wd01 {
  width: 30%;
  vertical-align: middle;
}
.seat_block_07 table .wd02 {
  width: 30%;
  text-align: center;
  padding: 0 12px;
  background: #e5e5e5;
  vertical-align: middle;
}
.seat_block_07 table .wd03 {
  width: 40%;
  padding: 0 12px;
}

@media screen and (min-width: 1000px) {
  .onlyPCx {
    display: none;
  }
  .seat_block_01 {
    background: url(../../assets/img/seat/bg_img_01.jpg) center top no-repeat;
    background-size: cover;
    padding: 90px 50px 100px 50px;
  }
  .seat_block_01 .seat_area_01 {
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
  }
  .seat_block_01 .seat_area_01 .right_txt {
    position: absolute;
    max-width: 140px;
    right: 30px;
    top: -40px;
  }
  .seat_block_01 .seat_area_01 h3 {
    font-size: 64px;
    line-height: 62pt;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    margin: 0 0 0 50px;
  }
  .seat_block_01 .seat_area_01 .seat_text {
    color: #FFF;
    background: url(../../assets/img/seat/text_img_01.png) left center no-repeat;
    background-size: 80px 80px;
    padding: 30px 30px 30px 110px;
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    width: 60%;
    margin: 30px 0 0 50px;
  }
  .seat_area_01a {
    position: relative;
    margin: 0 auto 60px;
    background: #df4322 url(../../assets/img/seat/bg_img_02.png) left bottom repeat-x;
    background-size: 1px 470px;
    padding: 20px 0 20px 0;
  }
  .seat_area_01a .seat_area_01b {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px #666;
            box-shadow: 0px 0px 2px #666;
    padding: 45px;
    /*
    position:absolute;
    top:-120px;
    */
    max-width: 1100px;
    /*
    left:0;
    right:0;
    */
    position: relative;
    margin: auto;
    text-align: center;
  }
  .seat_area_01a .seat_area_01b .seat_t {
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 6px 45px;
    font-size: 13px;
    line-height: 18pt;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 0px auto 40px;
  }
  .seat_area_01a .seat_area_01b .ttls {
    color: #df4322;
    font-weight: bold;
    font-size: 38px;
    line-height: 40pt;
    display: inline-block;
    position: relative;
  }
  .seat_area_01a .seat_area_01b .ttls em {
    font-family: "Montserrat", sans-serif;
    font-size: 74px;
  }
  .seat_area_01a .seat_area_01b .ttls::after {
    /*
    content:"";
    */
    content: none;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: #000000;
    z-index: 1;
  }
  .seat_area_01a .seat_area_01b .ttls2 {
    color: #df4322;
    font-weight: bold;
    margin: 15px 0 0 0;
  }
  .seat_area_01a .seat_area_01b .seat_text_001 {
    width: 80%;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    margin: 30px 0 0 0;
    color: #000;
  }
  .seat_area_01a .seat_area_01b .seat_text_001 span {
    background: #000;
    padding: 5px 15px;
    color: #FFF;
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 18px;
  }
  .seat_area_01a .seat_area_01b .seat_text_002 {
    width: 80%;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0 30px 0;
    color: #000;
  }
  .seat_area_01a .seat_area_01b .seat_text_002 span {
    background: #000;
    padding: 5px 15px;
    color: #FFF;
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 18px;
  }
  .seat_area_01a .seat_area_01b .seat_text_003 {
    width: 80%;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #000;
  }
  .seat_area_01a .seat_area_01b .seat_text_003 span {
    background: #000;
    padding: 5px 15px;
    color: #FFF;
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 18px;
  }
  .seat_area_01a .seat_area_01c {
    border: 1px solid #FFF;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 80px 40px 35px 230px;
    color: #FFF;
  }
  .seat_area_01a .seat_area_01c .seat_area_01c_ph {
    max-width: 220px;
    left: -40px;
    bottom: -40px;
    position: absolute;
  }
  .seat_area_01a .seat_area_01c .mi {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .seat_area_01a .seat_area_01c .mi span {
    color: #df4322;
    font-weight: bold;
    background: #FFF;
    padding: 10px 20px;
    font-size: 21px;
    line-height: 24pt;
  }
  .seat_area_01a .seat_area_01c .ttlls {
    font-size: 28px;
    line-height: 30pt;
    font-weight: bold;
  }
  .seat_bottoms {
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 20px 0 30px 0;
    color: #FFF;
    text-align: right;
  }
  .seat_bottoms div {
    font-size: 16px;
    line-height: 20pt;
    font-weight: bold;
  }
  .seat_bottoms div em {
    font-size: 20px;
    background: #000;
    padding: 1px 6px 2px 6px;
  }
  h2.seat_h2 em {
    font-size: 18px;
    background: none;
    color: #df4322;
    padding: 0px 8px;
    margin: 0 0 0px 0;
    background: #f3f35c;
  }
  .seat_box_03 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_box_03 .seat_box_03_left {
    width: 32%;
    background: #f2f2f2;
    padding: 0 0 3% 0;
  }
  .seat_box_03 .seat_box_03_left p {
    font-size: 13px;
  }
  .seat_box_03 .seat_box_03_right {
    width: 32%;
    background: #f2f2f2;
    padding: 0 0 3% 0;
  }
  .seat_box_03 .seat_box_03_right p {
    font-size: 13px;
  }
  .seat_box_03 .seat_box_03_right p.small {
    font-size: 12px;
  }
  .seat_box_03 .ttl {
    color: #000;
    font-weight: bold;
    font-size: 21px;
    line-height: 24pt;
    padding: 6% 5% 0 5%;
  }
  .seat_box_03 p {
    padding: 6% 5% 5% 5%;
  }
  .seat_box_03 p em {
    font-weight: bold;
    color: #df4322;
  }
  .seat_box_03 .btn_h {
    text-align: center;
    margin: 0 auto 0;
  }
  .seat_gray {
    background: #f9f9f9;
    margin: 60px 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_gray .seat_gray_txt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  .seat_gray .bottom_txts {
    margin: 30px auto 30px;
    text-align: center;
  }
  .seat_box_04 {
    margin: 30px auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_box_04 .seat_box_04_left {
    width: 49.5%;
    background: #FFF;
    margin: 0 0 0 0;
  }
  .seat_box_04 .seat_box_04_right {
    width: 49.5%;
    background: #FFF;
  }
  .seat_box_04 .ttl {
    background: #000;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20pt;
    padding: 10px 0;
  }
  .seat_box_04 p {
    font-weight: bold;
  }
  .seat_box_04 .ttl_area {
    padding: 20px 30px;
  }
  .seat_box_04 .ttl_area em {
    background: #e5e5e5;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 30%;
    text-align: center;
  }
  .seat_box_04 .ttl_area p {
    margin: 5px 0;
  }
  .seat_block_05 {
    margin: 90px auto 0;
  }
  .seat_block_05 h3 {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    border-left: 6px solid #df4322;
    padding: 0 0 0 30px;
  }
  .seat_block_05 h3 span {
    color: #df4322;
    display: inline-block;
    position: relative;
    padding: 0 70px 0 0;
  }
  .seat_block_05 h3 span em {
    font-size: 18px;
  }
  .seat_block_05 h3 span::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .seat_block_05 .sub_ttx {
    margin: 20px 0;
  }
  .seat_block_05 .sub_ttx .s01 {
    display: inline-block;
    background: #f0335f;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 5px 0 0;
  }
  .seat_block_05 .sub_ttx .s02 {
    margin: 0 5px 0 0;
    display: inline-block;
    border: 1px solid #000;
  }
  .seat_block_05 .sub_ttx .s02 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
  }
  .seat_block_05 .sub_ttx .s02 em {
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
  }
  .seat_block_05 .sub_ttx .s04 {
    margin: 0 5px 0 0;
    display: inline-block;
    background: #ff761a;
    color: #FFF;
    padding: 5px 15px;
  }
  .seat_block_05 .sub_ttx02 {
    border-top: 2px solid #df4322;
    border-bottom: 2px solid #df4322;
    margin: 20px 0;
    padding: 15px 0;
  }
  .seat_block_05 .sub_ttx02 .s00 {
    font-weight: bold;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #df4322;
    font-size: 20px;
    line-height: 21pt;
  }
  .seat_block_05 .sub_ttx02 .s01 {
    display: inline-block;
    background: #df4322;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 5px 0 0;
  }
  .seat_block_05 .sub_ttx02 .s03 {
    margin: 0 5px 0 0;
    display: inline-block;
    border: 1px solid #df4322;
    color: #df4322;
    padding: 5px 15px;
    font-weight: bold;
  }
  .seat_block_05 .sub_ttx02 .s04 {
    margin: 0 5px 0 0;
    display: inline-block;
    background: #ff761a;
    color: #FFF;
    padding: 5px 15px;
  }
  .seat_block_05 .finals {
    margin: 90px 0 20px 0;
  }
  .seat_block_05 .tokuden_ttl {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    margin: 30px 0 10px 0;
  }
  .seat_block_05 .tokuden_ttl em {
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
  }
  .seat_block_05 .seat_table_block table {
    width: 100%;
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin: 0 0 15px 0;
  }
  .seat_block_05 .seat_table_block table th {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background: #f6f6f6;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20pt;
    padding: 15px;
    vertical-align: middle;
    color: #000;
  }
  .seat_block_05 .seat_table_block table th span {
    font-size: 14px;
  }
  .seat_block_05 .seat_table_block table td {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
  }
  .seat_block_05 .seat_table_block table td em.stage {
    font-weight: bold;
  }
  .seat_block_05 .seat_table_block div.days {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 20pt;
    letter-spacing: 0.1em;
    color: #000;
    padding: 15px 0;
  }
  .seat_block_05 .seat_table_block div.days em {
    font-size: 40px;
  }
  .seat_block_05 .seat_table_block div.days span {
    font-size: 13px;
    line-height: 16pt;
    padding: 5px 30px;
    background: #868686;
    color: #FFF;
  }
  .seat_block_05 .seat_table_block div.price {
    font-weight: bold;
    color: #df4322;
    font-size: 24px;
  }
  .seat_block_05 .seat_table_block div.price em {
    font-size: 40px;
  }
  .seat_block_05 .seat_table_block a {
    display: inline-block;
    padding: 5px 15px;
    color: #FFF;
    background: #df4322;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_block_05 .seat_table_block a span {
    background: url(../../assets/img/common/icon_img_13on.png) right center no-repeat;
    background-size: 13px 13px;
    padding: 0 17px 0 0;
  }
  .seat_block_05 .seat_table_block a:hover {
    text-decoration: none;
    background: #ff761a;
  }
  .seat_block_05 .seat_table_block .seat_price_texts {
    margin: 0 0 15px 0;
  }
  .seat_block_05 .seat_table_block .reds {
    font-weight: bold;
    color: #df4322;
    font-size: 18px;
  }
  .tokuden_area {
    margin: 10px 0 0 0;
  }
  .tokuden_area .tdnttl {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 10px 0;
  }
  .tokuden_area .tdn01 {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 10px 0;
  }
  .tokuden_area .tdn01 img {
    max-width: 102px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
  }
  .tokuden_area .tdn01 .s05 {
    margin: 0 5px 0 0;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: top;
  }
  .tokuden_area .tdn01 .s05 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
  }
  .tokuden_area .tdn01 .s05 em {
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
  }
  .tokuden_area .tdn01 .s06 {
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    font-size: 36px;
    color: #000;
    line-height: 30pt;
    background: url(../../assets/img/seat/icon03.png) left 6px no-repeat;
    background-size: 20px 30px;
    padding: 0 0 0 30px;
    margin: 0 0 0 10px;
  }
  .tokuden_area .tdn01 .s06 span {
    font-size: 18px;
  }
  .tokuden_area .tdn01s {
    padding: 20px 0 10px 0;
  }
  .tokuden_area .tdn_none {
    border-top: none;
    margin: 0 0 20px 0;
  }
  .seat_pd {
    padding: 10px 20px;
  }
  .seat_att {
    max-width: 900px;
    margin: 90px auto 0;
    border: 1px solid #cccccc;
    position: relative;
    padding: 80px 40px 40px 40px;
    background: url(../../assets/img/seat/bg_img_03.png) 95% 95% no-repeat;
    background-size: 120px 44px;
  }
  .seat_att div.att {
    position: absolute;
    top: 0;
    left: 0;
  }
  .seat_att div.att span {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background: #cccccc url(../../assets/img/seat/icon04.png) 30px center no-repeat;
    background-size: 24px 22px;
    padding: 15px 30px 15px 60px;
  }
  .seat_att .att_ttl {
    font-weight: bold;
    margin: 20px 0 5px 0;
  }
  .seat_block_06 {
    background: url(../../assets/img/seat/bg_img_04.jpg) center top no-repeat;
    background-size: cover;
    margin: 80px auto 0;
  }
  .seat_block_06 .seat_base {
    padding: 60px 50px;
  }
  .seat_block_06 h2.seat_block_06_h2 {
    color: #FFF;
  }
  .seat_block_06 h2.seat_block_06_h2::after {
    border-bottom: 2px solid #FFF;
  }
  .seat_block_06 p {
    color: #FFF;
    text-align: center;
  }
  .seat_block_06 .seat_06_white {
    margin: 30px auto 0;
    background: #FFF;
    width: 70%;
    padding: 40px;
  }
  .seat_block_06 .seat_06_white div {
    font-weight: bold;
    color: #df4322;
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .seat_block_06 .seat_06_white table {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .seat_block_06 .seat_06_white table th {
    background: #e5e5e5;
    padding: 12px 20px;
    width: 20%;
    font-weight: bold;
  }
  .seat_block_06 .seat_06_white table td {
    width: 80%;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
  }
  .seat_block_06 .seat_06_white table td span {
    font-weight: normal;
  }
  .seat_block_07 {
    max-width: 900px;
    margin: 80px auto 60px;
  }
  .seat_block_07 section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .seat_block_07 section .seat_07_left {
    width: 48%;
  }
  .seat_block_07 section .seat_07_right {
    width: 48%;
  }
  .seat_block_07 .ttls {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 15px 0;
    background: #000;
  }
  .seat_block_07 .subttl {
    border-bottom: 1px dotted #000;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 0 8px 0;
    font-weight: bold;
    color: #000;
  }
  .seat_block_07 .suvtbl {
    padding: 20px;
  }
  .seat_block_07 table {
    width: 100%;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 8px;
  }
  .seat_block_07 table img {
    max-width: 90px;
  }
  .seat_block_07 table span {
    font-weight: normal;
  }
  .seat_block_07 table .wd01 {
    width: 30%;
    vertical-align: middle;
  }
  .seat_block_07 table .wd02 {
    width: 30%;
    text-align: center;
    padding: 0 12px;
    background: #e5e5e5;
    vertical-align: middle;
  }
  .seat_block_07 table .wd03 {
    width: 40%;
    padding: 0 12px;
    vertical-align: middle;
  }
  .seat_block_07 table .wd03 a {
    text-decoration: underline;
  }
  .seat_block_07 table .wd03 a:hover {
    text-decoration: none;
  }
}
.sals_text_block {
  max-width: 900px;
  margin: 20px auto;
}

.sals_text_block .reds {
  margin: 20px auto;
  font-weight: bold;
  color: #df4322;
  font-size: 18px;
}

/*-----IE-----*/
.p404_index main {
  background: url(../../assets/img/404/main.jpg) center top no-repeat;
  background-size: cover;
}

.notc {
  text-align: center;
}

.not_ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 22pt;
  margin: 0 0 10px 0;
}

/*-----IE-----*/
.participate_index main {
  background: url(../../assets/img/participate/main.jpg) center top no-repeat;
  background-size: cover;
}

#menu_right {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#menu_right.show {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

#menu_right li {
  background: #df4322;
  width: 230px;
  margin: 0 0 1px 0;
}

#menu_right li img {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: top;
}

#menu_right li span {
  width: 175px;
  display: inline-block;
  background: #efefef;
  font-size: 12px;
  line-height: 15pt;
  font-weight: bold;
  padding: 8px 10px 0 15px;
  height: 55px;
  vertical-align: top;
}

#menu_right li a {
  vertical-align: top;
}

#menu_right li {
  -webkit-transform: translate(175px, 0%);
          transform: translate(175px, 0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#menu_right li:hover {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

.participate_block_01 {
  background: url(../../assets/img/participate/bg_img_01.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 200px;
}
.participate_block_01 .participate_area_01 {
  max-width: 1000px;
  padding: 100px 50px 370px 50px;
  margin: 0 auto 0;
  position: relative;
}
.participate_block_01 .participate_area_01 .ttl01 {
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
.participate_block_01 .participate_area_01 .ttl02 {
  color: #FFF;
  font-weight: bold;
  font-size: 52px;
  line-height: 50pt;
  margin-bottom: 20px;
}
.participate_block_01 .participate_area_01 p {
  color: #FFF;
}
.participate_block_01 .participate_area_01 .anker_block {
  position: absolute;
  max-width: 900px;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
}
.participate_block_01 .participate_area_01 .anker_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.participate_block_01 .participate_area_01 .anker_block ul li {
  width: 23%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #efefef;
  position: relative;
  background: #efefef;
  margin: 1%;
}
.participate_block_01 .participate_area_01 .anker_block ul li a {
  padding: 120px 20px 50px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.participate_block_01 .participate_area_01 .anker_block ul li a:hover {
  padding: 125px 20px 45px 20px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(1) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon02.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(1) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon02.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(2) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon03.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(2) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon03.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(3) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon04.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(3) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon04.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(4) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon05.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(4) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon05.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(5) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon06.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(5) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon06.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(6) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon07.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(6) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon07.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(7) a {
  background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon08.png) center 12% no-repeat;
  background-size: 14px 8px, 140px 90px;
}
.participate_block_01 .participate_area_01 .anker_block ul li:nth-child(7) a:hover {
  background: url(../../assets/img/participate/icon01.png) center 94% no-repeat, url(../../assets/img/participate/icon08.png) center 16% no-repeat;
  background-size: 14px 8px, 140px 90px;
  text-decoration: none;
  color: #dd4222;
}

.participate_block_02 {
  max-width: 900px;
  margin: 0 auto 90px;
  border: 1px solid #a2a2a2;
}
.participate_block_02 .participate_area_01 {
  padding: 45px;
  text-align: center;
}
.participate_block_02 .participate_area_01 div {
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #000;
}
.participate_block_02 .participate_area_01 p em {
  font-weight: bold;
  color: #df4322;
}
.participate_block_02 .participate_area_02 {
  background: url(../../assets/img/participate/bg_img_02.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.participate_block_02 .participate_area_02 div.lefts {
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.participate_block_02 .participate_area_02 div.rights {
  width: 50%;
  text-align: right;
  color: #FFF;
  font-weight: bold;
  padding: 15px;
}
.participate_block_02 .participate_area_02 div.rights span.tel {
  background: url(../../assets/img/participate/icon09.png) left center no-repeat;
  background-size: 20px 22px;
  display: inline-block;
  padding: 0 0 0 25px;
  margin: 0 25px 0 0;
  font-size: 16px;
}
.participate_block_02 .participate_area_02 div.rights span.fax {
  background: url(../../assets/img/participate/icon10.png) left center no-repeat;
  background-size: 23px 22px;
  display: inline-block;
  padding: 0 0 0 26px;
  font-size: 16px;
}
.participate_block_02 .participate_area_02 div.rights span.mail {
  background: url(../../assets/img/participate/icon11.png) left center no-repeat;
  background-size: 25px 22px;
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.participate_block_02 .participate_area_02 div.rights span.mail a {
  color: #FFF;
}

.participate_block_03 {
  background: url(../../assets/img/participate/bg_img_04.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0 0 80px 0;
}
.participate_block_03 .participate_area_03 {
  max-width: 720px;
  margin: 0 auto 0;
}
.participate_block_03 .participate_area_03 .ttl {
  text-align: center;
  color: #FFF;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon12.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 80px 0;
}
.participate_block_03 .participate_area_03 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #FFF;
  width: 50px;
  margin: 0 auto;
}
.participate_block_03 .participate_area_03 .kai {
  background: url(../../assets/img/participate/bg_img_05.png) center top no-repeat;
  background-size: 110px 90px;
  float: left;
  width: 110px;
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin: 0 20px 0px 0;
}
.participate_block_03 .participate_area_03 .kai em {
  font-size: 38px;
}
.participate_block_03 .participate_area_03 .ttls {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.participate_block_03 .participate_area_03 .ttls em {
  font-size: 56px;
  display: block;
  line-height: 28pt;
  margin: 0 0 15px 0;
}
.participate_block_03 .participate_area_03 .bds {
  margin: 20px 0 30px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 12px 0;
  text-align: center;
  font-size: 17px;
  color: #FFF;
  font-weight: bold;
}
.participate_block_03 .participate_area_03 .bds em {
  font-size: 21px;
}
.participate_block_03 .participate_area_03 .text01 {
  text-align: center;
}
.participate_block_03 .participate_area_03 .text01 a {
  background: url(../../assets/img/common/icon_img_13on.png) left center no-repeat;
  background-size: 13px 13px;
  padding: 0 0 0 18px;
  color: #FFF;
  text-decoration: underline;
}
.participate_block_03 .participate_area_03 .text01 a:hover {
  text-decoration: none;
}
.participate_block_03 .participate_area_03 .text02 {
  text-align: center;
  color: #FFF;
}
.participate_block_03 .participate_area_03 .text02 a {
  color: #FFF;
  text-decoration: underline;
}
.participate_block_03 .participate_area_03 .text02 a:hover {
  text-decoration: none;
}
.participate_block_03 .participate_area_03 .btn_blocks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.participate_block_03 .participate_area_03 .btn_blocks a.btn01 {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  display: block;
  width: 49%;
  font-weight: bold;
  background: #df4322 url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.participate_block_03 .participate_area_03 .btn_blocks a.btn01:hover {
  background: #c02808 url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
  background-size: 13px 13px;
  text-decoration: none;
}
.participate_block_03 .participate_area_03 .btn_blocks a.btn02 {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  display: block;
  width: 49%;
  font-weight: bold;
  background: #fc842d url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.participate_block_03 .participate_area_03 .btn_blocks a.btn02:hover {
  background: #e0660d url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
  background-size: 13px 13px;
  text-decoration: none;
}

.participate_block_04 {
  padding: 0px 0;
  margin: 0 0 80px 0;
}
.participate_block_04 .participate_area_04 {
  max-width: 900px;
  margin: 0 auto 0;
}
.participate_block_04 .participate_area_04 .ttl {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon13.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 60px 0;
}
.participate_block_04 .participate_area_04 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #df4322;
  width: 50px;
  margin: 0 auto;
}
.participate_block_04 .participate_area_04 .photo_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.participate_block_04 .participate_area_04 .photo_block ul li {
  width: 31%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1%;
}
.participate_block_04 .participate_area_04 .photo_block ul li img {
  width: 100%;
}
.participate_block_04 .participate_area_04 .subttl {
  text-align: center;
  font-weight: bold;
  color: #df4322;
  font-size: 16px;
  margin: 20px 0;
}
.participate_block_04 .participate_area_04 .text001 {
  margin: 0 0 30px 0;
  text-align: center;
}
.participate_block_04 .participate_area_04 .text002 {
  text-align: center;
  display: inline-block;
  background: #fee8e8;
  border-radius: 100px; /* CSS3草案 */
  -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
  -moz-border-radius: 100px; /* Firefox用 */
  font-size: 13px;
  margin: 30px auto 0;
  width: auto;
  padding: 12px 25px;
}
.participate_block_04 .participate_area_04 .text002 a {
  text-decoration: underline;
}
.participate_block_04 .participate_area_04 .text002 a:hover {
  text-decoration: none;
}

.btn_blockz {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.btn_blockz div {
  width: 49%;
}
.btn_blockz div p {
  text-align: center;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.btn_blockz a.btn01 {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #df4322 url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_blockz a.btn01:hover {
  background: #c02808 url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
  background-size: 13px 13px;
  text-decoration: none;
}
.btn_blockz a.btn02 {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #fc842d url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_blockz a.btn02:hover {
  background: #e0660d url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
  background-size: 13px 13px;
  text-decoration: none;
}

.wd760 {
  max-width: 760px;
  margin: 0 auto 0;
}

.wd380 {
  max-width: 380px;
  margin: 0 auto 0;
}

.wd380 div {
  width: 100%;
}

.wd580 {
  max-width: 580px;
  margin: 0 auto 0;
}

.wd580 div {
  width: 100%;
}

.participate_block_05 {
  padding: 80px 0;
  margin: 0 0 80px 0;
  background: #f4f4f4;
}
.participate_block_05 .participate_area_05 {
  max-width: 900px;
  margin: 0 auto 0;
}
.participate_block_05 .participate_area_05 .ttl {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon14.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 60px 0;
}
.participate_block_05 .participate_area_05 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #df4322;
  width: 50px;
  margin: 0 auto;
}
.participate_block_05 .participate_area_05 .subttl {
  text-align: center;
  font-weight: bold;
  color: #df4322;
  font-size: 16px;
  margin: 20px 0;
}
.participate_block_05 .participate_area_05 .text001 {
  margin: 0 0 30px 0;
  text-align: center;
}
.participate_block_05 .participate_area_05 .white_block {
  margin: 50px auto 0;
  background: #FFF;
  padding: 50px;
}
.participate_block_05 .participate_area_05 .white_block .ttlz {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #000;
}
.participate_block_05 .participate_area_05 .white_block .ttlz em {
  color: #df4322;
}
.participate_block_05 .participate_area_05 .white_block .text004 {
  text-align: center;
  font-size: 13px;
  margin: 0 0 20px 0;
}
.participate_block_05 .participate_area_05 .white_block .gray_block {
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  padding: 45px;
}
.participate_block_05 .participate_area_05 .white_block .gray_block .wd49p {
  width: 45%;
}
.participate_block_05 .participate_area_05 .white_block .gray_block .wd49p .ttlc {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.participate_block_05 .participate_area_05 .white_block .gray_block .wd49p p {
  font-size: 13px;
}
.participate_block_05 .participate_area_05 .white_block .gray_block .wd49p a {
  color: #df4322;
}
.participate_block_05 .participate_area_05 .white_block .gray_block .faxs {
  margin: 10px 0 0 0;
  font-weight: bold;
  color: #df4322;
  font-size: 21px;
  background: url(../../assets/img/participate/icon15.png) center left no-repeat;
  background-size: 24px 18px;
  padding: 0 0 0 30px;
  display: inline-block;
}
.participate_block_05 .participate_area_05 .white_block .gray_block .mails {
  margin: 10px 0 0 0;
  font-weight: bold;
  color: #df4322;
  font-size: 21px;
  background: url(../../assets/img/participate/icon16.png) center left no-repeat;
  background-size: 24px 18px;
  padding: 0 0 0 35px;
  display: inline-block;
}
.participate_block_05 .participate_area_05 .other_blockz {
  margin: 30px auto 0;
  text-align: center;
}
.participate_block_05 .participate_area_05 .other_blockz .ttlc {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.participate_block_05 .participate_area_05 .other_blockz p {
  font-size: 13px;
}
.participate_block_05 .participate_area_05 .other_blockz .tels {
  color: #000;
  font-size: 15px;
}
.participate_block_05 .participate_area_05 .other_blockz .tels em {
  margin: 10px 0 0 0;
  font-weight: bold;
  color: #df4322;
  font-size: 21px;
  background: url(../../assets/img/participate/icon17.png) center left no-repeat;
  background-size: 15px 18px;
  padding: 0 0 0 25px;
  display: inline-block;
}

.participate_block_06 {
  padding: 0px 0;
  margin: 0 0 80px 0;
}
.participate_block_06 .participate_area_06 {
  max-width: 900px;
  margin: 0 auto 0;
}
.participate_block_06 .participate_area_06 .ttl {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon18.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 60px 0;
}
.participate_block_06 .participate_area_06 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #df4322;
  width: 50px;
  margin: 0 auto;
}
.participate_block_06 .participate_area_06 .subttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0;
  color: #000;
}
.participate_block_06 .participate_area_06 .subttl em {
  color: #df4322;
}
.participate_block_06 .participate_area_06 .text001 {
  margin: 0 0 30px 0;
  text-align: center;
}
.participate_block_06 .participate_area_06 .flx01 {
  margin: 60px 0 0 0;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.participate_block_06 .participate_area_06 .flx01 .fl_left {
  width: 40%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff0f0;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  padding: 50px;
  background: #fff0f0;
  text-align: left;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right .sml_ttl {
  font-size: 16px;
  color: #000;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right .bg_ttl {
  font-weight: bold;
  font-size: 24px;
  color: #df4322;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #ebcece;
  margin: 0 0 25px 0;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right ul {
  margin: 0 0 25px 0;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right li {
  background: url(../../assets/img/participate/icon19.png) left 5px no-repeat;
  background-size: 22px 18px;
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #000;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right a {
  text-decoration: underline;
  background: url(../../assets/img/common/icon_img_13.png) left center no-repeat;
  background-size: 13px 13px;
  padding: 0 0 0 18px;
  text-decoration: underline;
  margin: 25px 0 0 0;
  display: inline-block;
}
.participate_block_06 .participate_area_06 .flx01 .fl_right a:hover {
  text-decoration: none;
}
.participate_block_06 .participate_area_06 .flx02 {
  margin: 60px 0 0 0;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  background: #fff0f0;
  padding: 50px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left .sml_ttl {
  font-size: 16px;
  color: #000;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left .bg_ttl {
  font-weight: bold;
  font-size: 24px;
  color: #df4322;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #ebcece;
  margin: 0 0 25px 0;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left ul {
  margin: 25px 0 25px 0;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left li {
  background: url(../../assets/img/participate/icon19.png) left 5px no-repeat;
  background-size: 22px 18px;
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #000;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left a {
  text-decoration: underline;
}
.participate_block_06 .participate_area_06 .flx02 .fl_left a:hover {
  text-decoration: none;
}
.participate_block_06 .participate_area_06 .flx02 .fl_right {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: #fff0f0;
}

.participate_block_07 {
  padding: 80px 0;
  margin: 0 0 80px 0;
  background: #f4f4f4;
}
.participate_block_07 .participate_area_07 {
  max-width: 900px;
  margin: 0 auto 0;
}
.participate_block_07 .participate_area_07 .ttl {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon20.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 60px 0;
}
.participate_block_07 .participate_area_07 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #df4322;
  width: 50px;
  margin: 0 auto;
}
.participate_block_07 .participate_area_07 .subttl {
  text-align: center;
  font-weight: bold;
  color: #df4322;
  font-size: 16px;
  margin: 20px 0;
}
.participate_block_07 .participate_area_07 .text001 {
  margin: 0 0 30px 0;
  text-align: center;
}

.participate_block_08 {
  padding: 0px 0;
  margin: 0 0 80px 0;
}
.participate_block_08 .participate_area_08 {
  max-width: 900px;
  margin: 0 auto 0;
}
.participate_block_08 .participate_area_08 .ttl {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon21.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 60px 0;
}
.participate_block_08 .participate_area_08 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #df4322;
  width: 50px;
  margin: 0 auto;
}
.participate_block_08 .participate_area_08 .photo_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.participate_block_08 .participate_area_08 .photo_block ul li {
  width: 31%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 1%;
}
.participate_block_08 .participate_area_08 .photo_block ul li img {
  width: 100%;
}
.participate_block_08 .participate_area_08 .subttl {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  margin: 20px 0;
}
.participate_block_08 .participate_area_08 .gray_block {
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  padding: 45px;
}
.participate_block_08 .participate_area_08 .gray_block .wd30p {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.participate_block_08 .participate_area_08 .gray_block .wd30p .ttlc {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.participate_block_08 .participate_area_08 .gray_block .wd30p p {
  font-size: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.participate_block_08 .participate_area_08 .gray_block a.btn01 {
  text-align: center;
  color: #FFF;
  margin: 20px 0 0 0;
  font-size: 13px;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #df4322 url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
  background-size: 13px 13px;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.participate_block_08 .participate_area_08 .gray_block a.btn01:hover {
  background: #c02808 url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
  background-size: 13px 13px;
  text-decoration: none;
}
.participate_block_08 .participate_area_08 .text001 {
  text-align: center;
  margin: 30px auto;
}
.participate_block_08 .participate_area_08 .text001 em {
  color: #df4322;
}
.participate_block_08 .participate_area_08 .photo12 {
  margin: 0 0 30px 0;
}

.participate_block_09 {
  padding: 80px 0;
  margin: 0 0 80px 0;
  background: #f4f4f4;
}
.participate_block_09 .participate_area_09 {
  max-width: 900px;
  margin: 0 auto 0;
}
.participate_block_09 .participate_area_09 .ttl {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30pt;
  background: url(../../assets/img/participate/icon22.png) center top no-repeat;
  background-size: 110px 90px;
  padding: 100px 0 0 0;
  margin: 0 0 60px 0;
}
.participate_block_09 .participate_area_09 .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-bottom: 2px solid #df4322;
  width: 50px;
  margin: 0 auto;
}
.participate_block_09 .participate_area_09 table {
  width: 100%;
}
.participate_block_09 .participate_area_09 table th {
  background: #000;
  color: #FFF;
  font-weight: bold;
  width: 15%;
  padding: 12px;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
.participate_block_09 .participate_area_09 table td {
  width: 85%;
  padding: 12px;
  background: #FFF;
  border-bottom: 1px solid #f4f4f4;
}
.participate_block_09 .participate_area_09 .text001 {
  margin: 0 0 30px 0;
  text-align: center;
}
.participate_block_09 .participate_area_09 .text002 {
  margin: 30px 0 0 0;
  font-size: 13px;
}

.onlyPCp {
  display: inline-block;
}

/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .participate_block_08 .participate_area_08 .gray_block .wd30p p {
    font-size: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.entry_index main {
  background: url(../../assets/img/entry/main.jpg) center top no-repeat;
  background-size: cover;
}

.entry_block_01 {
  background: #df4322;
  padding: 45px 0;
}
.entry_block_01 .entry_area_01 {
  max-width: 1000px;
  margin: 0 auto 0;
}
.entry_block_01 .entry_area_01 .entry_ttl {
  position: relative;
  background: #FFF;
  text-align: center;
  display: inline-block;
  color: #df4322;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 0;
  padding: 10px 45px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.entry_block_01 .entry_area_01 .entry_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FFF;
}
.entry_block_01 .entry_area_01 .days_ttl {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  margin: 35px 0;
}
.entry_block_01 .entry_area_01 .days_ttl em {
  font-size: 32px;
}
.entry_block_01 .entry_area_01 .white_area {
  position: relative;
  background: #FFF;
  padding: 130px 50px 50px 50px;
}
.entry_block_01 .entry_area_01 .white_area .white_area_ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin: 0 0 15px 0;
}
.entry_block_01 .entry_area_01 .white_area dl {
  position: relative;
  text-align: center;
  margin: 35px auto 60px;
}
.entry_block_01 .entry_area_01 .white_area dl dt {
  color: #FFF;
  background: #000;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: inline-block;
  padding: 5px 40px;
  margin: 0 0 10px 0;
}
.entry_block_01 .entry_area_01 .white_area dl dd {
  position: relative;
}
.entry_block_01 .entry_area_01 .white_area dl dd::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  background: #df4322;
  width: 1px;
  height: 30px;
  margin: 0 auto 0;
}
.entry_block_01 .entry_area_01 .white_area dl.st {
  margin: 35px auto 0px !important;
}
.entry_block_01 .entry_area_01 .white_area dl.st dt {
  background: #df4322;
}
.entry_block_01 .entry_area_01 .white_area dl.st dd::after {
  content: none;
}
.entry_block_01 .entry_area_01 .white_area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #df4322;
  width: 1px;
  height: 90px;
  margin: 0 auto;
}
.entry_block_01 .entry_area_01 .gray_block {
  background: #f8f8f8;
  padding: 50px;
  margin: 60px auto 0;
}
.entry_block_01 .entry_area_01 .gray_block .ttl {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.entry_block_01 .entry_area_01 .gray_block ol {
  padding-left: 20px;
  list-style-type: decimal;
}
.entry_block_01 .entry_area_01 .gray_block ol li {
  padding-left: 10px;
  font-size: 12px;
  line-height: 14pt;
  margin: 10px 0;
}
.entry_block_01 .entry_area_01 .under_area {
  padding: 50px 50px 0 50px;
  text-align: center;
}
.entry_block_01 .entry_area_01 .under_area .read01 {
  font-size: 13px;
  font-weight: bold;
}
.entry_block_01 .entry_area_01 .under_area .read01 a {
  color: #df4322;
  text-decoration: underline;
}
.entry_block_01 .entry_area_01 .under_area .read01 a:hover {
  text-decoration: none;
}
.entry_block_01 .entry_area_01 .doi {
  margin: 20px 0 0 0;
  font-size: 13px;
}
.entry_block_01 .entry_area_01 .doi em {
  font-size: 17px;
  line-height: 19pt;
  font-weight: bold;
}
.entry_block_01 .entry_area_01 .entry_txt01 {
  margin: 30px 0 0 0;
  font-size: 21px;
  font-weight: bold;
  color: #df4322;
}
.entry_block_01 .entry_area_01 .entry_txt01 em {
  font-size: 28px;
}

.btnz {
  margin: 40px 0 0 0;
  display: inline-block;
  background: #eeeeee;
  padding: 12px 40px;
  font-weight: bold;
}

.btnz input {
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCC;
  background: #FFF !important;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: 0 10px 0 0;
}

.entry_btn {
  margin-top: 40px;
  text-align: center;
}

.entry_btn a {
  background: #fb842d;
  color: #FFF;
  padding: 12px 60px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20pt;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entry_btn a:hover {
  background: #d7630d;
  text-decoration: none;
}

.onlySP3 {
  display: none !important;
}

.entry_area_01 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  padding: 0;
}

.entry_area_01 .modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  margin-right: -4px;
}

.entry_area_01 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
  display: none;
}

.entry_area_01 .modal .popup_box.entry {
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background: #FFF;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 80%;
  max-width: 800px;
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  text-align: center;
}

.entry_area_01 .modal .popup_box.entry {
  padding: 0;
}

.entry_area_01 .fede .popup_box.entry {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.table_box {
  display: table;
}

.table_box img {
  width: 100%;
}

.leftimage, .rightbox {
  display: table-cell;
  vertical-align: middle;
}

.popup_box.entry .rightbox {
  padding: 0 40px 0 20px;
}

.popup_box.entry .rightbox p {
  margin-bottom: 0px;
}

.popup_box.entry .rightbox ul {
  margin: 10px 0 0 0;
}

.popup_box.entry .rightbox ul li {
  font-size: 13px;
  text-align: left;
}

.popup_box.entry .rightbox ul li.agree {
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  font-weight: bold;
}

.popup_box.entry .rightbox .btnz {
  margin: 10px 0 0 0;
  display: inline-block;
  background: #eeeeee;
  padding: 12px 30px;
  font-weight: bold;
}

.popup_box.entry .rightbox input {
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCC;
  background: #FFF !important;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: 0 10px 0 0;
}

.popup_box.entry .rightbox ul li.img {
  text-align: right;
}

.popup_box.entry .rightbox #entryAdd {
  cursor: pointer;
}

/*-----IE-----*/
.expo main {
  height: auto;
  overflow: unset;
}

.expo main::before {
  content: none;
}

.main_expo {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../../assets/img/expo/main.jpg) center top no-repeat;
  background-size: cover;
  height: 540px;
}

.expo main::before {
  background-color: rgba(0, 0, 0, 0);
}

.expo_block_01 {
  position: relative;
}

.expo_block_01 .areas {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff100;
  margin: auto;
  max-width: 1100px;
}

.expo_block_01 .areas h1 {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.expo_block_01 .areas .area01 {
  padding: 100px 60px 60px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
}

.expo_block_01 .areas .area01 .lefts,
.expo_block_01 .areas .area01 .rights {
  width: 50%;
  max-width: 465px;
  position: relative;
}

.expo_block_01 .areas .area01 .lefts .anime div.anime_block.icon01 {
  position: absolute;
  left: -150px;
  top: 240px;
  width: 149px;
  -webkit-transition: all 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
}

.expo_block_01 .areas .area01 .lefts .anime div.anime_block.move.icon01 {
  opacity: 0;
  left: -80px;
}

.expo_block_01 .areas .area01 .rights .anime div.anime_block.icon02 {
  position: absolute;
  right: -110px;
  top: 200px;
  width: 126px;
  -webkit-transition: all 1.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
}

.expo_block_01 .areas .area01 .rights .anime div.anime_block.move.icon02 {
  opacity: 0;
  right: -60px;
}

.expo_block_01 .areas .area01 .lefts p,
.expo_block_01 .areas .area01 .rights p {
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  color: #000;
}

.expo_block_01 .areas .area01 .btn_01s a {
  width: 100%;
  background: #000 url(../../assets/img/expo/icon_img_03.png) 95% center no-repeat;
  background-size: 15px 9px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.expo_block_01 .areas .area01 .btn_01s a:hover {
  background: #000 url(../../assets/img/expo/icon_img_03.png) 95% 30px no-repeat;
  background-size: 15px 9px;
}

.under_block.expo {
  padding: 440px 0 120px 0;
}

.text_links {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.text_links a {
  color: #FFF;
  text-decoration: underline;
}

.text_links a:hover {
  color: #FFF;
  text-decoration: none;
}

.expo_block_02 {
  max-width: 960px;
  margin: 0 auto 0;
  background: #419843 url(../../assets/img/expo/bg_img_01.png) left top no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  padding: 60px;
}

.expo_block_02 .tubepd {
  padding: 40px;
}

.expo_block_02 .youtube_expo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.expo_block_02 .youtube_expo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.expo_block_02 .cn_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin: 0px 0 0px 0;
  display: inline;
  border-bottom: 3px solid #fff100;
}

.expo_block_02 .fbox10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}

.expo_block_02 .fbox10 .bda {
  border: 2px solid #fff100;
  width: 31%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
}

.expo_block_02 .fbox10 .bda p {
  color: #FFF;
  font-size: 14px;
  line-height: 18pt;
  margin: 15px 0 0 0;
}

.expo_block_02 .ttls {
  max-width: 781px;
  margin: 0 auto 0;
}

.expo_btn {
  text-align: center;
}

.expo_btn a {
  display: inline-block;
  text-shadow: 0px 1px 0px #FFF;
  width: auto;
  font-size: 18px;
  line-height: 21pt;
  font-weight: bold;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 15px 20px;
  margin: 0px auto 0;
  background: rgb(220, 220, 220);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 220, 220)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 10px 10px 20px #2f8731;
          box-shadow: 10px 10px 20px #2f8731;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.expo_btn a span {
  background: url(../../assets/img/expo/icon_img_04.png) 98% center no-repeat;
  background-size: 10px 16px;
  display: inline-block;
  padding: 0 60px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.expo_btn a:hover {
  background: rgb(220, 220, 220);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 220, 220)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
}

.expo_btn a:hover span {
  background: url(../../assets/img/expo/icon_img_04.png) right center no-repeat;
  background-size: 10px 16px;
  display: inline-block;
  padding: 0 60px;
  width: 100%;
}

.expo_block_02 .anime div.anime_block.icon03 {
  position: absolute;
  right: -60px;
  bottom: -230px;
  width: 262px;
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
}

.expo_block_02 .anime div.anime_block.move.icon03 {
  opacity: 0;
  right: -60px;
  bottom: -360px;
}

.expo_block_03 {
  background: #fff100;
  padding: 130px 0;
  margin: 100px auto 0;
}

.expo_block_03 .areas {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
}

.expo_block_03 .areas h2 {
  max-width: 608px;
  margin: 0 0 0 120px;
}

.expo_block_03 .areas h2:after {
  content: none;
}

.expo_block_03 .areas .ttls01 {
  font-weight: bold;
  color: #000;
  font-size: 26px;
  line-height: 32pt;
  margin: 20px 0;
}

.expo_block_03 .areas .text01 {
  color: #000;
  font-size: 15px;
  line-height: 20pt;
}

.expo_block_03 .anime div.anime_block.icon04 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 285px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_03 .anime div.anime_block.move.icon04 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_03 .anime div.anime_block.icon05 {
  position: absolute;
  left: 0px;
  top: 300px;
  -webkit-transition: all 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 223px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_03 .anime div.anime_block.move.icon05 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_03 .anime div.anime_block.icon06 {
  position: absolute;
  right: 0px;
  top: 90px;
  -webkit-transition: all 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 167px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_03 .anime div.anime_block.move.icon06 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_03 .anime div.anime_block.icon07 {
  position: absolute;
  right: 0px;
  top: 300px;
  -webkit-transition: all 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 204px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_03 .anime div.anime_block.move.icon07 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_03 .areas_03 {
  border-top: 2px solid #00a0e9;
  margin: 40px 0 0 0;
  padding: 40px 0;
}

.expo_block_03 .areas_03.last {
  margin: 0px 0 0 0;
  padding: 40px 0;
}

.expo_block_03 .areas_03 .fbox03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.expo_block_03 .areas_03 .fbox03 .lefts01 {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  max-width: 508px;
}

.expo_block_03 .areas_03 .fbox03 .lefts01 img {
  max-width: 508px;
  width: 100%;
  text-align: left;
}

.expo_block_03 .areas_03 .fbox03 .lefts01 .anime div.anime_block.icon10 {
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_03 .areas_03 .fbox03 .lefts01 .anime div.anime_block.move.icon10 {
  opacity: 0;
  margin: 0 0 0 -40px;
}

.expo_block_03 .areas_03 .fbox03 .rights01 {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}

.expo_block_03 .areas_03 .fbox03 .rights01 h3 {
  font-size: 38px;
  color: #00a0e9;
  line-height: 42pt;
  font-weight: bold;
}

.expo_block_03 .areas_03 .fbox03 .rights01 p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
  color: #000;
}

.expo_block_03 .areas_03 .fbox04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}

.expo_block_03 .areas_03 .fbox04 .lefts,
.expo_block_03 .areas_03 .fbox04 .rights {
  padding: 35px;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 49%;
}

.expo_block_03 .areas_03 .fbox04 .lefts div,
.expo_block_03 .areas_03 .fbox04 .rights div {
  max-width: 449px;
  margin: 0 0 15px 0;
}

.expo_block_03 .areas_03 .fbox04 .uls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.expo_block_03 .areas_03 .fbox04 .lefts ul.wd001 {
  width: 64%;
}

.expo_block_03 .areas_03 .fbox04 .lefts ul.wd002 {
  width: 34%;
}

.expo_block_03 .areas_03 .fbox04 .rights ul.wd003 {
  width: 50%;
}

.expo_block_03 .areas_03 .fbox04 .rights ul.wd004 {
  width: 47%;
}

.expo_block_03 .areas_03 .fbox04 .lefts ul li,
.expo_block_03 .areas_03 .fbox04 .rights ul li {
  width: 100%;
  color: #00a0e9;
  font-size: 14px;
  line-height: 18pt;
  background: url(../../assets/img/expo/icon_img_07.png) left 7px no-repeat;
  background-size: 6px 7px;
  padding: 0 0 0 10px;
  margin: 2px 0 0 0;
  text-align: left;
}

p.hosoku {
  text-align: right;
  font-size: 11px;
  line-height: 15pt;
  color: #767340;
  margin: 10px 0 0 0;
}

.expo_block_03 .areas_03 .fbox03 .lefts02 {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 508px;
}

.expo_block_03 .areas_03 .fbox03 .lefts02 img {
  max-width: 508px;
  width: 100%;
}

.expo_block_03 .areas_03 .fbox03 .lefts02 .anime div.anime_block.icon11 {
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_03 .areas_03 .fbox03 .lefts02 .anime div.anime_block.move.icon11 {
  opacity: 0;
  margin: 0 -40px 0px 40px;
}

.expo_block_03 .areas_03 .fbox03 .rights02 {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}

.expo_block_03 .areas_03 .fbox03 .rights02 h3 {
  font-size: 38px;
  color: #00a0e9;
  line-height: 42pt;
  font-weight: bold;
}

.expo_block_03 .areas_03 .fbox03 .rights02 p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
  color: #000;
}

.expo_block_03 .areas_03 .fbox05 {
  margin: 20px auto 0;
  padding: 35px;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
}

.expo_block_03 .areas_03 .fbox05 .photos {
  max-width: 449px;
  margin: 0 0 15px 0;
}

.expo_block_03 .areas_03 .fbox05 .uls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.expo_block_03 .areas_03 .fbox05 ul.wd001 {
  width: 24%;
}

.expo_block_03 .areas_03 .fbox05 ul.wd002 {
  width: 30%;
}

.expo_block_03 .areas_03 .fbox05 ul.wd003 {
  width: 26%;
}

.expo_block_03 .areas_03 .fbox05 ul.wd004 {
  width: 20%;
}

.expo_block_03 .areas_03 .fbox05 ul li {
  width: 100%;
  color: #00a0e9;
  font-size: 13px;
  line-height: 18pt;
  background: url(../../assets/img/expo/icon_img_07.png) left 7px no-repeat;
  background-size: 6px 7px;
  padding: 0 0 0 10px;
  margin: 2px 0 0 0;
  text-align: left;
}

.expo_block_03 .areas_04 {
  margin: 40px auto 0;
}

.expo_block_03 .areas_04 .fbox06 {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.expo_block_03 .areas_04 h3 {
  display: inline-block;
  font-size: 38px;
  color: #00a0e9;
  font-weight: bold;
  line-height: 42pt;
  background: url(../../assets/img/expo/icon_img_08.png) left center no-repeat;
  background-size: 68px 68px;
  padding: 15px 90px;
}

.expo_block_03 .areas_04 .fbox06 .lefts {
  width: 50%;
  max-width: 508px;
}

.expo_block_03 .areas_04 .fbox06 .lefts .anime div.anime_block.icon12 {
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_03 .areas_04 .fbox06 .lefts .anime div.anime_block.move.icon12 {
  opacity: 0;
  margin: 0 40px 0px -40px;
}

.expo_block_03 .areas_04 .fbox06 .rights {
  width: 50%;
  text-align: left;
}

.expo_block_03 .areas_04 .fbox06 .rights .ttls06 {
  font-size: 28px;
  line-height: 32pt;
  color: #00a0e9;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.expo_block_03 .areas_04 .fbox06 .rights .price06 {
  font-size: 40px;
  line-height: 42pt;
  color: #00a0e9;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.expo_block_03 .areas_04 .fbox06 .rights .price06 em {
  font-size: 74px;
  line-height: 50pt;
  font-weight: bold;
}

.expo_block_03 .areas_04 .fbox06 .rights .sub06 {
  font-size: 21px;
  line-height: 24pt;
  color: #00a0e9;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.expo_block_03 .areas_04 .fbox06 .rights .art {
  font-weight: bold;
  background: #FFF;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 35px;
  font-weight: bold;
  color: #f61948;
  font-size: 15px;
  line-height: 18pt;
  margin: 15px 0 0 0;
}

.expo_block_03 .areas_04 .fbox06 .rights .list06 {
  font-size: 16px;
  line-height: 19pt;
  color: #00a0e9;
}

.expo_block_03 .areas_04 .fbox06 .rights ul {
  margin: 20px 0 0 0;
}

.expo_block_03 .areas_04 .fbox06 .rights li {
  font-size: 13px;
  line-height: 16pt;
  color: #000;
  margin: 0 0 5px 0;
}

.corona_block_01 {
  margin: 50px auto 0;
  background: #FFFFFF;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 5px solid #007F41;
}

.corona_block_01 h3 {
  font-size: 38px;
  color: #007F41;
  font-weight: bold;
  line-height: 42pt;
}

.corona_block_01 .fbox11 {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.corona_block_01 .fbox11 .lefts {
  width: 30%;
  max-width: 300px;
}

.corona_block_01 .fbox11 .rights {
  width: 70%;
  text-align: left;
  max-width: 660px;
  color: #FFF;
}

.expo_block_04 {
  background: #00a0e9;
  padding: 130px 0;
  margin: 0px auto 0;
}

.expo_block_04 .areas {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
}

.expo_block_04 .areas h2 {
  max-width: 625px;
  margin: 0 0 0 120px;
}

.expo_block_04 .areas h2::after {
  content: none;
}

.expo_block_04 .areas .ttls01 {
  font-weight: bold;
  color: #FFF;
  font-size: 26px;
  line-height: 32pt;
  margin: 20px 0;
}

.expo_block_04 .areas .text01 {
  color: #FFF;
  font-size: 15px;
  line-height: 20pt;
}

.expo_block_04 .anime div.anime_block.icon04 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 290px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_04 .anime div.anime_block.move.icon04 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_04 .anime div.anime_block.icon05 {
  position: absolute;
  left: 20px;
  top: 350px;
  -webkit-transition: all 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 157px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_04 .anime div.anime_block.move.icon05 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_04 .anime div.anime_block.icon06 {
  position: absolute;
  right: 0px;
  top: 180px;
  -webkit-transition: all 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 157px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_04 .anime div.anime_block.move.icon06 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_04 .anime div.anime_block.icon07 {
  position: absolute;
  right: 0px;
  top: 400px;
  -webkit-transition: all 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  width: 204px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.expo_block_04 .anime div.anime_block.move.icon07 {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
}

.expo_block_04 .areas_05 {
  position: relative;
  margin: 50px auto 0;
  max-width: 1100px;
  text-align: center;
}

.expo_block_04 .areas_05 h3 {
  font-size: 38px;
  line-height: 42pt;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.expo_block_04 .areas_05 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.expo_block_04 .areas_05 ul li {
  width: 100%;
  max-width: 275px;
  text-align: center;
  color: #FFF;
  margin: 0 0 30px 0;
  padding: 0 0px;
}

.expo_block_04 .areas_05 ul li img {
  max-width: 260px;
  margin: auto;
}

.expo_block_04 .areas_05 ul li p {
  margin: 10px 0 0 0;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay01 {
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay01 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay02 {
  -webkit-transition: all 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay02 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay03 {
  -webkit-transition: all 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay03 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay04 {
  -webkit-transition: all 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay04 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay05 {
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay05 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay06 {
  -webkit-transition: all 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay06 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.delay07 {
  -webkit-transition: all 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  margin: 0 0 0 0px;
}

.expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay07 {
  opacity: 0;
  margin: 40px 0px -40px 0px;
}

.expo_block_04 .expo_item_block {
  background: #fff100;
  margin: 60px auto 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
  padding: 40px;
  max-width: 1100px;
}

.expo_block_04 .expo_item_block h3 {
  color: #1c96d4;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}

.expo_block_04 .expo_item_block h3 span {
  font-size: 18px;
}

.expo_block_04 .expo_item_block ul.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}

.expo_block_04 .expo_item_block ul.items li {
  max-width: 160.5px;
}

.expo_block_04 .expo_item_block ul.texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.expo_block_04 .expo_item_block ul.texts li {
  width: 33%;
  color: #00a0e9;
  font-size: 14px;
  line-height: 18pt;
  background: url(../../assets/img/expo/icon_img_07.png) left 9px no-repeat;
  background-size: 6px 7px;
  padding: 0 0 0 10px;
  margin: 2px 0 0 0;
  text-align: left;
  font-weight: bold;
}

.expo_gurume_block {
  max-width: 1100px;
  margin: 40px auto 0;
  border: 5px solid #fff100;
  margin: 60px auto 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 40px;
}

.expo_gurume_block h3 {
  font-size: 38px;
  line-height: 42pt;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.expo_gurume_block .fbox08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

.expo_gurume_block .fbox08 div {
  max-width: 124px;
  margin: 0 10px;
}

.expo_gurume_block .text01 {
  color: #FFF;
  text-align: center;
  margin: 20px 0 0 0;
}

.expo_gurume_block .text02 {
  color: #FFF;
  text-align: center;
  margin: 10px 0 0 0;
}

.expo_btn2 {
  text-align: center;
}

.expo_btn2 a {
  display: inline-block;
  text-shadow: 0px 1px 0px #FFF;
  width: auto;
  font-size: 18px;
  line-height: 21pt;
  font-weight: bold;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 15px 20px;
  margin: 50px auto 0;
  background: rgb(220, 220, 220);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 220, 220)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 10px 10px 20px #004d70;
          box-shadow: 10px 10px 20px #004d70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.expo_btn2 a span {
  background: url(../../assets/img/expo/icon_img_04.png) 98% center no-repeat;
  background-size: 10px 16px;
  display: inline-block;
  padding: 0 60px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.expo_btn2 a:hover {
  background: rgb(220, 220, 220);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 220, 220)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
}

.expo_btn2 a:hover span {
  background: url(../../assets/img/expo/icon_img_04.png) right center no-repeat;
  background-size: 10px 16px;
  display: inline-block;
  padding: 0 60px;
  width: 100%;
}

.gold_spn {
  text-align: center;
  margin: 70px auto 0;
}

.gold_spn h4 {
  font-size: 28px;
  line-height: 32pt;
  font-weight: bold;
  color: #FFF;
  display: block;
  margin: 0 0 30px 0;
}

.gold_spn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gold_spn ul li {
  max-width: 300px;
  margin: 0 30px;
}

.silver_spn {
  text-align: center;
  margin: 70px auto 0;
}

.silver_spn h4 {
  font-size: 24px;
  line-height: 28pt;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 20px 0;
}

.silver_spn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.silver_spn ul li {
  max-width: 200px;
  margin: 0 10px;
}

.bronz_spn {
  text-align: center;
  margin: 70px auto 0;
  max-width: 1000px;
}

.bronz_spn h4 {
  font-size: 21px;
  line-height: 24pt;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 20px 0;
}

.bronz_spn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bronz_spn ul li {
  max-width: 32%;
  margin: 0 0px 20px 0;
  color: #FFF;
  font-size: 15px;
  line-height: 18pt;
  padding: 0 20px 0 20px;
}

.bronz_spn ul li:last-child {
  border-right: none;
}

.stamp_list {
  max-width: 1000px;
  margin: 50px auto 0;
}

.stamp_list li {
  color: #FFF;
  font-size: 11px;
  line-height: 14pt;
  margin: 0 0 5px 0;
}

.attns {
  margin: 15px 0 0 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 18pt;
  color: #ff2626;
}

.new_btn_link a {
  display: inline-block;
  margin: 20px auto 0;
  padding: 15px 20px;
  background: #ff1919;
  color: #FFF;
  font-size: 15px;
  line-height: 18pt;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .expo_block_01 .areas .area01 {
    padding: 50px 20px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
  }
  .expo_block_01 .areas .area01 .lefts .anime div.anime_block.icon01 {
    display: none;
  }
  .expo_block_01 .areas .area01 .rights .anime div.anime_block.icon02 {
    display: none;
  }
  .expo_block_01 .areas .area01 .lefts, .expo_block_01 .areas .area01 .rights {
    width: 48%;
  }
  .expo_block_01 .areas .area01 .lefts p, .expo_block_01 .areas .area01 .rights p {
    margin: 10px 0;
    color: #000;
    font-size: 13px;
    line-height: 16pt;
  }
  .under_block.expo {
    padding: 30% 0 120px 0;
  }
  .expo_block_02 {
    max-width: 960px;
    margin: 0 20px 0;
    background: #419843 url(../../assets/img/expo/bg_img_01.png) left top no-repeat;
    background-size: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    padding: 30px;
  }
  .expo_block_02 .anime div.anime_block.icon03 {
    display: none;
  }
  .expo_block_03 {
    background: #fff100;
    padding: 60px 0;
    margin: 60px auto 0;
  }
  .expo_block_03 .areas h2 {
    max-width: 55%;
    margin: 0 0 0 7%;
  }
  .expo_block_03 .anime div.anime_block.icon04 {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.8s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    width: 24%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .expo_block_03 .areas .ttls01 {
    font-size: 21px;
    line-height: 24pt;
    margin: 0px 0 10px 0;
  }
  .expo_block_03 .anime div.anime_block.icon05 {
    display: none;
  }
  .expo_block_03 .anime div.anime_block.icon07 {
    display: none;
  }
  .expo_block_03 .areas_03 {
    border-top: 2px solid #00a0e9;
    margin: 40px 0 0 0;
    padding: 40px 20px;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts01 .anime div.anime_block.move.icon10 {
    opacity: 1;
    margin: 0 0 0 0px;
  }
  .expo_block_03 .areas_03 .fbox03 .rights01 h3 {
    font-size: 21px;
    line-height: 24pt;
    margin: 0 0px 0 20px;
  }
  .expo_block_03 .areas_03 .fbox03 .rights01 p {
    margin: 5px 0 0 20px;
    font-size: 15px;
  }
  .expo_block_03 .areas_03 .fbox04 .lefts, .expo_block_03 .areas_03 .fbox04 .rights {
    padding: 20px;
    width: 49%;
  }
  .expo_block_03 .areas_03.last {
    padding: 40px 20px;
  }
  .expo_block_03 .areas_03 .fbox03 .rights02 h3 {
    font-size: 21px;
    line-height: 24pt;
    margin: 0 20px 0 0px;
  }
  .expo_block_03 .areas_03 .fbox03 .rights02 p {
    margin: 5px 20px 0 0;
    font-size: 15px;
  }
  .expo_block_03 .anime div.anime_block.icon06 {
    position: absolute;
    right: 0px;
    top: 90px;
    -webkit-transition: all 0.8s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    width: 20%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .expo_block_03 .areas_03 .fbox03 .lefts02 .anime div.anime_block.move.icon11 {
    opacity: 1;
    margin: 0 0px 0px 0px;
  }
  .expo_block_03 .areas_04 h3 {
    display: inline-block;
    font-size: 32px;
    line-height: 24pt;
    background: url(../../assets/img/expo/icon_img_08.png) left center no-repeat;
    background-size: 50px 50px;
    padding: 15px 80px;
  }
  .expo_block_03 .areas_04 .fbox06 {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    padding: 0 20px;
  }
  .expo_block_03 .areas_04 .fbox06 .lefts {
    width: 30%;
    max-width: 508px;
  }
  .expo_block_03 .areas_04 .fbox06 .rights {
    width: 65%;
    text-align: left;
  }
  .expo_block_03 .areas_04 .fbox06 .lefts .anime div.anime_block.move.icon12 {
    opacity: 1;
    margin: 0 0px 0px 0px;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .ttls06 {
    font-size: 21px;
    line-height: 24pt;
    margin: 0 0 10px 0;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .sub06 {
    font-size: 18px;
    line-height: 21pt;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .list06 {
    font-size: 15px;
    line-height: 18pt;
  }
  .corona_block_01 {
    margin: 40px 20px 0 20px;
    padding: 40px 20px;
  }
  .corona_block_01 h3 {
    font-size: 24px;
    color: #007F41;
    line-height: 28pt;
  }
  .corona_block_01 .fbox11 {
    margin: 10px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .corona_block_01 .fbox11 .rights {
    width: 66%;
    text-align: left;
    max-width: 660px;
    color: #FFF;
  }
  .expo_block_04 {
    background: #00a0e9;
    padding: 60px 0;
    margin: 0px auto 0;
  }
  .expo_block_04 .anime div.anime_block.icon04 {
    position: absolute;
    left: 20px;
    top: 30px;
    -webkit-transition: all 0.8s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    width: 20%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .expo_block_04 .anime div.anime_block.icon05 {
    display: none;
  }
  .expo_block_04 .areas h2 {
    max-width: 55%;
    margin: 0 0 0 5%;
  }
  .expo_block_04 .anime div.anime_block.icon06 {
    position: absolute;
    right: 20px;
    top: 140px;
    -webkit-transition: all 0.8s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    width: 18%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .expo_block_04 .areas .ttls01 {
    font-size: 21px;
    line-height: 24pt;
    margin: 20px 0;
  }
  .expo_block_04 .anime div.anime_block.icon07 {
    display: none;
  }
  .expo_block_04 .areas_05 {
    position: relative;
    margin: 40px auto 0;
    max-width: 1100px;
    text-align: center;
  }
  .expo_block_04 .areas_05 h3 {
    font-size: 28px;
    line-height: 32pt;
  }
  .expo_block_04 .expo_item_block {
    margin: 40px 20px;
    padding: 40px 20px;
    max-width: 1100px;
  }
  .expo_block_04 .expo_item_block ul.items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .expo_block_04 .expo_item_block ul.items li {
    width: 50%;
    margin: 0 10px 20px 10px;
  }
  .expo_block_04 .expo_item_block ul.texts li {
    width: 50%;
    color: #00a0e9;
    font-size: 14px;
    line-height: 18pt;
    background: url(../../assets/img/expo/icon_img_07.png) left 9px no-repeat;
    background-size: 6px 7px;
    padding: 0 0 0 10px;
    margin: 2px 0 0 0;
    text-align: left;
    font-weight: bold;
  }
  .expo_gurume_block {
    max-width: 1100px;
    border: 5px solid #fff100;
    margin: 40px 20px 0 20px;
    padding: 20px;
  }
  .expo_gurume_block h3 {
    font-size: 24px;
    line-height: 28pt;
  }
}
/*-----IE-----*/
.mentor main {
  background: url(../../assets/img/mentor/main.jpg) center top no-repeat;
  background-size: cover;
}

.mentor01 .btn_blockz {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 20px;
}

.mentor01 .btn_blockz div {
  width: 49%;
}

.mentor01 .btn_blockz .btn a {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #df4322 url(../../assets/img/expo/icon_img_03.png) 95% 25px no-repeat;
  background-size: 15px 9px;
  padding: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mentor01 .btn_blockz .btn a:hover {
  background: #c02808 url(../../assets/img/expo/icon_img_03.png) 95% 30px no-repeat;
  background-size: 15px 9px;
}

.mentor_block_01 {
  background: url(../../assets/img/mentor/bg_img_01.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 20px;
  margin: 60px 0 80px 0;
}

.mentor_block_01 .mentor_area_01 {
  max-width: 1000px;
  margin: 0 auto 0;
}

.mentor_block_01 .mentor_area_01 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #000;
  line-height: 32pt;
  position: relative;
  display: block;
  margin: 0 0 55px 0;
}

.mentor_block_01 .mentor_area_01 h3:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background: #df4322;
}

.mentor_block_01 .mentor_area_01 .text01 {
  font-size: 16px;
  line-height: 21pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.mentor_block_01 .mentor_area_01 .about_mentor {
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #a3a3a3;
          box-shadow: 0px 0px 10px #a3a3a3;
  padding: 25px;
  margin: 40px auto 0;
  max-width: 800px;
}

.about_mentor_fx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mentor_block_01 .mentor_area_01 .about_mentor .left01 {
  width: 20%;
}

.mentor_block_01 .mentor_area_01 .about_mentor .right01 {
  width: 80%;
}

.mentor_block_01 .mentor_area_01 .about_mentor h4 {
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 28pt;
  color: #ff6384;
}

.mentor_block_01 .mentor_area_01 .about_mentor img {
  width: 100%;
  max-width: 150px;
}

.about_mentor_fx p {
  font-size: 13px;
  line-height: 18pt;
  color: #474339;
}

.mentor_ttl h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #000;
  line-height: 32pt;
  position: relative;
  display: block;
  margin: 0 0 75px 0;
}

.mentor_ttl h3:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background: #df4322;
}

.event_gray_mentor {
  background: #fefaec;
  margin: 0px 0 0 0;
  padding: 70px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event_gray_mentor.white {
  background: #FFF;
}

.event_gray_mentor .event_gray_base {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.event_gray_mentor .event_gray_base .event_block_02_right {
  width: 50%;
  position: relative;
}

.event_gray_mentor .event_gray_base .event_block_02_left {
  width: 50%;
  position: relative;
}

.event_gray_mentor .event_gray_base .event_block_02_right {
  width: 50%;
  position: relative;
}

.event_gray_mentor .event_gray_base .event_block_02_left .wd530 {
  width: 100%;
  max-width: 610px;
  position: relative;
  margin-left: auto;
  padding: 0 60px 0 50px;
}

.event_gray_mentor .event_gray_base .event_block_02_left .wd530_b {
  padding: 0 50px 0 60px;
  margin-left: 0;
}

.event_gray_mentor .event_gray_base .event_block_02_left .wd530 h3 {
  font-size: 38px;
  line-height: 40pt;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.event_gray_mentor .event_gray_base .event_block_02_left .wd530 .h3_sub {
  margin: 10px 0 30px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 20pt;
  color: #595959;
}

.event_gray_mentor img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.event_gray_mentor.white img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.event_gray_mentor .pro_inr dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0;
}

.event_gray_mentor .pro_inr dl dt {
  width: 20%;
  max-width: 100px;
  text-align: center;
}

.event_gray_mentor .pro_inr dl dt span {
  font-size: 15px;
  line-height: 15pt;
  background: #bca861;
  color: #FFF;
  display: inline-block;
  max-width: 100px;
  width: 100%;
  padding: 10px 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.event_gray_mentor .pro_inr dl dd {
  font-size: 15px;
  line-height: 18pt;
  padding: 8px 0 0 15px;
}

.mentor_profile {
  max-width: 1160px;
  margin: 40px auto 0;
  padding: 15px 50px 50px 50px;
  background: #FFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.mentor_profile.lw {
  background: #fefaec;
}

.mentor_profile dl dt {
  font-weight: bold;
  margin: 30px 0 10px 0;
  font-size: 18px;
  line-height: 22pt;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 10px 0;
  color: #000;
}

.mentor_profile dl dd {
  font-size: 14px;
  line-height: 18pt;
  padding: 0px 0 0 0px;
}

.mentor_profile dl dd a {
  text-decoration: underline;
  color: #df4322;
}

.mentor_profile dl dd a:hover {
  text-decoration: none;
}

/*-----IE-----*/
.special_2021 main {
  background: url(../../assets/img/special_2021/main.jpg) center center no-repeat;
  background-size: cover;
}

.special_2021_photo main {
  background: url(../../assets/img/special_2021/main_photo.jpg) center center no-repeat;
  background-size: cover;
}

.special_2021_movie main {
  background: url(../../assets/img/special_2021/main_movie.jpg) center center no-repeat;
  background-size: cover;
}

.special_2021_stories main {
  background: url(../../assets/img/special_2021/main_interview.jpg) center center no-repeat;
  background-size: cover;
}

.special_2021_icon {
  max-width: 200px;
  margin: 0 auto 20px;
}

.logo30 {
  max-width: 280px;
  margin: 0 auto 50px;
}

.special_top_list {
  max-width: 800px;
  margin: 0 auto 0;
  padding: 0 20px;
}
.special_top_list li {
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 20pt;
}
.special_top_list li img {
  margin: 0 0 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.special_top_list li a {
  display: inline-block;
}
.special_top_list li a:hover img {
  opacity: 0.7;
}
.special_top_list li p {
  padding: 0 25px 0 0;
}

.btn_a.extra {
  width: 48%;
}

.special_back {
  text-align: center;
  margin: 20px auto 0;
}
.special_back a {
  text-decoration: underline;
}
.special_back a:hover {
  text-decoration: none;
}

.special_movie_list {
  margin: 50px 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special_movie_list li {
  width: 100%;
  max-width: 48%;
  margin: 0 0 4% 0;
}
.special_movie_list li .special_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.special_movie_list li .special_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.special_movie_list li p {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 16pt;
}
.special_movie_list li::after {
  content: none;
}

.movie_text_area {
  padding: 40px;
  background: #eeeeee;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}

.movie_text_area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eeeeee;
}

.photo_text_area {
  padding: 40px;
  background: #eeeeee;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  margin: 30px 0 0 0;
}
.photo_text_area div {
  font-weight: bold;
  font-size: 18px;
  line-height: 22pt;
  color: #000;
  margin: 0 0 15px 0;
  position: relative;
}
.photo_text_area .second_ttl {
  margin: 35px 0 0 0;
  position: relative;
}
.photo_text_area div::after {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 1px;
  top: 49%;
  left: 0;
}
.photo_text_area div span {
  display: inline-block;
  background: #eeeeee;
  padding: 5px 20px 5px 0;
  z-index: 1;
  position: relative;
}
.photo_text_area dl {
  margin: 0px 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.photo_text_area dl dt {
  width: 60px;
}
.photo_text_area dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.photo_text_area p {
  margin: 15px 0 0 0;
}

p.special_movie_sub_t {
  margin: 20px 0 40px 0;
  font-size: 12px;
  color: #666;
  line-height: 16pt;
}

.photo_text_area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eeeeee;
}

.special_photo_list {
  margin: 50px 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.special_photo_list li {
  width: 100%;
  max-width: 9.1%;
  margin: 0 1% 1% 0;
}
.special_photo_list li .photoss {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 比率 */
}
.special_photo_list li .photoss img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.special_photo_list li .photoss:hover img {
  opacity: 0.7;
}
.special_photo_list li:nth-child(10) {
  margin: 0 0 1% 0;
}
.special_photo_list li:nth-child(20) {
  margin: 0 0 1% 0;
}
.special_photo_list li:nth-child(30) {
  margin: 0 0 1% 0;
}
.special_photo_list li:nth-child(40) {
  margin: 0 0 1% 0;
}
.special_photo_list li:nth-child(50), .special_photo_list li:nth-child(60), .special_photo_list li:nth-child(70), .special_photo_list li:nth-child(80), .special_photo_list li:nth-child(90), .special_photo_list li:nth-child(100), .special_photo_list li:nth-child(110), .special_photo_list li:nth-child(120), .special_photo_list li:nth-child(130), .special_photo_list li:nth-child(140), .special_photo_list li:nth-child(150) {
  margin: 0 0 1% 0;
}

.pops_movie {
  cursor: pointer;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}

/*
.modal__bg {
    background: rgba(32,150,213,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 10;
}
*/
.modal__content {
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 3%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 85%;
  z-index: 11;
  overflow: hidden;
  height: auto;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.modal__content .big_photo {
  text-align: center;
}
.modal__content .big_photo img {
  max-height: 600px;
  margin: 0 auto 0;
}

.modal__content .js-modal-close {
  text-align: center;
  display: block;
}

.modal__content .js-modal-close span {
  background: #000;
  display: inline-block;
  color: #FFF;
  padding: 15px 0px 0 0;
  font-size: 15px;
  line-height: 15pt;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.special_2021_photo .modal__content .comment_area {
  padding: 30px 30px 20px 30px;
}

.special_2021_photo .modal__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}
.special_2021_photo .modal__content dl dt {
  width: 110px;
  padding: 0 20px 0 0;
}
.special_2021_photo .modal__content dl dt span {
  display: inline-block;
  background: #df4322;
  color: #FFF;
  font-size: 13px;
  line-height: 18pt;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 100px;
  width: 100%;
  position: relative;
}
.special_2021_photo .modal__content dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 2px 0 0 0;
}

.special_interview_first {
  background: url(../../assets/img/special_2021/interview_first.jpg) center center no-repeat;
  background-size: contain;
  padding: 7% 0 18% 0;
}
.special_interview_first div {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 73px;
  line-height: 58pt;
  margin: 0 0 5% 52%;
  font-weight: bold;
}
.special_interview_first p {
  margin: 0 0 0% 52%;
  font-size: 15px;
  line-height: 20pt;
  font-weight: bold;
  color: #333333;
  padding: 0 1% 0 0;
}

.interview_text01 {
  display: none;
}

.special_interview_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.special_interview_block .areas {
  width: 100%;
  max-width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 40px 0 0 0;
}
.special_interview_block .areas a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  background: #000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.special_interview_block .areas a .left_photos {
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #000;
}
.special_interview_block .areas a .left_photos img {
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.special_interview_block .areas a .left_photos .int_number {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 58px;
  line-height: 48pt;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.special_interview_block .areas a .left_photos .int_number span {
  font-size: 10px;
  line-height: 12pt;
  display: block;
  text-align: center;
}
.special_interview_block .areas a .right_infos {
  width: 100%;
  max-width: 50%;
  color: #FFF;
  padding: 5% 5%;
}
.special_interview_block .areas a .right_infos .sub_int_ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 16pt;
  margin: 0 0 5px 0;
}
.special_interview_block .areas a .right_infos .sub_int_ttl em {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 5px;
}
.special_interview_block .areas a .right_infos .big_int_ttl {
  font-size: 18px;
  line-height: 22pt;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.special_interview_block .areas a .right_infos p {
  font-size: 13px;
  line-height: 16pt;
  color: #d7d7d7;
}
.special_interview_block .areas a:hover .left_photos img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
}
.special_interview_block .areas a:hover .left_photos .int_number {
  opacity: 1;
}
.special_interview_block .areas a:hover {
  text-decoration: none;
}
.special_interview_block .areas a:hover {
  background: #e8343d;
}
.special_interview_block .areas a:hover p {
  color: #FFF;
}

.special_tobira_area {
  padding: 30px;
  background: #eeeeee;
  border-radius: 10px;
  position: relative;
  margin: 20px 27px 0 0;
}
.special_tobira_area em {
  font-weight: bold;
  display: block;
  margin: 0 0 10px 0;
  color: #000;
  border-bottom: 1px dotted #838383;
  padding: 0 0 8px 0;
  font-size: 18px;
  line-height: 22pt;
}
.special_tobira_area a {
  text-decoration: underline;
}
.special_tobira_area a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .btn_a.extra {
    width: 40%;
  }
  .special_movie_list li {
    width: 100%;
    max-width: 32%;
    margin: 0 0 4% 0;
  }
  .special_movie_list li::after {
    display: block;
    content: "";
    max-width: 32%;
    width: 100%;
  }
  .modal__content {
    width: 70%;
  }
}
.movie_clen_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 40px 0;
  color: #000;
}

.movie_clen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.movie_clen li {
  max-width: 23%;
  font-size: 13px;
  line-height: 16pt;
}
.movie_clen li img {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 1200px) {
  .modal__content {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .modal__content {
    width: 60%;
  }
}
/*-----IE-----*/
.event2021 main {
  height: auto;
  overflow: unset;
}

.event2021 main::before {
  content: none;
}

.main_event2021 {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../../assets/img/event_2021/main.jpg) center top no-repeat;
  background-size: cover;
  height: 540px;
}

.event2021_block_01 {
  position: relative;
}

.event2021_block_01 .areas {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  max-width: 1100px;
}

.event2021_block_01 .areas h1 {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.event2021_block_01 .areas h1 a img,
.event2021_block_03 a img,
.event2021_block_04 a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event2021_block_01 .areas h1 a:hover img,
.event2021_block_03 a:hover img,
.event2021_block_04 a:hover img {
  opacity: 0.7;
}

.event2021_block_02 {
  margin: 250px auto 0;
  max-width: 1140px;
  padding: 0 20px;
}

.event2021_block_02 .text01 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24pt;
  color: #216095;
}

.event2021_block_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
  max-width: 1140px;
  padding: 0 20px;
}

.event2021_block_03 div {
  max-width: 510px;
  width: 100%;
}

.event2021_block_03 div:last-child {
  margin-right: 20px;
}

.event2021_block_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
  max-width: 1140px;
  padding: 0 20px 100px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.event2021_block_04 div {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto 0;
}

/*-----IE-----*/
.event_result main {
  background: url(../../assets/img/event_result/main.jpg) center top no-repeat;
  background-size: cover;
}

.event_result_block_01 {
  max-width: 1100px;
  padding: 0px 50px 0 50px;
  margin: 0 auto 0;
}

.event_result_block_01 .bg_area {
  background: url(../../assets/img/event_result/bg_img_01.jpg) center center no-repeat;
  background-size: cover;
}

.event_result_block_01 .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}

.event_result_block_01 .fbox .lefts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 53%;
}

.event_result_block_01 .fbox .rights {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 42%;
}

.event_result_block_01 .fbox .lefts p {
  font-size: 16px;
  line-height: 23pt;
  margin: 0 0 0px 0;
}

.event_result_block_01 .fbox .lefts2 {
  width: 100%;
  max-width: 53%;
}

.event_result_block_01 .fbox .rights2 {
  width: 100%;
  max-width: 42%;
}

.event_result_block_01 .fbox .lefts2 p {
  font-size: 16px;
  line-height: 23pt;
  margin: 0 0 0px 0;
}

.event_result_block_01 .text01 {
  font-size: 18px;
  line-height: 26pt;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}

.event_result_block_01 .text02 {
  font-size: 18px;
  line-height: 26pt;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 50px 0 0 0;
  color: #000;
}

.event_result_block_02 {
  padding: 80px 0;
  margin: 80px 0 80px 0;
  background: #f4f4f4;
}

.event_result_block_02 .mx900 {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 0 50px;
}

.event_result_block_02 .text01 {
  font-size: 12px;
  line-height: 16pt;
  margin: 10px 0 0 0;
}

.event_result_block_02 .event_result_table_blockz {
  position: relative;
}

.event_result_block_02 .event_result_table_blockz table {
  width: 100%;
}

.event_result_block_02 .event_result_table_blockz table th {
  background: #000;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

.event_result_block_02 .event_result_table_blockz table td {
  background: #FFF;
  padding: 10px;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

.event_result_block_02 .event_result_table_blockz table td.td01 {
  background: #df4322;
  padding: 10px;
  font-size: 14px;
  line-height: 180%;
  color: #FFF;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

body.event_result .about_block_03 {
  margin: 1% auto 0;
}

body.event_result .about_block_03 .btn_tow_area {
  margin: 0;
}

.text_result_under {
  margin: 0 0 80px 0;
}

.text_result_under a {
  text-decoration: underline;
  font-weight: bold;
  color: #df4322;
}

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

/*-----IE-----*/
.about main {
  background: url(../../assets/img/about/main.jpg) center top no-repeat;
  background-size: cover;
}

.about_block_01 {
  max-width: 1100px;
  padding: 0px 50px 0 50px;
  margin: 0 auto 0;
}

.about_block_01 p {
  font-size: 16px;
  line-height: 23pt;
  margin: 0px 0 0 40px;
}

.about_block_01 .fboxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../../assets/img/about/bg_img_01.png) 20px 50px no-repeat;
  background-size: 82% 76%;
  margin: 0 50px;
  position: relative;
}

.about_block_01 .fboxs .icons {
  position: absolute;
  left: -30px;
  bottom: -40px;
  width: 230px;
}

.about_block_01 .fboxs .icons img {
  width: 100%;
}

.about_block_01 .fboxs .lefts {
  width: 100%;
  max-width: 60%;
  padding: 100px 0 0 0px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.about_block_01 .fboxs .rights {
  width: 100%;
  max-width: 32%;
  margin: 100px 0 0 0;
}

.about_block_02 {
  max-width: 1100px;
  padding: 0px 50px 0 50px;
  margin: 90px auto 0;
}

.about_block_02 .sen_area {
  padding: 80px 0;
  position: relative;
}

.about_block_02 .sen_area::before {
  content: "";
  width: 4px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #dbdbdb;
}

.about_block_02 .sen_area::after {
  content: "";
  width: 4px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #dbdbdb;
}

.about_block_02 .bg_area_sen {
  background: url(../../assets/img/about/bg_img_01.png) center center no-repeat;
  background-size: 82% 70%;
  padding: 50px 0;
}

.about_block_02 .text01 {
  text-align: center;
  font-size: 16px;
  line-height: 18pt;
}

.about_block_02 .text01 em {
  font-weight: bold;
  color: #df4322;
  font-size: 24px;
  line-height: 28pt;
}

.about_block_02 .text02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  border: 4px solid #df4322;
  padding: 30px 30px;
}

.about_block_02 .text02 p {
  font-size: 21px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  font-weight: bold;
}

.about_block_02 .text02 p span {
  height: 50px;
  width: 50px;
  font-size: 21px;
  color: #FFF;
  font-weight: bold;
  background: #df4322;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 0 0;
  font-family: "Montserrat", sans-serif;
  margin: 0 20px 0 0;
}

.about_block_02 .text03 {
  text-align: center;
  font-size: 21px;
  line-height: 24pt;
  padding: 40px 0 0 0;
  font-weight: bold;
  color: #df4322;
}

.about_block_02 .fboxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_block_02 .fboxs.mgn {
  margin: 0 0 30px 0;
}

.about_block_02 .fboxs .lefts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 53%;
}

.about_block_02 .fboxs .lefts div {
  font-size: 38px;
  line-height: 40pt;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.about_block_02 .fboxs .lefts p {
  font-size: 16px;
  line-height: 23pt;
}

.about_block_02 .fboxs .rights {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 42%;
}

.about_block_02 .fboxs .lefts2 {
  width: 100%;
  max-width: 42%;
}

.about_block_02 .fboxs .rights2 {
  width: 100%;
  max-width: 53%;
}

.about_block_02 .fboxs .rights2 div {
  font-size: 38px;
  line-height: 40pt;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.about_block_02 .fboxs .rights2 p {
  font-size: 16px;
  line-height: 23pt;
}

.about_block_03 {
  margin: 30px auto 0;
}

.about_block_02 .fboxs .lefts div em {
  height: 50px;
  width: 50px;
  font-size: 21px;
  color: #FFF;
  font-weight: bold;
  background: #df4322;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 0 0;
  font-family: "Montserrat", sans-serif;
  margin: 0 20px 0 0;
  line-height: 30pt;
}

.about_block_02 .fboxs .rights2 div em {
  height: 50px;
  width: 50px;
  font-size: 21px;
  color: #FFF;
  font-weight: bold;
  background: #df4322;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 0 0;
  font-family: "Montserrat", sans-serif;
  margin: 0 20px 0 0;
  line-height: 30pt;
}

.about_block_03 p {
  font-size: 16px;
  line-height: 23pt;
  text-align: center;
}

.about_block_03 .btn_tow_area {
  margin: 80px auto 0;
}

.about_block_03 .btn_tow_area .btn_a.btn1 {
  width: 22%;
}

.about_block_03 .btn_tow_area .btn_a.btn2 {
  width: 20%;
}

.about_block_03 .btn_tow_area .btn_a.btn3 {
  width: 24%;
}

.about_block_03 .btn_tow_area .btn_a.btn4 {
  width: 27%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .about_block_01 .fboxs .lefts {
    width: 100%;
    max-width: 64%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 100px 0 0 0px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    -o-writing-mode: unset;
    writing-mode: unset;
  }
  .about_block_01 .fboxs {
    margin: 0 0px;
    background: url(../../assets/img/about/bg_img_01.png) 50px 50px no-repeat;
    background-size: 80% 72%;
  }
  .about_block_01 p {
    margin: 0px 0 20px 0px;
  }
  .about_block_01 .fboxs .icons {
    display: none;
  }
}
/*-----IE-----*/
.knowledge main {
  background: url(../../assets/img/knowledge/main.jpg) center top no-repeat;
  background-size: cover;
}

.knowledge_block_01 {
  max-width: 1100px;
  padding: 0px 50px 0 50px;
  margin: 0 auto 0;
}

.knowledge_block_01 .text01 {
  font-size: 24px;
  line-height: 26pt;
  font-weight: bold;
  display: block;
  width: 100%;
  background: #df4322;
  color: #FFF;
  padding: 15px 25px;
}

.knowledge_block_01 .text01 em {
  font-weight: bold;
  color: #ff6;
  font-size: 28px;
  line-height: 32pt;
  display: inline;
  margin: 0 0 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #961d03));
  background: -webkit-linear-gradient(transparent 60%, #961d03 60%);
  background: linear-gradient(transparent 60%, #961d03 60%);
}

.knowledge_block_01 .text02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 0;
  border: 4px solid #df4322;
  padding: 40px 30px 30px 30px;
  position: relative;
}

.knowledge_block_01 .text02::before {
  content: "";
  background: url(../../assets/img/knowledge/bg_img_01.png) center top no-repeat;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.knowledge_block_01 .text02 p {
  font-size: 21px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  font-weight: bold;
}

.knowledge_block_01 .text02 p span {
  height: 50px;
  width: 50px;
  font-size: 21px;
  color: #ff6;
  font-weight: bold;
  background: #df4322;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 0 0;
  font-family: "Montserrat", sans-serif;
  margin: 0 20px 0 0;
}

.knowledge_block_01 .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.knowledge_block_01 .fbox .lefts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 53%;
}

.knowledge_block_01 .fbox .rights {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 42%;
}

.knowledge_block_01 .fbox .lefts p {
  font-size: 16px;
  line-height: 23pt;
  margin: 0 0 20px 0;
}

.knowledge_block_02 {
  padding: 80px 0;
  margin: 80px 0 80px 0;
  background: #f4f4f4;
}

.knowledge_block_02 .mx900 {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 0 50px;
}

.knowledge_block_02 .text01 {
  font-size: 15px;
  line-height: 190%;
  text-align: center;
}

.knowledge_block_02 .photo_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0;
}

.knowledge_block_02 .photo_block ul li {
  width: 31%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1%;
}

.knowledge_block_02 .photo_block ul li img {
  width: 100%;
}

.knowledge_block_03 {
  padding: 0px 0;
  margin: 0 0 80px 0;
}

.knowledge_block_03 p {
  font-size: 15px;
  line-height: 190%;
  margin: 30px 0 0 0;
}

.knowledge_block_03 .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}

.knowledge_block_03 .fbox .lefts {
  width: 100%;
  max-width: 42%;
}

.knowledge_block_03 .fbox .rights {
  width: 100%;
  max-width: 53%;
}

.knowledge_block_03 .fbox .rights p {
  margin: 0;
  font-size: 15px;
  line-height: 190%;
}

/*-----IE-----*/
.rekidai_2022 main,
.rekidai_2019 main,
.rekidai_2018 main,
.rekidai_2017 main,
.rekidai_2016 main,
.rekidai_2015 main,
.rekidai_2014 main,
.rekidai_2013 main,
.rekidai_2012 main,
.rekidai_2011 main,
.rekidai_2010 main,
.rekidai_2009 main,
.rekidai_2008 main,
.rekidai_2007 main,
.rekidai_2006 main {
  background: url(../../assets/img/rekidai/main.jpg) center top no-repeat;
  background-size: cover;
}

.rekidai_block_01 {
  max-width: 960px;
  padding: 0px 50px 0 50px;
  margin: 0 auto 0;
}

.rekidai_block_01 .rekidai_select {
  padding: 40px;
  background: #fff3f3;
}

.rekidai_block_01 .rekidai_select .fboxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rekidai_block_01 .rekidai_select .fboxs .lefts {
  width: 52%;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 22pt;
}

.rekidai_block_01 .rekidai_select .fboxs .rights {
  width: 42%;
}

.rekidai_block_01 .cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.rekidai_block_01 .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.rekidai_block_01 .cp_ipselect select::-ms-expand {
  display: none;
}

.rekidai_block_01 .cp_ipselect.cp_sl03 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #df4322;
  background: #ffffff;
}

.rekidai_block_01 .cp_ipselect.cp_sl03::before {
  position: absolute;
  top: 1.6em;
  right: 1.6em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #df4322;
  pointer-events: none;
}

.rekidai_block_01 .cp_ipselect.cp_sl03 select {
  padding: 12px 38px 12px 12px;
}

.scroll-hint-icon-wrap {
  display: none;
}

.rekidai_block_02 {
  padding: 80px 0;
  margin: 80px 0 80px 0;
  background: #fff3f3;
}

.rekidai_block_02 .mx900 {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 0 50px;
}

/*
.rekidai_block_02 .text01{
    font-size:12px;
    line-height:16pt;
    margin:10px 0 0 0;
}
.rekidai_block_02 .event_result_table_blockz{
    position: relative;
}
.rekidai_block_02 .event_result_table_blockz table{
    width:100%;
}
.rekidai_block_02 .event_result_table_blockz table th{
    background:#000;
    padding:10px;
    color:#FFF;
    font-size:14px;
    line-height: 180%;
    text-align:center;
    border-bottom:1px solid #f4f4f4;
    border-right:1px solid #f4f4f4;
}
.rekidai_block_02 .event_result_table_blockz table td{
    background:#FFF;
    padding:10px;
    font-size:14px;
    line-height: 180%;
    text-align:center;
    border-bottom:1px solid #f4f4f4;
    border-right:1px solid #f4f4f4;
}
.rekidai_block_02 .event_result_table_blockz table td.td01{
    background:#df4322;
    padding:10px;
    font-size:14px;
    line-height: 180%;
    color:#FFF;
    text-align:center;
    border-bottom:1px solid #f4f4f4;
    border-right:1px solid #f4f4f4;
}
*/
#rekidai .reki_t01 table {
  margin: 20px 0 0 0;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#rekidai .reki_t01 table th {
  background: #d0953b;
  padding: 10px;
  font-size: 14px;
  line-height: 180%;
  color: #FFF;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#rekidai .reki_t01 table td {
  background: #FFF;
  padding: 10px;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#rekidai .reki_t01 table td.td04 {
  background: #d0953b;
  padding: 10px;
  font-size: 14px;
  line-height: 180%;
  color: #FFF;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#rekidai .reki_t01 table td small {
  font-size: 12px;
  color: #888888;
}

#rekidai h3 {
  font-size: 24px;
  line-height: 28pt;
  color: #000;
  border-bottom: 4px solid #df4322;
  padding: 0 0 10px 0;
  margin: 60px 0 20px 0;
  font-weight: bold;
}

#rekidai h6 {
  font-weight: bold;
  color: #df4322;
  font-size: 21px;
  line-height: 24pt;
  padding: 0;
  margin: 50px 0 20px 0;
  border-bottom: 4px double #df4322;
  padding: 0 0 10px 0;
}

#rekidai table.prize {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 20px auto;
}

#rekidai table.prize td {
  background: #FFF;
  padding: 15px;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-weight: bold;
  color: #000;
}

#rekidai table.prize td small {
  font-size: 12px;
  color: #888888;
  font-weight: normal;
}

#rekidai table.prize td span {
  font-weight: normal;
  font-size: 15px;
}

#rekidai div.kome {
  font-size: 12px;
  line-height: 16pt;
}

#rekidai .finalist {
  text-align: center;
  background: #FFF;
  padding: 40px;
  -webkit-box-shadow: 6px 6px 10px #f5dbdb;
          box-shadow: 6px 6px 10px #f5dbdb;
}

.rekidai_2012 #rekidai .finalist,
.rekidai_2011 #rekidai .finalist,
.rekidai_2010 #rekidai .finalist,
.rekidai_2009 #rekidai .finalist,
.rekidai_2008 #rekidai .finalist,
.rekidai_2007 #rekidai .finalist,
.rekidai_2006 #rekidai .finalist {
  max-width: 80%;
  margin: 0 auto 0;
}

.rekidai_2012 #rekidai .second_thirds,
.rekidai_2011 #rekidai .second_thirds,
.rekidai_2010 #rekidai .second_thirds,
.rekidai_2009 #rekidai .second_thirds,
.rekidai_2008 #rekidai .second_thirds,
.rekidai_2007 #rekidai .second_thirds,
.rekidai_2006 #rekidai .second_thirds {
  max-width: 80%;
}

#rekidai .finalist .ttls {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 34px;
  line-height: 36pt;
  font-weight: bold;
  background: rgb(223, 67, 34);
  background: -webkit-linear-gradient(304deg, rgb(223, 67, 34) 0%, rgb(177, 40, 11) 25%, rgb(223, 67, 34) 48%, rgb(153, 32, 6) 82%, rgb(223, 67, 34) 100%);
  background: linear-gradient(146deg, rgb(223, 67, 34) 0%, rgb(177, 40, 11) 25%, rgb(223, 67, 34) 48%, rgb(153, 32, 6) 82%, rgb(223, 67, 34) 100%);
  color: #FFF;
  margin: 0px auto 0;
  padding: 15px 10px 10px 10px;
  -webkit-box-shadow: 4px 4px 6px #f5dbdb;
          box-shadow: 4px 4px 6px #f5dbdb;
}

#rekidai .finalist .photos {
  max-width: 800px;
  margin: 30px auto 40px;
  position: relative;
}

#rekidai .finalist .photos.wd400 {
  max-width: 400px;
}

#rekidai .finalist .photos::before {
  content: "";
  background: url(../../assets/img/rekidai/bg_img_01.png) left top no-repeat;
  background-size: 50px 50px;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 50px;
  height: 50px;
}

#rekidai .finalist .photos::after {
  content: "";
  background: url(../../assets/img/rekidai/bg_img_02.png) left top no-repeat;
  background-size: 50px 50px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 50px;
  height: 50px;
}

#rekidai .finalist .texts {
  font-size: 18px;
  line-height: 150%;
}

#rekidai .finalist .texts em {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  line-height: 36pt;
  font-weight: bold;
  color: #000;
}

#rekidai .finalist .texts span {
  font-size: 13px;
}

.second_thirds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  background: #FFF;
  padding: 40px;
  -webkit-box-shadow: 6px 6px 10px #f5dbdb;
          box-shadow: 6px 6px 10px #f5dbdb;
}

.second_thirds .photos {
  width: 40%;
  position: relative;
}

/*
.second_thirds .photos.wd300{
    width:30%;
    position: relative;
}
*/
.second_thirds .texts {
  width: 55%;
  text-align: center;
}

.second_thirds .photos2 {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.second_thirds .texts2 {
  width: 55%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

/*
.second_thirds .photos2.wd300{
    width:30%;
    order:2;
    position:relative;
}
*/
.second_thirds .texts .ttls,
.second_thirds .texts2 .ttls {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 21px;
  line-height: 24pt;
  font-weight: bold;
  color: #df4322;
  margin: 0 0 25px 0;
  display: inline-block;
  padding: 15px 20px 10px 20px;
  border: 4px double #df4322;
  -webkit-box-shadow: 4px 4px 6px #f5dbdb;
          box-shadow: 4px 4px 6px #f5dbdb;
}

.second_thirds .texts .ttls span,
.second_thirds .texts2 .ttls span {
  font-size: 16px;
}

.second_thirds .texts p em,
.second_thirds .texts2 p em {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  line-height: 32pt;
  font-weight: bold;
  color: #000;
}

.second_thirds .texts p span,
.second_thirds .texts2 p span {
  font-size: 13px;
}

.second_thirds .photos::before,
.second_thirds .photos2::before {
  content: "";
  background: url(../../assets/img/rekidai/bg_img_01.png) left top no-repeat;
  background-size: 35px 35px;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 35px;
  height: 35px;
}

.second_thirds .photos::after,
.second_thirds .photos2::after {
  content: "";
  background: url(../../assets/img/rekidai/bg_img_02.png) left top no-repeat;
  background-size: 35px 35px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 35px;
  height: 35px;
}

/*-----IE-----*/
.support main {
  background: url(../../assets/img/support/main.jpg) center top no-repeat;
  background-size: cover;
}

.support_block_01 .text01 {
  font-size: 15px;
  line-height: 190%;
  text-align: center;
}

.support_block_02 {
  margin: 60px auto 0;
}

.support_block_02 .big_ttl {
  text-align: center;
  color: #df4322;
  font-weight: bold;
  font-size: 3.9vw;
  line-height: 130%;
  margin: 0 0 40px 0;
}

#tab-body2.support_block_02 {
  background: #f4f4f4;
}

.support_block_02 .tab2_base {
  padding: 30px 30px 30px 30px;
  position: relative;
  -webkit-box-shadow: 8px 8px 14px #dedede;
          box-shadow: 8px 8px 14px #dedede;
}

.support_block_02 #tab-body3 {
  padding: 0;
}

.support_block_02 #tab-head3 {
  margin: 0 !important;
}

.support_block_02 #tab-head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.support_block_02 #tab-head3 li {
  width: 33.3333333333%;
  border-right: 1px solid #FFF;
  float: none;
  border-bottom: 1px solid #FFF;
}

.support_block_02 #tab-head3 li a {
  height: 100%;
  font-size: 13px;
  padding: 12px 15px;
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support_block_02 #tab-head3 {
  font-weight: normal;
}

.support_block_02 #tab-head3 li a.tab6 {
  padding: 12px 15px !important;
  margin: 0 !important;
  background: #4d4d4d !important;
  font-weight: bold;
}

.support_block_02 #tab-head3 li a:hover {
  background: #4d4d4d;
}

.support_block_02 #tab-body3 {
  border-top: 2px solid #4d4d4d;
  padding: 20px 0 0 0;
}

.support_block_02 #tab-body3 .ttl {
  padding: 20px 35px 20px 75px;
  color: #FFF;
  font-size: 24px;
  line-height: 26pt;
  font-weight: bold;
  margin: 0 0 20px 0;
  background: #e80000 url(../../assets/img/support/icon01.png) 20px center no-repeat;
  background-size: 40px 40px;
  position: relative;
}

.support_block_02 #tab-body3 .ttl::after {
  content: "";
  background: url(../../assets/img/support/icon04.png) left top no-repeat;
  background-size: 40px 15px;
  width: 40px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
}

.support_block_02 .tab2_base .support_icon02 {
  position: absolute;
  top: -70px;
  left: 20px;
  width: 112px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.support_block_02 .tab2_base .support_icon03 {
  position: absolute;
  top: -70px;
  right: 10px;
  width: 90px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.support_block_02 .tab2_base .support_icon02 img,
.support_block_02 .tab2_base .support_icon03 img {
  width: 100%;
}

.support_block_02 #tab-body3 .ttl_menu {
  cursor: pointer;
  display: block;
  padding: 15px 50px 15px 25px;
  position: relative;
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 20pt;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff3f3 url(../../assets/img/support/icon05.png) 95% center no-repeat;
  background-size: 24px 24px;
}

.support_block_02 #tab-body3 .ttl_menu.active {
  background: #ffcece url(../../assets/img/support/icon06.png) 95% center no-repeat;
  background-size: 24px 24px;
}

.support_block_02 #tab-body3 .ttl_menu em {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-left: 0px solid #e80000;
  color: #000;
}

.support_block_02 #tab-body3 .ttl_menu.active em {
  padding: 0 0 0 20px;
  border-left: 5px solid #e80000;
}

.support_block_02 #tab-body3 .infotmations {
  border: 4px solid #ffcece;
  padding: 30px;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas {
  max-width: 390px;
  width: 43%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  line-height: 15pt;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas img {
  width: 100%;
  border: 1px solid #CCC;
  margin: 0 0 6px 0;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas .sub_photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px auto 0;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas .sub_photos div {
  width: 49.8%;
  max-width: 190px;
  font-size: 12px;
  line-height: 15pt;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas .sub_photos img {
  margin: 0 0 6px 0;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a {
  max-width: 490px;
  width: 55%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a.no_photo {
  max-width: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas h3 {
  font-size: 34px;
  line-height: 38pt;
  font-weight: bold;
  color: #000;
  margin: 10px 0 35px 0;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas h3 span {
  color: #666;
  font-size: 13px;
  display: block;
  margin: 5px 0 0 0;
  line-height: 13pt;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas div {
  font-size: 20px;
  line-height: 24pt;
  color: #000;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas p {
  font-size: 15px;
  line-height: 190%;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas p a {
  color: #df4322;
  text-decoration: underline;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas p a:hover {
  text-decoration: none;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block {
  margin: 30px 0 0 0;
  border: 2px solid #CCC;
  padding: 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block em {
  font-weight: bold;
  color: #000;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block .ttls_info {
  font-size: 18px;
  line-height: 22pt;
  color: #000;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block .info_en {
  font-size: 12px;
  line-height: 14pt;
  font-weight: bold;
  color: #bbbbbb;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: 0 0 40px 0;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block .info_en::after {
  content: "";
  width: 20px;
  background: #e80000;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block p {
  font-size: 14px;
  line-height: 170%;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders {
  background: #f2f2f2;
  margin: 30px auto 0;
  padding: 35px 35px 25px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff {
  width: 25%;
  max-width: 220px;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff .ttls_info {
  font-size: 18px;
  line-height: 22pt;
  color: #000;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff .info_en {
  font-size: 12px;
  line-height: 14pt;
  font-weight: bold;
  color: #a1a1a1;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: 0 0 40px 0;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff .info_en::after {
  content: "";
  width: 20px;
  background: #e80000;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl {
  width: 70%;
  max-width: 680px;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dt {
  font-weight: bold;
  font-size: 15px;
  line-height: 19pt;
  color: #000;
  border-bottom: 1px dotted #666;
  padding: 0 0 6px 0;
  margin: 0 0 4px 0;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dd {
  font-size: 14px;
  line-height: 190%;
  margin: 0 0 16px 0;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dd a {
  color: #df4322;
  text-decoration: underline;
  background: url(../../assets/img/support/icon07.png) right center no-repeat;
  background-size: 13px 11px;
  display: inline-block;
  padding: 0 22px 0 0;
}

.support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dd a:hover {
  text-decoration: none;
}

/*


.acd-check{
    display: none;
}
.acd-label{
    cursor:pointer;
    background: #fff3f3;
    display: block;
    padding:18px 20px;
    position: relative;
    margin:5px 0 0 0;
    font-size:18px;
    line-height:22pt;
    font-weight:bold;
    transition: .3s;
}
.acd-label:after{
    content:"";
    background:url(../../assets/img/support/icon05.png) left top no-repeat;
    background-size:24px 24px;
    display: block;
    position: absolute;
    right: 2%;
    top: 32%;
    font-weight:bold;
    font-size:18px;
    line-height:22pt;
    width:24px;
    height:24px;
}
.acd-label:hover{
    background:#ffcece;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    display: contents;
}
.acd-check:checked + .acd-label:after{
    background:url(../../assets/img/support/icon06.png) left top no-repeat;
    background-size:24px 24px;
    width:24px;
    height:24px;
}
.acd-check:checked + .acd-label{
background:#ffcece;
    color:#000;
}

.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
    display: contents;
}
*/
.support_block_03 {
  background: #fff3f3;
  margin: 0 auto 0;
  max-width: 800px;
  padding: 60px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.support_block_03 .text01 {
  margin: 0 0 20px 0;
}

.support_block_03 .text01 a {
  color: #df4322;
  font-weight: bold;
  text-decoration: underline;
}

.support_block_03 .text01 a:hover {
  color: #df4322;
  text-decoration: none;
}

.support_block_03 div.tel_ttl span {
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  line-height: 15pt;
  background: #df4322;
  padding: 6px 20px;
  margin: 0 15px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
}

.support_block_03 div.tel_ttl em {
  font-weight: bold;
  color: #df4322;
  font-size: 34px;
  line-height: 26pt;
}

.support_block_03 div.tel_ttl {
  font-size: 13px;
}

.support_block_03 div.fax_ttl {
  margin: 15px 0;
}

.support_block_03 div.fax_ttl em {
  font-weight: bold;
  color: #df4322;
  font-size: 34px;
  line-height: 26pt;
}

.support_block_03 div.fax_ttl span {
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  line-height: 15pt;
  background: #df4322;
  padding: 6px 20px;
  margin: 0 15px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
}

.support_block_03 div.text02 {
  font-size: 13px;
}

@media screen and (min-width: 1100px) {
  .support_block_02 .big_ttl {
    font-size: 40px;
    line-height: 44pt;
    margin: 0 0 40px 0;
  }
  #tab-body2.support_block_02 {
    padding: 80px 0;
  }
  .support_block_02 .tab2_base {
    padding: 60px 60px 60px 60px;
  }
  .support_block_02 #tab-head3 li a {
    font-size: 15px;
  }
  .support_block_02 #tab-body3 {
    border-top: 2px solid #4d4d4d;
    padding: 30px 0 0 0;
  }
  .support_block_02 .tab2_base .support_icon02 {
    position: absolute;
    top: -115px;
    left: -70px;
    width: 192px;
    z-index: 1;
  }
  .support_block_02 .tab2_base .support_icon03 {
    position: absolute;
    top: -90px;
    right: -30px;
    width: 130px;
    z-index: 1;
  }
  .support_block_02 #tab-body3 .ttl_menu {
    background: #fff3f3 url(../../assets/img/support/icon05.png) 98% center no-repeat;
    background-size: 24px 24px;
  }
  .support_block_02 #tab-body3 .ttl_menu.active {
    background: #ffcece url(../../assets/img/support/icon06.png) 98% center no-repeat;
    background-size: 24px 24px;
  }
}
/*-----IE-----*/
@media all and (-ms-high-contrast: none) {
  .support_block_02 #tab-head3 li {
    width: 33.3%;
  }
}
.terms main {
  background: url(../../assets/img/terms/main.jpg) center top no-repeat;
  background-size: cover;
}

.terms_block a {
  text-decoration: underline;
  color: #df4322;
}

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

.terms_block div {
  font-size: 16px;
  line-height: 18pt;
  margin: 40px 0 15px 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 10px 0;
  font-weight: bold;
}

.terms_block p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 190%;
}

/*-----IE-----*/
.policy main {
  background: url(../../assets/img/policy/main.jpg) center top no-repeat;
  background-size: cover;
}

.privacy_policy_block div {
  font-size: 16px;
  line-height: 18pt;
  margin: 40px 0 15px 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 10px 0;
  font-weight: bold;
}

.privacy_policy_block p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 190%;
}

/*-----IE-----*/
.sitemap main {
  background: url(../../assets/img/sitemap/main.jpg) center top no-repeat;
  background-size: cover;
}

.sitemap_block .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.sitemap_block .fbox .lefts {
  width: 100%;
  max-width: 48%;
}

.sitemap_block .fbox .rights {
  width: 100%;
  max-width: 48%;
}

.sitemap_block .fbox .lefts ul,
.sitemap_block .fbox .rights ul {
  margin: 0 0 30px 0;
}

.sitemap_block .fbox .lefts ul li,
.sitemap_block .fbox .rights ul li {
  padding: 0 0px 0px 26px;
  margin: 0 0 5px 0;
}

.sitemap_block .fbox .lefts ul li:nth-child(1),
.sitemap_block .fbox .rights ul li:nth-child(1) {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  border-left: 5px solid #df4322;
}

.sitemap_block .fbox .lefts ul li a,
.sitemap_block .fbox .rights ul li a {
  font-size: 15px;
  line-height: 190%;
  display: inline-block;
}

.sitemap_block .fbox .lefts ul li:nth-child(1) a,
.sitemap_block .fbox .rights ul li:nth-child(1) a {
  font-weight: bold;
  font-size: 16px;
  line-height: 18pt;
}

.sitemap_block .fbox .rights ul.others li:nth-child(1) {
  border-left: none;
  padding: 0 0px 0px 26px;
  margin: 0 0 5px 0;
}

.sitemap_block .fbox .rights ul.others li:nth-child(1) a {
  font-size: 15px;
  line-height: 190%;
  font-weight: normal;
}

.sitemap_block .fbox .lefts ul li a:hover,
.sitemap_block .fbox .rights ul li a:hover {
  text-decoration: underline;
}

.sitemap_block .fbox .lefts ul li a.blank,
.sitemap_block .fbox .rights ul li a.blank {
  background: url(../../assets/img/sitemap/icon01.png) right center no-repeat;
  background-size: 15px 13px;
  padding: 0 25px 0 0px;
}

/*-----IE-----*/
/***************
sp
***************/
@media screen and (max-width: 48em) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 3.1vw;
    line-height: 180%;
  }
  body img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  body {
    font-size: 13px;
    line-height: 190%;
  }
}
@media screen and (max-width: 48em) {
  .header_area {
    position: relative;
    padding: 20px 0 0px 0;
    height: 70px;
    background: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_area .header_left {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 0px 0 0 20px;
  }
  .header_area .header_left a {
    display: inline-block;
    max-width: 190px;
  }
  .header_area .header_left img {
    max-width: 190px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_area .header_left p {
    top: 22px;
    left: 0px;
    font-size: 2vw;
    line-height: 160%;
    max-width: 500px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_area .header_right .sns {
    display: none;
  }
  .header_area .header_right .sns ul {
    line-height: 0;
  }
  .header_area .header_right .sns ul li:last-child a:hover {
    background: url(../../assets/img/common/header_search.png) left top no-repeat;
    background-size: 25px 25px;
  }
  .header_area .header_right .language {
    display: none;
  }
  .header_search {
    width: 20px;
    position: absolute;
    right: 60px;
    top: 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_search ul {
    position: relative;
  }
  .header_search ul a {
    width: 20px;
    height: 20px;
    background: url(../../assets/img/common/header_search.png) left top no-repeat;
    background-size: 20px 20px;
    display: block;
    color: transparent !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header_search ul .epress_search {
    display: none;
    width: 290px;
    position: absolute;
    top: 47px;
    right: -60px;
    background-color: rgb(0, 0, 0);
    z-index: 1;
    padding: 10px 0 10px 10px;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .header_search ul .epress_search .pslr {
    position: relative;
  }
  .header_search ul .epress_search .pslr form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header_search ul .epress_search .pslr:before {
    content: "";
    position: absolute;
    top: -23px;
    right: 67px;
    border: 4px solid transparent;
    border-bottom: 9px solid #000;
  }
  .header_search ul .epress_search input {
    background: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    width: 70%;
  }
  .header_search ul .epress_search inpuy.text {
    width: 200px;
  }
  .header_search ul .epress_search .submit {
    background: none;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    line-height: 14pt;
    padding: 5px 12px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    width: 30%;
  }
  .header_search ul .epress_search .submit:hover {
    color: #df4322;
  }
  .naviss {
    height: auto;
  }
  .header_nav_block {
    display: none;
  }
  .onlySP2 {
    display: none;
  }
  .lang_area {
    margin: 0% 0 8% 0%;
  }
  .lang_area ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .lang_area ul li {
    border-right: 1px solid #ed7c64;
    width: 25%;
  }
  .lang_area ul li a {
    width: 100%;
    display: block;
    color: #FFF;
    text-align: center;
  }
  .lang_area ul li:last-child {
    border-right: none;
  }
  /*
  #menu ul a {
      padding: 8px 0 8px 15px;
      font-size:13px;
      line-height:14pt;
      color:#FFF;
      display:block;
      background:url(../img/common/icon_img_04.png) left 12px no-repeat;
      background-size:10px 10px;
  }
  */
  /*
  .sp_menu div a{
      padding:8px 0 8px 20px;
      display:block;
      color:#FFF;
      font-size:13px;
      line-height:14pt;
      background:url(../img/common/icon_img_02.png) left center no-repeat;
      background-size:10px 10px;
      font-weight:bold;
  }
  */
  /*
      .ft_link{
          display:none;
      }
  */
  /*
      .acc_block dt:nth-child(2){
          border-left:1px solid #FFF;
      }
  */
  /*-----SP下層-----*/
  /*-----ボタン-----*/
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  .header_search ul .epress_search {
    display: none;
    width: 290px;
    position: absolute;
    top: 51px;
    right: -60px;
    background-color: rgb(0, 0, 0);
    z-index: 1;
    padding: 10px 0 10px 10px;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .header_search ul .epress_search .pslr:before {
    content: "";
    position: absolute;
    top: -23px;
    right: 67px;
    border: 4px solid transparent;
    border-bottom: 9px solid #000;
  }
  .header_area {
    height: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_area .header_left {
    position: relative;
    max-width: 350px;
    margin: 0px 0 0 20px;
  }
  .header_area .header_left p {
    position: absolute;
    top: 28px;
    left: 0px;
  }
  .onlySP2 {
    display: inline-block;
  }
}
@media screen and (max-width: 48em) {
  .onlyPC {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .onlySP {
    display: inline-block;
  }
}
@media screen and (max-width: 48em) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
  }
}
@media screen and (max-width: 48em) {
  #menu {
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 48em) {
  #menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    display: none;
    background: #df4322;
    /*
    background-color:rgba(255,255,255,0.8);
            */
    height: 100%;
    overflow: auto;
    padding: 8% 8% 90px 8%;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 48em) {
  #menu > div {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .sp_menu {
    color: #FFF;
    width: 100%;
    padding: 0;
    text-align: left;
    /*
    height:100%;
    */
  }
}
@media screen and (max-width: 48em) {
  body.fixedSP {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 48em) {
  .nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 9;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 20px;
    height: 20px;
    margin: 0;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .sp_btn-icon {
    display: block;
    position: absolute;
    top: 45%;
    left: 42%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #df4322;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .sp_btn-icon:before,
  .sp_btn .sp_btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .sp_btn-icon:before {
    margin-top: -8px;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .sp_btn-icon:after {
    margin-top: 6px;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .sp_btn-icon:before,
  .sp_btn .sp_btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .close {
    background: transparent;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .close:before,
  .sp_btn .close:after {
    margin-top: -1px;
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@media screen and (max-width: 48em) {
  .sp_btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 48em) {
  .sp_btn p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 8px;
    text-align: center;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 48em) {
  .smaller .header_area {
    height: 50px;
    padding: 17px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .smaller .header_left p {
    opacity: 0;
    animation-duration: 0.3s;
    animation-name: fade-in;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fade-in;
  }
}
@media screen and (max-width: 48em) {
  .smaller .header_area .header_left img {
    max-width: 190px;
    margin: 0px 0 0 0px;
  }
}
@media screen and (max-width: 48em) {
  .smaller .sp_btn {
    top: 16px;
  }
}
@media screen and (max-width: 48em) {
  .smaller .header_search {
    top: 15px;
  }
}
@media screen and (max-width: 48em) {
  .smaller #menu {
    top: 50px;
  }
}
@media screen and (max-width: 48em) {
  #pagetop {
    position: relative;
  }
  #pagetop a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    background: url(../../assets/img/common/pagetop.png) center top no-repeat;
    background-size: 80px 163px;
    width: 80px;
    height: 163px;
    position: fixed;
    bottom: -196px;
    right: 0px;
    z-index: 9999;
  }
  #pagetop a.intermediate {
    position: fixed;
    bottom: -110px;
  }
  #pagetop a.bottomFixed {
    position: absolute;
    bottom: -100px;
  }
  #pagetop a.on {
    position: fixed;
    bottom: 0;
  }
  #pagetop a.invisible {
    position: fixed;
    bottom: -163px;
  }
}
@media screen and (max-width: 48em) {
  .common_border {
    position: relative;
    width: 14px;
    margin: 0 auto 0;
  }
  .common_border img {
    width: 14px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
  }
}
@media screen and (max-width: 48em) {
  footer {
    margin: 0% 0 0 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #df4322), color-stop(20%, #df4322), color-stop(20%, #000000), color-stop(40%, #000000), color-stop(0, #f5d647), color-stop(60%, #f5d647), color-stop(60%, #000000), color-stop(80%, #000000), color-stop(0, #df4322));
    background: -webkit-linear-gradient(left, #df4322 0, #df4322 20%, #000000 20%, #000000 40%, #f5d647 0, #f5d647 60%, #000000 60%, #000000 80%, #df4322 0);
    background: linear-gradient(to right, #df4322 0, #df4322 20%, #000000 20%, #000000 40%, #f5d647 0, #f5d647 60%, #000000 60%, #000000 80%, #df4322 0);
    padding: 2px 0 0 0;
  }
  footer .footer_area {
    background: #f3f3f3;
    padding: 50px 0;
  }
  footer .footer_area .footer_logo {
    max-width: 350px;
    text-align: center;
    width: 60%;
    margin: 0px auto 0;
    position: relative;
  }
  footer .footer_area .footer_logo img {
    max-width: 250px;
    margin: 0 auto 0;
  }
  footer .footer_area .footer_logo p {
    position: relative;
    top: auto;
    left: auto;
    margin: 15px 0 0 0;
    font-size: 3vw;
    line-height: 160%;
    text-align: center;
  }
  footer .footer_area .footer_list {
    max-width: 1100px;
    margin: 40px auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 30px;
    font-size: 2.7vw;
    line-height: 140%;
  }
  footer .footer_area .footer_list ul {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 52%;
    margin: 0 4% 0 0;
  }
  footer .footer_area .footer_list ul li {
    margin-bottom: 12px;
  }
  footer .footer_area .footer_list ul li a {
    display: inline-block;
    position: relative;
  }
  footer .footer_area .footer_list ul li a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #df4322;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  footer .footer_area .footer_list ul li a:hover::after {
    width: 100%;
  }
  footer .footer_area .footer_list ul li a:hover {
    text-decoration: none;
    color: #df4322;
  }
  footer .footer_area .footer_list ul:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 44%;
    margin: 0 0 0 0;
  }
  footer .footer_area .footer_list ul:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 52%;
    margin: 0 4% 0 0;
  }
  footer .footer_area .footer_list ul:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 44%;
    margin: 0 0 0 0;
  }
  footer .footer_area .footer_list ul:nth-child(5) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: 0 0 0 0;
  }
  footer .footer_area .footer_list ul:nth-child(5) .ft_link {
    text-align: center;
  }
  footer .footer_area .footer_list ul:nth-child(5) .ft_link a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 48em) {
  .footer_bottom {
    background: #FFF;
    text-align: center;
    margin: 0 auto 0;
    padding: 35px 0 40px 0;
  }
  .footer_bottom div {
    font-weight: bold;
    font-size: 11px;
  }
  .footer_bottom div span {
    display: inline-block;
    border: 1px solid #1c1b1b;
    padding: 4px 12px 3px 12px;
    margin-right: 12px;
    font-size: 10px;
    line-height: 13pt;
  }
  .footer_bottom p {
    font-size: 10px;
    line-height: 140%;
    margin: 25px auto 25px;
    text-align: center;
    padding: 0 35px;
  }
  .footer_bottom p a {
    display: inline-block;
    border-right: 1px solid #717171;
    padding: 0 15px 0 0;
    margin: 0 15px 10px 0;
  }
  .footer_bottom p a:nth-child(2) {
    border-right: none;
  }
  .footer_bottom p a:last-child {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: none;
  }
  .footer_bottom small {
    font-size: 2.1vw;
    color: #636363;
  }
}
@media screen and (max-width: 48em) {
  .sphome {
    padding: 0px;
    font-size: 4.2vw;
    line-height: 140%;
    font-weight: bold;
    margin: 6% 0 6% 0;
    text-align: center;
    border-top: 1px solid #fdff49;
    border-bottom: 1px solid #fdff49;
  }
}
@media screen and (max-width: 48em) {
  .sphome a {
    padding: 4% 20px 4% 20px;
    color: #fdff49;
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .sphome a span {
    display: inline-block;
    background: url(../../assets/img/common/icon_img_21.png) left center no-repeat;
    background-size: auto 50%;
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 48em) {
  .acc_block {
    margin: 0px 0 0 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 48em) {
  .acc_block p {
    margin: 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dl {
    margin: 0px auto 5px;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt span {
    display: table-cell;
    width: 100%;
    padding: 0 10px 0 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt {
    position: relative;
    /*
    background: url(../img/common/icon_img_05_off.png) left center no-repeat;
    background-size:10px 10px;
    */
    padding: 18px 20px 18px 20px;
    background: #df4322;
    color: #FFF;
    margin: 0px;
    font-size: 3.8vw;
    line-height: 160%;
    font-weight: bold;
    float: left;
    width: 50%;
    /*
    border: solid 1px #FFF;
    display: flex;
    */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc03,
  .acc_block dt#acc04,
  .acc_block dt#acc05,
  .acc_block dt#acc06,
  .acc_block dt#acc07 {
    border-top: none;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt.open {
    /*
    background:#FFF url(../img/common/icon_img_05_on.png) left center no-repeat;
    background-size:10px 10px;
    */
    background: #FFF;
    color: #df4322;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dd {
    clear: both;
    display: none;
    width: 100%;
    padding: 6% 8%;
    background: #FFF;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dd a {
    color: #282828;
    font-size: 3.3vw;
    line-height: 120%;
    display: block;
    position: relative;
    padding: 3% 0 3% 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dd a::before {
    content: "";
    background: #df4322;
    height: 2px;
    width: 8px;
    position: absolute;
    left: 0px;
    top: 48%;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc01 {
    background: url(../../assets/img/common/icon_img_06.png) center 21% no-repeat;
    background-size: 40% auto;
    padding: 24% 0 6% 0;
    border-right: 1px solid #ed7c64;
    border-bottom: 1px solid #ed7c64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc01.open {
    background: #FFF url(../../assets/img/common/icon_img_06on.png) center 23% no-repeat;
    background-size: 50% auto;
    padding: 28% 0 2% 0;
    border-right: 1px solid #ed7c64;
    border-bottom: 1px solid #FFF;
    color: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc02 {
    background: url(../../assets/img/common/icon_img_07.png) center 23% no-repeat;
    background-size: 40% auto;
    padding: 24% 0 6% 0;
    border-bottom: 1px solid #ed7c64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc02.open {
    background: #FFF url(../../assets/img/common/icon_img_07on.png) center 25% no-repeat;
    background-size: 50% auto;
    padding: 28% 0 2% 0;
    border-bottom: 1px solid #FFF;
    color: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc03 {
    background: url(../../assets/img/common/icon_img_08.png) center 30% no-repeat;
    background-size: 40% auto;
    padding: 26% 0 8% 0;
    border-right: 1px solid #ed7c64;
    border-bottom: 1px solid #ed7c64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc03.open {
    background: #FFF url(../../assets/img/common/icon_img_08on.png) center 32% no-repeat;
    background-size: 50% auto;
    padding: 30% 0 4% 0;
    border-right: 1px solid #ed7c64;
    border-bottom: 1px solid #FFF;
    color: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc04 {
    background: url(../../assets/img/common/icon_img_09.png) center 30% no-repeat;
    background-size: 40% auto;
    padding: 26% 0 8% 0;
    border-bottom: 1px solid #ed7c64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc04.open {
    background: #FFF url(../../assets/img/common/icon_img_09on.png) center 32% no-repeat;
    background-size: 50% auto;
    padding: 30% 0 4% 0;
    border-bottom: 1px solid #FFF;
    color: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc05 {
    background: url(../../assets/img/common/icon_img_10.png) center 30% no-repeat;
    background-size: 40% auto;
    padding: 26% 0 8% 0;
    border-right: 1px solid #ed7c64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc05.open {
    background: #FFF url(../../assets/img/common/icon_img_10on.png) center 32% no-repeat;
    background-size: 50% auto;
    padding: 30% 0 4% 0;
    border-right: 1px solid #ed7c64;
    color: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc06 {
    background: url(../../assets/img/common/icon_img_11.png) center 30% no-repeat;
    background-size: 40% auto;
    padding: 26% 0 8% 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .acc_block dt#acc06.open {
    background: #FFF url(../../assets/img/common/icon_img_11on.png) center 32% no-repeat;
    background-size: 50% auto;
    padding: 30% 0 4% 0;
    color: #df4322;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .under main {
    height: 100px;
    margin: 70px 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) {
  .mx1100 {
    max-width: 1100px;
    padding: 0 25px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 48em) {
  .mx1200 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 48em) {
  .mx1100.extra_1100 {
    padding: 0 20px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 48em) {
  .under_block {
    background: url(../../assets/img/common/bg_img_01.png) left top no-repeat, url(../../assets/img/common/bg_img_02.png) right bottom no-repeat;
    background-size: 10% auto, 10% auto;
    padding: 60px 0 80px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .under_block h1 {
    font-size: 6.6vw;
    line-height: 150%;
    margin: 0 0 35px 0;
  }
  .under_block h1 span {
    font-weight: bold;
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 2.8vw;
  }
  .under_block h2 {
    font-size: 5vw;
    line-height: 170%;
    margin: 0 auto 40px;
  }
  .under_block h2 span {
    padding: 1% 3%;
  }
  .under_block h2 em {
    background: #df4322;
    color: #FFF;
    display: inline-block;
    font-size: 2.8vw;
    line-height: 150%;
    padding: 10px 18px;
    margin: 0 0 15px 0;
  }
  .under_block h2::after {
    bottom: -14px;
    width: 10%;
  }
  .under_block p {
    font-size: 3.6vw;
    line-height: 182%;
  }
}
@media screen and (max-width: 48em) {
  .smaller .header_search ul .epress_search {
    display: none;
    width: 290px;
    position: absolute;
    top: 35px;
    right: -60px;
    background-color: rgb(0, 0, 0);
    z-index: 1;
    padding: 10px 0 10px 10px;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .smaller .header_search ul .epress_search .pslr {
    position: relative;
  }
  .smaller .header_search ul .epress_search .pslr:before {
    content: "";
    position: absolute;
    top: -23px;
    right: 67px;
  }
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  .under_block h1 {
    font-size: 26px;
    line-height: 130%;
    margin: 0 0 45px 0;
  }
  .under_block h1 span {
    font-size: 12px;
  }
  .under_block h2 {
    font-size: 18px;
    margin: 0 auto 50px;
  }
  .under_block p {
    font-size: 14px;
    line-height: 200%;
  }
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  .header_area .header_left img {
    max-width: 240px;
  }
  .header_area .header_left a {
    max-width: 240px;
  }
  .smaller .header_area {
    height: 50px;
    padding: 14px 0 0 0;
  }
  #menu {
    top: 80px;
  }
  .sp_btn {
    top: 30px;
  }
  .header_search {
    right: 60px;
    top: 29px;
  }
  .common_border {
    position: relative;
    width: 20px;
    margin: 0 auto 0;
  }
  .common_border img {
    width: 20px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
  }
  .under main {
    height: 140px;
    margin: 80px 0 0 0;
  }
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  .header_area .header_left p {
    top: 28px;
    left: 0px;
    font-size: 10px;
    line-height: 160%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  footer .footer_area {
    padding: 70px 0;
  }
  footer .footer_area .footer_logo p {
    font-size: 12px;
    line-height: 15pt;
    margin: 5px 0 0 0;
  }
  footer .footer_area .footer_list {
    font-size: 12px;
    line-height: 14pt;
  }
  .footer_bottom div {
    font-size: 14px;
  }
  .footer_bottom div span {
    font-size: 13px;
    line-height: 13pt;
  }
  .footer_bottom p {
    font-size: 13px;
    line-height: 15pt;
  }
  .footer_bottom small {
    font-size: 11px;
  }
}
@media screen and (max-width: 48em) {
  .btn_a {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .btn_a a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0em 1.3em 2em;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    width: 100%;
  }
  .btn_a a span {
    background: url(../../assets/img/common/icon_img_13.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 37px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_a a:hover {
    color: #3a3a3a;
  }
  .btn_a a:hover span {
    background: url(../../assets/img/common/icon_img_13.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 37px 0 0;
  }
  .btn_a a::before {
    content: none;
  }
}
@media screen and (max-width: 48em) {
  .btn_b {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .btn_b a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0em 1.3em 2em;
    border: 1px solid #df4322;
    color: #FFF;
    background: #df4322;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    width: 100%;
  }
  .btn_b a span {
    background: url(../../assets/img/common/icon_img_15.png) 90% center no-repeat;
    background-size: 10px 10px;
    padding: 0 37px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_b a:hover {
    color: #3a3a3a;
  }
  .btn_b a:hover span {
    background: url(../../assets/img/common/icon_img_15.png) 90% center no-repeat;
    background-size: 10px 10px;
    padding: 0 37px 0 0;
  }
  .btn_b a::before {
    content: none;
  }
}
@media screen and (max-width: 48em) {
  .btn_c {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .btn_c a {
    position: relative;
    display: inline-block;
    padding: 1.4em 2em 1.3em 2em;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    width: 80%;
    background: #FFF url(../../assets/img/common/icon_img_16.png) right top no-repeat;
    background-size: 45px 45px;
    width: 100%;
  }
  .btn_c a:hover {
    color: #3a3a3a;
  }
  .btn_c a::before {
    content: none;
  }
}
@media screen and (max-width: 48em) {
  .btn_d {
    text-align: center;
    width: 70%;
    margin: 0 auto 0;
  }
  .btn_d a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0.5em 1.3em 1.5em;
    border: 1px solid #df4322;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    background: #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 100%;
  }
  .btn_d a span {
    background: url(../../assets/img/common/icon_img_13on.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 32px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .btn_d a:hover {
    color: #FFF;
    background: #df4322;
    border: 1px solid #df4322;
  }
  .btn_d a:hover span {
    background: url(../../assets/img/common/icon_img_13on.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_e {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .btn_e a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0em 1.3em 1em;
    border: 1px solid #df4322;
    color: #FFF;
    background: #df4322;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    width: 100%;
  }
  .btn_e a span {
    background: url(../../assets/img/common/icon_img_17.png) 96% center no-repeat;
    background-size: 18px 15px;
    padding: 0 30px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_e a:hover {
    color: #3a3a3a;
  }
  .btn_e a:hover span {
    background: url(../../assets/img/common/icon_img_17.png) 96% center no-repeat;
    background-size: 18px 15px;
    padding: 0 30px 0 0;
  }
  .btn_e a::before {
    content: none;
  }
}
@media screen and (max-width: 48em) {
  .btn_f {
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
  }
  .btn_f a {
    display: inline-block;
    padding: 1.4em 42px 1.3em 1.5em;
    color: #3a3a3a;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    background: #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 100%;
    background: #FFF url(../../assets/img/common/icon_img_13.png) 92% center no-repeat;
    background-size: 13px 13px;
  }
  .btn_f a:hover {
    background: #FFF url(../../assets/img/common/icon_img_13.png) 92% center no-repeat;
    background-size: 13px 13px;
    padding: 1.4em 42px 1.3em 1.5em;
    color: #3a3a3a;
  }
}
@media screen and (max-width: 48em) {
  .btn_g {
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
  }
  .btn_g a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0em 1.3em 2em;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    width: 100%;
  }
  .btn_g a span {
    background: url(../../assets/img/common/icon_img_18.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 37px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_g a:hover {
    color: #3a3a3a;
  }
  .btn_g a:hover span {
    background: url(../../assets/img/common/icon_img_18.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 37px 0 0;
  }
  .btn_g a::before {
    content: none;
  }
}
@media screen and (max-width: 48em) {
  .btn_h {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .btn_h a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0.5em 1.3em 1.5em;
    border: 1px solid #df4322;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    background: #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 100%;
  }
  .btn_h a span {
    background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 0 32px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .btn_h a:hover {
    color: #FFF;
    background: #df4322;
    border: 1px solid #df4322;
  }
  .btn_h a:hover span {
    background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_i {
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
  }
  .btn_i a {
    position: relative;
    display: inline-block;
    padding: 1.4em 0.5em 1.3em 1.5em;
    border: 1px solid #df4322;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    background: #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 100%;
  }
  .btn_i a span {
    background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 0 32px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .btn_i a:hover {
    color: #FFF;
    background: #df4322;
    border: 1px solid #df4322;
  }
  .btn_i a:hover span {
    background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_j {
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
  }
  .btn_j a {
    position: relative;
    display: inline-block;
    padding: 1.2em 0.5em 1.2em 2em;
    color: #df4322;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    border-top: 1px solid #df4322;
    border-bottom: 1px solid #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 100%;
  }
  .btn_j a span {
    background: url(../../assets/img/common/icon_img_14.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 0 40px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .btn_j a:hover span {
    background: url(../../assets/img/common/icon_img_14.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_k {
    text-align: center;
    width: 90%;
    margin: 0 auto 0;
  }
  .btn_k a {
    position: relative;
    display: inline-block;
    padding: 1.2em 0.5em 1.2em 1.5em;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    font-weight: bold;
    width: 100%;
    background: #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_k a span {
    background: url(../../assets/img/common/icon_img_19.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
    display: inline-block;
  }
  .btn_k a:hover {
    background: #e4c147;
    text-decoration: none;
  }
  .btn_k a:hover span {
    background: url(../../assets/img/common/icon_img_19.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_l {
    text-align: center;
    width: 90%;
    margin: 0 auto 0;
  }
  .btn_l a {
    position: relative;
    display: inline-block;
    padding: 1.2em 0.5em 1.2em 1.5em;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 15pt;
    font-weight: bold;
    width: 100%;
    background: #df4322;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_l a span {
    background: url(../../assets/img/common/icon_img_20.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
    display: inline-block;
  }
  .btn_l a:hover {
    background: #e4c147;
    text-decoration: none;
  }
  .btn_l a:hover span {
    background: url(../../assets/img/common/icon_img_20.png) 90% center no-repeat;
    background-size: 13px 13px;
    padding: 0 42px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_tow_area {
    margin: 20px 0px 0 0px;
    text-align: center;
  }
  .btn_tow_area div {
    display: block;
    margin: 20px auto 0;
  }
  .btn_tow_area div:last-child {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 48em) {
  .btn_tow_area_40 {
    margin: 30px 0px 0 0px;
    text-align: center;
  }
  .btn_tow_area_40 div {
    display: block;
    margin: 20px auto 0;
  }
  .btn_tow_area_40 div:last-child {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  .btn_a {
    width: 60%;
  }
  .btn_b {
    width: 60%;
  }
  .btn_c {
    width: 60%;
  }
  .btn_d {
    width: 60%;
  }
  .btn_e {
    width: 60%;
  }
  .btn_e a {
    padding: 1.4em 0em 1.3em 1em;
  }
  .btn_e a span {
    padding: 0 35px 0 0;
  }
  .btn_e a:hover span {
    padding: 0 35px 0 0;
  }
  .btn_f {
    width: 100%;
  }
  .btn_g {
    width: 80%;
  }
  .btn_h {
    width: 90%;
  }
  .btn_i {
    width: 90%;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .btn_a {
    width: 50%;
  }
  .btn_b {
    width: 50%;
  }
  .btn_c {
    width: 50%;
  }
  .btn_d {
    width: 70%;
  }
  .btn_e {
    width: 50%;
  }
  .btn_f {
    width: 49.5%;
  }
  .btn_g {
    width: 60%;
  }
  .btn_h {
    width: 70%;
  }
  .btn_i {
    width: 70%;
  }
  .btn_j {
    width: 60%;
  }
  .btn_k {
    width: 60%;
  }
  .btn_l {
    width: 60%;
  }
}
@media screen and (max-width: 48em) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
  .grandprize {
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 0;
    text-align: center;
    color: #fdff49;
    font-size: 4.2vw;
    line-height: 200%;
    background: #df4322;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-top: 1px solid #fdff49;
    border-bottom: 1px solid #fdff49;
  }
  .grandprize em {
    font-size: 8vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .topPage main .main_nv_banner ul li.sokuho_list a {
    background: #fdff49 url(../../assets/img/common/icon_img_03.png) 95% center no-repeat;
    background-size: 10px 14px;
  }
  .index_main_txt {
    position: absolute;
    top: 30%;
    /*
    left: 30%;
    */
    left: 5%;
    right: 0;
    margin: auto;
    /*
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .youtubelive {
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    padding: 10px;
    width: 90%;
  }
  .youtubelive .ttl {
    max-width: 100%;
    margin: 0 auto 0px;
  }
  .youtubelive .ttl a {
    margin: 10px auto 0;
  }
  .youtubelive .live {
    margin: 5px auto 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  /*
  .youtubelive .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  */
  .youtubelive .youtube_frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtubelive .youtube_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .topPage main {
    height: auto;
  }
  .topPage main #slide_wrapp {
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .topPage main #slide_wrapp li {
    margin: 0;
    background-position: center;
    background-size: cover;
  }
  .topPage main #slide_wrapp li img.mainImg {
    position: relative;
  }
  .topPage main .main_text01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 63%;
    height: 100%;
    max-width: 600px;
    position: absolute;
    top: 0;
    right: 30%;
    transform: none;
    -webkit-transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 70px;
  }
  .topPage main .main_nv_banner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.8);
    /*
    background: #df4322;
            */
    color: #FFF;
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .topPage main .main_nv_banner p.half_mob a {
    margin: 0px 0 15px 0;
    padding: 10px 0;
    font-size: 16px;
  }
  .topPage main .main_nv_banner p.prize_mob a {
    margin: 15px 0 0 0;
    padding: 10px 0;
    font-size: 16px;
  }
  .topPage main .main_nv_banner h2 {
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 150%;
    text-align: center;
  }
  .topPage main .main_nv_banner h2 em {
    font-size: 6vw;
  }
  .topPage main .main_nv_banner h2 span {
    font-size: 3.8vw;
  }
  .topPage main .main_nv_banner h2 span.sub {
    font-size: 2.8vw;
    font-weight: normal;
    display: block;
    margin: 5px 0 20px 0;
  }
  .topPage main .main_nv_banner ul {
    margin: 10px 0 0 0;
  }
  .topPage main .main_nv_banner ul li {
    background: #FFF;
  }
  .topPage main .main_nv_banner ul li a {
    display: block;
    max-width: 100%;
    background: #FFF url(../../assets/img/common/icon_img_03.png) 95% center no-repeat;
    background-size: 10px 14px;
    position: relative;
    font-size: 3.5vw;
    line-height: 160%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0 0 0;
  }
  .topPage main .main_nv_banner ul li a img {
    max-width: 79px;
    margin: 0 6% 0 0;
    vertical-align: top;
  }
  .topPage main .main_nv_banner ul li a span {
    display: block;
    font-weight: bold;
    padding: 0 2rem 0 0;
    width: auto;
  }
  .side_extra {
    max-width: 100%;
  }
  .main_bottom_block {
    width: 100%;
    position: relative;
  }
  .index_block_01 {
    position: relative;
    bottom: auto;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    z-index: 1;
  }
  .index_block_01 section {
    /*
    display: block;
    */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
  }
  .index_block_01 section div.btnblock {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
  }
  .index_block_01 section div.btnblock .cha01 {
    max-width: 60px;
    position: absolute;
    right: 0px;
    bottom: 38px;
  }
  .index_block_01 section div.btnblock p.btn {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(95%, #FFFFFF), color-stop(95%, #eaeaea), to(#eaeaea));
    background: -webkit-linear-gradient(left, #FFFFFF 0%, #FFFFFF 95%, #eaeaea 95%, #eaeaea 100%);
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 95%, #eaeaea 95%, #eaeaea 100%);
    padding: 0 0 0 0;
    overflow: hidden;
    font-size: 3.5vw;
    line-height: 150%;
  }
  .index_block_01 section div.btnblock p.btn a {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    display: inline-block;
    padding: 12px 10px 12px 25px;
    background: #eaeaea;
  }
  .index_block_01 section div.btnblock p.btn a span {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    /*
    background:url(../../assets/img/index/icon_img_02.png) 88% center no-repeat;
    background-size: 6px 10px;
    padding:0 20px 0 0; 
    */
    display: inline-block;
  }
  .index_block_01 section div.btnblock p.btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 130%;
    height: 100%;
    background: #df4322;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(0deg) scale(0, 1);
            transform: skewX(0deg) scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .index_block_01 section div.btnblock p.btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(0deg) scale(1, 1);
            transform: skewX(0deg) scale(1, 1);
  }
  .index_block_01 section div.btnblock p.btn:hover::before {
    content: none;
  }
  .index_block_01 section div.left {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    width: 100%;
    margin: 0 auto 0;
    padding: 18px 0 24px 0px;
  }
  .index_block_01 section div.left div {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    color: #FFF;
  }
  .index_block_01 section div.left div p.ttl {
    padding: 10px 40px 0 20px;
    margin: 0 auto 10px;
    width: 85%;
    text-align: center;
    display: block;
    font-size: 5.5vw;
    background: url(../../assets/img/index/icon_img_01.png) right top no-repeat;
    background-size: 38px 40px;
  }
  .index_block_01 section div.left div p.ttl em {
    font-size: 8vw;
  }
  .index_block_01 section div.left div p.text {
    font-size: 3.5vw;
    display: block;
    text-align: center;
  }
  .index_block_01 section div.left div p.text em {
    font-size: 7vw;
  }
  .index_block_01 section div.right {
    background: #ffffff;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    width: 100%;
  }
  .index_block_01 section div.right div {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .index_block_01 section div.right div p.ttl {
    color: #FFF;
    background: #000;
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 150%;
    font-family: "Montserrat", sans-serif;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 0;
  }
  .index_block_01 section div.right div p.ttl span {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    display: block;
    padding: 14px 30px;
  }
  .index_block_01 section div.right div p.read {
    position: relative;
    top: auto;
    left: auto;
  }
  .index_block_01 section div.right div p.read span {
    display: inline-block;
    font-size: 3.1vw;
    padding: 15px 0 0 28%;
    color: #666;
  }
  .index_block_01 section div.right div p.read a em {
    display: block;
    position: relative;
    margin: 35px 0 0 20px;
    padding: 0 0 0 30px;
    font-size: 3.5vw;
    line-height: 160%;
    width: 68%;
    font-weight: bold;
  }
  .index_block_01 section div.right div p.read a em::before {
    content: "";
    background: #df4322;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .index_block_01 section div.right div p.read em {
    display: block;
    position: relative;
    margin: 35px 0 0 20px;
    padding: 0 0 0 30px;
    font-size: 3.5vw;
    line-height: 160%;
    width: 68%;
    font-weight: bold;
  }
  .index_block_01 section div.right div p.read em::before {
    content: "";
    background: #df4322;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .index_block_01 section div.right div p.read a em:hover {
    padding: 0 0 0 30px;
  }
  .index_block_02 {
    overflow: visible;
  }
  .index_block_02 section {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px;
  }
  .index_block_02 section a {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 4.6vw;
    line-height: 130%;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 0px 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    display: block;
    width: 50%;
    padding: 22% 0 20% 0;
  }
  .index_block_02 section a div {
    display: block;
  }
  .index_block_02 section a div p {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .index_block_02 section a div p span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_02 section a:nth-child(1) {
    background: url(../../assets/img/index/bg_img_02sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 22% 0 20% 0;
  }
  .index_block_02 section a:nth-child(2) {
    background: url(../../assets/img/index/bg_img_03sp.jpg) center center no-repeat;
    background-size: cover;
    border-right: none;
  }
  .index_block_02 section a:nth-child(3) {
    background: url(../../assets/img/index/bg_img_04sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .index_block_02 section a:nth-child(4) {
    background: url(../../assets/img/index/bg_img_05sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 22% 0 20% 0;
    border-right: none;
  }
  /*
  .index_block_03 section:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background: url(../../assets/img/index/bg_img_06.jpg) center 60% no-repeat;
      background-size: auto 100%;
  }
  */
  .index_block_03 section {
    /*
    background: url(../../assets/img/index/bg_img_06.jpg) center 60% no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    */
    background: #FFF;
    padding: 16% 0 0 0;
  }
  .index_block_03 section h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 20px 0;
  }
  .index_block_03 section h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_03 section .index_slider_block {
    padding: 0% 0 10% 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .index_block_03 section .index_slider_block .slider_area {
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
    padding: 0 40px;
    font-size: 3.5vw;
    line-height: 180%;
  }
  .index_block_03 section .index_slider_block .slider_area img {
    margin: 0 0 10px 0;
  }
  .index_news {
    background-image: none;
  }
  .index_news .index_news_block {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0px;
  }
  .index_news .index_news_block div.boxs_left {
    background: #ececec;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 12% 30px 12% 30px;
    position: relative;
  }
  .index_news .index_news_block div.boxs_left .btn {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
    margin: 10% auto 0;
  }
  .index_news .index_news_block div.boxs_left .btn a {
    display: inline-block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
    font-size: 3.7vw;
    line-height: 130%;
  }
  .index_news .index_news_block div.boxs_left .btn a span {
    background: url(../../assets/img/index/icon_img_02.png) right center no-repeat;
    background-size: 6px 10px;
    padding: 0 15px 0 0;
  }
  .index_news .index_news_block div.boxs_left .btn a:hover {
    display: inline-block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
  }
  .index_news .index_news_block div.boxs_left .btn a:hover span {
    background: url(../../assets/img/index/icon_img_02.png) right center no-repeat;
    background-size: 6px 10px;
    padding: 0 15px 0 0;
  }
  .index_news .index_news_block div.boxs_left h3 {
    font-weight: bold;
    font-size: 5.5vw;
    display: inline-block;
    position: relative;
    padding: 0 0 0 34px;
    margin-bottom: 10%;
  }
  .index_news .index_news_block div.boxs_left h3::before {
    content: "";
    background: #000;
    height: 2px;
    width: 24px;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .index_news .index_news_block div.boxs_left dl {
    margin-bottom: 10%;
  }
  .index_news .index_news_block div.boxs_left dt {
    clear: left;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    overflow: hidden;
  }
  .index_news .index_news_block div.boxs_left dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: inherit;
  }
  .index_news .index_news_block div.boxs_left dd {
    margin: 0 0 0px 70px;
    padding: 0px 0px 0px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_news .index_news_block div.boxs_left dd p {
    font-size: 2.8vw;
    line-height: 120%;
    margin-bottom: 5%;
    color: #616161;
  }
  .index_news .index_news_block div.boxs_left dd div {
    display: inline-block;
    position: relative;
    padding: 0 0 0 0px;
    font-size: 3.7vw;
    line-height: 160%;
    font-weight: bold;
  }
  .index_news .index_news_block div.boxs_left dd div ::before {
    content: "";
    background: #df4322;
    height: 2px;
    width: 14px;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .index_news .index_news_block div.boxs_left dd div {
    display: inline-block;
    position: relative;
    padding: 0 0 0 0px;
    font-size: 3.7vw;
    line-height: 160%;
    font-weight: bold;
  }
  .index_news .index_news_block div.boxs_left dd div ::before {
    content: "";
    background: #df4322;
    height: 2px;
    width: 14px;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .index_news .index_news_block div.boxs_left dd span {
    padding: 0 0 0 20px;
  }
  .index_news .index_news_block div.boxs_left a:hover span {
    padding: 0 0 0 20px;
  }
  .index_news .index_news_block div.boxs_left a:hover div::before {
    width: 14px;
  }
  .index_news .index_news_block div.boxs_right {
    padding: 12% 30px 12% 30px;
  }
  .index_news .index_news_block div.boxs_right li {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
  .index_news .index_news_block div.boxs_right li:last-child {
    margin: 0 0 0 0;
  }
  /*
  .index_block_04 section:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background: url(../../assets/img/index/bg_img_07.jpg) center top no-repeat;
      background-size: auto 100%;
  }
  */
  .index_block_04 {
    background: url(../../assets/img/index/bg_img_07.jpg) center top no-repeat;
    background-size: auto 100%;
    background-attachment: auto;
    padding: 16% 0;
  }
  .index_block_04 section {
    /*
    background: url(../../assets/img/index/bg_img_07.jpg) center top no-repeat;
    background-size:cover;
    background-attachment: fixed;
    */
    background: none;
    padding: 0;
  }
  .index_block_04 section h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 20px 0;
    color: #FFF;
  }
  .index_block_04 section h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_04 section ul.about_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .index_block_04 section ul.about_navi li {
    margin: 0 4% 4% 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: block;
    background-color: rgba(223, 67, 34, 0.85);
    width: 100%;
    max-width: 48%;
    position: relative;
  }
  .index_block_04 section ul.about_navi li a {
    height: 100%;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 3.5vw;
    line-height: 160%;
    padding: 56% 0 14% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) {
    margin: 0 4% 4% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) a {
    background: url(../../assets/img/index/icon_img_06.png) center 25% no-repeat;
    background-size: 50% auto;
  }
  .index_block_04 section ul.about_navi li:nth-child(2) {
    margin: 0 0 4% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(2) a {
    background: url(../../assets/img/index/icon_img_07.png) center 25% no-repeat;
    background-size: 50% auto;
  }
  .index_block_04 section ul.about_navi li:nth-child(3) a {
    background: url(../../assets/img/index/icon_img_08.png) center 25% no-repeat;
    background-size: 50% auto;
    padding: 60% 0 20% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(4) {
    margin: 0 0 4% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(4) a {
    background: url(../../assets/img/index/icon_img_09.png) center 28% no-repeat;
    background-size: 50% auto;
    padding: 60% 0 20% 0;
  }
  .index_block_04 section ul.about_s_navi {
    max-width: 100%;
    margin: 2% auto 0;
    padding: 0 30px;
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index_block_04 section ul.about_s_navi li {
    display: block;
    min-width: 100%;
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_block_04 section ul.about_s_navi li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 6% 0 6% 30%;
    font-size: 3.5vw;
    line-height: 160%;
    font-weight: bold;
  }
  .index_block_04 section ul.about_s_navi li a span {
    display: inline-block;
  }
  .index_block_04 section ul.about_s_navi li a:hover {
    text-decoration: none;
    padding: 6% 0 6% 30%;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(1) {
    background: url(../../assets/img/index/bg_img_08.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 40px 40px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0% 5% 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(2) {
    background: url(../../assets/img/index/bg_img_09.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 40px 40px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0 5% 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(2) a img {
    width: 60%;
    max-width: 180px;
    margin: 0 0 5px 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(3) {
    background: url(../../assets/img/index/bg_img_10.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 40px 40px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0% 5% 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(3):hover {
    margin: 0 0 5% 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(4) {
    background: url(../../assets/img/index/bg_img_11.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 40px 40px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .index_block_05 {
    background: url(../../assets/img/index/bg_img_14.png), url(../../assets/img/index/bg_img_13.jpg) center center no-repeat;
    background-size: 4px 4px, cover;
    background-attachment: auto;
    padding: 14% 0 16% 0;
    position: relative;
  }
  .index_block_05 section {
    max-width: 1100px;
    margin: 0 auto 0;
  }
  .index_block_05 section h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 20px 0;
    color: #FFF;
  }
  .index_block_05 section h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_05 section h2 em {
    font-size: 3.3vw;
  }
  .index_block_05 section .index_movie {
    max-width: 638px;
    margin: 0 auto 0;
    padding: 5% 20px;
    width: 100%;
  }
  .index_block_05 section .movie_photo01 {
    display: none;
  }
  .index_block_05 section .movie_photo02 {
    display: none;
  }
  .index_block_05 section .movie_photo03 {
    display: none;
  }
  .index_block_06 {
    background: url(../../assets/img/index/bg_img_15.png);
    background-size: 64px 111px;
    background-attachment: fixed;
  }
  .index_block_06 section {
    padding: 16% 0;
    background-image: -webkit-linear-gradient(340deg, rgba(255, 148, 148, 0.2) 50%, rgba(155, 190, 255, 0.2) 50%);
    background-image: linear-gradient(110deg, rgba(255, 148, 148, 0.2) 50%, rgba(155, 190, 255, 0.2) 50%);
  }
  .index_block_06 section .sns_blocks {
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
  }
  .index_block_06 section .sns_blocks .photo_left {
    position: absolute;
    max-width: 100px;
    left: 0%;
    top: 70px;
    z-index: 0;
  }
  .index_block_06 section .sns_blocks .photo_right {
    position: absolute;
    max-width: 100px;
    right: 0%;
    top: 62px;
    z-index: 0;
  }
  .index_block_06 section .sns_blocks h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 20px 0;
    color: #000;
  }
  .index_block_06 section .sns_blocks h2 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_06 section .sns_blocks h2 em {
    font-size: 3.3vw;
  }
  .index_block_06 section ul.sns_list {
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    background: #FFF;
    margin: 0 0% 5% 0;
    padding: 5%;
    z-index: 1;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) .tw_block {
    width: 100%;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) h3 {
    background: url(../../assets/img/common/header_tw.png) left center no-repeat;
    background-size: 25px 25px;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 4vw;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) h3 span::before {
    content: "";
    background: #1da1f2;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    background: #FFF;
    margin: 0 0 5% 0;
    padding: 5%;
    z-index: 1;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) .fb_block {
    width: 100%;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) h3 {
    background: url(../../assets/img/common/header_fb.png) left center no-repeat;
    background-size: 25px 25px;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 4vw;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) h3 span::before {
    content: "";
    background: #4267b2;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 1;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a {
    display: block;
    background: #FFF;
    margin: 0 0 5% 0;
    padding: 5%;
    position: relative;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 {
    background: url(../../assets/img/common/icon_line.png) left center no-repeat;
    background-size: 25px 25px;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 4vw;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 span::before {
    content: "";
    background: #00b900;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a div span {
    position: absolute;
    right: 5%;
    bottom: 5%;
    padding: 5px 18px 5px 10px;
    font-size: 3.2vw;
    line-height: 130%;
    background: #df4322 url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
    background-size: 6px 10px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a {
    display: block;
    background: #FFF;
    margin: 0 0 5% 0;
    padding: 5%;
    position: relative;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 {
    background: url(../../assets/img/common/icon_youtube.png) left center no-repeat;
    background-size: 25px 25px;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 span::before {
    content: "";
    background: #1c1805;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a div span {
    position: absolute;
    right: 5%;
    bottom: 5%;
    padding: 5px 18px 5px 10px;
    font-size: 3.2vw;
    line-height: 130%;
    background: #df4322 url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
    background-size: 6px 10px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a {
    display: block;
    background: #FFF;
    margin: 0 0 0 0;
    padding: 5%;
    position: relative;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 {
    background: url(../../assets/img/common/icon_nico.png) left center no-repeat;
    background-size: 25px 25px;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 3vw;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 span::before {
    content: "";
    background: #1c1805;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a div span {
    position: absolute;
    right: 5%;
    bottom: 5%;
    padding: 5px 18px 5px 10px;
    font-size: 3.2vw;
    line-height: 130%;
    background: #df4322 url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
    background-size: 6px 10px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
  }
  .index_block_07 {
    background: #FFF;
  }
  .index_block_07 section {
    padding: 12% 0 12% 0;
  }
  .index_block_07 section ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 960px;
    margin: 0 auto 0;
    padding: 0 0px;
    text-align: center;
  }
  .index_block_07 section ul li {
    width: 84%;
    margin: 0 auto 3%;
    /*
    border:1px solid #c2c2c2;
    */
  }
  .index_block_07 section ul li:nth-child(2) {
    margin: 0 auto 3%;
  }
  .index_block_07 section ul li:nth-child(4) {
    margin: 0 auto 3%;
  }
  .index_block_07 section ul li:nth-child(6) {
    margin: 0 auto 3%;
  }
  .index_block_08 {
    background: #FFF;
  }
  .index_block_08 section {
    padding: 2% 0 16% 0;
  }
  .index_block_08 section h2 {
    color: #df4322;
    font-weight: bold;
    font-size: 3.6vw;
    line-height: 180%;
    text-align: center;
    background: none;
    background-size: 100% 4px;
    max-width: 1100px;
    margin: 0 20px;
  }
  .index_block_08 section h2 span {
    background: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 30px;
  }
  .index_block_08 section h2 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -9%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 120px;
    background: url(../../assets/img/index/bg_img_17.png) no-repeat 50% 50%;
    background-size: 60% auto;
  }
  .index_block_08 section h2 span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 60%;
    height: 120px;
    background: url(../../assets/img/index/bg_img_18.png) no-repeat 50% 50%;
    background-size: 60% auto;
  }
  .index_block_08 section .main_banner {
    width: 60%;
    max-width: 450px;
    margin: 20px auto;
    border: 1px solid #c2c2c2;
  }
  .index_block_08 section ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
  }
  .index_block_08 section ul li {
    margin: 0 2% 2% 0;
    border: 1px solid #c2c2c2;
    width: 48%;
  }
  .index_block_08 section ul li:nth-child(2) {
    margin: 0 0 2% 0;
  }
  .index_block_08 section ul li:nth-child(4) {
    margin: 0 0 2% 0;
  }
  .extra_area {
    margin: 30px 20px 0 20px;
    max-width: 980px;
  }
  .extra_area a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .index_block_04 section ul.about_navi li::before, .index_block_04 section ul.about_navi li::after {
    content: none;
  }
  .index_block_04 section ul.about_navi li a::before, .index_block_04 section ul.about_navi li a::after {
    content: none;
  }
  /*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/
  /*サイドウィジットへのtwetter埋め込み修正終わり*/
  /* 1792x828px at 326ppi iPhone XR*/
  /* 2436x1125px at 458ppi iPhone XS*/
  /* 2688x1242px at 458ppi iPhone XS Max */
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  .topPage main {
    /*
    margin:80px 0 0 0;
    */
  }
  .index_main_txt {
    position: absolute;
    top: 31%;
    /*
    left: 30%;
    */
    left: 5%;
    right: 0;
    margin: auto;
    /*
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .youtubelive {
    top: 28%;
    left: 50%;
  }
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  .index_main_txt {
    position: absolute;
    top: 31%;
    /*
    left: 30%;
    */
    left: 5%;
    right: 0;
    margin: auto;
    /*
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .youtubelive {
    top: 28%;
    left: 50%;
  }
  .grandprize {
    padding: 20px 0;
    font-size: 24px;
    line-height: 180%;
  }
  .grandprize em {
    font-size: 32px;
  }
  .index_block_02 section a p {
    font-size: 26px;
    line-height: 26pt;
  }
  .topPage main .main_nv_banner h2 {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .index_block_01 section div.right div.slick-slide {
    height: 26vw;
    position: relative;
  }
  .youtubelive {
    top: 28%;
    left: 50%;
  }
  .extra_area {
    margin: 30px 40px 0 40px;
    max-width: 980px;
  }
  .extra_area a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .index_block_05 section h2 {
    font-size: 28px;
    line-height: 130%;
  }
  .index_block_05 section h2 span {
    font-size: 15px;
  }
  .index_block_05 section h2 em {
    font-size: 17px;
  }
  .index_block_03 section {
    /*
    background: url(../../assets/img/index/bg_img_06.jpg) center 60% no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    */
  }
  .index_block_03 section h2 {
    font-size: 28px;
    line-height: 130%;
  }
  .index_block_03 section h2 span {
    font-size: 15px;
  }
  .index_block_03 section .index_slider_block .slider_area {
    font-size: 14px;
    line-height: 16pt;
  }
  .index_block_02 section a {
    font-size: 28px;
    line-height: 130%;
  }
  .index_block_02 section a div p span {
    font-size: 15px;
  }
  .index_block_01 section div.btnblock p.btn {
    font-size: 18px;
    line-height: 20pt;
  }
  .index_block_01 section div.left div p.ttl {
    font-size: 28px;
    background: url(../../assets/img/index/icon_img_01.png) 90% top no-repeat;
    background-size: 38px 40px;
    width: 450px;
  }
  .index_block_01 section div.left div p.ttl em {
    font-size: 34px;
  }
  .index_block_01 section div.left div p.text {
    font-size: 18px;
  }
  .index_block_01 section div.left div p.text em {
    font-size: 32px;
  }
  .index_block_01 section div.right div {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .index_block_01 section div.right div p.ttl {
    font-size: 18px;
    line-height: 20pt;
    position: absolute;
    left: -10px;
    top: 0;
  }
  .index_block_01 section div.right div p.ttl span {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    display: inline-block;
    padding: 15px 30px;
  }
  .index_block_01 section div.right div p.read span {
    padding: 15px 0 0 120px;
    font-size: 15px;
  }
  .index_block_01 section div.right div p.read a em {
    width: 75%;
    font-size: 15px;
    line-height: 18pt;
  }
  .index_block_01 section div.right div p.read em {
    font-size: 15px;
    line-height: 18pt;
  }
  .topPage main .main_nv_banner h2 {
    font-weight: bold;
    font-size: 24px;
  }
  .topPage main .main_nv_banner h2 em {
    font-size: 28px;
  }
  .topPage main .main_nv_banner h2 span {
    font-size: 21px;
  }
  .topPage main .main_nv_banner h2 span.sub {
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 0;
  }
  .topPage main .main_nv_banner ul {
    margin: 10px 0 0 0;
  }
  .topPage main .main_nv_banner ul li {
    background: #FFF;
  }
  .topPage main .main_nv_banner ul li a {
    font-size: 15px;
    line-height: 170%;
  }
  .index_news {
    background-image: none;
  }
  .index_news .index_news_block div.boxs_left .btn a {
    font-size: 15px;
    line-height: 18pt;
  }
  .index_news .index_news_block div.boxs_left dl {
    margin-bottom: 6%;
  }
  .index_news .index_news_block div.boxs_left dt {
    clear: left;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .index_news .index_news_block div.boxs_left dd {
    margin: 0 0 0px 90px;
    padding: 0px 0px 0px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index_news .index_news_block div.boxs_left dd p {
    font-size: 11px;
    line-height: 120%;
    margin-bottom: 5%;
  }
  .index_news .index_news_block div.boxs_left dd div {
    font-size: 14px;
    line-height: 150%;
  }
  .index_news .index_news_block div.boxs_left dd div {
    font-size: 14px;
    line-height: 150%;
  }
  .index_news .index_news_block div.boxs_left a:hover span {
    padding: 0 0 0 20px;
  }
  .index_news .index_news_block div.boxs_left a:hover div::before {
    width: 14px;
  }
  .index_news .index_news_block div.boxs_left h3 {
    font-size: 24px;
  }
  .index_news .index_news_block div.boxs_right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 10% 40px 10% 40px;
  }
  .index_news .index_news_block div.boxs_right ul {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0% 0 0% 0px;
  }
  .index_news .index_news_block div.boxs_right ul li {
    margin: 0 0 4% 0;
    width: 100%;
    max-width: 48%;
  }
  .index_news .index_news_block div.boxs_right ul li:nth-child(2) {
    margin: 0 0 4% 4%;
  }
  .index_news .index_news_block div.boxs_right ul li:nth-child(3) {
    margin: 0 0 0% 0%;
  }
  .index_news .index_news_block div.boxs_right ul li:nth-child(4) {
    margin: 0 0 0% 4%;
  }
  .index_block_04 section h2 {
    font-size: 28px;
    line-height: 130%;
  }
  .index_block_04 section h2 span {
    font-size: 15px;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) {
    margin: 0 4% 4% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(1) a {
    background: url(../../assets/img/index/icon_img_06.png) center 27% no-repeat;
    background-size: 50% auto;
  }
  .index_block_04 section ul.about_navi li:nth-child(2) {
    margin: 0 0 4% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(2) a {
    background: url(../../assets/img/index/icon_img_07.png) center 28% no-repeat;
    background-size: 50% auto;
  }
  .index_block_04 section ul.about_navi li:nth-child(3) a {
    background: url(../../assets/img/index/icon_img_08.png) center 28% no-repeat;
    background-size: 50% auto;
    padding: 60% 0 20% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(4) {
    margin: 0 0 4% 0;
  }
  .index_block_04 section ul.about_navi li:nth-child(4) a {
    background: url(../../assets/img/index/icon_img_09.png) center 29% no-repeat;
    background-size: 50% auto;
    padding: 60% 0 20% 0;
  }
  .index_block_04 section ul.about_s_navi {
    max-width: 100%;
    margin: 2% auto 0;
    padding: 0 40px;
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index_block_04 section ul.about_s_navi li {
    display: block;
    min-width: 49%;
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_block_04 section ul.about_s_navi li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4% 0 4% 30%;
    font-size: 1.6vw;
    line-height: 160%;
    font-weight: bold;
  }
  .index_block_04 section ul.about_s_navi li a span {
    display: inline-block;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(1) {
    background: url(../../assets/img/index/bg_img_08.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 50px 50px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 2% 2% 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(2) {
    background: url(../../assets/img/index/bg_img_09.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 50px 50px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2% 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(2) a img {
    width: 100%;
    max-width: 100px;
    margin: 0 0 5px 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(3) {
    background: url(../../assets/img/index/bg_img_10.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 50px 50px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 2% 0 0;
  }
  .index_block_04 section ul.about_s_navi li:nth-child(4) {
    background: url(../../assets/img/index/bg_img_11.jpg) left center no-repeat, url(../../assets/img/index/bg_img_12.png) right top no-repeat;
    background-size: 25% auto, 50px 50px;
    padding: 0 0 0 0%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .index_block_06 section .sns_blocks .photo_left {
    position: absolute;
    max-width: 100px;
    left: 0%;
    top: 10px;
    z-index: 0;
  }
  .index_block_06 section .sns_blocks .photo_right {
    position: absolute;
    max-width: 100px;
    right: 0%;
    top: 10px;
    z-index: 0;
  }
  .index_block_06 section .sns_blocks h2 {
    font-size: 28px;
    line-height: 130%;
  }
  .index_block_06 section .sns_blocks h2 span {
    font-size: 15px;
  }
  .index_block_06 section .sns_blocks h2 em {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list {
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 40px;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    background: #FFF;
    margin: 0 4% 5% 0;
    padding: 5%;
    z-index: 1;
    width: 48%;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) .tw_block {
    width: 100%;
  }
  .index_block_06 section ul.sns_list li:nth-child(1) h3 span {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    background: #FFF;
    margin: 0 0 5% 0;
    padding: 5%;
    z-index: 1;
    width: 48%;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) .fb_block {
    width: 100%;
  }
  .index_block_06 section ul.sns_list li:nth-child(2) h3 span {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    z-index: 1;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a {
    display: block;
    background: #FFF;
    margin: 0 0 0% 0;
    padding: 10%;
    position: relative;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a h3 span {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .lines a div span {
    right: 10%;
    bottom: 10%;
    font-size: 12px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes {
    width: 48%;
    float: left;
    margin: 0 0 4% 0;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a {
    display: block;
    background: #FFF;
    margin: 0 0 0 0;
    padding: 10%;
    position: relative;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a h3 span {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .youtubes a div span {
    right: 10%;
    bottom: 10%;
    font-size: 12px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos {
    width: 48%;
    float: left;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a {
    display: block;
    background: #FFF;
    margin: 0 0 0 0;
    padding: 10%;
    position: relative;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a h3 span {
    font-size: 17px;
  }
  .index_block_06 section ul.sns_list li:nth-child(3) .nicos a div span {
    right: 10%;
    bottom: 10%;
    font-size: 12px;
  }
  .index_block_07 section {
    padding: 8% 0 8% 0;
  }
  .index_block_07 section ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 960px;
    margin: 0 auto 0;
    padding: 0 0px;
  }
  .index_block_07 section ul li {
    width: 26.5%;
    margin: 0 3% 3% 0;
    /*
    border:1px solid #c2c2c2;
    */
  }
  .index_block_07 section ul li:nth-child(2) {
    margin: 0 3% 3% 0;
  }
  .index_block_07 section ul li:nth-child(3) {
    margin: 0 0% 3% 0;
  }
  .index_block_07 section ul li:nth-child(4) {
    margin: 0 0 3% 0;
  }
  .index_block_07 section ul li:nth-child(4) {
    margin: 0 3% 3% 0;
  }
  .index_block_07 section ul li:nth-child(6) {
    margin: 0 0 3% 0;
  }
  .index_block_08 section h2 {
    background: url(../../assets/img/index/bg_img_16.png) center center no-repeat;
    background-size: 100% 4px;
  }
  .index_block_08 section .main_banner {
    width: 60%;
    max-width: 250px;
    margin: 20px auto;
    border: 1px solid #c2c2c2;
  }
  .index_block_08 section ul {
    padding: 0 20px;
  }
  .index_block_08 section ul li {
    margin: 0 2% 2% 0;
    border: 1px solid #c2c2c2;
    width: 23.5%;
  }
  .index_block_08 section ul li:nth-child(2) {
    margin: 0 2% 0% 0;
  }
  .index_block_08 section ul li:nth-child(4) {
    margin: 0 0% 0% 0;
  }
}
@media screen and (max-width: 48em) and (orientation: landscape) {
  .topPage main {
    background: url(../../assets/img/index/main/bg_img_01.jpg) 60% top no-repeat;
    background-size: cover;
  }
  .topPage main .main_text01 {
    width: 33%;
    height: 100vh;
    right: 60%;
  }
  .main_bottom_block {
    position: relative;
    height: auto;
  }
  .topPage main .main_nv_banner {
    position: relative;
  }
}
@media screen and (max-width: 48em) and (max-width: 768px) and (min-width: 480px) {
  iframe .twitter-timeline-rendered {
    width: 490px !important;
  }
}
@media screen and (max-width: 48em) and (max-width: 480px) {
  iframe.twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto; /*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
  }
}
@media screen and (max-width: 48em) {
  .timeline-Widget {
    max-width: 300px !important;
    width: 200px !important;
  }
}
@media only screen and (max-width: 48em) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .topPage main #slide_wrapp {
    width: 100%;
    margin: 0;
  }
  .topPage main .main_text01 {
    top: -100px;
  }
}
@media only screen and (max-width: 48em) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .topPage main #slide_wrapp {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 48em) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .topPage main #slide_wrapp {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 48em) {
  .main_honban_mae_2021 {
    background: none;
    margin: 70px 0 0 0;
    position: relative;
  }
}
@media screen and (max-width: 48em) {
  .main_honban_mae_2021 img {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 48em) {
  .main_honban {
    background: none;
    margin: 70px 0 0 0;
    position: relative;
  }
}
@media screen and (max-width: 48em) {
  .main_honban img {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 48em) {
  em.kaisaicyu {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    margin: 6px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .headline .headline_area .ttl {
    -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
    font-size: 12px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 48em) {
  .headline .headline_area .ttl .tc {
    text-align: center;
    padding: 0 20px 0 0px;
    font-weight: bold;
  }
}
@media screen and (max-width: 48em) {
  .headline .headline_area .ttl p span::before {
    width: 10px;
    top: 8px;
  }
}
@media screen and (max-width: 48em) {
  .headline .headline_area .head_txt {
    font-size: 13px;
    padding: 14px 0;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 48em) {
  p.honsai_p01 {
    text-align: center;
    margin: 5px 0 0 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .index_main_txt img {
    max-width: 60%;
  }
}
@media screen and (max-width: 48em) {
  .topPage main .main_nv_banner h2 span.sub {
    margin: 10px 0 15px 0;
  }
}
@media screen and (max-width: 48em) {
  .topPage main .main_nv_banner ul li.sokuho_list a {
    padding: 14px 10px;
    font-size: 18px;
    -webkit-box-shadow: 0px 5px 0px #c1c30c;
            box-shadow: 0px 5px 0px #c1c30c;
  }
}
@media screen and (max-width: 48em) {
  .topPage main .main_nv_banner ul li.sokuho_list {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 48em) {
  h1.team_h1 {
    font-size: 5vw;
    line-height: 170%;
    margin: 0 auto 40px;
  }
  h1.team_h1 span {
    padding: 1% 3%;
  }
  h1.team_h1 em {
    background: #df4322;
    color: #FFF;
    display: inline-block;
    font-size: 2.8vw;
    line-height: 150%;
    padding: 10px 18px;
    margin: 0 0 15px 0;
  }
  h1.team_h1::after {
    bottom: -14px;
    width: 10%;
  }
  .team_ttlh1 {
    font-size: 6.6vw;
    line-height: 150%;
    margin: 0 0 35px 0;
  }
  .team_ttlh1 span {
    font-weight: bold;
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 2.8vw;
  }
  /*-----TAB1 他にも影響がでるのでCSS注意！-----*/
  /*-----TAB1 他にも影響がでるのでCSS注意！-----*/
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  h1.team_h1 {
    font-size: 18px;
    margin: 0 auto 50px;
  }
  .team_ttlh1 {
    font-size: 26px;
    line-height: 130%;
    margin: 0 0 45px 0;
  }
  .team_ttlh1 span {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
    margin: 0 auto 50px;
  }
  p {
    font-size: 14px;
    line-height: 200%;
  }
}
@media screen and (max-width: 48em) {
  .team_index main {
    background: url(../../assets/img/team/main.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 48em) {
  #tab-head2 li {
    float: none;
    width: 50%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 48em) {
  #tab-head2 li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 48em) {
  #tab-head2 {
    min-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 48em) {
  #tab-head2 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 48em) {
  #tab-body2 {
    margin-bottom: 50px;
    padding: 20px;
  }
}
@media screen and (max-width: 48em) {
  .tab1 a, .tab3 a {
    background: #efefef;
  }
}
@media screen and (max-width: 48em) {
  .tab2, .tab4 {
    background: #df4322 !important;
    color: #fff !important;
    padding: 25px 0px 25px 0 !important;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  #tab-b1, #tab-b2, #tab-b3, #tab-b4, #tab-b1_2, #tab-b2_2, #tab-b3_2 {
    height: auto;
  }
}
@media screen and (max-width: 48em) {
  .bdr2 {
    position: absolute;
    top: -22px;
    right: 23%;
  }
}
@media screen and (max-width: 48em) {
  .tab-head2 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 48em) {
  #tab-head3 li {
    float: none;
    width: 20%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #FFF;
  }
}
@media screen and (max-width: 48em) {
  #tab-head3 li:nth-child(5) {
    border-right: none;
  }
}
@media screen and (max-width: 48em) {
  #tab-head3 li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin-top: 0px;
    font-size: 4.2vw;
  }
  #tab-head3 li a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 48em) {
  #tab-head3 {
    min-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 48em) {
  #tab-head3 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 48em) {
  #tab-body3 {
    margin-bottom: 0px;
    padding: 0px 0 20px 0;
  }
}
@media screen and (max-width: 48em) {
  .tab5 a {
    background: #f6f6f6;
  }
}
@media screen and (max-width: 48em) {
  .tab6 {
    background: #000 !important;
    color: #fff !important;
    padding: 15px 0px 15px 0 !important;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  #tab-b1, #tab-b2, #tab-b3, #tab-b4, #tab-b1_2, #tab-b2_2, #tab-b3_2 {
    height: auto;
  }
}
@media screen and (max-width: 48em) {
  .tab2_base {
    background: #FFF;
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
    padding: 60px 20px 20px 20px;
  }
}
@media screen and (max-width: 48em) {
  .team_block_01_left {
    float: none;
    width: 100%;
  }
  .team_block_01_left .ttl {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .team_block_01_left ul {
    margin: 0px 0 0 0;
  }
  .team_block_01_left ul li {
    margin: 0 20px 10px 0;
    font-size: 12px;
  }
  .team_block_01_left ul li img {
    width: 36px;
    margin: 0 2px 0 0;
  }
  .team_block_01_left ul li:last-child {
    margin: 0 0 0 0;
  }
  .team_block_01_left .sml {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .team_block_01_right {
    float: none;
    width: 100%;
  }
  .team_block_01_right .ttl {
    font-size: 16px;
    margin: 30px 0 12px 0;
  }
  .team_block_01_right .select {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .team_block_01_right .select::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
  .team_block_01_right .selects {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 5px 40px 5px 10px;
    border: 1px solid #b4b3b3;
    border-radius: 2px;
  }
  .team_block_01_right select::-ms-expand {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  dl.tab-dl3 {
    border-bottom: 1px dotted #000;
    padding: 20px 15px 5px 15px;
    display: block;
  }
  dl.tab-dl3 dt p.name {
    font-size: 4.1vw;
    line-height: 140%;
    font-weight: bold;
  }
  dl.tab-dl3 dt p.name span {
    font-size: 10px;
    line-height: 12pt;
    display: block;
    margin: 0 0 5px 0;
  }
  dl.tab-dl3 dt p.name a::after {
    content: none;
  }
  dl.tab-dl3 dd {
    margin: 0px 0 0 0;
    /*
    a:hover{
        background:#000000;
    }
    a:hover em{
        background:url(../../assets/img/common/icon_img_01.png) 95% center no-repeat;
        background-size:6px 10px;
    }
    */
    /*
    p{
        display:block;
        width:100%;
        text-align:center;
        margin:0 auto 0;
    }
    */
  }
  dl.tab-dl3 dd div {
    margin: 0 0 0 0;
    width: 100%;
    display: inline;
    text-align: left;
  }
  dl.tab-dl3 dd img {
    width: 42px;
    margin: 10px 2px 10px 2px;
    text-align: left;
  }
  dl.tab-dl3 dd a.btns {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    background: #df4322;
    padding: 4px 10px 4px 20px;
    font-size: 11px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px 0 15px 10px;
  }
  dl.tab-dl3 dd a.btns em {
    display: inline-block;
    background: url(../../assets/img/common/icon_img_01.png) 90% center no-repeat;
    background-size: 6px 10px;
    padding: 0 18px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  dl.tab-dl3 dd span {
    text-align: left;
    display: inline-block;
    background: #f1f1f1;
    font-weight: bold;
    padding: 6px 15px;
    margin: 10px 0px 5px 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  dl.tab-dl3 dd {
    margin: 5px 0 0 0;
  }
  dl.tab-dl3 dd a.btns {
    margin: 5px 0 15px 5px;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .tab-head2 {
    font-size: 15px;
  }
  #tab-head2 li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    font-size: 15px;
  }
  dl.tab-dl3 dt p.name {
    font-size: 18px;
  }
  dl.tab-dl3 dd {
    margin: 5px 0 0 0;
  }
  dl.tab-dl3 dd a.btns {
    margin: 5px 0 15px 15px;
  }
  dl.tab-dl3 dd p {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 48em) {
  .map_base {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .map_base .map_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 30px 0;
  }
  .map_base .map_left img {
    width: 100%;
    max-width: 660px;
    margin: 0 auto 0;
  }
  .map_base .map_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .map_base .map_right .ttl {
    font-size: 15px;
    padding: 6px 0 6px 35px;
    background: url(../../assets/img/team/icon06.png) left 2px no-repeat;
    background-size: 18px 26px;
    color: #000;
    margin: 0 0 5px 0;
  }
  .map_base .map_right .ttl span {
    display: inline;
    font-size: 15px;
  }
  .map_base .map_right ul {
    margin: 10px 0;
    padding: 20px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .map_base .map_right ul li {
    margin: 7px 0;
  }
  .map_base .map_right ul.hokkaidos {
    border: none;
    padding: 0;
  }
  .map_base .map_right ul.hokkaidos li {
    margin: 0 0 5px 15px;
    font-size: 13px;
    display: inline-block;
  }
  .map_base .map_right li.hokkaido div a {
    font-weight: bold;
  }
  .map_base .map_right li.hokkaido div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #ae9f62;
  }
  .map_base .map_right li.tohoku, .map_base .map_right li.kanto, .map_base .map_right li.cyubu, .map_base .map_right li.kinki, .map_base .map_right li.cyugoku, .map_base .map_right li.kaigai, .map_base .map_right li.other, .map_base .map_right li.zenkoku {
    display: inline-block;
    margin: 0 10px 7px 0;
  }
  .map_base .map_right li.kyusyu {
    display: inline-block;
    margin: 0 0 7px 0;
  }
  .map_base .map_right li.tohoku div a {
    font-weight: bold;
  }
  .map_base .map_right li.tohoku div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #7dc3c9;
  }
  .map_base .map_right li.kanto div a {
    font-weight: bold;
  }
  .map_base .map_right li.kanto div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #a862ae;
  }
  .map_base .map_right li.cyubu div a {
    font-weight: bold;
  }
  .map_base .map_right li.cyubu div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #d5869b;
  }
  .map_base .map_right li.kinki div a {
    font-weight: bold;
  }
  .map_base .map_right li.kinki div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #cba958;
  }
  .map_base .map_right li.cyugoku div a {
    font-weight: bold;
  }
  .map_base .map_right li.cyugoku div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #7790d7;
  }
  .map_base .map_right li.kyusyu div a {
    font-weight: bold;
  }
  .map_base .map_right li.kyusyu div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #72c976;
  }
  .map_base .map_right li.kaigai div a {
    font-weight: bold;
  }
  .map_base .map_right li.kaigai div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #6bb281;
  }
  .map_base .map_right li.other div a {
    font-weight: bold;
  }
  .map_base .map_right li.other div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #7fdc52;
  }
  .map_base .map_right li.zenkoku div a {
    font-weight: bold;
  }
  .map_base .map_right li.zenkoku div a::before {
    padding: 0 5px 0 0px;
    content: "■";
    color: #df4322;
  }
}
@media screen and (max-width: 48em) {
  .team_block_02 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0px;
  }
  .team_block_02 .team_block_02_left {
    max-width: 100%;
  }
  .team_block_02 .team_block_02_left hr {
    margin: 15px 0;
  }
  .team_block_02 .team_block_02_left h1 {
    font-size: 5vw;
    line-height: 170%;
    padding: 0 0 6px 0;
    margin: 0 0 15px 0;
    text-align: left;
  }
  .team_block_02 .team_block_02_left h2 {
    font-size: 4.6vw;
    line-height: 160%;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    text-align: left;
  }
  .team_block_02 .team_block_02_left h2::after {
    content: none;
  }
  .team_block_02 .team_block_02_left h3 {
    font-weight: bold;
    font-size: 4vw;
    line-height: 150%;
    color: #000;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
  }
  .team_block_02 .team_block_02_left h4 {
    font-weight: bold;
    font-size: 3.6vw;
    line-height: 182%;
  }
  .team_block_02 .team_block_02_left ul.detail_list {
    margin: 20px 0 0 0;
  }
  .team_block_02 .team_block_02_left ul.detail_list li {
    display: inline-block;
    max-width: 50px;
    margin: 0 5px 0 0;
  }
  .team_block_02 .team_block_02_left a {
    font-weight: bold;
    color: #df4322;
    text-decoration: underline;
  }
  .team_block_02 .team_block_02_left a:hover {
    text-decoration: none;
  }
  .team_block_02 .team_block_02_left ul {
    margin: 20px 0 0 0;
  }
  .team_block_02 .team_block_02_left ul li {
    margin: 0 0 3px 0;
    position: relative;
    padding: 0 0 0 15px;
  }
  .team_block_02 .team_block_02_left ul li::before {
    content: "・";
    position: absolute;
    top: 0px;
    left: 0;
  }
  .team_block_02 .team_block_02_left ul li:last-child {
    margin: 0 0 0 0;
  }
  .team_block_02 .team_block_02_left ol {
    list-style: none; /* olがはき出す数字を消す */
    margin: 20px 0 0 0;
    counter-reset: カウンタ名;
  }
  .team_block_02 .team_block_02_left ol li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 8px 0;
  }
  .team_block_02 .team_block_02_left ol li:before {
    counter-increment: カウンタ名;
    content: counter(カウンタ名);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background: #000;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
  .team_block_02 .team_block_02_right {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 48em) {
  .team_gray {
    background: #f9f9f9;
    margin: 30px 0 0 0;
    padding: 35px 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .team_gray .team_gray_base {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team_gray .team_gray_base .team_icon_ttl {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 15px 0;
  }
  .team_gray .team_gray_base .team_icon_ttl span {
    background: #df4322;
    color: #FFF;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 14pt;
    display: inline-block;
    padding: 6px 15px;
  }
  .team_gray .team_gray_base .team_gray_right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .team_gray .team_gray_base .team_gray_right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #b5b5b5;
    padding: 18px 0 18px 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .team_gray .team_gray_base .team_gray_right dl dt {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding: 0px 0 10px 0px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .team_gray .team_gray_base .team_gray_right dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    padding: 0 0px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .team_ttl_menu span {
    padding: 13px 0 12px 0;
    border-bottom: 1px solid #000;
    margin: 0px 0 0px 0;
    font-size: 3.1vw;
    line-height: 20pt;
    cursor: pointer;
  }
  .team_ttl_menu span em {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 48em) {
  .team_ttl_menu span::before {
    content: "";
    display: block;
    width: 15%;
    border-bottom: 1px solid #eb6100;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 48em) {
  .childs {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .txc {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .team_block_02 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0px;
  }
  .team_block_02 .team_block_02_left {
    max-width: 100%;
  }
  .team_block_02 .team_block_02_left hr {
    margin: 15px 0;
  }
  .team_block_02 .team_block_02_left h1 {
    font-size: 24px;
    line-height: 170%;
    padding: 0 0 6px 0;
    margin: 0 0 15px 0;
    text-align: left;
  }
  .team_block_02 .team_block_02_left h2 {
    font-size: 21px;
    line-height: 160%;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    text-align: left;
  }
  .team_block_02 .team_block_02_left h2::after {
    content: none;
  }
  .team_block_02 .team_block_02_left h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
  }
  .team_block_02 .team_block_02_left h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 182%;
  }
  .team_block_02 .team_block_02_left ol {
    list-style: none; /* olがはき出す数字を消す */
    margin: 20px 0 0 0;
    counter-reset: カウンタ名;
  }
  .team_block_02 .team_block_02_left ol li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 8px 0;
  }
  .team_block_02 .team_block_02_left ol li:before {
    counter-increment: カウンタ名;
    content: counter(カウンタ名);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background: #000;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
  .team_ttl_menu span {
    padding: 15px 0 13px 0;
    border-bottom: 1px solid #000;
    margin: 0px 0 0px 0;
    font-size: 14px;
    line-height: 20pt;
    cursor: pointer;
  }
  .team_ttl_menu span em {
    font-size: 19px;
  }
  .team_block_02 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team_block_02 .team_block_02_left {
    max-width: 100%;
    padding: 0 5% 0 0;
  }
  .team_block_02 .team_block_02_right {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .team_gray .team_gray_base .team_icon_ttl {
    margin: 0 0 0 0;
  }
  .team_gray .team_gray_base .team_gray_right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #b5b5b5;
    padding: 20px 0 20px 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .team_gray .team_gray_base .team_gray_right dl dt {
    -webkit-box-flex: 0.4;
    -webkit-flex: 0.4;
        -ms-flex: 0.4;
            flex: 0.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px 0px 20px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .team_gray .team_gray_base .team_gray_right dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .venue_index main {
    background: url(../../assets/img/venue/main.jpg) center top no-repeat;
    background-size: cover;
  }
  h1.venue_h1 {
    font-size: 5vw;
    line-height: 170%;
    margin: 0 auto 40px;
  }
  h1.venue_h1 span {
    padding: 1% 5% !important;
    margin: 0 14px 0 0;
    font-size: 4.2vw;
  }
  h1.venue_h1 em {
    background: #df4322;
    color: #FFF;
    display: inline-block;
    font-size: 2.8vw;
    line-height: 150%;
    padding: 10px 22px;
    margin: 0 0 15px 0;
  }
  h1.venue_h1::after {
    bottom: -14px;
    width: 10%;
  }
  .venue_ttlh1 {
    font-size: 6.6vw;
    line-height: 150%;
    margin: 0 0 35px 0;
  }
  .venue_ttlh1 span {
    font-weight: bold;
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 2.8vw;
  }
  /*
  .venue_gray{
      background:#f9f9f9;
      margin:30px 0 0 0;
      padding:35px 0;
      transition: all .0s ease;
      .venue_gray_base{
          position:relative;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
      }
  }
  */
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  h1.venue_h1 {
    font-size: 18px;
    margin: 0 auto 50px;
  }
  h1.venue_h1 span {
    padding: 0.8% 2.5% !important;
    font-size: 18px;
  }
  .venue_ttlh1 {
    font-size: 26px;
    line-height: 130%;
    margin: 0 0 45px 0;
  }
  .venue_ttlh1 span {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
    margin: 0 auto 50px;
  }
  p {
    font-size: 14px;
    line-height: 200%;
  }
}
@media screen and (max-width: 48em) {
  .venue_tab {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .venue_tab .tab2, .venue_tab .tab4 {
    background: #df4322 !important;
    color: #fff !important;
    padding: 25px 0px 25px 0 !important;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 48em) {
  .venue_tab_base_01, .venue_tab_base_02 {
    background-image: none;
    padding: 0px 0;
  }
}
@media screen and (max-width: 48em) {
  .vanue_block_01 {
    max-width: 1100px;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
  }
  .vanue_block_01 .vanue_block_01_left {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f9f9f9;
    padding: 8% 3%;
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map {
    padding: 0 0%;
    width: 100%;
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map area {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map div {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map img {
    width: 100%;
    max-width: 100%;
  }
  .vanue_block_01 .vanue_block_01_right {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 20px 0 20px;
  }
  .vanue_block_01 .vanue_block_01_right ul {
    width: 100%;
  }
  .vanue_block_01 .vanue_block_01_right ul li {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    font-weight: bold;
    margin: 10px 0;
  }
  .vanue_block_01 .vanue_block_01_right ul li a {
    background: url(../../assets/img/common/icon_img_14.png) right center no-repeat;
    background-size: 13px 13px;
    padding: 0 17px 0 0;
  }
  .vanue_block_01 .vanue_block_01_right ul li a span {
    font-size: 3.8vw;
    line-height: 180%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 2% 0%;
    margin: 0 8px 0 0;
    text-align: center;
    width: 11%;
  }
  .vanue_block_01 .vanue_block_01_right ul li a span.ex {
    /*
    padding:3% 5.7%;
    */
  }
  .vanue_block_01 .vanue_block_01_right ul li a em {
    font-size: 3.1vw;
    padding: 0 0 0 17px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em.small {
    font-size: 2.8vw;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 10px;
    background: #000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover {
    color: #df4322;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover em {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 48em) {
  .venue_block_03 {
    /*
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 70%, rgba(223, 67, 34, 0.3) 30%);
    */
    background-image: none;
    padding: 0px 0 0px 0;
  }
  .venue_block_03 section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_block_03 section .venue_block_03_left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: auto;
    padding: 0px 0% 0px 0;
  }
  .venue_block_03 section .venue_block_03_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0px 0 15px 0;
  }
  .venue_block_03 section .venue_block_03_right img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 48em) {
  .venue_block_04 {
    margin: 30px 0 0 0;
  }
  .venue_block_04 ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    text-align: center;
  }
  .venue_block_04 ul li {
    /*
    width: 31%;     
    */
    margin: 0 auto 5%;
    width: 100%;
    max-width: 100%;
  }
  .venue_block_04 ul li:last-child {
    margin: 0 auto 0;
  }
  .venue_block_04 p {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .venue_gray {
    background: #f9f9f9;
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_gray .venue_gray_base .venue_ttl01 {
    width: 100%;
    margin: 0 auto 0;
    font-size: 3.6vw;
    line-height: 150%;
    padding: 3px 15px 0 15px;
  }
  .venue_gray .venue_gray_base .venue_ttl01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 6px;
    height: 27px;
    background: url(../../assets/img/venue/bg_img_02.png) left center no-repeat;
    background-size: 6px 27px;
    line-height: 150%;
  }
  .venue_gray .venue_gray_base .venue_ttl01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 6px;
    height: 27px;
    background: url(../../assets/img/venue/bg_img_03.png) right center no-repeat;
    background-size: 6px 27px;
    line-height: 150%;
  }
}
@media screen and (max-width: 48em) {
  .venue_block_05 {
    margin: 30px 0 0 0;
  }
  .venue_block_05 h3 {
    font-size: 3.2vw;
    margin: 0 0 10px 0;
  }
  .venue_block_05 .venue_access {
    background: #FFF;
    padding: 20px 25px;
  }
  .venue_block_05 .venue_access li {
    margin: 0 0 6px 0;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
  }
  .venue_block_05 .venue_access li:last-child {
    margin: 0;
  }
  .venue_block_05 .venue_access li::before {
    content: "・";
    position: absolute;
    top: 0px;
    left: 0;
  }
}
@media screen and (max-width: 48em) {
  .venue_grayB {
    padding: 30px 0 60px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_grayB .venue_area_block {
    margin: 50px 0 0 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .venue_grayB .venue_area_block h3 {
    font-size: 3.2vw;
    margin: 0 0 15px 0;
  }
  .venue_grayB .venue_area_block .venue_area_left {
    text-align: left;
    padding: 0 0% 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .venue_grayB .venue_area_block .venue_area_left table {
    width: 100%;
  }
  .venue_grayB .venue_area_block .venue_area_left table th {
    background: #000;
    color: #FFF;
    padding: 15px 15px;
    width: 32%;
    font-size: 3.3vw;
    line-height: 170%;
    letter-spacing: 0.1em;
  }
  .venue_grayB .venue_area_block .venue_area_left table th em {
    font-size: 7vw;
  }
  .venue_grayB .venue_area_block .venue_area_left table th span {
    font-size: 2.8vw;
    line-height: 160%;
    padding: 2px 30%;
  }
  .venue_grayB .venue_area_block .venue_area_left table td {
    padding: 15px 15px;
    width: 68%;
  }
  .venue_grayB .venue_area_block .venue_area_right {
    padding: 14% 0 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .venue_gray {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .venue_gray .venue_gray_base .venue_ttl01 {
    font-size: 18px;
    line-height: 120%;
    padding: 3px 20px 0 20px;
  }
  .venue_gray .venue_gray_base .venue_ttl01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 6px;
    height: 27px;
    background: url(../../assets/img/venue/bg_img_02.png) left center no-repeat;
    background-size: 6px 27px;
  }
  .venue_gray .venue_gray_base .venue_ttl01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 6px;
    height: 27px;
    background: url(../../assets/img/venue/bg_img_03.png) right center no-repeat;
    background-size: 6px 27px;
  }
  .venue_block_03 {
    background-image: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0) 70%, rgb(223, 67, 34) 30%);
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 70%, rgb(223, 67, 34) 30%);
    padding: 0px 0 0px 0;
  }
  .venue_block_03 section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .venue_block_03 section .venue_block_03_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: auto;
    padding: 0px 4% 0px 0;
  }
  .venue_block_03 section .venue_block_03_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5% 0 15px 0;
  }
  .venue_block_03 section .venue_block_03_right img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .venue_block_04 {
    margin: 30px 0 0 0;
  }
  .venue_block_04 ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .venue_block_04 ul li {
    width: 70%;
    margin: 0 auto 5%;
  }
  .venue_block_04 ul li:last-child {
    width: 70%;
    margin: 0 auto 0;
  }
  .venue_block_04 p {
    margin: 30px 0 0 0;
  }
  .vanue_block_01 .vanue_block_01_left {
    padding: 8% 0;
  }
  .vanue_block_01 .vanue_block_01_left .vanue_map {
    padding: 0 5%;
  }
  .vanue_block_01 .vanue_block_01_right ul li a span {
    font-size: 16px;
    line-height: 180%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 3% 0%;
    margin: 0 10px 0 0;
    width: 11%;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em {
    font-size: 16px;
    padding: 0 0 0 24px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a em::before {
    width: 15px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover em {
    font-size: 16px;
    padding: 0 0 0 34px;
  }
  .vanue_block_01 .vanue_block_01_right ul li a:hover em::before {
    width: 25px;
  }
}
@media screen and (max-width: 48em) {
  .info_index main {
    background: url(../../assets/img/news/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .news_block_02 dl {
    margin-bottom: 10%;
  }
  .news_block_02 dt {
    clear: left;
    float: left;
    width: 60px;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_block_02 dd {
    margin: 0 0 0px 60px;
    padding: 0px 0px 0px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_block_02 dd p {
    font-size: 3.2vw;
    line-height: 120%;
    margin-bottom: 5%;
    color: #616161;
  }
  .news_block_02 dd div {
    font-weight: bold;
    font-size: 4vw;
    line-height: 160%;
  }
  .news_block_02 a div {
    font-size: 4vw;
    line-height: 160%;
    padding: 0 0 0 25px;
  }
  .news_block_02 a div span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
  }
  .news_block_02 a:hover div {
    text-decoration: none;
    padding: 0 0 0 25px;
  }
  .news_block_02 a div:hover::before {
    width: 16px;
  }
  ul.news_number {
    text-align: center;
    margin: 40px auto 0;
  }
  ul.news_number li {
    margin: 0 5px;
  }
  ul.news_number li a {
    font-size: 12px;
    padding: 12px 20px;
  }
  p.news_days {
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
    color: #7f7f7f;
    margin: 0 0 15px 0;
  }
  .news_under_block {
    margin: 0 0 0 0;
  }
  .news_under_block p {
    margin: 15px 0 0px 0;
  }
  .news_under_block div {
    margin: 15px 0;
    /*
    border-bottom:1px solid #000;
    */
    padding: 0 0 7px 0;
    font-size: 3.5vw;
  }
  .news_under_block table {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .news_under_block table th {
    background: #eba090;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
    vertical-align: middle;
  }
  .news_under_block table td {
    padding: 5px 10px;
    border: 1px solid #FFF;
    background: #f2f2f2;
    vertical-align: middle;
  }
  .news_under_block ul {
    margin: 20px 0 0 0;
  }
  .news_under_block ul li {
    margin: 0 0 3px 0;
    position: relative;
    padding: 0 0 0 15px;
  }
  .news_under_block ul li::before {
    content: "・";
    position: absolute;
    top: 0px;
    left: 0;
  }
  .news_under_block ul li:last-child {
    margin: 0 0 0 0;
  }
  .news_under_block ol {
    margin: 15px 0 0 0;
  }
  .news_under_block ol li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 8px 0;
  }
  .news_under_block ol li:before {
    counter-increment: カウンタ名;
    content: counter(カウンタ名);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background: #000;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
  .info_index img.aligncenter {
    margin: 20px auto 0;
  }
  .info_index .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .info_index .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  p.news_days {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #7f7f7f;
    margin: 0 0 20px 0;
  }
  .news_under_block p {
    margin: 20px 0 0px 0;
  }
  .news_under_block div {
    margin: 30px 0 0 0;
  }
  .news_under_block table {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .news_under_block table th {
    padding: 8px 13px;
  }
  .news_under_block table td {
    padding: 8px 13px;
  }
  .news_block_02 dl {
    margin-bottom: 7%;
  }
  .news_block_02 dd {
    /*
    p{
        font-size:2.8vw;
        line-height:120%;
        margin-bottom:4%;
        color:#616161;
    }
    a{
        font-size:2.8vw;
        line-height:160%;
    }
    */
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .news_under_block p {
    margin: 20px 0 0px 0;
  }
  .news_under_block div {
    margin: 20px 0;
    font-size: 16px;
    line-height: 19pt;
  }
  .news_block_02 dl {
    margin-bottom: 30px;
  }
  .news_block_02 dt {
    clear: left;
    float: left;
    width: 80px;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_block_02 dd {
    margin: 0 0 0px 90px;
    padding: 0px 0px 0px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news_block_02 dd p {
    font-size: 11px;
    line-height: 120%;
    margin-bottom: 2%;
    color: #616161;
  }
  .news_block_02 dd div {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25pxpx;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
  }
  .news_block_02 a {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 48em) {
  ul.news_number {
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 48em) {
  .report_index main {
    background: url(../../assets/img/report/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .report_block_04.report_final ul li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .report_block_04.report_final .report_area_04 {
    padding: 30px 25px 22px 25px;
  }
  #unker101, #unker100, #unker102, #newsflash022, #newsflash021, #newsflash020, #newsflash04, #newsflash01, #newsflash02, #newsflash03, #EachAwardResult {
    margin: -80px 0 0 0;
    padding: 80px 0 0 0;
    display: block;
  }
  .report_final_base_01 {
    background-image: none;
    padding: 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_final_block_01 {
    max-width: 1100px;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
  }
  .report_final_block_01 .report_final_block_01_left {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #df4322;
    padding: 14% 0 10% 0;
    margin: 0 0 0 30%;
    width: 100%;
    position: relative;
  }
  .report_final_block_01 .report_final_block_01_left .sponlybd {
    display: block;
    width: 14px;
    height: 36px;
    position: absolute;
    right: 65%;
    bottom: -18px;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map {
    padding: 0 5%;
    width: 100%;
    text-align: center;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    vertical-align: middle;
    padding: 0 35% 0 0;
    text-align: right;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl {
    text-align: right;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 5vw;
    display: inline;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl em {
    font-size: 10vw;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl span {
    font-size: 9vw;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days {
    vertical-align: top;
    width: auto;
    margin: 10px auto 0;
    text-align: right;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    display: inline;
    background: none;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days span {
    vertical-align: top;
    background: #FFF;
    font-size: 3.2vw;
    line-height: 150%;
    padding: 4px 10px 3px 10px;
    margin: 0 0 0px 3px;
    display: inline-block;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .kekka_ttl {
    font-size: 8vw;
    font-weight: bold;
    text-align: right;
    margin: 10px 0px 10px 0;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte p {
    text-align: right;
    font-weight: bold;
    margin: 0 0px 0 0;
  }
  .report_final_block_01 .report_final_block_01_right {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 20px 0 20px;
  }
  .report_final_block_01 .report_final_block_01_right ul {
    width: 100%;
  }
  .report_final_block_01 .report_final_block_01_right ul li {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    font-weight: bold;
    margin: 18px 0;
  }
  .report_final_block_01 .report_final_block_01_right ul li a {
    padding: 0 17px 0 0;
  }
  .report_final_block_01 .report_final_block_01_right ul li a span {
    font-size: 3.2vw;
    line-height: 180%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 2% 8%;
    margin: 0 8px 0 0;
    text-align: center;
    width: auto;
    font-weight: normal;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em {
    font-size: 4.3vw;
    line-height: 150%;
    padding: 6px 0 0 40px;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em.small {
    font-size: 2.8vw;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em::before {
    content: "";
    position: absolute;
    top: 56%;
    left: 20px;
    width: 10px;
    background: #000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover {
    color: #df4322;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em {
    font-size: 4.3vw;
    padding: 6px 0 0 40px;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em::before {
    width: 10px;
  }
  .report_block_03 {
    /*
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 70%, rgba(223, 67, 34, 0.3) 30%);
    */
    background-image: none;
    padding: 0px 0 0px 0;
  }
  .report_block_03 section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_block_03 section .report_block_03_left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: auto;
    padding: 0px 0% 0px 0;
  }
  .report_block_03 section .report_block_03_left div.reday {
    font-weight: bold;
    color: #df4322;
    font-size: 2.8vw;
    margin: 0 0 10px 0;
  }
  .report_block_03 section .report_block_03_left p {
    margin: 0 0 25px 0;
  }
  .report_block_03 section .report_block_03_left h2 {
    text-align: left;
    margin: 0 0 15px 0;
  }
  .report_block_03 section .report_block_03_left h2 span::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 0;
    bottom: 50%;
    height: 1px;
    background-color: #df4322;
    width: 15px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .report_block_03 section .report_block_03_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0px 0 15px 0;
  }
  .report_block_03 section .report_block_03_right img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
  ul.report_days {
    text-align: center;
    margin: 40px auto 0;
  }
  ul.report_days li {
    margin: 5px 5px;
    display: inline-block;
    width: 45%;
  }
  ul.report_days li a {
    font-size: 2.6vw;
    padding: 12px 8px 12px 8px;
    display: block;
  }
  ul.report_days li a em {
    font-size: 3.3vw;
  }
  .report_gray {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_gray .report_gray_base li {
    width: 100%;
    padding: 0% 0 10% 0;
  }
  .report_gray .report_gray_base li a {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
  }
  .report_gray .report_gray_base li a span {
    background: #d7cd19;
    display: inline-block;
    padding: 6px 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    font-size: 3.4vw;
  }
  .report_gray .report_gray_base li a div.texts {
    background: #FFF;
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: inline-block;
    z-index: 1;
    font-size: 3vw;
    line-height: 180%;
    padding: 10px 14px 12px 14px;
    -webkit-box-shadow: 0px 1px 2px #CCC;
            box-shadow: 0px 1px 2px #CCC;
  }
  .report_gray .report_gray_base li a div.texts em {
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    color: #000;
  }
  .report_block_child {
    padding: 0px 0 0 0;
  }
  .report_block_child .report_child {
    margin: 15px auto 50px;
  }
  .report_block_child .report_child li {
    width: 50%;
    padding: 1%;
  }
  .report_block_child h2.report_h2 {
    margin: 0 auto 30px;
  }
  .report_block_06 {
    margin: 0px 0 25px 0;
    /*
    div.fx2:nth-child(2){
        order:1;
    }

    div.fx1:nth-child(2){
        order:2;
        margin:15px 0 0 0;
    }
    */
  }
  .report_block_06 .report_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 30px 0;
  }
  .report_block_06 .report_area .report_block_06_left {
    width: 100%;
  }
  .report_block_06 .report_area .report_block_06_left h2 {
    text-align: left;
    margin: 0 0 15px 0;
  }
  .report_block_06 .report_area .report_block_06_left h2 span {
    display: inline-block;
    position: relative;
    background: none;
    color: #000;
    margin: 0 0 0 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 0;
  }
  .report_block_06 .report_area .report_block_06_left h2::after {
    content: none;
  }
  .report_block_06 .report_area .report_block_06_left h2 span::after {
    content: none;
    position: absolute;
    left: 26px;
    right: 0;
    bottom: 50%;
    height: 1px;
    background-color: #df4322;
    width: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .report_block_06 .report_area .report_block_06_left p {
    margin: 0 0 18px 0;
  }
  .report_block_06 .report_area .report_block_06_right {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .report_block_06 .report_area .report_block_06_right p {
    margin: 0 0 10px 0;
  }
  .report_block_06 .fx1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 15px 0 0 0;
  }
  .report_block_06 .fx2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .report_block_06 .fst {
    margin: 0 0 0 0;
  }
  .report_block_06 .mx1100 .report_area:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .report_block_04 {
    margin: 60px 0 40px 0;
  }
  .report_block_04 .report_area_04 {
    background: #f2f2f2;
    position: relative;
    padding: 30px 20px;
  }
  .report_block_04 .report_area_04::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 1px;
    background: #df4322;
  }
  .report_block_04 ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_block_04 ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 5% 0;
  }
  .report_block_04 ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 40px;
    font-size: 3vw;
    line-height: 160%;
    background: url(../../assets/img/report/icon01.png) 94% 50% no-repeat;
    background-size: 14px 12px;
  }
  .report_block_04 ul li a:hover {
    text-decoration: none;
    background: #df4322 url(../../assets/img/report/icon01.png) 94% 50% no-repeat;
    background-size: 14px 12px;
  }
  .report_block_04 ul li:last-child {
    margin: 0 0 0 0;
  }
  .report_block_04 p {
    margin: 30px 0 0 0;
  }
  h2.fnl_magn {
    margin: 0 auto 25px;
  }
  .report_table01 p em {
    font-weight: bold;
  }
  .report_table01 table {
    width: 100%;
  }
  h2.report_h2_final {
    margin: 90px auto 50px;
  }
  h2.report_h2_final small {
    font-size: 3.5vw;
    font-weight: normal;
    color: #FFF;
  }
  h2.report_h2_final em {
    font-size: 4.2vw;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    padding: 3% 6%;
    margin: 0 20px 10px 20px;
  }
  h2.report_h2_final em span {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    margin: 0;
    padding: 0;
    background: none;
    color: #fff766;
  }
  h2.report_h2_final em small {
    font-size: 3vw;
  }
  h2.report_h2_final em span.white {
    color: #FFF;
    background: none !important;
  }
  h2.report_h2_final::after {
    bottom: -10px;
  }
  h2.fnl_magn {
    margin: 0 auto 25px;
  }
  /*
  .tbl-r06 td {
    border: none;
  }
  .tbl-r06 th{
      background:#d0953b;
      color:#FFF;
  }
  */
  /*
  .tbl-r06 th{
      vertical-align:middle;
      background:#d0953b;
      color:#FFF;
      border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
      padding:12px 15px 0 15px;
  }
  */
  /*-----------popup2------------*/
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  .report_gray {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_gray .report_gray_base li {
    width: 50%;
    padding: 0% 2% 6% 2%;
  }
  .report_gray .report_gray_base li a {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
  }
  .report_gray .report_gray_base li a span {
    background: #d7cd19;
    display: inline-block;
    padding: 3px 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    font-size: 1.7vw;
  }
  .report_gray .report_gray_base li a div.texts {
    background: #FFF;
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: inline-block;
    z-index: 1;
    font-size: 1.3vw;
    line-height: 180%;
    padding: 10px 14px;
    -webkit-box-shadow: 0px 1px 2px #CCC;
            box-shadow: 0px 1px 2px #CCC;
  }
  .report_gray .report_gray_base li a div.texts em {
    display: block;
    font-size: 2.8vw;
    font-weight: bold;
    color: #000;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 {
    width: 90%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 .thead {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 td {
    display: inline-block;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 span {
    font-weight: bold;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 .last {
    border-bottom: none;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 td.tl {
    text-align: left;
    font-weight: bold;
    font-size: 4.4vw;
    color: #df4322;
    width: auto;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 td.spttl {
    background: #d0953b;
    color: #FFF;
    padding: 12px 15px 12px 15px;
    font-weight: bold;
    border-right: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid #FFF;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 tr:nth-child(even) td.spttl {
    border-right: 10px solid #fbf5f5;
    border-bottom: 10px solid #fbf5f5;
    border-left: 10px solid #fbf5f5;
  }
}
@media screen and (max-width: 48em) {
  .mx1100report {
    max-width: 1100px;
    padding: 0 0px;
    margin: 0 auto 15%;
  }
  .mx1100report p {
    padding: 0 25px;
  }
}
@media screen and (max-width: 48em) {
  .onlySPre {
    display: inline-block;
    width: 100%;
    font-size: 3.6vw;
    color: #000;
  }
}
@media screen and (max-width: 48em) {
  table.tbl-r06 {
    margin: 15px auto 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 3.6vw;
    width: 90% !important;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 tr:nth-child(even) {
    background: #fbf5f5;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 tr {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 td {
    border-right: none;
    border-bottom: none;
    padding: 4px 15px 0 15px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
  }
  .tbl-r06 td span.sub {
    font-size: 3.2vw;
    line-height: 170%;
    color: #888888;
    display: block;
    font-weight: normal;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 tr td:last-child {
    padding: 12px 15px 12px 15px;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 td.tl {
    text-align: left;
    font-weight: bold;
    font-size: 4.4vw;
    color: #df4322;
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .tbl-r06 .last {
    border-bottom: solid 1px #666;
  }
}
@media screen and (max-width: 48em) {
  p.report_btm_txt {
    text-align: right;
    font-size: 3.4vw;
    line-height: 150%;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .report_block_last {
    margin: 50px 0 50px 0;
  }
  .report_block_last .report_area_04 {
    background: #f2f2f2;
    position: relative;
    padding: 25px 15px 15px 15px;
    text-align: center;
  }
  .report_block_last .report_area_04 .final_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 6vw;
    padding: 0;
    margin: 20px 0;
    color: #000;
    display: inline-block;
    background: url(../../assets/img/common/icon_img_12.png) right center no-repeat, url(../../assets/img/common/icon_img_12.png) left center no-repeat;
    background-size: 25px 5px, 25px 5px;
    padding: 0 40px;
  }
  .report_block_last .report_area_04::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 1px;
    background: #df4322;
  }
  .report_block_last ul {
    /*
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
    flex-direction: row;
    */
    text-align: center;
  }
  .report_block_last ul li {
    text-align: center;
    display: block;
    margin: 0 5px;
    border-top: 1px dotted #959595;
    /*
    a:hover span{
        background:url(../../assets/img/report/icon02on.png) right 50% no-repeat;
        background-size:10px 6px;  
    }
    */
  }
  .report_block_last ul li a {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    font-size: 3.6vw;
    line-height: 160%;
    font-weight: bold;
    color: #000;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(223, 67, 34)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(223, 67, 34) 50%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(223, 67, 34) 50%);
    background-position: 0 0;
    background-size: auto 200%;
  }
  .report_block_last ul li a span {
    width: 100%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    display: inline-block;
    padding: 0 18px 0 0;
    width: 100%;
    text-align: center;
    background: url(../../assets/img/report/icon02.png) right 50% no-repeat;
    background-size: 10px 6px;
  }
  .report_block_last ul li a:hover {
    text-decoration: none;
    background-position: 0 0%;
    color: #000;
  }
  .report_block_last p {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 48em) {
  .fst_kekka_list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /*
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 25px 0 25px;
  }
  .fst_kekka_list div.lists {
    width: 100%;
    text-align: center;
    padding: 6% 0;
    background: #f6f6f6;
    margin: 4% 0px 0 0px;
  }
  .fst_kekka_list div.lists em {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 5vw;
    line-height: 140%;
  }
  .fst_kekka_list div.lists span.fuli {
    display: block;
    color: #666;
    font-size: 3.4vw;
    line-height: 140%;
    margin: 5px 0;
  }
  .fst_kekka_list div.lists span.team {
    display: block;
    font-size: 3.6vw;
    line-height: 140%;
  }
  .fst_kekka_list div.lists:nth-child(3), .fst_kekka_list div.lists:nth-child(6), .fst_kekka_list div.lists:nth-child(9), .fst_kekka_list div.lists:nth-child(12), .fst_kekka_list div.lists:nth-child(15) {
    margin: 4% 0px 0 0px;
  }
  .fst_kekka_list div.lists_2 {
    width: 100%;
    text-align: center;
    padding: 6% 0;
    background: #f6f6f6;
    margin: 4% 0px 0 0px;
  }
  .fst_kekka_list div.lists_2 em {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 5vw;
    line-height: 140%;
  }
  .fst_kekka_list div.lists_2 span.fuli {
    display: block;
    color: #666;
    font-size: 3.4vw;
    line-height: 140%;
    margin: 7px 0;
  }
  .fst_kekka_list div.lists_2 span.team {
    display: block;
    font-size: 3.6vw;
    line-height: 140%;
  }
  .fst_kekka_list div.lists_2:nth-child(2), .fst_kekka_list div.lists_2:nth-child(4) {
    margin: 4% 0px 0 0px;
  }
}
@media screen and (max-width: 48em) {
  .report_final_01 {
    background: url(../../assets/img/report/final_bg_img_02.png) center top no-repeat, url(../../assets/img/report/final_bg_img_02.png) center bottom no-repeat, url(../../assets/img/report/final_bg_img_01.jpg) center center no-repeat;
    background-size: 100% 2px, 100% 2px, cover;
    margin: 40px 0 0 0;
    padding: 40px 0;
    text-align: center;
    color: #FFF;
  }
  .report_final_01 .photo {
    padding: 0 0px;
    border: 4px double #FFF;
  }
  .report_final_01 .ttl01 {
    margin: 0px auto 0;
    text-align: center;
    font-size: 7vw;
    line-height: 160%;
    font-weight: bold;
    color: #fff766;
    display: inline-block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .report_final_01 .ttl01_sub {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3.6vw;
    line-height: 16pt;
    margin: 5px 0 20px 0;
    color: #FFF;
  }
  .report_final_01 .name {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 8.6vw;
    color: #FFF;
    line-height: 160%;
    text-align: center;
    margin: 15px 0 0px 0;
    font-weight: bold;
    text-shadow: 0px 0px 6px #791702;
  }
  .report_final_01 .subname {
    margin: 0 0 5px 0;
    text-shadow: 0px 0px 4px #791702;
    font-size: 4vw;
    font-weight: bold;
    color: #FFF;
  }
}
@media screen and (max-width: 48em) {
  .report_final_02 {
    padding: 25px 0;
    background-image: none;
    background: #000;
    margin: 40px 0 0px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
  }
  .report_final_02 .final_name2 {
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 6.8vw;
    line-height: 140%;
  }
  .report_final_02 .final_ttl2 {
    margin: 0px auto 10px;
    font-size: 6vw;
    text-align: center;
    line-height: 140%;
    font-weight: bold;
    color: #fff766;
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .report_final_02 .final_ttl2 span {
    font-size: 3.3vw;
    display: block;
  }
  .report_final_02 .report_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 0px 0;
  }
  .report_final_02 .report_area .report_block_06_left {
    width: 100%;
    padding: 0 0 0 0%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .report_final_02 .report_area .report_block_06_left h2 {
    text-align: left;
    margin: 0 0 25px 0;
  }
  .report_final_02 .report_area .report_block_06_left h2 span {
    display: inline-block;
    position: relative;
    background: none;
    color: #000;
    margin: 0 0 0 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 0;
  }
  .report_final_02 .report_area .report_block_06_left h2::after {
    content: none;
  }
  .report_final_02 .report_area .report_block_06_left h2 span::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 0;
    bottom: 50%;
    height: 1px;
    background-color: #df4322;
    width: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .report_final_02 .report_area .report_block_06_left p {
    margin: 0 0 0px 0;
  }
  .report_final_02 .report_area .report_block_06_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .report_final_02 .report_area .report_block_06_right p {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 48em) {
  .report_final_03 {
    padding: 25px 0;
    background-image: none;
    background: #000;
    margin: 40px 0 40px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
  }
  .report_final_03 .final_name2 {
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 6.8vw;
    line-height: 140%;
  }
  .report_final_03 .final_ttl2 {
    text-align: center;
    margin: 0px auto 10px;
    font-size: 6vw;
    line-height: 140%;
    font-weight: bold;
    color: #fff766;
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .report_final_03 .final_ttl2 span {
    font-size: 3.3vw;
    display: block;
  }
  .report_final_03 .report_area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 0px 0;
  }
  .report_final_03 .report_area .report_block_06_left {
    width: 100%;
  }
  .report_final_03 .report_area .report_block_06_left h2 {
    text-align: left;
    margin: 0 0 25px 0;
  }
  .report_final_03 .report_area .report_block_06_left h2 span {
    display: inline-block;
    position: relative;
    background: none;
    color: #000;
    margin: 0 0 0 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 0;
  }
  .report_final_03 .report_area .report_block_06_left h2::after {
    content: none;
  }
  .report_final_03 .report_area .report_block_06_left h2 span::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 0;
    bottom: 50%;
    height: 1px;
    background-color: #df4322;
    width: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .report_final_03 .report_area .report_block_06_left p {
    margin: 0 0 0px 0;
  }
  .report_final_03 .report_area .report_block_06_right {
    width: 100%;
  }
  .report_final_03 .report_area .report_block_06_right p {
    margin: 0 0 0px 0;
  }
}
@media screen and (max-width: 48em) {
  .sptc {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .final_name2_sub {
    text-align: center;
    font-size: 3.3vw;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 48em) {
  .borderdouble {
    border-top: none;
    border-bottom: none;
    padding: 20px 0 15px 0;
  }
}
@media screen and (max-width: 48em) {
  .final_report_subttl {
    text-align: left;
    font-weight: bold;
    color: #df4322;
    font-size: 5.6vw;
    line-height: 160%;
    border-bottom: 4px double #df4322;
    padding: 0 0 5px 0;
    margin: 0px 25px 15px 25px;
  }
}
@media screen and (max-width: 48em) {
  .exet {
    margin: 35px 25px 20px 25px;
  }
}
@media screen and (max-width: 48em) {
  .spmob {
    margin: 0 25px;
  }
}
@media screen and (max-width: 48em) {
  .mobile_res {
    width: 100%;
    margin: 30px 0;
    border: 1px solid #d0953b;
  }
  .mobile_res em {
    text-align: center;
    background: #d0953b;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    width: 50%;
    font-size: 4.8vw;
    line-height: 160%;
  }
  .mobile_res span {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 160%;
  }
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  .final_name2_sub {
    font-size: 11px;
  }
  h2.report_h2_final {
    margin: 90px auto 50px;
  }
  h2.report_h2_final em {
    font-size: 24px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    padding: 3% 6%;
  }
  h2.report_h2_final em small {
    font-size: 13px;
    font-weight: normal;
  }
  h2.report_h2_final em span {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    margin: 0;
    padding: 0;
    background: none;
    color: #fff766;
  }
  h2.report_h2_final em span.white {
    color: #FFF;
    background: none !important;
  }
  h2.report_h2_final::after {
    bottom: -15px;
  }
  h2.fnl_magn {
    margin: 0 auto 35px;
  }
  .report_final_block_01 {
    max-width: 1100px;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
  }
  .report_final_block_01 .report_final_block_01_left {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #df4322;
    padding: 10% 0 7% 0;
    margin: 0 0 0 30%;
    width: 100%;
    position: relative;
  }
  .report_final_block_01 .report_final_block_01_left .sponlybd {
    display: block;
    width: 20px;
    height: 52px;
    position: absolute;
    right: 65%;
    bottom: -26px;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map {
    padding: 0 5%;
    width: 100%;
    text-align: center;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    vertical-align: middle;
    padding: 0 35% 0 0;
    text-align: right;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl {
    text-align: right;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 18px;
    display: inline;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl em {
    font-size: 52px;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .ttl span {
    font-size: 28px;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days {
    vertical-align: top;
    width: auto;
    margin: 10px auto 0;
    text-align: right;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    display: inline;
    background: none;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .days span {
    vertical-align: top;
    background: #FFF;
    font-size: 15px;
    line-height: 150%;
    padding: 6px 10px 5px 10px;
    margin: 0 0 0px 3px;
    display: inline-block;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte .kekka_ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    margin: 10px 0px 10px 0;
  }
  .report_final_block_01 .report_final_block_01_left .report_final_map div.rte p {
    text-align: right;
    font-weight: bold;
    margin: 0 0px 0 0;
  }
  .report_final_block_01 .report_final_block_01_right {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 20px 0 20px;
    margin: 0 0 60px 0;
  }
  .report_final_block_01 .report_final_block_01_right ul {
    width: 100%;
  }
  .report_final_block_01 .report_final_block_01_right ul li {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    font-weight: bold;
    margin: 20px 0;
  }
  .report_final_block_01 .report_final_block_01_right ul li a {
    padding: 0 0px 0 0;
  }
  .report_final_block_01 .report_final_block_01_right ul li a span {
    font-size: 12px;
    line-height: 180%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 4px 20px;
    margin: 0 8px 0 0;
    text-align: center;
    width: auto;
    font-weight: normal;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em {
    font-size: 17px;
    line-height: 150%;
    padding: 6px 0 0 44px;
  }
  .report_final_block_01 .report_final_block_01_right ul li a em::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 20px;
    width: 14px;
    background: #000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover {
    color: #df4322;
    padding: 0;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em {
    font-size: 17px;
    padding: 6px 0 0 44px;
  }
  .report_final_block_01 .report_final_block_01_right ul li a:hover em::before {
    width: 14px;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .mobile_res em {
    padding: 10px 20px;
    width: 50%;
    font-size: 18px;
    line-height: 160%;
  }
  .mobile_res span {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
  }
  .fst_kekka_list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 25px 0 25px;
  }
  .fst_kekka_list div.lists {
    width: 48%;
    text-align: center;
    padding: 3% 0;
    background: #f6f6f6;
    margin: 4% 0px 0 0px;
  }
  .fst_kekka_list div.lists em {
    font-size: 17px;
    line-height: 140%;
  }
  .fst_kekka_list div.lists span.fuli {
    font-size: 11px;
    line-height: 140%;
    margin: 5px 0;
  }
  .fst_kekka_list div.lists span.team {
    font-size: 12px;
    line-height: 140%;
  }
  .fst_kekka_list div.lists:nth-child(3), .fst_kekka_list div.lists:nth-child(6), .fst_kekka_list div.lists:nth-child(9), .fst_kekka_list div.lists:nth-child(12), .fst_kekka_list div.lists:nth-child(15) {
    margin: 4% 0px 0 0px;
  }
  .fst_kekka_list div.lists_2 {
    width: 48%;
    padding: 3% 0;
    margin: 4% 4% 0 0px;
  }
  .fst_kekka_list div.lists_2 em {
    font-size: 17px;
    line-height: 140%;
  }
  .fst_kekka_list div.lists_2 span.fuli {
    font-size: 11px;
    line-height: 140%;
    margin: 7px 0;
  }
  .fst_kekka_list div.lists_2 span.team {
    font-size: 12px;
    line-height: 140%;
  }
  .fst_kekka_list div.lists_2:nth-child(2), .fst_kekka_list div.lists_2:nth-child(4), .fst_kekka_list div.lists_2:nth-child(6) {
    margin: 4% 0px 0 0px;
  }
  p.report_btm_txt {
    text-align: right;
    font-size: 13px;
    line-height: 150%;
    margin: 10px 0 0 0;
  }
  .final_report_subttl {
    text-align: left;
    font-weight: bold;
    color: #df4322;
    font-size: 21px;
    line-height: 160%;
    border-bottom: 4px double #df4322;
    padding: 0 0 5px 0;
    margin: 0px 25px 15px 25px;
  }
  .exet {
    margin: 40px 25px 15px 25px;
  }
  .report_final_01 .ttl01 {
    font-size: 28px;
    line-height: 160%;
  }
  .report_final_01 .ttl01_sub {
    font-size: 13px;
  }
  .report_final_01 .name {
    font-size: 32px;
    line-height: 160%;
  }
  .report_final_01 .subname {
    font-size: 15px;
  }
  .report_final_02 .final_name2 {
    font-size: 28px;
    line-height: 140%;
  }
  .report_final_02 .final_ttl2 {
    font-size: 21px;
  }
  .report_final_02 .final_ttl2 span {
    font-size: 14px;
  }
  .report_final_03 {
    padding: 25px 0;
    margin: 40px 0 40px 0;
  }
  .report_final_03 .final_name2 {
    font-size: 28px;
    line-height: 140%;
  }
  .report_final_03 .final_ttl2 {
    font-size: 21px;
    line-height: 140%;
  }
  .report_final_03 .final_ttl2 span {
    font-size: 14px;
  }
  .report_block_last {
    margin: 50px 0 50px 0;
  }
  .report_block_last .report_area_04 {
    background: #f2f2f2;
    position: relative;
    padding: 30px 25px 25px 25px;
    text-align: center;
  }
  .report_block_last .report_area_04 .final_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    padding: 0;
    margin: 20px 0;
    color: #000;
    display: inline-block;
    background: url(../../assets/img/common/icon_img_12.png) right center no-repeat, url(../../assets/img/common/icon_img_12.png) left center no-repeat;
    background-size: 25px 5px, 25px 5px;
    padding: 0 40px;
  }
  .report_block_last .report_area_04::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 1px;
    background: #df4322;
  }
  .report_block_last ul {
    /*
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
    flex-direction: row;

    text-align:center;
    li{
        text-align:center;
        display:inline-block;
        margin:0 5px;
        a{
            transform: skewX(0deg);
            display:block;
            position:relative;
            width:100%;
            padding:6px 0px;
            font-size:16px;
            line-height:160%;
            font-weight:bold;
            color:#000;
            position:relative;
            transition: all .3s ease;
            text-align:center;
            background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(223,67,34,1) 50%);
            background-position: 0 0;
            background-size: auto 200%;
            span{
                width:100%;
                transform: skewX(0deg);
                display:inline-block;
                padding:0 18px 0 0;
                width:100%;
                text-align:center;
                background:url(../../assets/img/report/icon02.png) right 50% no-repeat;
                background-size:10px 6px;
            }
        }
        a:hover{
            text-decoration:none;
            background-position: 0 0%;
            color:#000;
        }
        a:hover span{
            background:url(../../assets/img/report/icon02on.png) right 50% no-repeat;
            background-size:10px 6px;  
        }


    }
            */
  }
  .report_block_last p {
    margin: 30px 0 0 0;
  }
  .onlySPre {
    font-size: 13px;
    line-height: 13pt;
  }
  table.tbl-r06 {
    margin: 15px auto 15px;
    font-size: 15px;
  }
  .tbl-r06 tr:nth-child(even) {
    background: #fbf5f5;
  }
  .tbl-r06 tr {
    border-bottom: 1px solid #ccc;
  }
  /*
  .tbl-r06 td {
    border: none;
  }
  .tbl-r06 th{
      background:#d0953b;
      color:#FFF;
  }
  */
  .tbl-r06 td {
    border-right: none;
    border-bottom: none;
    padding: 8px 25px 0 25px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
  }
  .tbl-r06 td span.sub {
    font-size: 13px;
    line-height: 170%;
    color: #888888;
    display: block;
    font-weight: normal;
  }
  .tbl-r06 tr td:last-child {
    padding: 12px 25px 12px 25px;
  }
  .tbl-r06 td.tl {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #df4322;
  }
  /*
      .report_final_block_01{
          .report_final_block_01_left{
              padding:8% 0;
              .report_final_map{
                  padding:0 5%;
                  div.rte{
                  }
                  img{
                  }
              }
          }
          .report_final_block_01_right{
              ul{
              }
              ul li{
                  a{
                      span{
                          font-size:16px;
                          line-height:180%;
                          transform: skewX(0deg);
                          padding:3% 0%;
                          margin:0 10px 0 0;
                          width:11%;
                      }

                      em{
                          font-size:16px;
                          padding:0 0 0 24px;
                      }
                      em::before {
                          width:15px;
                      }
                  }
                  a:hover{

                  }
                  a:hover em{
                      font-size:16px;
                      padding:0 0 0 34px;
                  }
                  a:hover em::before{
                      width:25px;
                  }
                  a:hover span{

                  }
              }
          }
      }
  */
  .report_block_04 {
    margin: 60px 0 40px 0;
    /*
    ul{
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        li{
            width: 32%;
            text-align:center;
            margin:0 0 0 0;
            a{
                display:inline-block;
                width:100%;
                padding:8px 0;
                font-size:1.6vw;
                line-height:160%;
            }
            a:hover{

            }
        }
        li:last-child{
            margin:0 0 0 0;
        }
    }
    */
  }
  .report_block_04 .report_area_04 {
    background: #f2f2f2;
    position: relative;
    padding: 30px 20px 20px 20px;
  }
  .report_block_04 .report_area_04::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 1px;
    background: #df4322;
  }
  .report_block_child {
    padding: px 0 0 0;
  }
  .report_block_child .report_child {
    margin: 20px auto 50px;
  }
  .report_block_child .report_child li {
    width: 33%;
    padding: 1%;
  }
  .report_gray {
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
  }
  .report_gray .report_gray_base li {
    width: 50%;
    padding: 0% 2% 6% 2%;
  }
  .report_gray .report_gray_base li a span {
    background: #d7cd19;
    display: inline-block;
    padding: 3px 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    font-size: 11px;
  }
  .report_gray .report_gray_base li a div.texts {
    background: #FFF;
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: inline-block;
    z-index: 1;
    font-size: 11px;
    line-height: 190%;
    padding: 10px 14px;
    -webkit-box-shadow: 0px 1px 2px #CCC;
            box-shadow: 0px 1px 2px #CCC;
  }
  .report_gray .report_gray_base li a div.texts em {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
  }
  .report_block_03 {
    background-image: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0) 70%, rgb(242, 242, 242) 30%);
    background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 70%, rgb(242, 242, 242) 30%);
    padding: 0px 0 0px 0;
  }
  .report_block_03 section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .report_block_03 section .report_block_03_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: auto;
    padding: 0px 4% 0px 0;
  }
  .report_block_03 section .report_block_03_left div.reday {
    font-size: 12px;
    margin: 0 0 12px 0;
  }
  .report_block_03 section .report_block_03_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5% 0 15px 0;
  }
  .report_block_03 section .report_block_03_right img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
  /*あとで使う
      .venue_block_04{
          margin:30px 0 0 0;
          ul{
              display: -webkit-flex;
              display: flex;
              justify-content:space-between;
              li{
                  width: 31%;     
              }
          }
          p{
              margin:30px 0 0 0;
          }
      }
  */
  ul.report_days {
    text-align: center;
    margin: 60px auto 0;
  }
  ul.report_days li {
    margin: 0 2px;
    display: inline;
    width: auto;
  }
  ul.report_days li a {
    font-size: 13px;
    padding: 12px 23px 12px 23px;
    display: inline-block;
  }
  ul.report_days li a em {
    font-size: 15px;
  }
}
@media screen and (max-width: 48em) {
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
@media screen and (max-width: 48em) {
  .modal .popup_box {
    position: relative;
    z-index: 99999;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background: #FFF;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    margin-top: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    max-width: 1000px;
    padding: 10px;
  }
}
@media screen and (max-width: 48em) {
  .fede .popup_box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 48em) {
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .modal .popup_box .close {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 48em) {
  .report_ttl_sokuho {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    padding: 0;
    margin: 20px 0;
    color: #000;
    display: inline-block;
    background: url(../../assets/img/common/icon_img_12.png) right center no-repeat, url(../../assets/img/common/icon_img_12.png) left center no-repeat;
    background-size: 25px 5px, 25px 5px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 48em) {
  .schedule_index main {
    background: url(../../assets/img/schedule/main.jpg) center top no-repeat;
    background-size: cover;
  }
  /*-----TAB1 他にも影響がでるのでCSS注意！-----*/
  #tab-head4 li {
    float: none;
    width: 20%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px;
  }
  #tab-head4 li:first-child {
    padding: 0;
  }
  #tab-head4 li:last-child {
    padding: 0;
  }
  #tab-head4 li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 1px 15px 6px;
    margin-top: 0px;
    font-size: 4.2vw;
  }
  #tab-head4 li a span {
    font-size: 2.8vw;
  }
  #tab-head4 {
    min-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #tab-head4 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #tab-body4 {
    margin-bottom: 30px;
    padding: 0 20px 0 20px;
  }
  .tab7 a {
    background: #efefef;
  }
  .tab8 {
    background: #df4322 !important;
    color: #fff !important;
    padding: 20px 1px 20px 6px !important;
    margin-top: 0px !important;
  }
  /*
    #tab-b1, #tab-b2, #tab-b3, #tab-b4, #tab-b1_2, #tab-b2_2, #tab-b3_2 {
      height: auto;
    }
    */
  .schedule_box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px 0 0px 0;
  }
  .schedule_box .schedule_box_left {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0px 20px 0;
    border-right: none;
    position: relative;
    display: inline-block;
  }
  .schedule_box .schedule_box_left .schedule_place {
    position: relative;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #df4322;
  }
  .schedule_box .schedule_box_left .schedule_place div {
    width: 100%;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    display: inline-block;
    font-weight: bold;
    font-size: 4.6vw;
    padding: 15px 0% 15px 0;
    text-align: center;
  }
  .schedule_box .schedule_box_left .schedule_place div span {
    font-size: 2.8vw;
  }
  .schedule_box .schedule_box_left .schedule_place::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01sp.png);
    background-size: 12px 12px;
  }
  .schedule_box .schedule_box_left .scpl {
    border-top: 1px solid #df4322;
    margin: 25px 0 0 0;
  }
  .schedule_box .schedule_box_left .scpl::before {
    content: none;
    display: block;
    position: absolute;
    top: 0%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
    z-index: 1;
  }
  .schedule_box .schedule_box_left .days_ttl {
    font-weight: bold;
    color: #df4322;
    margin: 0 0 0px 0;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  .schedule_box .schedule_box_left .days_ttl em {
    font-size: 15.2vw;
    line-height: 70%;
  }
  .schedule_box .schedule_box_left .days_ttl .sml {
    font-size: 9.2vw;
    letter-spacing: 0.1em;
  }
  .schedule_box .schedule_box_left .days_ttl span {
    display: block;
    background: #df4322;
    color: #FFF;
    text-align: center;
    font-size: 3.8vw;
    padding: 5px 0 4px 0;
    width: 30%;
    margin: 5px auto 0;
  }
  .schedule_box .schedule_box_right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 0 0%;
  }
  .schedule_box .schedule_box_right a:hover {
    text-decoration: none;
  }
  .schedule_box .schedule_box_right a dl dd h3 span {
    background: url(../../assets/img/common/icon_img_14.png) 98% center no-repeat;
    background-size: 13px 13px;
    padding: 0 20px 0 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_box .schedule_box_right a:hover dl dd h3 span {
    background: url(../../assets/img/common/icon_img_14.png) 98% center no-repeat;
    background-size: 13px 13px;
    padding: 0 20px 0 0;
    display: inline-block;
    color: #000000;
  }
  .schedule_box .schedule_box_right dl {
    margin: 0px 0 12px 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_box .schedule_box_right dl dt {
    -webkit-box-flex: 0.6;
    -webkit-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
    padding: 0 0% 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .schedule_box .schedule_box_right dl dd {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .schedule_box .schedule_box_right dl dd div.time {
    font-family: "Montserrat", sans-serif;
    font-size: 3.6vw;
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin: 5% 0 0 0;
  }
  .schedule_box .schedule_box_right dl dd div.time::after {
    content: none;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 48%;
    right: -20px;
    margin: auto;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_box .schedule_box_right dl dd h3 {
    font-size: 5.2vw;
    line-height: 140%;
    font-weight: bold;
    color: #000;
    margin: 5px 0 0px 0;
    padding: 0 15px 0 0;
  }
  .schedule_box .schedule_box_right dl dd h3 em {
    font-size: 3.8vw;
    line-height: 100%;
  }
  .schedule_box .schedule_box_right dl.sc_other01 {
    margin: 0 0 10px 0;
  }
  .schedule_box .bdex01 {
    border: none;
  }
  .schedule_box .bdex01::after {
    content: none;
    display: block;
    position: absolute;
    top: 33%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
  }
  .schedule_box .bdex01::before {
    content: none;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #FFFFFF), color-stop(34%, #df4322));
    background: -webkit-linear-gradient(#FFFFFF 34%, #df4322 34%);
    background: linear-gradient(#FFFFFF 34%, #df4322 34%);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .schedule_box .bdex02 {
    border: none;
  }
  .schedule_box .bdex02::after {
    content: none;
    display: block;
    position: absolute;
    top: 53%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
  }
  .schedule_box .bdex02::before {
    content: none;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #FFFFFF), color-stop(54%, #df4322));
    background: -webkit-linear-gradient(#FFFFFF 54%, #df4322 54%);
    background: linear-gradient(#FFFFFF 54%, #df4322 54%);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .schedule_box .bdex03 {
    border: none;
  }
  .schedule_box .bdex03::after {
    content: none;
    display: block;
    position: absolute;
    top: 49%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
  }
  .schedule_box .bdex03::before {
    content: none;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #df4322));
    background: -webkit-linear-gradient(#FFFFFF 50%, #df4322 50%);
    background: linear-gradient(#FFFFFF 50%, #df4322 50%);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .schedule_box .bdex04 {
    border: none;
  }
  .schedule_box .bdex04::after {
    content: none;
    display: block;
    position: absolute;
    top: 49%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
  }
  .schedule_box .bdex04::before {
    content: none;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #df4322));
    background: -webkit-linear-gradient(#FFFFFF 50%, #df4322 50%);
    background: linear-gradient(#FFFFFF 50%, #df4322 50%);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .schedule_box .bdex05 {
    border: none;
  }
  .schedule_box .bdex05::after {
    content: none;
    display: block;
    position: absolute;
    top: 49%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
  }
  .schedule_box .bdex05::before {
    content: none;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #df4322));
    background: -webkit-linear-gradient(#FFFFFF 50%, #df4322 50%);
    background: linear-gradient(#FFFFFF 50%, #df4322 50%);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .schedule_box p {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  #tab-head4 li a {
    font-size: 21px;
  }
  #tab-head4 li a span {
    font-size: 14px;
  }
  .schedule_box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px 0 0px 0;
  }
  .schedule_box .schedule_box_left {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0px 20px 0;
    border-right: none;
    position: relative;
    display: inline-block;
  }
  .schedule_box .schedule_box_left .schedule_place {
    position: relative;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #df4322;
  }
  .schedule_box .schedule_box_left .schedule_place div {
    width: 100%;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    display: inline-block;
    font-weight: bold;
    font-size: 21px;
    padding: 20px 0% 20px 0;
    text-align: center;
  }
  .schedule_box .schedule_box_left .schedule_place div span {
    font-size: 13px;
  }
  .schedule_box .schedule_box_left .schedule_place::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01sp.png);
    background-size: 12px 12px;
  }
  .schedule_box .schedule_box_left .scpl {
    border-top: 1px solid #df4322;
    margin: 25px 0 0 0;
  }
  .schedule_box .schedule_box_left .scpl::before {
    content: none;
    display: block;
    position: absolute;
    top: 0%;
    right: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets/img/schedule/icon01.png);
    background-size: 12px 12px;
    z-index: 1;
  }
  .schedule_box .schedule_box_left .days_ttl {
    font-weight: bold;
    color: #df4322;
    margin: 0 0 0px 0;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  .schedule_box .schedule_box_left .days_ttl em {
    font-size: 70px;
    line-height: 70%;
  }
  .schedule_box .schedule_box_left .days_ttl .sml {
    font-size: 38px;
    letter-spacing: 0.1em;
  }
  .schedule_box .schedule_box_left .days_ttl span {
    display: block;
    background: #df4322;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 2px 0 1px 0;
    width: 25%;
    margin: 5px auto 0;
  }
  .schedule_box .schedule_box_right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 0 0%;
  }
  .schedule_box .schedule_box_right a:hover {
    text-decoration: none;
  }
  .schedule_box .schedule_box_right a dl dd h3 span {
    background: url(../../assets/img/common/icon_img_14.png) 98% center no-repeat;
    background-size: 13px 13px;
    padding: 0 20px 0 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_box .schedule_box_right a:hover dl dd h3 span {
    background: url(../../assets/img/common/icon_img_14.png) 98% center no-repeat;
    background-size: 13px 13px;
    padding: 0 20px 0 0;
    display: inline-block;
    color: #000000;
  }
  .schedule_box .schedule_box_right dl {
    margin: 0px 0 10px 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_box .schedule_box_right dl dt {
    -webkit-box-flex: 0.6;
    -webkit-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
    padding: 0 0% 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .schedule_box .schedule_box_right dl dd {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .schedule_box .schedule_box_right dl dd div.time {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin: 5% 0 0 0;
  }
  .schedule_box .schedule_box_right dl dd div.time::after {
    content: none;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 48%;
    right: -20px;
    margin: auto;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .schedule_box .schedule_box_right dl dd h3 {
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
    color: #000;
    margin: 5px 0 0px 0;
    padding: 0 15px 0 0;
  }
  .schedule_box .schedule_box_right dl dd h3 em {
    font-size: 14px;
    line-height: 100%;
  }
  .schedule_box p {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 48em) {
  .event_index main {
    background: url(../../assets/img/event/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .event_gray {
    background: #FFF;
    margin: 0% 0 0 0;
    padding: 0% 0 16% 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }
  .event_gray .event_gray_base {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event_gray .event_gray_base .event_block_02_left {
    width: 100%;
    position: relative;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    padding: 0 25px 0 25px;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 h3 {
    font-size: 7vw;
    line-height: 130%;
    font-weight: bold;
    color: #000;
    margin: 30px 0 0 0;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 h3 span {
    font-size: 3.6vw;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 .h3_sub {
    margin: 2px 0 15px 0;
    font-weight: bold;
    font-size: 4.6vw;
    line-height: 20pt;
    color: #000;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530_b {
    padding: 0 25px 0 25px;
    margin-left: 0;
  }
  .event_gray .event_gray_base .event_block_02_right {
    width: 100%;
    position: relative;
  }
  .event_gray .event_gray_base .event_info_block {
    margin: 20px 0 0 0;
    background: none;
    padding: 0 0 0 0%;
  }
  .event_gray .event_gray_base .event_info_block dl {
    display: block;
    display: block;
    margin: 0 0 10px 0;
  }
  .event_gray .event_gray_base .event_info_block dl dt {
    color: #df4322;
    font-weight: bold;
    font-size: 4.6vw;
    line-height: 140%;
    padding: 0 0px 0px 0;
    display: inline-block;
    position: relative;
    margin: 0 0 1.5% 0;
  }
  .event_gray .event_gray_base .event_info_block dl dt::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #df4322;
    position: absolute;
    display: block;
    right: -30px;
    top: 47%;
  }
  .event_gray .event_gray_base .event_info_block dl dd {
    position: relative;
    padding: 0 0 0 20px;
  }
  .event_gray .event_gray_base .event_info_block dl dd em {
    font-weight: bold;
  }
  .event_gray .event_gray_base .event_info_block dl dd span {
    font-size: 5.8vw;
  }
  .event_gray .event_gray_base .event_info_block dl dd div {
    font-weight: bold;
    color: #000;
    font-size: 4.6vw;
    line-height: 140%;
  }
  .event_gray .event_gray_base .event_info_block dl dd p {
    margin: 0 0 5px 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd p span.smls {
    font-size: 12px;
    line-height: 15pt;
  }
  .event_gray .event_gray_base .event_info_block dl dd p:last-child {
    margin: 0 0 0 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd::before {
    content: none;
    width: 20px;
    height: 1px;
    background: #df4322;
    position: absolute;
    display: block;
    left: 0;
    top: 11px;
  }
  .event_block_02_right .imgblocks, .event_block_02_left .imgblocks {
    position: relative;
    display: inline-block;
  }
  .event_block_02_right .imgblocks::after, .event_block_02_left .imgblocks::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #df4322;
    position: absolute;
    display: block;
    right: 0px;
    left: 0;
    bottom: -15px;
    margin: auto;
    z-index: 1;
  }
  .mgsp {
    margin: 10% 0 0 0;
  }
  .infosttl {
    background: #df4322;
    color: #FFF;
    display: inline-block;
    padding: 6px 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 3.6vw;
    line-height: 120%;
    margin: 0 0 10px 0;
  }
  .white {
    margin: 0 !important;
    background: #FFF !important;
  }
  .dlwd1 dt {
    -webkit-box-flex: 0.13;
    -webkit-flex: 0.13;
        -ms-flex: 0.13;
            flex: 0.13;
  }
  .dlwd1 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dlwd2 dt {
    -webkit-box-flex: 0.26;
    -webkit-flex: 0.26;
        -ms-flex: 0.26;
            flex: 0.26;
  }
  .dlwd2 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dlwd3 dt {
    -webkit-box-flex: 0.3;
    -webkit-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
  .dlwd3 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .od1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .od2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .dlwd1 dt {
    -webkit-box-flex: 0.09;
    -webkit-flex: 0.09;
        -ms-flex: 0.09;
            flex: 0.09;
  }
  .dlwd1 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dlwd2 dt {
    -webkit-box-flex: 0.18;
    -webkit-flex: 0.18;
        -ms-flex: 0.18;
            flex: 0.18;
  }
  .dlwd2 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dlwd3 dt {
    -webkit-box-flex: 0.3;
    -webkit-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
  .dlwd3 dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .infosttl {
    padding: 6px 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 15px 0;
  }
  .event_gray {
    padding: 0% 0 10% 0;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 {
    padding: 0 35px 0 35px;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 h3 {
    font-size: 28px;
    line-height: 130%;
    margin: 30px 0 0 0;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 h3 span {
    font-size: 15px;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530 .h3_sub {
    margin: 2px 0 15px 0;
    font-size: 18px;
    line-height: 20pt;
  }
  .event_gray .event_gray_base .event_block_02_left .wd530_b {
    padding: 0 35px 0 35px;
    margin-left: 0;
  }
  .event_gray .event_gray_base .event_info_block {
    margin: 20px 0 0 0;
    background: none;
    padding: 0 0 0 0%;
  }
  .event_gray .event_gray_base .event_info_block dl {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
  }
  .event_gray .event_gray_base .event_info_block dl dt {
    color: #df4322;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    padding: 0 10px 0 0;
  }
  .event_gray .event_gray_base .event_info_block dl dt::after {
    content: none;
  }
  .event_gray .event_gray_base .event_info_block dl dd {
    position: relative;
    padding: 0 0 0 30px;
  }
  .event_gray .event_gray_base .event_info_block dl dd em {
    font-weight: bold;
  }
  .event_gray .event_gray_base .event_info_block dl dd span {
    font-size: 20px;
  }
  .event_gray .event_gray_base .event_info_block dl dd div {
    font-weight: bold;
    color: #000;
    font-size: 17px;
    line-height: 130%;
  }
  .event_gray .event_gray_base .event_info_block dl dd p {
    margin: 0 0 5px 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd p span.smls {
    font-size: 12px;
    line-height: 15pt;
  }
  .event_gray .event_gray_base .event_info_block dl dd p:last-child {
    margin: 0 0 0 0;
  }
  .event_gray .event_gray_base .event_info_block dl dd::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #df4322;
    position: absolute;
    display: block;
    left: 0;
    top: 13px;
  }
}
@media screen and (max-width: 48em) {
  .splasts {
    padding: 0 0 4% 0;
  }
}
@media screen and (max-width: 48em) {
  .viewing_index main {
    background: url(../../assets/img/viewing/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .view_btn_block_01 {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .view_btn_block_01 div {
    display: inline-block;
    margin: 0 0 0 0;
  }
  .view_btn_block_01 div:last-child {
    margin: 15px 0 0 0;
  }
  /*-----TAB1 他にも影響がでるのでCSS注意！-----*/
  #tab-head5 li {
    float: none;
    width: 50%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #tab-head5 li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
  }
  #tab-head5 {
    min-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #tab-head5 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #tab-body5 {
    margin-bottom: 50px;
    padding: 20px;
  }
  .tab1 a, .tab3 a {
    background: #efefef;
  }
  .tab2, .tab4 {
    background: #df4322 !important;
    color: #fff !important;
    padding: 25px 0px 25px 0 !important;
    margin-top: 0px !important;
  }
  #tab-b1, #tab-b2, #tab-b3, #tab-b4, #tab-b1_2, #tab-b2_2, #tab-b3_2 {
    height: auto;
  }
  .viewing_tab {
    margin: 30px auto 0;
  }
  .viewing_tab_base_01 {
    max-width: 1100px;
    padding: 30px 20px 0 20px;
    margin: 0 auto 0;
  }
  .viewing_txt_01 {
    margin: 15px 0 25px 0;
    text-align: center;
  }
  .viewing_block_01 {
    background: url(../../assets/img/viewing/bg_img_01.jpg) 63% top no-repeat;
    background-size: cover;
  }
  .viewing_block_01 .viewing_area_01 {
    max-width: 1100px;
    padding: 40px 20px 40px 20px;
    margin: 0 auto 0;
  }
  .viewing_block_01 .viewing_area_01 .viewing_txt_01 {
    max-width: auto;
    margin: 0 0 30px 0;
  }
  .viewing_block_01 .viewing_area_01 p {
    color: #FFF;
  }
  .viewing_block_01 .viewing_area_01 p a {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    position: relative;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_block_01 .viewing_area_01 p a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_block_01 .viewing_area_01 p a:hover::after {
    width: 0%;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_block_01 .viewing_area_01 p a:hover {
    color: #fff100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .view_btn_block_01 {
    margin: 30px 0 0 0;
    text-align: left;
  }
  .view_btn_block_01 div {
    display: inline-block;
  }
  .view_btn_block_01 div:last-child {
    margin: 0 0 0 10px;
  }
  .view_btn_block_01 {
    margin: 20px 0 0 0;
    text-align: left;
  }
  .view_btn_block_01 div {
    display: inline-block;
  }
  .view_btn_block_01 div:last-child {
    margin: 10px 0 0 0px;
  }
  .viewing_map {
    background: #f9f9f9;
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_map .viewing_area {
    max-width: 1100px;
    padding: 0 25px;
    margin: 0 auto 0;
  }
  .viewing_bg_01 {
    margin: 30px auto 0;
    /*
    background-image: linear-gradient(90deg, #FFFFFF 35%, rgba(249, 249, 249, 1) 0%);
    */
    background-image: none;
  }
  .viewing_bg_01 .viewing_bg_01a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_photo {
    margin: 0px 0 0 0;
    position: relative;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_photo img {
    position: relative;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_left {
    width: 100%;
    padding: 0px 0 0 0;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right {
    width: 100%;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 {
    background: #f9f9f9;
    padding: 30px 20px 30px 30px;
    margin-left: 0;
    width: 100%;
    max-width: 610px;
    position: relative;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3 {
    color: #000000;
    font-size: 5vw;
    line-height: 150%;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 38%;
    position: relative;
    margin: 0 0 20px 0;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3.t01::before {
    content: "01";
    font-family: "Montserrat", sans-serif;
    font-size: 15.2vw;
    background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
    background-size: 18px 6px;
    position: absolute;
    left: 0px;
    top: 26%;
    padding: 0 12% 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .viewing_sale {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_sale .sale_left {
    width: 0;
  }
  .viewing_sale .sale_block {
    width: 100%;
  }
  .viewing_sale .sale_area {
    padding: 10px 25px 0px 25px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .viewing_sale .extra {
    padding: 25px 25px 0px 25px;
  }
  .viewing_sale .sale_ttl {
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 140%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    margin: 30px 0px 0 0px;
    color: #000;
    text-align: center;
  }
  .viewing_sale .sale_ttl em {
    font-size: 4.4vw;
    color: #df4322;
  }
  .viewing_sale h4 {
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 6px 20px;
    font-size: 3.2vw;
    line-height: 140%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 15px 0 0 0;
  }
  .viewing_sale .sale_time {
    color: #df4322;
    font-size: 5.5vw;
    line-height: 160%;
    font-weight: bold;
    margin: 20px 0px 15px 0;
    display: inline-block;
    position: relative;
  }
  .viewing_sale .sale_time em {
    font-family: "Montserrat", sans-serif;
    font-size: 12vw;
  }
  .viewing_sale .sale_time::after {
    content: none;
    font-size: 30px;
    line-height: 23pt;
    width: 80px;
    position: absolute;
    bottom: 15px;
    right: -88px;
  }
  .viewing_sale .sale_area ul {
    margin: 0 0 15px 0;
    text-align: left;
  }
  .viewing_sale .sale_area li {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 12px;
    line-height: 16pt;
  }
  .viewing_sale .sale_area li::before {
    content: "※";
    left: 0;
    top: 0;
    position: absolute;
  }
  .btn_h {
    text-align: center;
    margin: 0 auto 0;
  }
  .btn_h.extra1 a span {
    background: url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
  }
  .btn_h.extra1 {
    width: 100%;
  }
  .viewing_bg_02 {
    margin: 50px auto 0;
    background-image: none;
  }
  .viewing_bg_02 .viewing_bg_02a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_photo {
    margin: 0px 0 0 0;
    position: relative;
    padding: 0 0 0% 0;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_photo img {
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .last_photo img {
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_left {
    width: 100%;
    padding: 0px 0 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 {
    padding: 30px 20px 35px 30px;
    margin-left: 0;
    width: 100%;
    max-width: 610px;
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3 {
    color: #000000;
    font-size: 5vw;
    line-height: 150%;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 38%;
    position: relative;
    margin: 0 0 20px 0;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3.t02::before {
    content: "02";
    font-family: "Montserrat", sans-serif;
    font-size: 15.2vw;
    background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
    background-size: 18px 6px;
    position: absolute;
    left: 0px;
    top: 26%;
    padding: 0 12% 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .last_right, .last_right2 {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 100%;
    background: #FFF;
    display: none;
    height: 100px;
  }
  .onlySP3 {
    display: inline-block;
  }
  .viewing_sub {
    max-width: 1100px;
    padding: 0 25px;
    margin: 20px auto 0;
  }
  .viewing_sub ul {
    margin: 0;
  }
  .viewing_sub ul li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 8px 0;
  }
  .viewing_sub ul li:before {
    counter-increment: カウンタ名;
    content: counter(カウンタ名);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background: #000;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
  .viewing_sub .viewing_sub1 {
    background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
    background-size: 1px 1px;
  }
  .viewing_sub .viewing_sub1 span {
    display: inline-block;
    background: #FFF;
    font-size: 4vw;
    line-height: 160%;
    font-weight: bold;
    padding: 20px 20px 20px 0;
    color: #000;
  }
  .viewing_sub .viewing_sub2 {
    background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
    background-size: 1px 1px;
    text-align: right;
  }
  .viewing_sub .viewing_sub2 span {
    display: inline-block;
    background: #FFF;
    font-size: 3.2vw;
    line-height: 160%;
    font-weight: bold;
    padding: 20px 0px 20px 20px;
    color: #000;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .viewing_sub {
    max-width: 1100px;
    padding: 0 25px;
    margin: 20px auto 0;
  }
  .viewing_sub ul {
    margin: 0;
  }
  .viewing_sub ul li:before {
    counter-increment: カウンタ名;
    content: counter(カウンタ名);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    background: #000;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 14pt;
  }
  .viewing_sub .viewing_sub1 {
    background: url(../../assets/img/viewing/bg_img_03.png) left center repeat-x;
    background-size: 1px 1px;
  }
  .viewing_sub .viewing_sub1 span {
    display: inline-block;
    background: #FFF;
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    padding: 20px 20px 20px 0;
    color: #000;
  }
  .viewing_sub .viewing_sub2 span {
    display: inline-block;
    background: #FFF;
    font-size: 13px;
    line-height: 160%;
    font-weight: bold;
    padding: 20px 0px 20px 20px;
    color: #000;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 {
    padding: 30px 20px 35px 30px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3 {
    color: #000000;
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 140px;
    position: relative;
    margin: 0 0 20px 0;
  }
  .viewing_bg_02 .viewing_bg_02a .viewing_bg_02a_right .wd610 h3.t02::before {
    content: "02";
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
    background-size: 18px 6px;
    position: absolute;
    left: 0px;
    top: 26%;
    padding: 0 40px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .viewing_sale .sale_area {
    padding: 10px 25px 0px 25px;
    margin-left: 0;
  }
  .viewing_sale .sale_ttl {
    font-weight: bold;
    font-size: 21px;
    line-height: 140%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    margin: 30px 0px 0 0px;
    color: #000;
    text-align: center;
  }
  .viewing_sale .sale_ttl em {
    font-size: 24px;
    color: #df4322;
  }
  .viewing_sale h4 {
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 140%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 15px 0 0 0;
  }
  .viewing_sale .sale_time {
    color: #df4322;
    font-size: 36px;
    line-height: 160%;
    font-weight: bold;
    margin: 20px 0px 15px 0;
    display: inline-block;
    position: relative;
  }
  .viewing_sale .sale_time em {
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
  }
  .viewing_sale .sale_time::after {
    content: none;
    font-size: 30px;
    line-height: 23pt;
    width: 80px;
    position: absolute;
    bottom: 15px;
    right: -88px;
  }
  .viewing_sale .sale_area ul {
    margin: 0 0 15px 0;
    text-align: left;
  }
  .viewing_sale .sale_area li {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 12px;
    line-height: 16pt;
  }
  .viewing_sale .sale_area li::before {
    content: "※";
    left: 0;
    top: 0;
    position: absolute;
  }
  .viewing_bg_01 {
    margin: 30px auto 0;
    background-image: none;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 {
    padding: 30px 20px 30px 30px;
    width: 100%;
    max-width: 100%;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3 {
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 140px;
    position: relative;
    margin: 0 0 20px 0;
  }
  .viewing_bg_01 .viewing_bg_01a .viewing_bg_01a_right .wd610 h3.t01::before {
    content: "01";
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    background: url(../../assets/img/viewing/bg_img_02.png) center right no-repeat;
    background-size: 18px 6px;
    position: absolute;
    left: 0px;
    top: 26%;
    padding: 0 40px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 48em) {
  .cra_text_area {
    max-width: auto;
    margin: 20px;
    background: #efefef;
    padding: 20px;
  }
}
@media screen and (max-width: 48em) {
  .cra_text_area div {
    font-weight: bold;
    font-size: 21px;
    line-height: 24pt;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 48em) {
  .viewing_tab_base_01 .red {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
@media screen and (max-width: 48em) {
  .seat_index main {
    background: url(../../assets/img/seat/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .seat_block_01 {
    background: url(../../assets/img/seat/bg_img_01.jpg) left top no-repeat;
    background-size: cover;
    padding: 40px 20px 40px 20px;
  }
  .seat_block_01 .seat_area_01 {
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
  }
  .seat_block_01 .seat_area_01 .right_txt {
    position: absolute;
    max-width: 30%;
    right: 0px;
    top: 0px;
  }
  .seat_block_01 .seat_area_01 h3 {
    font-size: 10.2vw;
    line-height: 140%;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    margin: 0 0 0 0px;
  }
  .seat_block_01 .seat_area_01 .seat_text {
    color: #FFF;
    background: none;
    background-size: 80px 80px;
    padding: 18px 18px 18px 18px;
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    width: 62%;
    margin: 20px 0 0 0px;
  }
  .seat_block_01 .seat_area_01 .seat_text p {
    font-size: 3.4vw;
    line-height: 180%;
  }
  .seat_area_01a {
    position: relative;
    margin: 0 auto 40px;
    background: url(../../assets/img/seat/bg_img_02.png) left bottom repeat-x;
    background-size: 1px 470px;
    padding: 0px 0 0 0;
  }
  .seat_area_01a .seat_area_01b {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px #666;
            box-shadow: 0px 0px 2px #666;
    padding: 25px 20px;
    position: relative;
    top: 0px;
    max-width: 1100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .seat_area_01a .seat_area_01b .seat_t {
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 6px 20px;
    font-size: 3.2vw;
    line-height: 140%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 0px auto 20px;
  }
  .seat_area_01a .seat_area_01b .ttls {
    color: #df4322;
    font-weight: bold;
    font-size: 6.4vw;
    line-height: 180%;
    display: inline-block;
    position: relative;
  }
  .seat_area_01a .seat_area_01b .ttls em {
    font-family: "Montserrat", sans-serif;
    font-size: 10.4vw;
  }
  .seat_area_01a .seat_area_01b .ttls::before {
    /*
    content:"";
    */
    content: none;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #000000;
    z-index: 1;
  }
  .seat_area_01a .seat_area_01b .ttls::after {
    /*
    content:"";
    */
    content: none;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #000000;
    z-index: 1;
  }
  .seat_area_01a .seat_area_01b .seat_text_001 {
    width: 100%;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #000;
  }
  .seat_area_01a .seat_area_01b .seat_text_001 span {
    background: #000;
    padding: 5px 5px;
    color: #FFF;
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 3.4vw;
  }
  .seat_area_01a .seat_area_01b .seat_text_002 {
    width: 100%;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    margin: 10px 0 20px 0;
    color: #000;
  }
  .seat_area_01a .seat_area_01b .seat_text_002 span {
    background: #000;
    padding: 5px 5px;
    color: #FFF;
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 3.4vw;
  }
  .seat_area_01a .seat_area_01b .seat_text_003 {
    width: 100%;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    margin: 10px 0 0px 0;
    color: #000;
  }
  .seat_area_01a .seat_area_01b .seat_text_003 span {
    background: #000;
    padding: 5px 5px;
    color: #FFF;
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 3.4vw;
  }
  .seat_area_01a .seat_area_01c {
    border: none;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 15% 25px 25px 25px;
    color: #FFF;
  }
  .seat_area_01a .seat_area_01c .seat_area_01c_ph {
    max-width: 140px;
    left: 30px;
    bottom: 30px;
    position: absolute;
    display: none;
  }
  .seat_area_01a .seat_area_01c .mi {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .seat_area_01a .seat_area_01c .mi span {
    color: #df4322;
    font-weight: bold;
    background: #FFF;
    padding: 8px 15px;
    font-size: 5vw;
    line-height: 150%;
  }
  .seat_area_01a .seat_area_01c .ttlls {
    font-size: 5vw;
    line-height: 150%;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  .seat_bottoms {
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 10px 20px 25px 20px;
    color: #FFF;
    text-align: center;
  }
  .seat_bottoms div {
    font-size: 3.4vw;
    line-height: 250%;
    font-weight: bold;
  }
  .seat_bottoms div em {
    font-size: 4.6vw;
    background: #000;
    padding: 1px 6px 2px 6px;
  }
  h2.seat_h2 em {
    font-size: 3.2vw;
    background: none;
    color: #df4322;
    padding: 2px 8px;
    margin: 0 0 0px 0;
    background: #f3f35c;
  }
  .seat_box_03 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_box_03 .seat_box_03_left {
    width: 100%;
    background: #f2f2f2;
    padding: 0 0 10% 0;
    margin: 0 0 8% 0;
  }
  .seat_box_03 .seat_box_03_right {
    width: 100%;
    background: #f2f2f2;
    padding: 0 0 10% 0;
  }
  .seat_box_03 .ttl {
    color: #000;
    font-weight: bold;
    font-size: 4.4vw;
    line-height: 160%;
    padding: 6% 5% 0 5%;
  }
  .seat_box_03 p {
    padding: 6% 5% 5% 5%;
  }
  .seat_box_03 p em {
    font-weight: bold;
    color: #df4322;
  }
  .seat_box_03 .btn_h {
    text-align: center;
    margin: 0 auto 0;
  }
  .seat_gray {
    background: #f9f9f9;
    margin: 40px 0 0 0;
    padding: 35px 0 35px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_gray .seat_gray_txt {
    text-align: center;
    font-weight: bold;
    font-size: 3.6vw;
    line-height: 182%;
  }
  .seat_gray .bottom_txts {
    margin: 20px auto 20px;
    text-align: center;
    font-size: 2.8vw;
  }
  .seat_box_04 {
    margin: 15px auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_box_04 .seat_box_04_left {
    width: 100%;
    background: #FFF;
    margin: 0 0 20px 0;
  }
  .seat_box_04 .seat_box_04_right {
    width: 100%;
    background: #FFF;
  }
  .seat_box_04 .ttl {
    background: #000;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 4.2vw;
    line-height: 150%;
    padding: 5px 0;
  }
  .seat_box_04 p {
    font-weight: bold;
  }
  .seat_box_04 .ttl_area {
    padding: 1px 20px;
  }
  .seat_box_04 .ttl_area em {
    background: #e5e5e5;
    padding: 5px 10px;
    display: block;
    margin: 0 0px 10px 0;
    width: auto;
    text-align: center;
  }
  .seat_box_04 .ttl_area p {
    margin: 20px 0;
    text-align: center;
  }
  .seat_block_05 {
    margin: 40px auto 0;
  }
  .seat_block_05 h3 {
    font-size: 6vw;
    line-height: 170%;
    font-weight: bold;
    color: #000;
  }
  .seat_block_05 h3 span {
    color: #df4322;
    display: inline-block;
    position: relative;
    padding: 0 25px 0 0;
  }
  .seat_block_05 h3 span em {
    font-size: 3.2vw;
  }
  .seat_block_05 h3 span::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .seat_block_05 .sub_ttx {
    margin: 10px 0 15px 0;
  }
  .seat_block_05 .sub_ttx .s01 {
    display: inline-block;
    background: #df4322;
    color: #FFF;
    font-weight: bold;
    padding: 5px 5px;
    margin: 0 5px 5px 0;
  }
  .seat_block_05 .sub_ttx .s02 {
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #000;
    background: #FFF;
  }
  .seat_block_05 .sub_ttx .s02 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 5px;
  }
  .seat_block_05 .sub_ttx .s02 em {
    padding: 5px 5px;
    color: #000;
    font-weight: bold;
  }
  .seat_block_05 .sub_ttx .s04 {
    margin: 0 5px 5px 0;
    display: inline-block;
    background: #ff761a;
    color: #FFF;
    padding: 5px 15px;
  }
  .seat_block_05 .sub_ttx02 {
    border-top: 2px solid #df4322;
    border-bottom: 2px solid #df4322;
    margin: 10px 0 15px 0;
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .seat_block_05 .sub_ttx02 .s00 {
    font-weight: bold;
    display: block;
    margin: 0 0px 10px 0;
    color: #df4322;
    font-size: 5.5vw;
    line-height: 140%;
  }
  .seat_block_05 .sub_ttx02 .s01 {
    display: inline-block;
    background: #df4322;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
  }
  .seat_block_05 .sub_ttx02 .s03 {
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #df4322;
    color: #df4322;
    padding: 5px 15px;
    font-weight: bold;
    background: #FFF;
  }
  .seat_block_05 .sub_ttx02 .s04 {
    margin: 0 5px 5px 0;
    display: inline-block;
    background: #ff761a;
    color: #FFF;
    padding: 5px 15px;
  }
  .seat_block_05 .finals {
    margin: 60px 0 0 0;
  }
  .seat_block_05 .tokuden_ttl {
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 180%;
    color: #000;
    margin: 20px 0 5px 0;
  }
  .seat_block_05 .tokuden_ttl em {
    font-size: 9.5vw;
    font-family: "Montserrat", sans-serif;
  }
  .seat_block_05 .seat_table_block::-webkit-scrollbar {
    height: 5px;
  }
  .seat_block_05 .seat_table_block::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .seat_block_05 .seat_table_block::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .seat_block_05 .seat_table_block {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 10px 0;
  }
  .seat_block_05 .seat_table_block table {
    width: 100%;
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin: 0 0 15px 0;
  }
  .seat_block_05 .seat_table_block table th {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background: #f6f6f6;
    text-align: center;
    font-weight: bold;
    font-size: 4.2vw;
    line-height: 160%;
    padding: 10px;
    vertical-align: middle;
    color: #000;
  }
  .seat_block_05 .seat_table_block table th span {
    font-size: 3.2vw;
  }
  .seat_block_05 .seat_table_block table td {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background: #FFF;
    padding: 10px 10px;
    vertical-align: middle;
    text-align: center;
  }
  .seat_block_05 .seat_table_block table td em.stage {
    font-weight: bold;
  }
  .seat_block_05 .seat_table_block div.days {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 5vw;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #000;
  }
  .seat_block_05 .seat_table_block div.days em {
    font-size: 8vw;
  }
  .seat_block_05 .seat_table_block div.days span {
    font-size: 3.6vw;
    line-height: 160%;
    padding: 3px 18px;
    background: #868686;
    color: #FFF;
  }
  .seat_block_05 .seat_table_block div.price {
    font-weight: bold;
    color: #df4322;
    font-size: 4vw;
  }
  .seat_block_05 .seat_table_block div.price em {
    font-size: 8vw;
  }
  .seat_block_05 .seat_table_block a {
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    background: #df4322;
    font-size: 3.6vw;
    margin: 8px 0 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_block_05 .seat_table_block a span {
    background: url(../../assets/img/common/icon_img_13on.png) right center no-repeat;
    background-size: 13px 13px;
    padding: 0 17px 0 0;
  }
  .seat_block_05 .seat_table_block a:hover {
    text-decoration: none;
    background: #ff761a;
  }
  .seat_block_05 .seat_table_block .seat_price_texts {
    margin: 0 0 15px 0;
  }
  .seat_block_05 .seat_table_block .reds {
    font-weight: bold;
    color: #df4322;
    font-size: 3.6vw;
  }
  .tokuden_area {
    margin: 10px 0 0 0;
  }
  .tokuden_area .tdnttl {
    font-weight: bold;
    font-size: 3.4vw;
    line-height: 160%;
    color: #000;
    margin: 10px 0;
  }
  .tokuden_area .tdn01 {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    text-align: center;
  }
  .tokuden_area .tdn01 img {
    max-width: 80px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
  }
  .tokuden_area .tdn01 .s05 {
    margin: 0 5px 0 0;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: top;
    background: #FFF;
  }
  .tokuden_area .tdn01 .s05 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
  }
  .tokuden_area .tdn01 .s05 em {
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
  }
  .tokuden_area .tdn01 .s06 {
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    font-size: 6vw;
    color: #000;
    line-height: 140%;
    background: url(../../assets/img/seat/icon03.png) left center no-repeat;
    background-size: 16px 24px;
    padding: 0 0 0 26px;
    margin: 10px auto 0px;
  }
  .tokuden_area .tdn01 .s06 span {
    font-size: 3.3vw;
    font-weight: normal;
  }
  .tokuden_area .tdn01s {
    padding: 20px 0 10px 0;
  }
  .tokuden_area .tdn_none {
    border-top: none;
    margin: 0 0 20px 0;
  }
  .seat_att {
    width: 86%;
    max-width: 1000px;
    margin: 40px auto 0;
    border: 1px solid #cccccc;
    position: relative;
    padding: 20% 20px 20% 20px;
    background: url(../../assets/img/seat/bg_img_03.png) 95% 98% no-repeat;
    background-size: 120px 44px;
  }
  .seat_att div.att {
    position: absolute;
    top: 0;
    left: 0;
  }
  .seat_att div.att span {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 4vw;
    background: #cccccc url(../../assets/img/seat/icon04.png) 30px center no-repeat;
    background-size: 24px 22px;
    padding: 15px 30px 15px 60px;
  }
  .seat_att .att_ttl {
    font-weight: bold;
    margin: 20px 0 5px 0;
  }
  .seat_block_06 {
    background: url(../../assets/img/seat/bg_img_04.jpg) center top no-repeat;
    background-size: cover;
    margin: 40px auto 0;
  }
  .seat_block_06 .seat_base {
    padding: 40px 25px;
  }
  .seat_block_06 h2.seat_block_06_h2 {
    color: #FFF;
  }
  .seat_block_06 h2.seat_block_06_h2::after {
    border-bottom: 2px solid #FFF;
  }
  .seat_block_06 p {
    color: #FFF;
    text-align: center;
  }
  .seat_block_06 .seat_06_white {
    margin: 20px auto 0;
    background: #FFF;
    width: 100%;
    padding: 20px;
  }
  .seat_block_06 .seat_06_white div {
    font-weight: bold;
    color: #df4322;
    font-size: 4.2vw;
    line-height: 150%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .seat_block_06 .seat_06_white table {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .seat_block_06 .seat_06_white table th {
    background: #e5e5e5;
    padding: 5px 5px;
    width: 25%;
    font-weight: bold;
  }
  .seat_block_06 .seat_06_white table td {
    width: 75%;
    padding: 5px 0 5px 10px;
    font-weight: bold;
    font-size: 3.4vw;
  }
  .seat_block_06 .seat_06_white table td span {
    font-weight: normal;
  }
  .seat_block_07 {
    width: 86%;
    max-width: 900px;
    margin: 40px auto 10px;
  }
  .seat_block_07 section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .seat_block_07 section .seat_07_left {
    width: 100%;
    margin: 0 0 8% 0;
  }
  .seat_block_07 section .seat_07_right {
    width: 100%;
  }
  .seat_block_07 .ttls {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 8px 0;
    background: #000;
  }
  .seat_block_07 .subttl {
    border-bottom: 1px dotted #000;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 0 8px 0;
    font-weight: bold;
    color: #000;
    font-size: 3.8vw;
    line-height: 160%;
  }
  .seat_block_07 .suvtbl {
    padding: 15px 0 0 0;
  }
  .seat_block_07 table {
    width: 100%;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 8px;
  }
  .seat_block_07 table img {
    max-width: 180px;
  }
  .seat_block_07 table span {
    font-weight: normal;
  }
  .seat_block_07 table .wd01 {
    width: 30%;
    vertical-align: middle;
  }
  .seat_block_07 table .wd02 {
    width: 30%;
    text-align: center;
    padding: 4px 0 4px 0px;
    background: #e5e5e5;
    vertical-align: middle;
  }
  .seat_block_07 table .wd03 {
    width: 40%;
    padding: 4px 0 4px 3px;
    vertical-align: middle;
  }
  .seat_block_07 table .wd03 a {
    text-decoration: underline;
  }
  .seat_pd .hosoku {
    font-size: 2.7vw;
  }
  .seat_spbg {
    background: #f2f2f2;
    padding: 40px 25px;
  }
}
@media screen and (max-width: 48em) and (min-width: 500px) {
  .seat_block_01 .seat_area_01 .right_txt {
    max-width: 25%;
  }
}
@media screen and (max-width: 48em) and (min-width: 550px) {
  .seat_block_01 {
    background: url(../../assets/img/seat/bg_img_01.jpg) left top no-repeat;
    background-size: cover;
    padding: 40px 30px 40px 40px;
  }
  .seat_block_01 .seat_area_01 .right_txt {
    max-width: 20%;
  }
  .seat_block_01 .seat_area_01 h3 {
    font-size: 46px;
    line-height: 130%;
  }
  .seat_block_01 .seat_area_01 .seat_text {
    padding: 12px 18px 12px 18px;
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    width: 68%;
    margin: 20px 0 0 0px;
  }
  .seat_block_01 .seat_area_01 .seat_text p {
    font-size: 13px;
    line-height: 180%;
  }
  .seat_area_01a .seat_area_01b .seat_t {
    padding: 6px 20px;
    font-size: 15px;
    line-height: 140%;
    margin: 0px auto 20px;
  }
  .seat_area_01a .seat_area_01b .ttls {
    font-size: 32px;
    line-height: 180%;
  }
  .seat_area_01a .seat_area_01b .ttls em {
    font-size: 50px;
  }
  .seat_area_01a .seat_area_01b .seat_text_001 {
    font-size: 18px;
  }
  .seat_area_01a .seat_area_01b .seat_text_001 span {
    padding: 10px 10px;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  .seat_area_01a .seat_area_01b .seat_text_002 {
    font-size: 18px;
  }
  .seat_area_01a .seat_area_01b .seat_text_002 span {
    padding: 10px 10px;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  .seat_area_01a .seat_area_01b .seat_text_003 {
    font-size: 18px;
  }
  .seat_area_01a .seat_area_01b .seat_text_003 span {
    padding: 10px 10px;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  .seat_area_01a .seat_area_01c {
    padding: 12% 25px 30px 25px;
  }
  .seat_area_01a .seat_area_01c .seat_area_01c_ph {
    display: none;
  }
  .seat_area_01a .seat_area_01c .mi span {
    padding: 8px 30px;
    font-size: 21px;
    line-height: 150%;
  }
  .seat_area_01a .seat_area_01c .ttlls {
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  .seat_bottoms {
    padding: 10px 20px 25px 20px;
  }
  .seat_bottoms div {
    font-size: 16px;
    line-height: 250%;
  }
  .seat_bottoms div em {
    font-size: 18px;
    padding: 1px 6px 2px 6px;
  }
  h2.seat_h2 em {
    font-size: 14px;
    padding: 2px 8px;
    margin: 0 0 0px 0;
  }
  .seat_box_03 .seat_box_03_left {
    padding: 0 0 6% 0;
    margin: 0 0 8% 0;
  }
  .seat_box_03 .seat_box_03_right {
    padding: 0 0 6% 0;
  }
  .seat_box_03 .ttl {
    font-size: 18px;
    line-height: 160%;
    padding: 4% 6% 0 6%;
  }
  .seat_box_03 p {
    padding: 4% 6% 5% 6%;
  }
  .seat_box_03 .btn_h {
    text-align: center;
    margin: 0 auto 0;
  }
  .seat_gray {
    margin: 40px 0 0 0;
    padding: 35px 0 35px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_gray .seat_gray_txt {
    font-size: 16px;
    line-height: 160%;
  }
  .seat_gray .bottom_txts {
    margin: 15px auto 15px;
    font-size: 13px;
  }
  .seat_box_04 .ttl {
    font-size: 16px;
    line-height: 150%;
    padding: 8px 0;
  }
  .seat_box_04 .ttl_area {
    padding: 1px 20px;
  }
  .seat_box_04 .ttl_area em {
    background: #e5e5e5;
    padding: 5px 10px;
    display: block;
    margin: 0 0px 10px 0;
    width: auto;
    text-align: center;
  }
  .seat_box_04 .ttl_area p {
    margin: 20px 0;
    text-align: center;
  }
  .wdsx {
    width: 60%;
  }
  .seat_block_05 {
    margin: 40px auto 0;
  }
  .seat_block_05 h3 {
    font-size: 21px;
    line-height: 170%;
  }
  .seat_block_05 h3 span {
    padding: 0 25px 0 0;
  }
  .seat_block_05 h3 span em {
    font-size: 3.2vw;
  }
  .seat_block_05 h3 span::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .seat_block_05 .sub_ttx {
    margin: 10px 0 15px 0;
  }
  .seat_block_05 .sub_ttx .s01 {
    display: inline-block;
    background: #df4322;
    color: #FFF;
    font-weight: bold;
    padding: 5px 5px;
    margin: 0 5px 5px 0;
  }
  .seat_block_05 .sub_ttx .s02 {
    margin: 0 5px 5px 0;
  }
  .seat_block_05 .sub_ttx .s02 span {
    padding: 5px 5px;
  }
  .seat_block_05 .sub_ttx .s02 em {
    padding: 5px 5px;
  }
  .seat_block_05 .sub_ttx02 {
    margin: 10px 0 15px 0;
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .seat_block_05 .sub_ttx02 .s00 {
    margin: 0 0px 10px 0;
    color: #df4322;
    font-size: 18px;
    line-height: 140%;
  }
  .seat_block_05 .sub_ttx02 .s01 {
    padding: 5px 15px;
    margin: 0 5px 5px 0;
  }
  .seat_block_05 .sub_ttx02 .s03 {
    margin: 0 5px 5px 0;
    padding: 5px 15px;
    font-weight: bold;
    background: #FFF;
  }
  .seat_block_05 .sub_ttx02 .s04 {
    margin: 0 5px 5px 0;
    padding: 5px 15px;
  }
  .seat_block_05 .finals {
    margin: 60px 0 0 0;
  }
  .seat_block_05 .tokuden_ttl {
    font-size: 21px;
    line-height: 180%;
    margin: 20px 0 5px 0;
  }
  .seat_block_05 .tokuden_ttl em {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
  }
  .seat_block_05 .seat_table_block::-webkit-scrollbar {
    height: 5px;
  }
  .seat_block_05 .seat_table_block::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .seat_block_05 .seat_table_block::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .seat_block_05 .seat_table_block {
    overflow: auto;
    white-space: nowrap;
  }
  .seat_block_05 .seat_table_block table {
    width: 100%;
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin: 0 0 15px 0;
  }
  .seat_block_05 .seat_table_block table th {
    font-size: 14px;
    line-height: 160%;
    padding: 10px 8px;
    vertical-align: middle;
    color: #000;
  }
  .seat_block_05 .seat_table_block table th span {
    font-size: 11px;
  }
  .seat_block_05 .seat_table_block table td {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background: #FFF;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: center;
  }
  .seat_block_05 .seat_table_block table td em.stage {
    font-weight: bold;
  }
  .seat_block_05 .seat_table_block div.days {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0em;
    color: #000;
  }
  .seat_block_05 .seat_table_block div.days em {
    font-size: 28px;
  }
  .seat_block_05 .seat_table_block div.days span {
    font-size: 12px;
    line-height: 160%;
    padding: 3px 18px;
  }
  .seat_block_05 .seat_table_block div.price {
    font-weight: bold;
    color: #df4322;
    font-size: 15px;
  }
  .seat_block_05 .seat_table_block div.price em {
    font-size: 28px;
  }
  .seat_block_05 .seat_table_block a {
    display: inline-block;
    padding: 4px 14px 5px 14px;
    color: #FFF;
    background: #df4322;
    font-size: 13px;
    line-height: 150%;
    margin: 4px 0 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .seat_block_05 .seat_table_block a span {
    background: url(../../assets/img/common/icon_img_13on.png) right center no-repeat;
    background-size: 13px 13px;
    padding: 0 17px 0 0;
  }
  .seat_block_05 .seat_table_block a:hover {
    text-decoration: none;
    background: #ff761a;
  }
  .seat_block_05 .seat_table_block .seat_price_texts {
    margin: 0 0 10px 0;
  }
  .seat_block_05 .seat_table_block .reds {
    font-weight: bold;
    color: #df4322;
    font-size: 16px;
  }
  .tokuden_area {
    margin: 10px 0 0 0;
  }
  .tokuden_area .tdnttl {
    font-weight: bold;
    font-size: 15px;
    line-height: 160%;
    color: #000;
    margin: 10px 0;
  }
  .tokuden_area .tdn01 {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    text-align: center;
  }
  .tokuden_area .tdn01 img {
    max-width: 80px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
  }
  .tokuden_area .tdn01 .s05 {
    margin: 0 5px 0 0;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: top;
    background: #FFF;
  }
  .tokuden_area .tdn01 .s05 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 15px;
  }
  .tokuden_area .tdn01 .s05 em {
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
  }
  .tokuden_area .tdn01 .s06 {
    font-size: 32px;
    line-height: 140%;
    background: url(../../assets/img/seat/icon03.png) left 6px no-repeat;
    background-size: 20px 30px;
    padding: 0 0 0 30px;
    margin: 10px auto 0px;
  }
  .tokuden_area .tdn01 .s06 span {
    font-size: 15px;
  }
  .tokuden_area .tdn01s {
    padding: 20px 0 10px 0;
  }
  .tokuden_area .tdn_none {
    border-top: none;
    margin: 0 0 20px 0;
  }
  .seat_att {
    width: 86%;
    max-width: 1000px;
    margin: 40px auto 0;
    border: 1px solid #cccccc;
    position: relative;
    padding: 15% 20px 15% 20px;
    background: url(../../assets/img/seat/bg_img_03.png) 95% 98% no-repeat;
    background-size: 120px 44px;
  }
  .seat_att div.att {
    position: absolute;
    top: 0;
    left: 0;
  }
  .seat_att div.att span {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 4vw;
    background: #cccccc url(../../assets/img/seat/icon04.png) 30px center no-repeat;
    background-size: 24px 22px;
    padding: 15px 30px 15px 60px;
  }
  .seat_att .att_ttl {
    font-weight: bold;
    margin: 20px 0 5px 0;
  }
  .seat_block_06 .seat_base {
    padding: 40px 25px;
  }
  .seat_block_06 .seat_06_white div {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px 0;
  }
  .seat_block_06 .seat_06_white table {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .seat_block_06 .seat_06_white table th {
    background: #e5e5e5;
    padding: 5px 5px;
    width: 25%;
    font-weight: bold;
  }
  .seat_block_06 .seat_06_white table td {
    width: 75%;
    padding: 5px 0 5px 10px;
    font-weight: bold;
    font-size: 13px;
  }
  .seat_block_06 .seat_06_white table td span {
    font-weight: normal;
  }
  .seat_block_07 {
    width: 86%;
    margin: 40px auto 10px;
  }
  .seat_block_07 section .seat_07_left {
    margin: 0 0 10% 0;
  }
  .seat_block_07 .subttl {
    font-size: 15px;
    line-height: 160%;
    margin: 10px 0 0 0;
  }
  .seat_block_07 .suvtbl {
    padding: 15px 0 0 0;
  }
  .seat_block_07 table {
    width: 100%;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 8px;
  }
  .seat_block_07 table img {
    max-width: 180px;
  }
  .seat_block_07 table span {
    font-weight: normal;
  }
  .seat_block_07 table .wd01 {
    width: 30%;
    vertical-align: middle;
  }
  .seat_block_07 table .wd02 {
    width: 30%;
    text-align: center;
    padding: 4px 0 4px 0px;
    background: #e5e5e5;
    vertical-align: middle;
  }
  .seat_block_07 table .wd03 {
    width: 40%;
    padding: 4px 0 4px 3px;
  }
  .seat_pd .hosoku {
    font-size: 12px;
  }
  .wdsx {
    display: none;
  }
  .sals_text_block .reds {
    font-weight: bold;
    color: #df4322;
    font-size: 15px;
  }
}
@media screen and (max-width: 48em) and (min-width: 600px) {
  .seat_block_01 .seat_area_01 .right_txt {
    max-width: 17%;
  }
  .bna {
    padding: 0 50px;
  }
}
@media screen and (max-width: 48em) and (min-width: 700px) {
  .seat_block_01 .seat_area_01 .right_txt {
    max-width: 14%;
  }
}
@media screen and (max-width: 48em) {
  .tel-link a {
    text-decoration: underline;
  }
}
.kanbai {
  display: block;
  margin: 0 0 10px 0;
  -webkit-text-decoration-color: #df4322 !important;
          text-decoration-color: #df4322 !important;
  text-decoration: line-through;
  color: #CCCCCC;
}

@media screen and (max-width: 48em) {
  .p404_index main {
    background: url(../../assets/img/404/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .not_ttl {
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 22pt;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 48em) and (min-width: 450px) {
  .not_ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 20pt;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 48em) {
  .participate_index main {
    background: url(../../assets/img/participate/main.jpg) center top no-repeat;
    background-size: cover;
  }
  #menu_right {
    display: none;
  }
  .participate_block_01 {
    background: url(../../assets/img/participate/bg_img_01.jpg) left top no-repeat;
    background-size: cover;
    margin-bottom: 0px;
  }
  .participate_block_01 .participate_area_01 {
    padding: 60px 20px 40px 20px;
  }
  .participate_block_01 .participate_area_01 .ttl01 {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
  }
  .participate_block_01 .participate_area_01 .ttl02 {
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    line-height: 26pt;
    margin-bottom: 20px;
    text-align: center;
  }
  .participate_block_01 .participate_area_01 p {
    color: #FFF;
  }
  .participate_block_01 .participate_area_01 .anker_block {
    position: relative;
    max-width: 900px;
    bottom: auto;
  }
  .participate_block_01 .participate_area_01 .anker_block ul {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*
    li:nth-child(1) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon02.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
    /*
    li:nth-child(2) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon03.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
    /*
    li:nth-child(3) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon04.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
    /*
    li:nth-child(4) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon05.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
    /*
    li:nth-child(5) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon06.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
    /*
    li:nth-child(6) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon07.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
    /*
    li:nth-child(7) a:hover{
        background:url(../../assets/img/participate/icon01.png) center 94% no-repeat , url(../../assets/img/participate/icon08.png) center 16% no-repeat;
        background-size:14px 8px , 140px 90px;
        text-decoration:none;
        color:#dd4222;
    }
    */
  }
  .participate_block_01 .participate_area_01 .anker_block ul li {
    width: 48%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #efefef;
    position: relative;
    background: #efefef;
    margin: 1%;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li a {
    padding: 70px 10px 35px 10px;
    width: 100%;
    font-size: 13px;
    line-height: 160%;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(1) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon02.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(2) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon03.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(3) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon04.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(4) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon05.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(5) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon06.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(6) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon07.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_01 .participate_area_01 .anker_block ul li:nth-child(7) a {
    background: url(../../assets/img/participate/icon01.png) center 89% no-repeat, url(../../assets/img/participate/icon08.png) center 12% no-repeat;
    background-size: 14px 8px, 80px 51px;
  }
  .participate_block_02 {
    max-width: 900px;
    margin: 30px 20px;
    border: 1px solid #a2a2a2;
  }
  .participate_block_02 .participate_area_01 {
    padding: 25px;
  }
  .participate_block_02 .participate_area_01 div {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20pt;
  }
  .participate_block_02 .participate_area_01 p em {
    font-weight: bold;
    color: #df4322;
  }
  .participate_block_02 .participate_area_02 {
    /*
    background:url(../../assets/img/participate/bg_img_02.png) center center no-repeat;
    background-size:cover;
    */
    width: 100%;
    display: auto;
  }
  .participate_block_02 .participate_area_02 div.lefts {
    width: 100%;
    background: #efefef;
    font-size: 14px;
    padding: 12px;
  }
  .participate_block_02 .participate_area_02 div.rights {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 16px 12px;
    background: #a2a2a2;
  }
  .participate_block_02 .participate_area_02 div.rights span.tel {
    background: url(../../assets/img/participate/icon09.png) left center no-repeat;
    background-size: 20px 22px;
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0 0px 10px 0;
    font-size: 15px;
  }
  .participate_block_02 .participate_area_02 div.rights span.fax {
    background: url(../../assets/img/participate/icon10.png) left center no-repeat;
    background-size: 23px 22px;
    display: inline-block;
    padding: 0 0 0 26px;
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .participate_block_02 .participate_area_02 div.rights span.mail {
    background: url(../../assets/img/participate/icon11.png) left center no-repeat;
    background-size: 25px 22px;
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 15px;
  }
  .participate_block_03 {
    background: url(../../assets/img/participate/bg_img_04.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 20px;
    margin: 0 0 60px 0;
  }
  .participate_block_03 .participate_area_03 {
    max-width: 720px;
    margin: 0 auto 0;
  }
  .participate_block_03 .participate_area_03 .ttl {
    text-align: center;
    color: #FFF;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon12.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_03 .participate_area_03 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #FFF;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_03 .participate_area_03 .kai {
    background: url(../../assets/img/participate/bg_img_05.png) center top no-repeat;
    background-size: 80px 65px;
    float: none;
    text-align: center;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 0 auto 10px;
  }
  .participate_block_03 .participate_area_03 .kai em {
    font-size: 21px;
  }
  .participate_block_03 .participate_area_03 .ttls {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
  }
  .participate_block_03 .participate_area_03 .ttls em {
    font-size: 24px;
    display: block;
    line-height: 22pt;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  .participate_block_03 .participate_area_03 .bds {
    margin: 10px 0 10px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
  }
  .participate_block_03 .participate_area_03 .bds em {
    font-size: 14px;
  }
  .participate_block_03 .participate_area_03 .text01 {
    text-align: center;
  }
  .participate_block_03 .participate_area_03 .text01 a {
    background: url(../../assets/img/common/icon_img_13on.png) left center no-repeat;
    background-size: 13px 13px;
    padding: 0 0 0 18px;
    color: #FFF;
    text-decoration: underline;
  }
  .participate_block_03 .participate_area_03 .text01 a:hover {
    text-decoration: none;
  }
  .participate_block_03 .participate_area_03 .text02 {
    text-align: center;
    color: #FFF;
  }
  .participate_block_03 .participate_area_03 .text02 a {
    color: #FFF;
    text-decoration: underline;
  }
  .participate_block_03 .participate_area_03 .text02 a:hover {
    text-decoration: none;
  }
  .participate_block_03 .participate_area_03 .btn_blocks {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    /*
    a.btn01:hover{
        background:#c02808 url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
        background-size:13px 13px;
        text-decoration:none;
    }
    */
    /*
    a.btn02:hover{
        background:#e0660d url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
        background-size:13px 13px;
        text-decoration:none;
    }
    */
  }
  .participate_block_03 .participate_area_03 .btn_blocks a.btn01 {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: bold;
    background: #df4322 url(../../assets/img/common/icon_img_13on.png) 97% center no-repeat;
    background-size: 13px 13px;
    padding: 10px 35px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 0 10px 0;
  }
  .participate_block_03 .participate_area_03 .btn_blocks a.btn02 {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: bold;
    background: #fc842d url(../../assets/img/common/icon_img_13on.png) 97% center no-repeat;
    background-size: 13px 13px;
    padding: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .participate_block_04 {
    padding: 0px 0;
    margin: 0 0 60px 0;
  }
  .participate_block_04 .participate_area_04 {
    max-width: 900px;
    margin: 0 20px;
  }
  .participate_block_04 .participate_area_04 .ttl {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon13.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_04 .participate_area_04 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_04 .participate_area_04 .photo_block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .participate_block_04 .participate_area_04 .photo_block ul li {
    width: 31%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 1%;
  }
  .participate_block_04 .participate_area_04 .subttl {
    text-align: center;
    font-weight: bold;
    color: #df4322;
    font-size: 15px;
    line-height: 18pt;
    margin: 20px 0;
  }
  .participate_block_04 .participate_area_04 .text001 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .participate_block_04 .participate_area_04 .text002 {
    text-align: center;
    display: inline-block;
    background: #fee8e8;
    border-radius: 100px; /* CSS3草案 */
    -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
    -moz-border-radius: 100px; /* Firefox用 */
    font-size: 12px;
    margin: 30px auto 0;
    width: auto;
    padding: 12px 25px;
  }
  .participate_block_04 .participate_area_04 .text002 a {
    text-decoration: underline;
  }
  .participate_block_04 .participate_area_04 .text002 a:hover {
    text-decoration: none;
  }
  .btn_blockz {
    width: 100%;
    display: block;
    margin: 0 0 0px 0;
    /*
    a.btn01:hover{
        background:#c02808 url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
        background-size:13px 13px;
        text-decoration:none;
    }
    */
    /*
    a.btn02:hover{
        background:#e0660d url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
        background-size:13px 13px;
        text-decoration:none;
    }
    */
  }
  .btn_blockz div {
    width: 100%;
  }
  .btn_blockz div p {
    margin: 10px 0 0 0;
  }
  .btn_blockz a.btn01 {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: bold;
    background: #df4322 url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 12px 35px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 20px 0 0 0;
  }
  .btn_blockz a.btn02 {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: bold;
    background: #fc842d url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 12px 35px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 20px 0 0 0;
  }
  .participate_block_05 {
    padding: 60px 0;
    margin: 0 0 60px 0;
    background: #f4f4f4;
  }
  .participate_block_05 .participate_area_05 {
    max-width: 900px;
    margin: 0 20px;
  }
  .participate_block_05 .participate_area_05 .ttl {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon14.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_05 .participate_area_05 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_05 .participate_area_05 .subttl {
    text-align: center;
    font-weight: bold;
    color: #df4322;
    font-size: 15px;
    line-height: 18pt;
    margin: 20px 0;
  }
  .participate_block_05 .participate_area_05 .text001 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .participate_block_05 .participate_area_05 .white_block {
    margin: 30px auto 0;
    background: #FFF;
    padding: 20px;
  }
  .participate_block_05 .participate_area_05 .white_block .ttlz {
    font-size: 16px;
    line-height: 18pt;
    margin: 0 0 10px 0;
  }
  .participate_block_05 .participate_area_05 .white_block .text004 {
    text-align: center;
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  .participate_block_05 .participate_area_05 .white_block .gray_block {
    display: block;
    padding: 35px 20px;
    margin: 30px 0 0 0;
  }
  .participate_block_05 .participate_area_05 .white_block .gray_block .wd49p {
    width: 100%;
  }
  .participate_block_05 .participate_area_05 .white_block .gray_block .wd49p .ttlc {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
  }
  .participate_block_05 .participate_area_05 .white_block .gray_block .wd49p p {
    font-size: 13px;
  }
  .participate_block_05 .participate_area_05 .white_block .gray_block .faxs {
    margin: 10px 0 30px 0;
    font-weight: bold;
    color: #df4322;
    font-size: 16px;
    background: url(../../assets/img/participate/icon15.png) center left no-repeat;
    background-size: 24px 18px;
    padding: 0 0 0 30px;
    display: inline-block;
  }
  .participate_block_05 .participate_area_05 .white_block .gray_block .mails {
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #df4322;
    font-size: 16px;
    background: url(../../assets/img/participate/icon16.png) center left no-repeat;
    background-size: 24px 18px;
    padding: 0 0 0 35px;
    display: inline-block;
  }
  .participate_block_05 .participate_area_05 .other_blockz {
    margin: 30px auto 0;
    text-align: center;
  }
  .participate_block_05 .participate_area_05 .other_blockz .ttlc {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
  }
  .participate_block_05 .participate_area_05 .other_blockz p {
    font-size: 13px;
  }
  .participate_block_05 .participate_area_05 .other_blockz .tels {
    color: #000;
    font-size: 12px;
  }
  .participate_block_05 .participate_area_05 .other_blockz .tels em {
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #df4322;
    font-size: 16px;
    background: url(../../assets/img/participate/icon17.png) center left no-repeat;
    background-size: 15px 18px;
    padding: 0 0 0 25px;
    display: inline-block;
  }
  .participate_block_06 {
    padding: 0px 0;
    margin: 0 0 60px 0;
  }
  .participate_block_06 .participate_area_06 {
    max-width: 900px;
    margin: 0 20px;
  }
  .participate_block_06 .participate_area_06 .ttl {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon18.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_06 .participate_area_06 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_06 .participate_area_06 .subttl {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18pt;
    margin: 20px 0;
    color: #000;
  }
  .participate_block_06 .participate_area_06 .subttl em {
    color: #df4322;
  }
  .participate_block_06 .participate_area_06 .text001 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .participate_block_06 .participate_area_06 .flx01 {
    margin: 60px 0 0 0;
    display: block;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_left {
    width: 100%;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right {
    width: 100%;
    padding: 25px;
    background: #fff0f0;
    text-align: left;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right .sml_ttl {
    font-size: 13px;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right .bg_ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 18pt;
    color: #df4322;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #ebcece;
    margin: 0 0 20px 0;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right ul {
    margin: 0 0 25px 0;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right li {
    background: url(../../assets/img/participate/icon19.png) left 2px no-repeat;
    background-size: 22px 18px;
    padding: 0 0 0 28px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 16pt;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right a {
    text-decoration: underline;
    background: url(../../assets/img/common/icon_img_13.png) left center no-repeat;
    background-size: 13px 13px;
    padding: 0 0 0 18px;
    text-decoration: underline;
    margin: 25px 0 0 0;
    display: inline-block;
  }
  .participate_block_06 .participate_area_06 .flx01 .fl_right a:hover {
    text-decoration: none;
  }
  .participate_block_06 .participate_area_06 .flx02 {
    margin: 30px 0 0 0;
    display: block;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left {
    width: 100%;
    background: #fff0f0;
    padding: 25px;
    text-align: left;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left .sml_ttl {
    font-size: 13px;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left .bg_ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 18pt;
    color: #df4322;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #ebcece;
    margin: 0 0 20px 0;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left ul {
    margin: 25px 0 25px 0;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left li {
    background: url(../../assets/img/participate/icon19.png) left 2px no-repeat;
    background-size: 22px 18px;
    padding: 0 0 0 28px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 16pt;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left a {
    text-decoration: underline;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_left a:hover {
    text-decoration: none;
  }
  .participate_block_06 .participate_area_06 .flx02 .fl_right {
    width: 100%;
  }
  .participate_block_07 {
    padding: 60px 0;
    margin: 0 0 60px 0;
    background: #f4f4f4;
  }
  .participate_block_07 .participate_area_07 {
    max-width: 900px;
    margin: 0 20px;
  }
  .participate_block_07 .participate_area_07 .ttl {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon20.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_07 .participate_area_07 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_07 .participate_area_07 .subttl {
    text-align: center;
    font-weight: bold;
    color: #df4322;
    font-size: 15px;
    line-height: 18pt;
    margin: 20px 0;
  }
  .participate_block_07 .participate_area_07 .text001 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .participate_block_08 {
    padding: 0px 0;
    margin: 0 0 60px 0;
  }
  .participate_block_08 .participate_area_08 {
    max-width: 900px;
    margin: 0 20px;
  }
  .participate_block_08 .participate_area_08 .ttl {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon21.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_08 .participate_area_08 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_08 .participate_area_08 .photo_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .participate_block_08 .participate_area_08 .photo_block ul li {
    width: 31%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 1%;
  }
  .participate_block_08 .participate_area_08 .subttl {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    line-height: 18pt;
    margin: 20px 0;
  }
  .participate_block_08 .participate_area_08 .gray_block {
    background: #f4f4f4;
    display: block;
    text-align: center;
    padding: 1px 20px 35px 20px;
  }
  .participate_block_08 .participate_area_08 .gray_block .wd30p {
    width: 100%;
  }
  .participate_block_08 .participate_area_08 .gray_block .wd30p .ttlc {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 35px 0 10px 0;
  }
  .participate_block_08 .participate_area_08 .gray_block .wd30p p {
    font-size: 13px;
  }
  .participate_block_08 .participate_area_08 .gray_block a.btn01 {
    text-align: center;
    color: #FFF;
    margin: 20px 0 0 0;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: bold;
    background: #df4322 url(../../assets/img/common/icon_img_13on.png) 95% center no-repeat;
    background-size: 13px 13px;
    padding: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .participate_block_08 .participate_area_08 .gray_block a.btn01:hover {
    background: #c02808 url(../../assets/img/common/icon_img_13on.png) 98% center no-repeat;
    background-size: 13px 13px;
    text-decoration: none;
  }
  .participate_block_08 .participate_area_08 .text001 {
    text-align: center;
    margin: 30px auto;
  }
  .participate_block_08 .participate_area_08 .text001 em {
    color: #df4322;
  }
  .participate_block_08 .participate_area_08 .photo12 {
    margin: 0 0 30px 0;
  }
  .wd380 {
    max-width: 100%;
    margin: 0 auto 0;
  }
  .participate_block_09 {
    padding: 60px 0;
    margin: 0 0 60px 0;
    background: #f4f4f4;
  }
  .participate_block_09 .participate_area_09 {
    max-width: 900px;
    margin: 0 20px;
  }
  .participate_block_09 .participate_area_09 .ttl {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20pt;
    background: url(../../assets/img/participate/icon22.png) center top no-repeat;
    background-size: 70px 57px;
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
  .participate_block_09 .participate_area_09 .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #df4322;
    width: 50px;
    margin: 0 auto;
  }
  .participate_block_09 .participate_area_09 table {
    width: 100%;
  }
  .participate_block_09 .participate_area_09 table th {
    background: #000;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
  }
  .participate_block_09 .participate_area_09 table td {
    width: 100%;
    display: block;
    padding: 10px;
    background: #FFF;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
  }
  .participate_block_09 .participate_area_09 .text001 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .participate_block_09 .participate_area_09 .text002 {
    margin: 30px 0 0 0;
    font-size: 11px;
  }
  .onlyPCp {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .entry_index main {
    background: url(../../assets/img/entry/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .entry_area_01 .modal {
    padding: 50% 0 0 0;
  }
  .popup_box.entry .rightbox {
    padding: 0 20px 20px 20px;
  }
  .popup_box.entry .rightbox p {
    padding-top: 20px;
  }
  .table_box {
    display: block;
  }
  .onlySP3 {
    display: block !important;
  }
  .entry_block_01 {
    background: #df4322;
    padding: 45px 10px;
  }
  .entry_block_01 .entry_area_01 {
    max-width: 1000px;
    margin: 0 auto 0;
  }
  .entry_block_01 .entry_area_01 .entry_ttl {
    position: relative;
    background: #FFF;
    text-align: center;
    display: inline-block;
    color: #df4322;
    font-weight: bold;
    font-size: 13px;
    margin: 0 auto 0;
    padding: 6px 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .entry_block_01 .entry_area_01 .entry_ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
  }
  .entry_block_01 .entry_area_01 .days_ttl {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    margin: 15px 0;
  }
  .entry_block_01 .entry_area_01 .days_ttl em {
    font-size: 16px;
  }
  .entry_block_01 .entry_area_01 .white_area {
    position: relative;
    background: #FFF;
    padding: 70px 20px 20px 20px;
  }
  .entry_block_01 .entry_area_01 .white_area .white_area_ttl01 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20pt;
    color: #000;
    margin: 0 0 15px 0;
  }
  .entry_block_01 .entry_area_01 .white_area dl {
    position: relative;
    text-align: center;
    margin: 35px auto 60px;
  }
  .entry_block_01 .entry_area_01 .white_area dl dt {
    color: #FFF;
    background: #000;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    padding: 5px 40px;
    margin: 0 0 10px 0;
  }
  .entry_block_01 .entry_area_01 .white_area dl dd {
    position: relative;
  }
  .entry_block_01 .entry_area_01 .white_area dl dd::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    background: #df4322;
    width: 1px;
    height: 30px;
    margin: 0 auto 0;
  }
  .entry_block_01 .entry_area_01 .white_area dl.st {
    margin: 35px auto 0px !important;
  }
  .entry_block_01 .entry_area_01 .white_area dl.st dt {
    background: #df4322;
  }
  .entry_block_01 .entry_area_01 .white_area dl.st dd::after {
    content: none;
  }
  .entry_block_01 .entry_area_01 .white_area::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    background: #df4322;
    width: 1px;
    height: 40px;
    margin: 0 auto;
  }
  .entry_block_01 .entry_area_01 .gray_block {
    background: #f8f8f8;
    padding: 20px;
    margin: 30px auto 0;
  }
  .entry_block_01 .entry_area_01 .gray_block .ttl {
    font-size: 14px;
    line-height: 17pt;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  .entry_block_01 .entry_area_01 .gray_block ol {
    padding-left: 20px;
    list-style-type: decimal;
  }
  .entry_block_01 .entry_area_01 .gray_block ol li {
    padding-left: 10px;
    font-size: 11px;
    line-height: 13pt;
    margin: 10px 0;
  }
  .entry_block_01 .entry_area_01 .under_area {
    padding: 50px 0px 0 0px;
    text-align: center;
  }
  .entry_block_01 .entry_area_01 .under_area .read01 {
    font-size: 13px;
    font-weight: bold;
  }
  .entry_block_01 .entry_area_01 .under_area .read01 a {
    color: #df4322;
    text-decoration: underline;
  }
  .entry_block_01 .entry_area_01 .under_area .read01 a:hover {
    text-decoration: none;
  }
  .entry_block_01 .entry_area_01 .doi {
    margin: 20px 0 0 0;
    font-size: 13px;
  }
  .entry_block_01 .entry_area_01 .doi em {
    font-size: 14px;
    line-height: 16pt;
    font-weight: bold;
  }
  .entry_block_01 .entry_area_01 .entry_txt01 {
    margin: 30px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #df4322;
  }
  .entry_block_01 .entry_area_01 .entry_txt01 em {
    font-size: 16px;
  }
  .btnz {
    margin: 40px 0 0 0;
    display: inline-block;
    background: #eeeeee;
    padding: 12px 40px;
    font-weight: bold;
  }
  .btnz input {
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 1px solid #CCC;
    background: #FFF !important;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin: 0 10px 0 0;
  }
  .entry_btn {
    margin-top: 40px;
    text-align: center;
  }
  .entry_btn a {
    background: #fb842d;
    color: #FFF;
    padding: 12px 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18pt;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /*
  .entry_btn a:hover{
      background:#d7630d;
      text-decoration:none;
  }
  */
}
@media screen and (max-width: 48em) {
  .expo main {
    height: auto;
    overflow: auto;
  }
  .main_expo {
    background: none;
    height: auto;
  }
  .main_expo img {
    vertical-align: bottom;
  }
  .expo_block_01 .areas {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0px auto 0;
    background: #fff100;
    max-width: 1100px;
    padding: 20px;
  }
  .expo_block_01 .areas h1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: auto;
  }
  .expo_block_01 .areas .area01 .lefts p,
  .expo_block_01 .areas .area01 .rights p {
    margin: 10px 0;
  }
  .expo_block_01 .areas .area01 {
    padding: 20px 0px 0px 0px;
    display: block;
  }
  .expo_block_01 .areas .area01 .lefts,
  .expo_block_01 .areas .area01 .rights {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .expo_block_01 .areas .area01 .rights {
    margin: 40px 0 0 0;
  }
  .expo_block_01 .areas .area01 .lefts .anime {
    display: none;
  }
  .expo_block_01 .areas .area01 .rights .anime {
    display: none;
  }
  .expo_block_01 .areas .area01 .lefts .ttls,
  .expo_block_01 .areas .area01 .rights .ttls {
    padding: 0 20px;
  }
  .under_block.expo {
    padding: 20px 0px 40px 0px;
  }
  .expo_block_02 {
    margin: 0 20px;
    background: #419843;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    padding: 40px 20px;
  }
  .expo_block_02 .tubepd {
    padding: 0px;
  }
  .expo_block_02 .fbox10 {
    display: block;
    margin: 20px auto 0;
  }
  .expo_block_02 .fbox10 .bda {
    border: 2px solid #fff100;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px;
    margin: 0 0 10px 0;
  }
  .expo_btn a {
    font-size: 15px;
    line-height: 18pt;
    padding: 15px 20px;
    margin: 20px auto 0;
    background: rgb(220, 220, 220);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 220, 220)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(bottom, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    background: linear-gradient(0deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    -webkit-box-shadow: 10px 10px 20px #2f8731;
            box-shadow: 10px 10px 20px #2f8731;
    width: 100%;
  }
  .expo_btn a span {
    background: url(../../assets/img/expo/icon_img_04.png) 98% center no-repeat;
    background-size: 10px 16px;
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .expo_block_02 .cn_ttl {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin: 0px 0 0px 0;
  }
  .expo_block_02 .anime div.anime_block.icon03 {
    display: none;
  }
  .text_links {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 18pt;
  }
  .expo_block_03 {
    background: #fff100;
    padding: 40px 0;
    margin: 40px auto 0;
  }
  .expo_block_03 .areas {
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
    text-align: center;
    padding: 0 20px;
  }
  .expo_block_03 .anime div.anime_block.icon04,
  .expo_block_03 .anime div.anime_block.icon05,
  .expo_block_03 .anime div.anime_block.icon06,
  .expo_block_03 .anime div.anime_block.icon07 {
    display: none;
  }
  .expo_block_03 .areas h2 {
    max-width: 100%;
    margin: 0 0 0 0px;
  }
  .expo_block_03 .areas .ttls01 {
    font-size: 18px;
    line-height: 21pt;
    margin: 10px 0;
  }
  .expo_block_03 .areas_03 {
    border-top: 2px solid #00a0e9;
    margin: 20px 0 0 0;
    padding: 20px 0;
  }
  .expo_block_03 .areas_03 .fbox03 {
    display: block;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts01 {
    width: 100%;
    max-width: 100%;
  }
  .expo_block_03 .areas_03 .fbox03 .rights01 {
    width: 100%;
    max-width: 100%;
  }
  .expo_block_03 .areas_03 .fbox04 {
    display: block;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts01 .anime div.anime_block.icon10 {
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    margin: 0 0 0 0px;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts01 .anime div.anime_block.move.icon10 {
    opacity: 1;
    margin: 0 0 0 0px;
  }
  .expo_block_03 .areas_03 .fbox03 .rights01 h3 {
    font-size: 20px;
    line-height: 24pt;
    margin: 10px 0 0 0;
  }
  .expo_block_03 .areas_03 .fbox03 .rights01 p {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  .expo_block_03 .areas_03 .fbox04 .lefts, .expo_block_03 .areas_03 .fbox04 .rights {
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .expo_block_03 .areas_03 .fbox04 .lefts div, .expo_block_03 .areas_03 .fbox04 .rights div {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .expo_block_03 .areas_03 .fbox04 .lefts ul.wd001 {
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox04 .lefts ul.wd002 {
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox04 .uls {
    display: block;
  }
  .expo_block_03 .areas_03 .fbox04 .rights ul.wd003 {
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox04 .rights ul.wd004 {
    width: 100%;
  }
  p.hosoku {
    text-align: left;
    font-size: 10px !important;
    line-height: 14pt;
    margin: 0px 0 0 0;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts02 {
    width: 100%;
    max-width: 100%;
  }
  .expo_block_03 .areas_03 .fbox03 .rights02 {
    width: 100%;
    max-width: 100%;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts02 .anime div.anime_block.icon11 {
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    margin: 0 0 0 0px;
  }
  .expo_block_03 .areas_03 .fbox03 .lefts02 .anime div.anime_block.move.icon11 {
    opacity: 1;
    margin: 0 0px 0px 0px;
  }
  .expo_block_03 .areas_03 .fbox03 .rights02 h3 {
    font-size: 20px;
    line-height: 24pt;
    margin: 10px 0 0 0;
  }
  .expo_block_03 .areas_03 .fbox03 .rights02 p {
    font-size: 14px;
    color: #000;
    margin: 0;
  }
  .expo_block_03 .areas_03.last {
    margin: 0px 0 0 0;
    padding: 20px 0;
  }
  .expo_block_03 .areas_03 .fbox05 {
    margin: 20px auto 10px;
    padding: 25px;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox05 .uls {
    display: block;
  }
  .expo_block_03 .areas_03 .fbox05 ul.wd001 {
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox05 ul.wd002 {
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox05 ul.wd003 {
    width: 100%;
  }
  .expo_block_03 .areas_03 .fbox05 ul.wd004 {
    width: 100%;
  }
  .expo_block_03 .areas_04 {
    margin: 20px auto 0;
  }
  .expo_block_03 .areas_04 h3 {
    display: inline-block;
    font-size: 21px;
    line-height: 24pt;
    background: url(../../assets/img/expo/icon_img_08.png) left center no-repeat;
    background-size: 30px 30px;
    padding: 10px 40px;
  }
  .expo_block_03 .areas_04 .fbox06 {
    margin: 10px auto 0;
    display: block;
    padding: 0;
  }
  .expo_block_03 .areas_04 .fbox06 .lefts {
    width: 100%;
    max-width: 100%;
  }
  .expo_block_03 .areas_04 .fbox06 .rights {
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .expo_block_03 .areas_04 .fbox06 .lefts .anime div.anime_block.icon12 {
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    margin: 0 0 0 0px;
  }
  .expo_block_03 .areas_04 .fbox06 .lefts .anime div.anime_block.move.icon12 {
    opacity: 1;
    margin: 0 0px 0px 0px;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .ttls06 {
    font-size: 18px;
    line-height: 21pt;
    margin: 0 0 10px 0;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .price06 {
    font-size: 21px;
    line-height: 24pt;
    margin: 0 0 15px 0;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .price06 em {
    font-size: 60px;
    line-height: 42pt;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .sub06 {
    font-size: 18px;
    line-height: 21pt;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .art {
    font-weight: bold;
    background: #FFF;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px 15px;
    font-weight: bold;
    color: #f61948;
    font-size: 14px;
    line-height: 18pt;
    margin: 15px 0 0 0;
  }
  .expo_block_03 .areas_04 .fbox06 .rights .list06 {
    font-size: 13px;
    line-height: 16pt;
  }
  .expo_block_03 .areas_04 .fbox06 .rights ul {
    margin: 20px 0 0 0;
  }
  .expo_block_03 .areas_04 .fbox06 .rights li {
    font-size: 11px;
    line-height: 14pt;
    margin: 0 0 5px 0;
  }
  .corona_block_01 {
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .corona_block_01 h3 {
    font-size: 21px;
    line-height: 24pt;
    color: #007F41;
  }
  .corona_block_01 .fbox11 {
    margin: 20px auto 0;
    display: block;
  }
  .corona_block_01 .fbox11 .lefts {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .corona_block_01 .fbox11 .lefts img {
    width: 60%;
    max-width: 400px;
    margin: auto;
  }
  .corona_block_01 .fbox11 .rights {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
  }
  .corona_block_01 div {
    font-size: 14px;
    line-height: 18pt;
  }
  .expo_block_04 {
    padding: 40px 0;
    margin: 0px auto 0;
  }
  .expo_block_04 .anime div.anime_block.icon04 {
    display: none;
  }
  .expo_block_04 .anime div.anime_block.icon05 {
    display: none;
  }
  .expo_block_04 .anime div.anime_block.icon06 {
    display: none;
  }
  .expo_block_04 .anime div.anime_block.icon07 {
    display: none;
  }
  .expo_block_04 .areas h2 {
    max-width: 100%;
    margin: 0 0 0 0px;
  }
  .expo_block_04 .areas {
    max-width: 1100px;
    margin: 0 auto 0;
    position: relative;
    text-align: center;
    padding: 0 20px;
  }
  .expo_block_04 .areas .ttls01 {
    font-size: 18px;
    line-height: 21pt;
    margin: 10px 0 20px 0;
  }
  .expo_block_04 .areas_05 {
    position: relative;
    margin: 40px auto 0;
    max-width: 1100px;
    text-align: center;
    padding: 0 20px;
  }
  .expo_block_04 .areas_05 h3 {
    font-size: 21px;
    line-height: 24pt;
  }
  .expo_block_04 .areas_05 ul {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .expo_block_04 .areas_05 ul li {
    width: 80%;
    max-width: 80%;
    text-align: center;
    color: #FFF;
    margin: 0 auto 30px;
    padding: 0 0px;
  }
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay01,
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay02,
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay03,
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay04,
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay05,
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay06,
  .expo_block_04 .areas_05 ul li .anime div.anime_block.move.delay07 {
    opacity: 1;
    margin: 0px 0px 0px 0px;
  }
  .expo_block_04 .expo_item_block {
    background: #fff100;
    margin: 40px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
    padding: 40px 20px;
    max-width: 1100px;
  }
  .expo_block_04 .expo_item_block h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .expo_block_04 .expo_item_block ul.items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .expo_block_04 .expo_item_block ul.items li {
    max-width: 48%;
    margin: 0 auto 2%;
  }
  .expo_block_04 .expo_item_block ul.texts {
    display: block;
  }
  .expo_block_04 .expo_item_block ul.texts li {
    width: 100%;
    font-size: 14px;
    line-height: 18pt;
    padding: 0 0 0 10px;
    margin: 2px 0 0 0;
  }
  .expo_gurume_block {
    max-width: 1100px;
    margin: 0px 20px;
    border: 5px solid #fff100;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px;
  }
  .expo_gurume_block h3 {
    font-size: 21px;
    line-height: 24pt;
  }
  .expo_gurume_block .fbox08 div {
    width: 30%;
    max-width: 124px;
    margin: 0 5px;
  }
  .expo_gurume_block .text01 {
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0;
  }
  .expo_gurume_block .text02 {
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0;
    font-size: 11px;
    line-height: 14pt;
  }
  .expo_btn2 a {
    font-size: 15px;
    line-height: 18pt;
    padding: 15px 20px;
    margin: 20px auto 0;
    background: rgb(220, 220, 220);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 220, 220)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(bottom, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    background: linear-gradient(0deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    -webkit-box-shadow: 10px 10px 20px #004d70;
            box-shadow: 10px 10px 20px #004d70;
    width: 90%;
  }
  .expo_btn2 a span {
    background: url(../../assets/img/expo/icon_img_04.png) 98% center no-repeat;
    background-size: 10px 16px;
    display: inline-block;
    padding: 0 20px;
  }
  .gold_spn {
    margin: 40px auto 0;
  }
  .gold_spn h4 {
    font-size: 21px;
    line-height: 24pt;
    margin: 0 0 10px 0;
  }
  .gold_spn ul {
    display: block;
    padding: 0 20px;
  }
  .gold_spn ul li {
    max-width: 600px;
    margin: 0 0px 10px 0;
  }
  .silver_spn {
    margin: 40px auto 0;
  }
  .silver_spn h4 {
    font-size: 18px;
    line-height: 21pt;
    margin: 0 0 10px 0;
  }
  .silver_spn ul {
    display: block;
    padding: 0 20px;
  }
  .silver_spn ul li {
    width: 80%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .bronz_spn {
    margin: 40px auto 0;
  }
  .bronz_spn h4 {
    font-size: 18px;
    line-height: 21pt;
    margin: 0 0 10px 0;
  }
  .bronz_spn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px auto 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .bronz_spn ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0px 5px 0;
    color: #FFF;
    font-size: 13px;
    line-height: 18pt;
    padding: 0 0px 0 0;
    border: none;
    font-weight: normal;
    text-align: center;
  }
  .bronz_spn ul li:last-child {
    border-right: none;
  }
  .attns {
    font-weight: bold;
    font-size: 16px;
  }
}
@media screen and (max-width: 48em) {
  .mentor main {
    background: url(../../assets/img/mentor/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .mentor01 .btn_blockz {
    width: 100%;
    display: block;
    margin: 0 0 0px 0;
  }
  .mentor01 .btn_blockz div {
    width: 100%;
  }
  .mentor01 .btn_blockz .btn a {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: bold;
    background: #df4322 url(../../assets/img/expo/icon_img_03.png) 95% 19px no-repeat;
    background-size: 15px 9px;
    padding: 12px 35px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 20px 0 0 0;
  }
  .mentor01 .btn_blockz .btn a:hover {
    background: #df4322 url(../../assets/img/expo/icon_img_03.png) 95% 19px no-repeat;
    background-size: 15px 9px;
  }
  .mentor_block_01 {
    background: url(../../assets/img/mentor/bg_img_01.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 20px;
    margin: 60px 0 60px 0;
  }
  .mentor_block_01 .mentor_area_01 {
    max-width: 720px;
    margin: 0 auto 0;
  }
  .mentor_block_01 .mentor_area_01 h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 28pt;
    position: relative;
    display: block;
    margin: 0 0 45px 0;
  }
  .mentor_block_01 .mentor_area_01 h3:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #df4322;
  }
  .mentor_block_01 .mentor_area_01 .text01 {
    font-size: 15px;
    line-height: 20pt;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .mentor_block_01 .mentor_area_01 .about_mentor {
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px #a3a3a3;
            box-shadow: 0px 0px 10px #a3a3a3;
    padding: 20px;
    margin: 40px auto 0;
    max-width: 800px;
  }
  .about_mentor_fx {
    display: block;
  }
  .mentor_block_01 .mentor_area_01 .about_mentor .left01 {
    width: 100%;
    text-align: center;
  }
  .mentor_block_01 .mentor_area_01 .about_mentor .right01 {
    width: 100%;
  }
  .mentor_block_01 .mentor_area_01 .about_mentor h4 {
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 22pt;
    color: #ff6384;
    text-align: center;
  }
  .mentor_block_01 .mentor_area_01 .about_mentor img {
    width: 30%;
    max-width: 200px;
    margin: auto;
  }
  .about_mentor_fx p {
    font-size: 13px;
    line-height: 18pt;
    color: #474339;
  }
  .mentor_ttl h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 28pt;
    position: relative;
    display: block;
    margin: 0 0 60px 0;
  }
  .mentor_ttl h3:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #df4322;
  }
  .event_gray_mentor {
    margin: 0% 0 0 0;
    padding: 12% 0 12% 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fefaec;
  }
  .event_gray_mentor.white {
    background: #FFF;
    padding: 12% 0 12% 0;
  }
  .event_gray_mentor .event_gray_base {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event_gray_mentor .event_gray_base .event_block_02_right {
    width: 100%;
    position: relative;
  }
  .event_gray_mentor .event_block_02_right .imgblocks, .event_gray_mentor .event_block_02_left .imgblocks {
    position: relative;
    display: inline-block;
    padding: 0 20px;
  }
  .event_gray_mentor .event_gray_base .event_block_02_right {
    width: 100%;
    position: relative;
  }
  .event_gray_mentor .event_gray_base .event_block_02_left .wd530 {
    width: 100%;
    max-width: 610px;
    position: relative;
    margin-left: auto;
    padding: 0 60px 0 50px;
  }
  .event_gray_mentor .event_gray_base .event_block_02_left {
    width: 100%;
    position: relative;
  }
  .event_gray_mentor .event_gray_base .event_block_02_left .wd530 {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    padding: 0 25px 0 25px;
  }
  .event_gray_mentor .event_gray_base .event_block_02_left .wd530 h3 {
    font-size: 7vw;
    line-height: 130%;
    font-weight: bold;
    color: #000;
    margin: 30px 0 30px 0;
  }
  .event_gray_mentor .event_block_02_right .imgblocks::after, .event_gray_mentor .event_block_02_left .imgblocks::after {
    content: none;
  }
  .event_gray_mentor .event_gray_base .event_block_02_left .wd530 .h3_sub {
    margin: 6px 0 15px 0;
    font-weight: bold;
    font-size: 4.6vw;
    line-height: 20pt;
    color: #595959;
  }
  .event_gray_mentor img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .event_gray_mentor.white img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .event_gray_mentor .pro_inr dl {
    display: block;
    margin: 0 0 25px 0;
  }
  .event_gray_mentor .pro_inr dl dt {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .event_gray_mentor .pro_inr dl dt span {
    font-size: 13px;
    line-height: 13pt;
    background: #bca861;
    color: #FFF;
    display: inline-block;
    max-width: 100px;
    width: 100%;
    padding: 6px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-align: center;
  }
  .event_gray_mentor .pro_inr dl dd {
    font-size: 14px;
    line-height: 18pt;
    padding: 0px 0 0 0px;
    margin: 10px 0 0 0;
  }
  .mentor_profile {
    max-width: auto;
    margin: 0px 20px 0 20px;
    padding: 1px 20px 20px 20px;
    background: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .mentor_profile.lw {
    background: #fefaec;
  }
  .mentor_profile dl dt {
    font-weight: bold;
    margin: 30px 0 10px 0;
    font-size: 16px;
    line-height: 20pt;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 10px 0;
    color: #000;
  }
  .mentor_profile dl dd {
    font-size: 13px;
    line-height: 17pt;
    padding: 0px 0 0 0px;
  }
  .mentor_profile dl dd a {
    text-decoration: underline;
    color: #df4322;
  }
  .mentor_profile dl dd a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 48em) {
  .special_2021 main {
    background: url(../../assets/img/special_2021/main_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .special_2021_photo main {
    background: url(../../assets/img/special_2021/main_photo.jpg) center center no-repeat;
    background-size: cover;
  }
  .special_2021_movie main {
    background: url(../../assets/img/special_2021/main_movie.jpg) center center no-repeat;
    background-size: cover;
  }
  .special_2021_stories main {
    background: url(../../assets/img/special_2021/main_interview.jpg) center center no-repeat;
    background-size: cover;
  }
  .special_2021_icon {
    max-width: 130px;
    margin: 0 auto 20px;
  }
  .logo30 {
    max-width: 200px;
    margin: 0 auto 30px;
  }
  .special_top_list {
    padding: 0 0px;
  }
  .special_top_list li img {
    margin: 0 0 0 0;
  }
  .special_top_list li p {
    padding: 0 0 0 0;
  }
  .btn_a.extra {
    width: 80%;
  }
  .special_movie_list {
    margin: 30px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .special_movie_list li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8% 0;
  }
  .special_movie_list li .special_youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .special_movie_list li .special_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .special_movie_list li p {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 16pt;
  }
  .special_movie_list li::after {
    content: none;
  }
  .movie_text_area {
    padding: 20px;
  }
  .photo_text_area {
    padding: 20px;
  }
  .special_photo_list {
    margin: 30px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .special_photo_list li {
    width: 100%;
    max-width: 18.4%;
    margin: 0 2% 2% 0;
  }
  .special_photo_list li:nth-child(5) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(10) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(15) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(20) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(25) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(30) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(35) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(40) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(45) {
    margin: 0 0 2% 0;
  }
  .special_photo_list li:nth-child(50), .special_photo_list li:nth-child(55), .special_photo_list li:nth-child(60), .special_photo_list li:nth-child(65), .special_photo_list li:nth-child(70), .special_photo_list li:nth-child(75), .special_photo_list li:nth-child(80), .special_photo_list li:nth-child(85), .special_photo_list li:nth-child(90), .special_photo_list li:nth-child(95), .special_photo_list li:nth-child(100), .special_photo_list li:nth-child(105), .special_photo_list li:nth-child(110), .special_photo_list li:nth-child(115), .special_photo_list li:nth-child(120), .special_photo_list li:nth-child(125), .special_photo_list li:nth-child(130), .special_photo_list li:nth-child(135), .special_photo_list li:nth-child(140), .special_photo_list li:nth-child(145) {
    margin: 0 0 2% 0;
  }
  .modal__content {
    top: 2%;
  }
  .modal__content {
    width: 95%;
  }
  .modal__content .big_photo {
    text-align: center;
  }
  .modal__content .big_photo img {
    max-height: 300px;
    margin: 0 auto 0;
    width: auto;
  }
  .modal__content .js-modal-close span {
    padding: 6px 0px 0 0;
    font-size: 13px;
    line-height: 13pt;
    width: 30px;
    height: 30px;
  }
  .special_2021_photo .modal__content .comment_area {
    padding: 20px 10px 0px 10px;
  }
  .special_2021_photo .modal__content dl {
    display: block;
    margin: 0 0 15px 0;
  }
  .special_2021_photo .modal__content dl dt {
    width: 90px;
    padding: 0 0px 0 0;
    margin: 0 0 5px 0;
  }
  .special_2021_photo .modal__content dl dt span {
    display: inline-block;
    background: #df4322;
    color: #FFF;
    font-size: 11px;
    line-height: 16pt;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 100px;
    width: 100%;
    position: relative;
  }
  .special_2021_photo .modal__content dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    font-size: 13px;
    line-height: 16pt;
  }
  .special_interview_first {
    background: url(../../assets/img/special_2021/interview_first.jpg) left center no-repeat;
    background-size: contain;
    padding: 7% 0 18% 0;
  }
  .special_interview_first div {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 7vw;
    line-height: 130%;
    margin: 0 0 0% 50%;
    font-weight: bold;
  }
  .special_interview_first p {
    display: none;
  }
  .interview_text01 {
    margin: 25px 0 0% 0%;
    font-size: 15px;
    line-height: 18pt;
    color: #333333;
    padding: 0 0% 0 0;
    display: block;
  }
  .special_interview_block {
    margin: 0 0 40px 0;
  }
  .special_interview_block .areas {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  .special_interview_block .areas a .right_infos .big_int_ttl {
    font-size: 16px;
    line-height: 20pt;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  .special_interview_block .areas a .right_infos p {
    font-size: 12px;
    line-height: 15pt;
  }
  p.special_movie_sub_t {
    margin: 15px 0 30px 0;
    font-size: 12px;
    color: #666;
    line-height: 16pt;
  }
  .photo_text_area div {
    font-weight: bold;
    font-size: 16px;
    line-height: 20pt;
    color: #000;
    margin: 0 0 10px 0;
    position: relative;
  }
  .photo_text_area .second_ttl {
    margin: 25px 0 0 0;
    position: relative;
  }
  .photo_text_area dl {
    margin: 0px 0 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .photo_text_area dl dt {
    width: 40px;
  }
  .photo_text_area dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .photo_text_area p {
    margin: 10px 0 0 0;
  }
  .special_tobira_area {
    padding: 20px;
    background: #eeeeee;
    border-radius: 10px;
    position: relative;
    margin: 10px 0px 20px 0;
  }
  .special_tobira_area em {
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
    color: #000;
    border-bottom: 1px dotted #838383;
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 20pt;
  }
  .special_tobira_area a {
    text-decoration: underline;
  }
  .special_tobira_area a:hover {
    text-decoration: none;
  }
  .movie_clen_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    margin: 0 0 25px 0;
    color: #000;
  }
  .movie_clen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .movie_clen li {
    max-width: 48%;
    font-size: 13px;
    line-height: 16pt;
    margin-bottom: 4%;
  }
  .movie_clen li img {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 48em) {
  .event2021 main {
    height: auto;
    overflow: auto;
  }
  .main_event2021 {
    background: none;
    height: auto;
  }
  .main_event2021 img {
    vertical-align: bottom;
  }
  .event2021_block_01 .areas {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0px auto 0;
    max-width: 1100px;
  }
  .event2021_block_01 .areas h1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: auto;
  }
  .event2021_block_02 {
    margin: 0px auto 0;
    max-width: 1100px;
    padding: 0 20px;
  }
  .event2021_block_02 .text01 {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 24pt;
    color: #216095;
  }
  .event2021_block_02 {
    margin: 10px auto 0;
    max-width: 1140px;
    padding: 0 20px;
  }
  .event2021_block_02 .text01 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24pt;
    color: #216095;
  }
  .event2021_block_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto 0;
    max-width: 1104px;
    padding: 0 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .event2021_block_03 div {
    max-width: 100%;
    width: 100%;
  }
  .event2021_block_04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto 0;
    max-width: 1140px;
    padding: 0 20px 50px 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .event2021_block_04 div {
    max-width: 100%;
    width: 100%;
  }
  .event2021_block_03 div:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 48em) {
  .event_result main {
    background: url(../../assets/img/event_result/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .event_result_block_01 {
    max-width: 1100px;
    padding: 0px 20px 0 20px;
    margin: 0 auto 0;
  }
  .event_result_block_01 .bg_area {
    background: none;
  }
  .event_result_block_01 .fbox {
    display: block;
    margin: 30px auto 0;
  }
  .event_result_block_01 .fbox .lefts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
  }
  .event_result_block_01 .fbox .rights {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
  .event_result_block_01 .fbox .lefts p {
    font-size: 14px;
    line-height: 200%;
    margin: 20px 0 0px 0;
  }
  .event_result_block_01 .fbox .lefts2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
  }
  .event_result_block_01 .fbox .rights2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
  .event_result_block_01 .fbox .lefts2 p {
    font-size: 14px;
    line-height: 200%;
    margin: 20px 0 0px 0;
  }
  .event_result_block_01 .text01 {
    font-size: 16px;
    line-height: 22pt;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
  }
  .event_result_block_01 .text02 {
    font-size: 16px;
    line-height: 22pt;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 30px 0 0 0;
    color: #000;
  }
  .event_result_block_02 {
    padding: 60px 0;
    margin: 60px 0 60px 0;
    background: #f4f4f4;
  }
  .event_result_block_02 .mx900 {
    padding: 0 20px;
  }
  .event_result_block_02 .text01 {
    font-size: 12px;
    line-height: 16pt;
  }
  body.event_result .btn_tow_area .btn_a {
    width: 80%;
  }
  body.event_result .about_block_03 {
    margin: 1% auto 0;
  }
  body.event_result .about_block_03 .btn_tow_area {
    margin: 0;
  }
  .event_result_block_02 .event_result_table_blockz table {
    width: 800px;
  }
  .event_result_block_02 .event_result_table_blockz table th {
    background: #000;
    padding: 8px;
    color: #FFF;
    font-size: 13px;
    line-height: 180%;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
  }
  .event_result_block_02 .event_result_table_blockz table td {
    background: #FFF;
    padding: 8px;
    font-size: 13px;
    line-height: 180%;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
  }
  .event_result_block_02 .event_result_table_blockz table td.td01 {
    background: #df4322;
    padding: 8px;
    color: #FFF;
    font-size: 13px;
    line-height: 180%;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
  }
  @-webkit-keyframes scroll-hint-appear {
    0% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50%, 100% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
    }
  }
  @keyframes scroll-hint-appear {
    0% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50%, 100% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
    }
  }
  body.event_result .scroll-hint.is-right-scrollable {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  body.event_result .scroll-hint.is-right-scrollable.is-left-scrollable {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  body.event_result .scroll-hint.is-left-scrollable {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  body.event_result .scroll-hint-icon {
    position: absolute;
    top: 200px;
    left: calc(50% - 60px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 150px;
    height: 95px;
    border-radius: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 25px 10px 10px 10px;
    z-index: 1;
  }
  body.event_result .scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
  }
  body.event_result .scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 0px;
  }
  body.event_result .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0.8;
  }
  body.event_result .scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  body.event_result .scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  body.event_result .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
  }
  body.event_result .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    -webkit-animation: scroll-hint-appear 1.2s linear;
            animation: scroll-hint-appear 1.2s linear;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
  }
  body.event_result .scroll-hint-icon-white {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  }
  body.event_result .scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  body.event_result .scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
  }
  body.event_result .scroll-hint-icon-white .scroll-hint-text {
    color: #000;
  }
}
@media screen and (max-width: 48em) {
  .about main {
    background: url(../../assets/img/about/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .about_block_01 {
    max-width: 1100px;
    padding: 0px 20px 0 20px;
    margin: 0 auto 0;
  }
  .about_block_01 .fboxs {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../../assets/img/about/bg_img_01.png) left top no-repeat;
    background-size: 100% 100%;
    margin: 30px 0px;
    position: relative;
    padding: 20px 0;
  }
  .about_block_01 .fboxs .lefts {
    width: auto;
    max-width: 100%;
    padding: 0px 20px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    -o-writing-mode: unset;
    writing-mode: unset;
  }
  .about_block_01 .fboxs .rights {
    width: auto;
    max-width: 65%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 0 0 0;
    padding: 0 20px;
    margin-left: auto;
  }
  .about_block_01 p {
    font-size: 14px;
    line-height: 200%;
    margin: 0px 0 20px 0px;
  }
  .about_block_01 .fboxs .icons {
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: 50%;
  }
  .about_block_02 .sen_area {
    padding: 60px 0;
    position: relative;
  }
  .about_block_02 .text01 {
    font-size: 14px;
    line-height: 200%;
  }
  .about_block_02 .text01 em {
    font-weight: bold;
    color: #df4322;
    font-size: 18px;
    line-height: 24pt;
  }
  .about_block_02 {
    max-width: 1100px;
    padding: 40px 20px 0 20px;
    margin: 0 auto 0;
  }
  .about_block_02 .text02 {
    display: block;
    margin: 20px auto 0;
    border: 4px solid #df4322;
    padding: 10px 20px 20px 20px;
    text-align: center;
  }
  .about_block_02 .text02 p {
    font-size: 18px;
    margin: 15px 0;
    font-weight: bold;
    display: block;
  }
  .about_block_02 .text02 p span {
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #df4322;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 0;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto 10px;
  }
  .about_block_02 .text03 {
    font-size: 18px;
    line-height: 22pt;
    padding: 20px 0 0 0;
  }
  .about_block_02 .bg_area_sen {
    background: url(../../assets/img/about/bg_img_01.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px;
    margin: 20px auto 0;
  }
  .about_block_02 .fboxs {
    display: block;
  }
  .about_block_02 .fboxs.mgn {
    margin: 0 0 30px 0;
  }
  .about_block_02 .fboxs .lefts {
    width: 100%;
    max-width: 100%;
  }
  .about_block_02 .fboxs .lefts div {
    font-size: 21px;
    line-height: 24pt;
    margin: 20px 0 20px 0;
  }
  .about_block_02 .fboxs .lefts p {
    font-size: 14px;
    line-height: 200%;
  }
  .about_block_02 .fboxs .rights {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
  .about_block_02 .fboxs .lefts2 {
    width: 100%;
    max-width: 100%;
  }
  .about_block_02 .fboxs .rights2 {
    width: 100%;
    max-width: 100%;
  }
  .about_block_02 .fboxs .rights2 div {
    font-size: 21px;
    line-height: 24pt;
    margin: 20px 0 20px 0;
  }
  .about_block_02 .fboxs .rights2 p {
    font-size: 14px;
    line-height: 200%;
  }
  .about_block_03 {
    margin: 40px auto 0;
  }
  .about_block_02 .fboxs .lefts div em {
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #df4322;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 0;
    font-family: "Montserrat", sans-serif;
    margin: 0 10px 0 0;
    line-height: 24pt;
  }
  .about_block_02 .fboxs .rights2 div em {
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #df4322;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 0;
    font-family: "Montserrat", sans-serif;
    margin: 0 10px 0 0;
    line-height: 24pt;
  }
  .about_block_03 .btn_tow_area {
    margin: 30px auto 0;
  }
  .about_block_03 .btn_tow_area .btn_a.btn1 {
    width: 80%;
    margin: 20px auto 0;
  }
  .about_block_03 .btn_tow_area .btn_a.btn2 {
    width: 80%;
    margin: 20px auto 0;
  }
  .about_block_03 .btn_tow_area .btn_a.btn3 {
    width: 80%;
    margin: 20px auto 0;
  }
  .about_block_03 .btn_tow_area .btn_a.btn4 {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 48em) {
  .knowledge main {
    background: url(../../assets/img/knowledge/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .knowledge_block_01 {
    max-width: 1100px;
    padding: 0px 20px 0 20px;
    margin: 0 auto 0;
  }
  .knowledge_block_01 .text01 {
    font-size: 18px;
    line-height: 21pt;
    font-weight: bold;
    padding: 15px 25px 12px 25px;
  }
  .knowledge_block_01 .text01 em {
    font-weight: bold;
    color: #ff6;
    font-size: 18px;
    line-height: 24pt;
  }
  .knowledge_block_01 .text02 {
    display: block;
    margin: 0px auto 0;
    border: 4px solid #df4322;
    padding: 25px 20px 20px 20px;
    text-align: center;
  }
  .knowledge_block_01 .text02 p {
    font-size: 18px;
    margin: 15px 0;
    font-weight: bold;
    display: block;
  }
  .knowledge_block_01 .text02 p span {
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background: #df4322;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 0;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto 10px;
  }
  .knowledge_block_01 .fbox {
    display: block;
    margin: 30px auto 0;
  }
  .knowledge_block_01 .fbox .lefts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
  }
  .knowledge_block_01 .fbox .rights {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
  .knowledge_block_01 .fbox .lefts p {
    font-size: 14px;
    line-height: 200%;
    margin: 20px 0 0px 0;
  }
  .knowledge_block_02 {
    padding: 60px 0;
    margin: 60px 0 60px 0;
    background: #f4f4f4;
  }
  .knowledge_block_02 .mx900 {
    padding: 0 20px;
  }
  .knowledge_block_02 .text01 {
    font-size: 14px;
    line-height: 200%;
  }
  .knowledge_block_02 .photo_block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px 0;
  }
  .knowledge_block_02 .photo_block ul li {
    width: 31%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 1%;
  }
  .knowledge_block_03 {
    padding: 0px 0;
    margin: 0 0 60px 0;
  }
  .knowledge_block_03 p {
    font-size: 14px;
    line-height: 200%;
    margin: 20px 0 0 0;
  }
  .knowledge_block_03 .fbox {
    display: block;
    margin: 30px auto 0;
  }
  .knowledge_block_03 .fbox .lefts {
    width: 100%;
    max-width: 100%;
  }
  .knowledge_block_03 .fbox .rights {
    width: 100%;
    max-width: 100%;
    margin: 0px 0 0 0;
  }
  .knowledge_block_03 .fbox .rights p {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 200%;
  }
}
@media screen and (max-width: 48em) {
  .rekidai_2022 main,
  .rekidai_2019 main,
  .rekidai_2018 main,
  .rekidai_2017 main,
  .rekidai_2016 main,
  .rekidai_2015 main,
  .rekidai_2014 main,
  .rekidai_2013 main,
  .rekidai_2012 main,
  .rekidai_2011 main,
  .rekidai_2010 main,
  .rekidai_2009 main,
  .rekidai_2008 main,
  .rekidai_2007 main,
  .rekidai_2006 main {
    background: url(../../assets/img/rekidai/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .rekidai_block_01 {
    max-width: 1100px;
    padding: 0px 20px 0 20px;
    margin: 0 auto 0;
  }
  .rekidai_block_01 .rekidai_select {
    padding: 20px;
  }
  .rekidai_block_01 .rekidai_select .fboxs {
    display: block;
  }
  .rekidai_block_01 .rekidai_select .fboxs .lefts {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 16pt;
    margin: 0 0 10px 0;
  }
  .rekidai_block_01 .rekidai_select .fboxs .rights {
    width: 100%;
  }
  .scroll-hint-icon-wrap {
    display: block;
  }
  .rekidai_block_02 {
    padding: 60px 0;
    margin: 60px 0 60px 0;
    background: #fff3f3;
  }
  .rekidai_block_02 .mx900 {
    padding: 0 20px;
  }
  body.rekidai_2019 .btn_tow_area .btn_a {
    width: 80%;
  }
  body.rekidai_2019 .about_block_03 {
    margin: 1% auto 0;
  }
  body.rekidai_2019 .about_block_03 .btn_tow_area {
    margin: 0;
  }
  /*
  .rekidai_result_block_02 .event_result_table_blockz table{
      width:800px;
  }
  .rekidai_block_02 .event_result_table_blockz table th{
      background:#000;
      padding:8px;
      color:#FFF;
      font-size:13px;
      line-height: 180%;
      text-align:center;
      border-bottom:1px solid #f4f4f4;
      border-right:1px solid #f4f4f4;
  }
  .rekidai_block_02 .event_result_table_blockz table td{
      background:#FFF;
      padding:8px;
      font-size:13px;
      line-height: 180%;
      text-align:center;
      border-bottom:1px solid #f4f4f4;
      border-right:1px solid #f4f4f4;
  }
  .rekidai_block_02 .event_result_table_blockz table td.td01{
      background:#df4322;
      padding:8px;
      color:#FFF;
      font-size:13px;
      line-height: 180%;
      color:#FFF;
      text-align:center;
      border-bottom:1px solid #f4f4f4;
      border-right:1px solid #f4f4f4;
  }
  */
  #rekidai .reki_t01 table {
    width: 800px;
    margin: 0 0 0 0;
  }
  #rekidai .reki_t01 table td small {
    font-size: 12px;
    line-height: 16pt;
    color: #888888;
    display: block;
    font-weight: normal;
  }
  #rekidai table.prize td {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-weight: bold;
    color: #000;
    display: block;
    width: 100%;
  }
  #rekidai h3 {
    font-size: 18px;
    line-height: 22pt;
    border-bottom: 4px solid #df4322;
    padding: 0 0 10px 0;
    margin: 40px 0 20px 0;
    font-weight: bold;
  }
  #rekidai h6 {
    font-size: 18px;
    line-height: 22pt;
    padding: 0;
    margin: 40px 0 15px 0;
    border-bottom: 4px double #df4322;
    padding: 0 0 10px 0;
  }
  #rekidai .finalist {
    text-align: center;
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 6px 6px 10px #f5dbdb;
            box-shadow: 6px 6px 10px #f5dbdb;
    margin: 0 auto 20px;
  }
  #rekidai .finalist .ttls {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 24px;
    line-height: 24pt;
    margin: 0px auto 0;
    padding: 15px 10px 10px 10px;
  }
  #rekidai .finalist .photos {
    max-width: 100%;
    margin: 20px auto 20px;
  }
  #rekidai .finalist .texts {
    font-size: 14px;
    line-height: 200%;
  }
  #rekidai .finalist .texts em {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 21px;
    line-height: 24pt;
  }
  #rekidai .finalist .texts span {
    font-size: 12px;
  }
  .second_thirds {
    display: block;
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 6px 6px 10px #f5dbdb;
            box-shadow: 6px 6px 10px #f5dbdb;
    margin: 0 auto 20px;
  }
  .second_thirds .photos {
    width: 100%;
  }
  .second_thirds .texts {
    width: 100%;
    text-align: center;
  }
  .second_thirds .photos2 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .second_thirds .texts2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .rekidai_2012 #rekidai .finalist,
  .rekidai_2011 #rekidai .finalist,
  .rekidai_2010 #rekidai .finalist,
  .rekidai_2009 #rekidai .finalist,
  .rekidai_2008 #rekidai .finalist,
  .rekidai_2007 #rekidai .finalist,
  .rekidai_2006 #rekidai .finalist {
    max-width: 100%;
    margin: 0 auto 0;
  }
  .rekidai_2012 #rekidai .second_thirds,
  .rekidai_2011 #rekidai .second_thirds,
  .rekidai_2010 #rekidai .second_thirds,
  .rekidai_2009 #rekidai .second_thirds,
  .rekidai_2008 #rekidai .second_thirds,
  .rekidai_2007 #rekidai .second_thirds,
  .rekidai_2006 #rekidai .second_thirds {
    max-width: 100%;
  }
  .second_thirds .texts .ttls,
  .second_thirds .texts2 .ttls {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 18px;
    line-height: 22pt;
    font-weight: bold;
    color: #df4322;
    margin: 20px 0 20px 0;
    display: inline-block;
    padding: 15px 20px 10px 20px;
  }
  .second_thirds .texts .ttls span,
  .second_thirds .texts2 .ttls span {
    font-size: 13px;
    line-height: 16pt;
    display: block;
  }
  .second_thirds .texts p em,
  .second_thirds .texts2 p em {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 24px;
    line-height: 24pt;
    font-weight: bold;
    color: #000;
  }
  .second_thirds .texts p span,
  .second_thirds .texts2 p span {
    font-size: 12px;
  }
  .second_thirds .photos::before,
  .second_thirds .photos2::before {
    content: "";
    background: url(../../assets/img/rekidai/bg_img_01.png) left top no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
  }
  .second_thirds .photos::after,
  .second_thirds .photos2::after {
    content: "";
    background: url(../../assets/img/rekidai/bg_img_02.png) left top no-repeat;
    background-size: 50px 50px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 50px;
    height: 50px;
  }
  @-webkit-keyframes scroll-hint-appear {
    0% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50%, 100% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
    }
  }
  @keyframes scroll-hint-appear {
    0% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50%, 100% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
      opacity: 0;
    }
  }
  #rekidai .scroll-hint.is-right-scrollable {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  #rekidai .scroll-hint.is-right-scrollable.is-left-scrollable {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  #rekidai .scroll-hint.is-left-scrollable {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  #rekidai .scroll-hint-icon {
    position: absolute;
    top: 130px;
    left: calc(50% - 60px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 150px;
    height: 95px;
    border-radius: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 25px 10px 10px 10px;
    z-index: 1;
  }
  #rekidai .scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
  }
  #rekidai .scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 0px;
  }
  #rekidai .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0.8;
  }
  #rekidai .scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  #rekidai .scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  #rekidai .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
  }
  #rekidai .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    -webkit-animation: scroll-hint-appear 1.2s linear;
            animation: scroll-hint-appear 1.2s linear;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
  }
  #rekidai .scroll-hint-icon-white {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  }
  #rekidai .scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  #rekidai .scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
  }
  #rekidai .scroll-hint-icon-white .scroll-hint-text {
    color: #000;
  }
}
@media screen and (max-width: 48em) {
  .support main {
    background: url(../../assets/img/support/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .support_block_01 .text01 {
    font-size: 14px;
    line-height: 200%;
  }
  .support_block_02 .big_ttl {
    font-size: 5vw;
    line-height: 170%;
    margin: 0 0 30px 0;
  }
  .support_block_02 {
    margin: 40px auto 0;
  }
  .support_block_02 .tab2_base {
    padding: 0px;
  }
  .support_block_02 #tab-body3 {
    padding: 0 0 20px 0;
  }
  .support_block_02 #tab-head3 {
    margin: 0 !important;
    padding: 20px;
  }
  #tab-body2.support_block_02 {
    margin-bottom: 50px;
    padding: 30px 0 60px 0;
  }
  .support_block_02 #tab-head3 li a {
    font-size: 12px;
    line-height: 14pt;
  }
  .support_block_02 #tab-head3 li a {
    padding: 8px;
  }
  .support_block_02 #tab-head3 li a.tab6 {
    padding: 8px !important;
    margin: 0 !important;
    background: #4d4d4d !important;
  }
  .support_block_02 #tab-body3 .ttl {
    padding: 10px 20px 12px 50px;
    color: #FFF;
    font-size: 18px;
    line-height: 22pt;
    font-weight: bold;
    margin: 0 0 20px 0;
    background: #e80000 url(../../assets/img/support/icon01.png) 15px center no-repeat;
    background-size: 25px 25px;
    position: relative;
  }
  .support_block_02 #tab-body3 .ttl::after {
    content: "";
    background: url(../../assets/img/support/icon04.png) left top no-repeat;
    background-size: 40px 15px;
    width: 40px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -14px;
  }
  .support_block_02 .tab2_base .support_icon02 {
    position: absolute;
    top: -11px;
    left: 20px;
    width: 72px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .support_block_02 .tab2_base .support_icon03 {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 60px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .support_block_02 #tab-body3 .ttl_menu {
    cursor: pointer;
    display: block;
    padding: 10px 50px 10px 20px;
    position: relative;
    margin: 5px 0 0 0;
    font-size: 15px;
    line-height: 19pt;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff3f3 url(../../assets/img/support/icon05.png) 95% center no-repeat;
    background-size: 15px 15px;
  }
  .support_block_02 #tab-body3 .ttl_menu.active {
    background: #ffcece url(../../assets/img/support/icon06.png) 95% center no-repeat;
    background-size: 15px 15px;
  }
  .support_block_02 #tab-body3 .ttl_menu em {
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-left: 0px solid #e80000;
    color: #000;
  }
  .support_block_02 #tab-body3 .ttl_menu.active em {
    padding: 0 0 0 15px;
    border-left: 3px solid #e80000;
  }
  .support_block_02 #tab-body3 .infotmations {
    border: 4px solid #ffcece;
    padding: 20px;
  }
  .support_block_02 .tc {
    padding: 15px 0 0px 0;
    text-align: center;
    font-size: 14px;
  }
  .support_block_02 .tc p {
    margin: 0 0 0 0;
  }
  .text_12 {
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs {
    display: block;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas {
    max-width: 100%;
    width: 100%;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas img {
    width: 100%;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas .sub_photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px auto 0;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas .sub_photos div {
    width: 49%;
    max-width: 100%;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0 0;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas h3 {
    font-size: 24px;
    line-height: 28pt;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px 0;
    border-left: 5px solid #e80000;
    padding: 0 0 0 25px;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas h3 span {
    color: #666;
    font-size: 11px;
    display: block;
    margin: 5px 0 0 0;
    line-height: 13pt;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas div {
    font-size: 16px;
    line-height: 19pt;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas p {
    font-size: 14px;
    line-height: 200%;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas p a {
    color: #df4322;
    text-decoration: underline;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .text_areas p a:hover {
    text-decoration: none;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block {
    margin: 20px 0 0 0;
    border: 2px solid #CCC;
    padding: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block .ttls_info {
    font-size: 16px;
    line-height: 20pt;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block .info_en {
    font-size: 11px;
    line-height: 13pt;
    font-weight: bold;
    color: #bbbbbb;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0 0 40px 0;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block .info_en::after {
    content: "";
    width: 20px;
    background: #e80000;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .lefts_a .sub_block p {
    font-size: 14px;
    line-height: 170%;
  }
  .support_block_02 #tab-body3 .infotmations .info_fboxs .photo_areas .sub_photos {
    margin: 10px auto 0;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders {
    background: #f2f2f2;
    margin: 20px auto 0;
    padding: 20px 25px;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox {
    display: block;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff {
    width: 100%;
    max-width: 100%;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff .ttls_info {
    font-size: 16px;
    line-height: 20pt;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff .info_en {
    font-size: 11px;
    line-height: 13pt;
    font-weight: bold;
    color: #a1a1a1;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0 0 40px 0;
  }
  /*
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox .leff .info_en::after{

  }
  */
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl {
    width: 100%;
    max-width: 100%;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dt {
    font-weight: bold;
    font-size: 14px;
    line-height: 180%;
    color: #000;
    border-bottom: 1px dotted #666;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dd {
    font-size: 13px;
    line-height: 170%;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dd a {
    color: #df4322;
    text-decoration: underline;
    background: url(../../assets/img/support/icon07.png) right center no-repeat;
    background-size: 13px 11px;
    display: inline-block;
    padding: 0 22px 0 0;
  }
  .support_block_02 #tab-body3 .infotmations .sub_block_unders .ffbox dl dd a:hover {
    text-decoration: none;
  }
  .support_block_03 .text01 {
    font-size: 14px;
    line-height: 200%;
  }
  .mx1100.support_block_03 {
    padding: 60px 20px;
  }
  .support_block_03 div.fax_ttl {
    margin: 15px 0;
  }
  .support_block_03 div.tel_ttl a {
    color: #df4322;
  }
  .support_block_03 div.tel_ttl em {
    font-size: 24px;
    line-height: 20pt;
  }
  .support_block_03 div.fax_ttl em {
    font-size: 24px;
    line-height: 20pt;
  }
  .support_block_03 div.tel_ttl span {
    font-size: 13px;
    line-height: 15pt;
    background: #df4322;
    padding: 2px 15px;
    margin: 0 15px 0 0;
  }
  .support_block_03 div.fax_ttl span {
    font-size: 13px;
    line-height: 15pt;
    background: #df4322;
    padding: 2px 15px;
    margin: 0 15px 0 0;
  }
  .support_block_03 .text02 {
    font-size: 14px;
    line-height: 200%;
  }
}
@media screen and (max-width: 48em) {
  .terms main {
    background: url(../../assets/img/mentor/main.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 48em) {
  .policy main {
    background: url(../../assets/img/policy/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .privacy_policy_block a {
    text-decoration: underline;
    color: #df4322;
  }
  .privacy_policy_block a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 48em) {
  .sitemap main {
    background: url(../../assets/img/sitemap/main.jpg) center top no-repeat;
    background-size: cover;
  }
  .sitemap_block .fbox {
    display: block;
  }
  .sitemap_block .fbox .lefts {
    width: 100%;
    max-width: 100%;
  }
  .sitemap_block .fbox .rights {
    width: 100%;
    max-width: 100%;
  }
  .sitemap_block .fbox .lefts ul li a,
  .sitemap_block .fbox .rights ul li a {
    font-size: 14px;
    line-height: 200%;
    display: inline-block;
  }
  .sitemap_block .fbox .lefts ul li,
  .sitemap_block .fbox .rights ul li {
    padding: 0 0px 0px 26px;
    margin: 0 0 2px 0;
  }
}