@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/**
 * 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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 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.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 42.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", "NotoSans" !important;
}

img {
  max-width: inherit;
}

@media screen and (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a {
  text-decoration: none;
  color: #000;
  /* ホバー */
}

a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  outline: 0;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  font-weight: inherit;
  line-height: 1.5em;
}

section {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  section {
    margin-top: -35px;
    padding-top: 55px;
  }
}

.tmp_container {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .tmp_content {
    padding-top: 85px;
  }
}

.tmp_content_inner {
  width: 904px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .tmp_content_inner {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tmp_content_inner-small {
  width: 700px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .tmp_content_inner-small {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*
アンカーナビリスト
*/
.tmp_nav-anchors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .tmp_nav-anchors-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tmp_nav-anchors-list > * {
  margin-right: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .tmp_nav-anchors-list > * {
    margin-right: 5px;
  }
}

/* ========================================================================
   Component: Font Family
 ========================================================================== */
/* NotoSans */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/noto-sans-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans"), local("NotoSans"), url("/assets/fonts/noto-sans-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/noto-sans-v7-latin-regular.woff2") format("woff2"), url("/assets/fonts/noto-sans-v7-latin-regular.woff") format("woff"), url("/assets/fonts/noto-sans-v7-latin-regular.ttf") format("truetype"), url("/assets/fonts/noto-sans-v7-latin-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */
}

.NotoSansClass {
  font-family: "NotoSans";
}

/* Montserrat */
@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/Montserrat-Medium.ttf") format("truetype");
}

/* RobotoCondensed */
@font-face {
  font-family: 'RobotoCondensed';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("/assets/fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("/assets/fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("/assets/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

.RobotoCondensedClass {
  font-family: "RobotoCondensed";
}

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/assets/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/assets/fonts/MaterialIcons-Regular.woff") format("woff"), url("/assets/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons, .tmp_footer_bread-list li:after, a.tmp_link-blank::after, .tmp_card-arrow::after, .tmp_checkbox + label:before, .tmp_checkbox + label:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

/* ========================================================================
   Component: Header
 ========================================================================== */
.tmp_header {
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQYV2P8////f0YQYGBgYABxAEgTB/+XAGGDAAAAAElFTkSuQmCC) repeat;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

@media screen and (min-width: 1025px) {
  .tmp_header {
    position: absolute;
    border-bottom: 1px solid #ededed;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_header {
    height: 55px;
    position: fixed;
    top: 30px;
  }
}

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

/*
* logo
*/
@media screen and (max-width: 1024px) {
  .tmp_header-logo {
    margin: auto;
  }
}

/*
* nav
*/
.tmp_header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tmp_header-nav {
    display: none;
  }
}

.tmp_header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .tmp_header-nav-list > li {
    position: relative;
  }
  .tmp_header-nav-list > li::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: skewX(-45deg) translateX(-50%);
    transform: skewX(-45deg) translateX(-50%);
    -webkit-transition: width, 0.3s;
    transition: width, 0.3s;
  }
  .tmp_header-nav-list > li:hover::after, .tmp_header-nav-list > li.is_active::after {
    width: 105px;
  }
}

.tmp_header-nav-list > li a {
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.tmp_header-nav-list > li a:hover {
  text-decoration: none !important;
}

/* ========================================================================
   Component: Sidenav
 ========================================================================== */
/* 黒背景 */
.tmp_overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/*
ハンバーガーメニュー　
*/
.tmp_hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  line-height: 1em;
  text-align: center;
  position: fixed;
  z-index: 1000;
}

@media screen and (min-width: 1025px) {
  .tmp_hamburger {
    top: 50%;
    right: 0;
    margin-top: -15px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_hamburger {
    top: 30px;
    left: 0;
  }
}

.tmp_hamburger-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}

.tmp_hamburger-box::after {
  display: block;
  margin-top: 20px;
  line-height: 1em;
  font-size: 1.2rem;
  font-family: 'RobotoCondensed';
}

.tmp_hamburger-inner {
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -2px;
  margin-left: -14px;
}

.tmp_hamburger-inner,
.tmp_hamburger-inner:after,
.tmp_hamburger-inner:before {
  position: absolute;
  width: 28px;
  height: 3px;
  background-color: #000;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tmp_hamburger-inner:after,
.tmp_hamburger-inner:before {
  display: block;
  content: "";
}

.tmp_hamburger-inner:before {
  top: -7px;
}

.tmp_hamburger-inner:after {
  bottom: -7px;
}

.tmp_hamburger--squeeze .tmp_hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
}

/*
デフォルト表示パーツ
・無料トライアル
・ページの先頭へボタン
*/
.tmp_sidenav-inner {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav-inner {
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #fff;
  }
}

/* 無料トライアル */
.tmp_sidenav_trial {
  text-align: center;
  position: fixed;
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav_trial {
    top: 40px;
    right: 0;
  }
}

.tmp_sidenav_trial a {
  color: #fff;
  background: #df0000;
  /* ホバー */
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav_trial a {
    font-size: 1.8rem;
    padding: 20px 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav_trial a {
    font-size: 1.6rem;
    padding-right: 5px;
    line-height: 34px;
    display: inline-block;
  }
  .tmp_sidenav_trial a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 20px;
    border-color: transparent transparent #df0000 transparent;
    position: absolute;
    top: 0;
    left: -20px;
  }
}

/* ページの先頭へ */
.tmp_sidenav_top {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav_top {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 80px;
    height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav_top {
    position: fixed;
    bottom: 70px;
    right: -20px;
  }
}

.tmp_sidenav_top a {
  display: block;
  line-height: 0;
  font-size: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* ホバー */
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav_top a {
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav_top a {
    padding: 5px;
    background: #fff;
  }
}

.tmp_sidenav_top a:after {
  content: "";
  display: block;
  border-right: 3px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav_top a:after {
    margin-top: 18px;
    width: 80px;
    height: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav_top a:after {
    width: 60px;
    height: 8px;
  }
}

.tmp_sidenav_top a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/*
サイドメニュー
*/
.tmp_sidenav-menu {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 740px;
  height: 100%;
  overflow: scroll;
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav-menu {
    right: 60px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav-menu {
    width: 100%;
    right: 0;
  }
}

.tmp_sidenav-menu-inner {
  margin: 0 auto;
  width: 675px;
}

@media screen and (min-width: 1025px) {
  .tmp_sidenav-menu-inner {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav-menu-inner {
    padding-top: 55px;
    width: 90%;
  }
}

/* １４日間無料トライアル */
.tmp_sidenav-menu-trial {
  margin-bottom: 20px;
  text-align: center;
}

/* いますぐWWEB申し込み */
.tmp_sidenav-menu-registration {
  text-align: center;
}

/* ボタンリンクリスト */
@media screen and (min-width: 1025px) {
  .tmp_sidenav-menu-btnlist {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav-menu-btnlist {
    margin-top: 20px;
  }
}

.tmp_sidenav-menu-btnlist li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav-menu-btnlist li {
    margin-bottom: 10px;
  }
}

/* テキストリンクリスト */
.tmp_sidenav-menu-textlist li {
  margin-bottom: 20px;
}

.tmp_sidenav-menu-textlist li a {
  font-size: 1.8rem;
}

.tmp_sidenav-menu-textlist li a:hover {
  text-decoration: underline;
}

/*
開閉挙動
*/
/* CLOSE */
.tmp_hamburger-box::after {
  content: "menu";
}

.tmp_overlayer {
  display: none;
}

.tmp_hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
}

.tmp_hamburger-inner::before {
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.tmp_hamburger-inner::after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tmp_sidenav-menu {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* ホバー */
.tmp_sidenav:not(.is-active) .tmp_hamburger-box .tmp_hamburger-inner:after,
.tmp_sidenav:not(.is-active) .tmp_hamburger-box .tmp_hamburger-inner:before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.tmp_sidenav:not(.is-active) .tmp_hamburger-box:hover .tmp_hamburger-inner:before,
.tmp_sidenav:not(.is-active) .tmp_hamburger-box:hover .tmp_hamburger-inner:after {
  width: 20px;
  left: -2px;
}

.tmp_sidenav:not(.is-active) .tmp_hamburger-box:hover .tmp_hamburger-inner:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
}

.tmp_sidenav:not(.is-active) .tmp_hamburger-box:hover .tmp_hamburger-inner:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -6px;
}

/* OPEN */
@media screen and (min-width: 1025px) {
  .tmp_sidenav.is-active .tmp_overlayer {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav.is-active .tmp_sidenav-inner {
    width: 100%;
    height: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sidenav.is-active .tmp_hamburger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #f9f9f9 transparent transparent transparent;
  }
}

.tmp_sidenav.is-active .tmp_hamburger-box::after {
  content: "close";
}

.tmp_sidenav.is-active .tmp_hamburger-inner {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tmp_sidenav.is-active .tmp_hamburger-inner::before {
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.tmp_sidenav.is-active .tmp_hamburger-inner::after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tmp_sidenav.is-active .tmp_sidenav-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 100;
}

/* ホバー */
/* ========================================================================
   Component: Footer Campaign
 ========================================================================== */
.tmp_footer_campaign {
  margin-bottom: 60px;
}

/* ========================================================================
   Component: Footer
 ========================================================================== */
/*
パンくず
*/
.tmp_footer_bread {
  margin-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .tmp_footer_bread {
    display: none;
  }
}

.tmp_footer_bread-inner {
  margin: 0 auto;
  width: 904px;
}

.tmp_footer_bread-list li {
  display: inline-block;
  line-height: 2.5em;
}

.tmp_footer_bread-list li:after {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
  content: "\e315";
}

.tmp_footer_bread-list li:last-child:after {
  content: "";
}

/*
ナビゲーション
*/
@media screen and (min-width: 1025px) {
  .tmp_footer-inner {
    margin: 0 auto;
    width: 904px;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_footer-nav {
    border-top: 1px solid #000;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer-column {
    min-width: 234px;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer-nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer-nav-title {
    margin-right: 20px;
    font-size: 1.2rem;
    color: #ccc;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_footer-nav-title {
    padding: 5px 10px;
    border-bottom: 1px solid #000;
    color: #ccc;
    font-size: 18px;
  }
  .tmp_footer-nav-title:before {
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    margin-right: 5px;
    vertical-align: bottom;
    color: #000;
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer-nav-listgroup {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_footer-nav-listgroup {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer-nav-list li {
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
  }
  .tmp_footer-nav-list li {
    width: 50%;
    min-height: 3em;
    border-bottom: 1px dotted #000;
    border-right: 1px dotted #000;
  }
  .tmp_footer-nav-list li:nth-child(2n) {
    border-right: none;
  }
  .tmp_footer-nav-list li.no-border {
    border-bottom: none;
  }
  .tmp_footer-nav-list li a {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
  }
}

/* ナビゲーションが開いてる時 */
@media screen and (max-width: 1024px) {
  .active:before {
    content: "keyboard_arrow_up";
  }
}

/*
お問い合わせ
*/
.tmp_footer_inquiry {
  margin: 0 auto;
  width: 234px;
}

@media screen and (max-width: 1024px) {
  .tmp_footer_inquiry {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.tmp_footer_inquiry-tellink {
  color: #df0000;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}

/*
ソーシャルボタン
*/
.tmp_footer_social {
  margin-bottom: 20px;
}

/*
ユーティリティー
*/
.tmp_footer_utirity-list {
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .tmp_footer_utirity-list {
    margin-bottom: 40px;
    text-align: center;
  }
  .tmp_footer_utirity-list::before {
    content: "／";
    color: #898989;
  }
  .tmp_footer_utirity-list li {
    display: inline-block;
  }
  .tmp_footer_utirity-list li::after {
    content: "／";
    color: #898989;
  }
  .tmp_footer_utirity-list li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_footer_utirity-list {
    font-size: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
  }
  .tmp_footer_utirity-list li {
    width: 50%;
    min-height: 4em;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .tmp_footer_utirity-list li:nth-child(2n) {
    border-right: none;
  }
  .tmp_footer_utirity-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

/*
ライセンス
*/
@media screen and (min-width: 1025px) {
  .tmp_footer_license {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_footer_license-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tmp_footer_license-list li {
    margin-right: 30px;
  }
  .tmp_footer_license-list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_footer_license-list li {
    padding: 10px 20px;
  }
}

.tmp_footer_license-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
コピーライト
*/
.tmp_footer_copy {
  border-top: double #000;
  border-bottom: double #000;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

/* ========================================================================
   Component: Mina Visual
 ========================================================================== */
.tmp_mainvisual {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tmp_mainvisual {
    padding-top: 90px;
  }
}

.tmp_mainvisual::before {
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 95%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1025px) {
  .tmp_mainvisual::before {
    background-size: cover;
    background-position: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_mainvisual::before {
    background-size: contain;
    background-position: 50% 0;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_mainvisual-inner {
    margin: 0 auto;
    width: 904px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_mainvisual-inner {
    padding-top: 50vw;
  }
}

.tmp_mainvisual-column {
  -webkit-filter: drop-shadow(0 0 8px rgba(137, 137, 137, 0.5));
  filter: drop-shadow(0 0 8px rgba(137, 137, 137, 0.5));
}

.tmp_mainvisual-column-inner {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(15% 0, 100% 1%, 100% 88%, 90% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 1%, 100% 88%, 90% 100%, 0 100%, 0 15%);
}

@media screen and (min-width: 1025px) {
  .tmp_mainvisual-column-inner {
    padding: 40px 30px;
    width: 570px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_mainvisual-column-inner {
    margin: 0 auto;
    width: 90%;
    padding: 20px 10px;
  }
  .tmp_mainvisual-column-inner .tmp_button-slash {
    width: 90%;
  }
}

/* GUIDE */
#GUIDE .tmp_mainvisual::before {
  background-image: url("/assets/images/guide/img_main.jpg?20200903");
}

@media screen and (min-width: 1025px) {
  #GUIDE .tmp_mainvisual::before {
    background-position: 50% 95%;
  }
}

/* HOWTO */
#HOWTO .tmp_mainvisual::before {
  background-image: url("/assets/images/howto/img_main.png");
}

/*
 PLAYLIST
 ARTIST
*/
@media screen and (min-width: 1025px) {
  #PLAYLIST_INDUSTORY .tmp_mainvisual::before,
  #PLAYLIST_SEASON .tmp_mainvisual::before,
  #PLAYLIST_CURATOR .tmp_mainvisual::before,
  #ARTIST .tmp_mainvisual::before {
    background-image: url("/assets/images/playlist/img_main_bg.jpg");
    background-size: auto;
    background-repeat: repeat;
    background-position: 50%;
  }
  #PLAYLIST_INDUSTORY .tmp_mainvisual::after,
  #PLAYLIST_SEASON .tmp_mainvisual::after,
  #PLAYLIST_CURATOR .tmp_mainvisual::after,
  #ARTIST .tmp_mainvisual::after {
    content: "";
    background: url("/assets/images/playlist/img_main.jpg?20231109") no-repeat;
    width: 408px;
    height: 408px;
    display: block;
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-526px);
    transform: translateX(-526px);
  }
}

@media screen and (max-width: 1024px) {
  #PLAYLIST_INDUSTORY .tmp_mainvisual::before,
  #PLAYLIST_SEASON .tmp_mainvisual::before,
  #PLAYLIST_CURATOR .tmp_mainvisual::before,
  #ARTIST .tmp_mainvisual::before {
    background-image: url("/assets/images/playlist/img_main_sp.jpg?20231109");
  }
}

@media screen and (min-width: 1025px) {
  #ARTIST .tmp_mainvisual::before {
    background-position: 50% 0;
  }
}

.twitter-timeline{
  margin: 0 auto;
}

/* CASE */
#CASE #CASE_archive .tmp_mainvisual::before {
  background-image: url("/assets/images/case/img_main.png");
}

/* CAMPAIGN */
.tmp_campaign_mainvisual {
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual {
    width: 1147px;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 86%, 94% 100%, 0 100%, 0 16%);
    clip-path: polygon(6% 0, 100% 0, 100% 86%, 94% 100%, 0 100%, 0 16%);
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual {
    width: 90%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }
}

.tmp_campaign_mainvisual .tmp_campaign_line {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_line {
    padding: 30px 100px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_line {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_line:before {
    position: absolute;
    top: 0;
    left: 6%;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_line:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_line:after {
    position: absolute;
    bottom: 0;
    right: 6%;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_line:after {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_line:after, .tmp_campaign_mainvisual .tmp_campaign_line:before {
  content: "";
  height: 5px;
  display: block;
  background: #df0000;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#4286f5), color-stop(25%, #4286f5), color-stop(25%, #df0000), color-stop(50%, #df0000), color-stop(50%, #fabc05), color-stop(75%, #fabc05), color-stop(75%, #35a853), to(#35a853));
  background: linear-gradient(to right, #4286f5 0%, #4286f5 25%, #df0000 25%, #df0000 50%, #fabc05 50%, #fabc05 75%, #35a853 75%, #35a853 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-red', endColorstr='$color-blue',GradientType=0 );
  /* IE6-9 */
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_line:after, .tmp_campaign_mainvisual .tmp_campaign_line:before {
    width: 96%;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_line:after, .tmp_campaign_mainvisual .tmp_campaign_line:before {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaL {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL {
    width: 47%;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_catch {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_catch {
    padding: 5px 0;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_subttl {
  padding: 30px 10px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: -1px -1px 0 #898989, 1px -1px 0 #898989, -1px 1px 0 #898989, 1px 1px 0 #898989;
  border-bottom: 2px solid #898989;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_subttl {
    padding: 15px 10px 10px;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_subttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -14px;
  border: 15px solid transparent;
  border-top: 15px solid #f8f8f8;
  z-index: 2;
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_subttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top-color: #898989;
  border-bottom-width: 0;
  z-index: 1;
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl01,
.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl02 {
  color: #898989;
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl01,
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl02 {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl01,
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl02 {
    font-size: 3.2rem;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl01 {
  margin-top: 10px;
  display: block;
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_ttl02 {
  margin-bottom: 10px;
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date {
  background: #fff;
  text-align: center;
}

.tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span {
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(6), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(7), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(9), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(10) {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(6), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(7), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(9), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(10) {
    font-size: 40px;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaR {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaR {
    width: 50%;
  }
}

.tmp_campaign_mainvisual .tmp_campaign_areaR .tmp_campaign_img {
  margin-top: 12px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_mainvisual .tmp_campaign_areaR .tmp_campaign_img img {
    width: 90%;
    height: auto;
  }
}

/* ========================================================================
   Component: News Ticker
 ========================================================================== */
/* ticker */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.tmp_newsticker {
  border: 1px solid #000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: min-height 0.5s;
  transition: min-height 0.5s;
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker {
    min-height: 40px;
    max-height: 40px;
  }
}

.tmp_newsticker-header {
  background: #262626;
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker-header {
    padding-right: 45px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.tmp_newsticker-header p {
  padding-left: 10px;
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker-header p {
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-header p {
    line-height: 30px;
  }
}

.tmp_newsticker-header p::before, .tmp_newsticker-header p::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.tmp_newsticker-header p::before {
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #000 transparent;
  right: 25px;
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-header p::before {
    right: 16px;
    border-width: 0 0 30px 20px;
  }
}

.tmp_newsticker-header p::after {
  border-style: solid;
  border-width: 40px 30px 0 0;
  border-color: #000 transparent transparent transparent;
  right: -30px;
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-header p::after {
    display: none;
  }
}

.tmp_newsticker-header a {
  margin-left: 30px;
  background: #000;
  color: #df0000;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker-header a {
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-header a {
    line-height: 30px;
  }
}

.tmp_newsticker-header a:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker-inner {
    position: absolute;
    top: 0;
    left: 165px;
    padding-left: 697px;
    width: 697px;
  }
}

ul.tmp_newsticker-list {
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  ul.tmp_newsticker-list {
    position: absolute;
    padding-right: 697px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.tmp_newsticker-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  ul.tmp_newsticker-list li {
    margin-left: 30px;
    line-height: 40px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  ul.tmp_newsticker-list li {
    padding-top: 5px;
    border-bottom: 1px dotted #000;
  }
  ul.tmp_newsticker-list li:last-child {
    border-bottom: none;
  }
}

.tmp_newsticker-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
}

.tmp_newsticker-date {
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-date {
    padding: 5px;
  }
}

.tmp_newsticker-tag {
  margin: 0 10px;
  white-space: nowrap;
}

.tmp_newsticker-tag span {
  min-width: 130px;
  font-size: 1.2rem !important;
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-tag span {
    width: 70px;
    padding: 5px 10px;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker-title {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_newsticker-title {
    padding: 5px;
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker-more {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #000;
    border-left: 1px dotted #000;
    background: #fff;
    z-index: 1;
    cursor: pointer;
  }
  .tmp_newsticker-more::before, .tmp_newsticker-more::after {
    content: "";
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .tmp_newsticker-more::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

/* OPEN */
.tmp_newsticker.is_open {
  max-height: 180px;
}

.tmp_newsticker.is_open .tmp_newsticker-more {
  border-bottom: 1px dotted #000;
}

.tmp_newsticker.is_open .tmp_newsticker-more::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tmp_newsticker.is_open .tmp_newsticker-title {
  white-space: inherit;
}

.tmp_newsticker.is_open .tmp_newsticker-inner {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: inherit;
}

.tmp_newsticker.is_open .tmp_newsticker-list {
  display: block;
  position: inherit;
  width: 100% !important;
}

/* .tmp_newsticker.is_open .tmp_newsticker-list > li {
  white-space: inherit;
} */

/* CLOSE */
.tmp_newsticker.is_close {
  /*マウスホバーしたらアニメーションを一時停止*/
}

@media screen and (min-width: 1025px) {
  .tmp_newsticker.is_close .tmp_newsticker-list {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
  }
}

.tmp_newsticker.is_close .tmp_newsticker-list:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='tmp_align'] {
  display: block;
}

/*
 * Left/Right
 */
.tmp_align-left {
  float: left;
}

.tmp_align-right {
  float: right;
}

/*
 * Center
 */
.tmp_align-center {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
.tmp_bg-lightgray {
  background: #f9f9f9;
}

.tmp_bg-isabelline {
  background: #ededed;
}

.tmp_bg-stripe {
  background-size: 3px 3px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent 50%, #e5e5e5 50%, #e5e5e5 75%, transparent 75%, transparent);
}

/* ========================================================================
   Component: Button
 ========================================================================== */
[class*='tmp_button'] {
  background: none;
}

[class*='tmp_button'] a {
  color: inherit !important;
}

[class*='tmp_button'] a:hover {
  text-decoration: none !important;
}

[class*='tmp_button']:hover {
  text-decoration: none !important;
}

/*
 * ホバー
 */
.tmp_button-hover, .tmp_sidenav_trial a, .tmp_button-slash, .tmp_button-border-2, .tmp_button-iconcircle, .tmp_campaign_small {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tmp_button-hover:hover, .tmp_sidenav_trial a:hover, .tmp_button-slash:hover, .tmp_button-border-2:hover, .tmp_button-iconcircle:hover, .tmp_campaign_small:hover {
  opacity: 0.4;
  text-decoration: none;
}

/*
 * 角丸ボタン
 */
.tmp_button-round {
  padding: 10px 22px;
  border-radius: 50px;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  line-height: 1em;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
  /* ホバー */
}

@media screen and (max-width: 1024px) {
  .tmp_button-round {
    padding: 5px 18px;
    border-radius: 50px;
    display: block;
  }
}

.tmp_button-round:hover, .tmp_button-round.is_active {
  color: #fff;
  background: #000;
}

/*
 * 矢印付き（先頭）
 */
.tmp_button-arrow-before {
  padding-left: 20px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
  /* ホバー */
}

@media screen and (min-width: 1025px) {
  .tmp_button-arrow-before {
    min-width: 210px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_button-arrow-before {
    width: 49%;
    font-size: 12px;
  }
}

.tmp_button-arrow-before i {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 9px;
  height: 38px;
  line-height: 38px;
  padding-right: 9px;
  border-right: 1px dotted #000;
}

@media screen and (max-width: 1024px) {
  .tmp_button-arrow-before i {
    left: 3px;
    padding-right: 3px;
  }
}

.tmp_button-arrow-before:hover, .tmp_button-arrow-before.is_active {
  color: #fff;
  background: #000;
}

.tmp_button-arrow-before:hover i, .tmp_button-arrow-before.is_active i {
  border-color: #fff;
}

/*
 * 矢印付き（末尾）
 */
.tmp_button-arrow-after {
  width: 320px;
  height: 60px;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .tmp_button-arrow-after {
    width: 100%;
    height: 50px;
  }
}

.tmp_button-arrow-after span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tmp_button-arrow-after::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-right: 3px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tmp_button-arrow-after:hover {
  background-size: 3px 3px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent 50%, #e5e5e5 50%, #e5e5e5 75%, transparent 75%, transparent);
}

.tmp_button-arrow-after:hover::before {
  border-color: #df0000;
}

/*
 * ひし形ボタン
 */
.tmp_button-slash {
  width: 355px;
  height: 68px;
  line-height: 68px;
  border: none;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  /* ホバー */
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: 60px;
    line-height: 60px;
    display: block;
  }
}

.tmp_button-slash::before {
  display: block;
  width: 368px;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash::before {
    width: 100%;
  }
}

/*
 * ひし形ボタン（黒）
 */
.tmp_button-slash_blk {
  color: #df0000;
  background: #fff;
  font-weight: bold;
}

.tmp_button-slash_blk::before {
  border: 2px solid #000;
}

/*
 * ひし形ボタン（赤）
 */
.tmp_button-slash_red {
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash_red {
    display: block;
  }
}

.tmp_button-slash_red::before {
  position: absolute;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #df0000;
}

.tmp_button-slash_green {
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash_green {
    display: block;
  }
}

.tmp_button-slash_green::before {
  position: absolute;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #35a853;
}

.tmp_button-slash_blue {
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash_blue {
    display: block;
  }
}

.tmp_button-slash_blue::before {
  position: absolute;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #10549b;
}

/*
 * ひし形ボタン（小）
 */
.tmp_button-slash.tmp_button-slash_small {
  width: 243px;
  height: 64px;
  line-height: 64px;
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash.tmp_button-slash_small {
    height: 50px;
    line-height: 50px;
  }
}

.tmp_button-slash.tmp_button-slash_small::before {
  width: 100%;
}

/*
 * ひし形ボタン（タイプB）
 */
.tmp_button-slash-typeB {
  width: 100%;
  display: inline-block;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  line-height: 38px;
}

@media screen and (min-width: 1025px) {
  .tmp_button-slash-typeB::before, .tmp_button-slash-typeB::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .tmp_button-slash-typeB::before {
    top: -1px;
    right: -24px;
    border-width: 40px 0 0 23px;
    border-color: transparent transparent transparent #000;
  }
  .tmp_button-slash-typeB::after {
    top: 0;
    right: -22px;
    border-width: 38px 0 0 22px;
    border-color: transparent transparent transparent #fff;
  }
}

.tmp_button-slash-typeB:hover, .tmp_button-slash-typeB.is_active {
  color: #fff;
  background: #000;
}

.tmp_button-slash-typeB:hover::after, .tmp_button-slash-typeB.is_active::after {
  border-color: transparent transparent transparent #000;
}

/*
 * ひし形ボタン（タイプC）
 */
.tmp_button-slash-typeC {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
}

@media screen and (min-width: 1025px) {
  .tmp_button-slash-typeC::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    background: #fff;
    border: 1px solid #000;
    z-index: -1;
    height: 40px;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .tmp_button-slash-typeC::before {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .tmp_button-slash-typeC::before {
    width: 6em;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash-typeC {
    border: 1px solid #000;
    line-height: 38px;
  }
}

.tmp_button-slash-typeC:hover, .tmp_button-slash-typeC.is_active {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .tmp_button-slash-typeC:hover, .tmp_button-slash-typeC.is_active {
    background: #000;
  }
}

.tmp_button-slash-typeC:hover::before, .tmp_button-slash-typeC.is_active::before {
  background: #000;
}

/*
 * ひし形ボタン（タイプD）
 */
.tmp_button-slash-typeD {
  width: 100%;
  display: inline-block;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  line-height: 38px;
}

@media screen and (min-width: 1025px) {
  .tmp_button-slash-typeD::before, .tmp_button-slash-typeD::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .tmp_button-slash-typeD::before {
    top: -1px;
    left: -24px;
    border-width: 0 23px 40px 0;
    border-color: transparent #000 transparent transparent;
  }
  .tmp_button-slash-typeD::after {
    top: 0;
    left: -22px;
    border-width: 0 22px 38px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.tmp_button-slash-typeD:hover, .tmp_button-slash-typeD.is_active {
  color: #fff;
  background: #000;
}

.tmp_button-slash-typeD:hover::after, .tmp_button-slash-typeD.is_active::after {
  border-color: transparent #000 transparent transparent;
}

/*
 * 枠線囲み（ヘッダー）
 */
.tmp_button-border {
  font-weight: bold;
  color: #df0000;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  border: 1px solid #000;
  -webkit-transition: background, 0.3s;
  transition: background, 0.3s;
  /* ホバー */
}

.tmp_button-border:hover {
  background-size: 3px 3px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent 50%, #e5e5e5 50%, #e5e5e5 75%, transparent 75%, transparent);
}

/*
 * 枠囲み角付きボタン（フッターー）
 */
.tmp_button-border-2 {
  padding: 5px 10px;
  width: 234px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ededed;
  position: relative;
  /* ホバー */
}

.tmp_button-border-2:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #df0000 transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

/*
 * 丸囲みアイコン
 */
.tmp_button-iconcircle {
  width: 52px;
  height: 52px;
  border: 1px solid #898989;
  border-radius: 100%;
  /* ホバー */
}

.tmp_button-iconcircle a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.tmp_button-iconcircle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*
 * テキストリンク
 */
.tmp_link-underline {
  color: #000;
  text-decoration: underline;
  /* ホバー */
}

.tmp_link-underline:hover {
  text-decoration: none;
}

/*
* 外部リンク
*/
a.tmp_link-blank::after {
  content: "\e89e";
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.tmp_card-border {
  border: 2px solid #ccc;
}

.tmp_card {
  width: 280px;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_card {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
  }
}

.tmp_card .tmp_card-inner {
  text-align: center;
}

/* Style modifiers
 ========================================================================== */
/*
 * Type-A
 */
.tmp_card-typeA {
  margin-bottom: 70px;
  width: 280px;
  height: 240px;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeA {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: auto;
  }
}

.tmp_card-typeA .tmp_card-title {
  margin-bottom: 20px;
  color: #df0000;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeA .tmp_card-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeA .tmp_card-text {
    float: right;
    width: 55%;
  }
}

.tmp_card-typeA .tmp_card-note {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeA .tmp_card-note {
    text-align: left;
  }
}

.tmp_card-typeA .tmp_card-image {
  width: 80%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeA .tmp_card-image {
    position: static;
    float: left;
    width: 40%;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .tmp_card-typeA .tmp_card-image img {
    width: 100%;
  }
}

/*
 * Type-B
 */
.tmp_card-typeB {
  width: 280px;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeB {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}

.tmp_card-typeB .tmp_card-note {
  border-top: 1px dotted #000;
  background: #f9f9f9;
}

/*
 * Type-C
 */
.tmp_card-typeC {
  width: 280px;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeC {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeC:last-child {
    margin-bottom: 10px;
  }
}

.tmp_card-typeC .tmp_card-step {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  line-height: 0.6em;
  position: absolute;
  top: -40px;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeC .tmp_card-step {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    top: -30px;
    left: 10px;
  }
}

.tmp_card-typeC .tmp_card-step span {
  margin-top: 12px;
  display: block;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeC .tmp_card-step span {
    margin-top: 10px;
  }
}

.tmp_card-typeC .tmp_card-title {
  border-bottom: 1px dotted #000;
  text-align: center;
  font-weight: bold;
  color: #898989;
}

.tmp_card-typeC .tmp_card-inner {
  height: 100%;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .tmp_card-typeC .tmp_card-inner .app_display_pc {
    display: inherit;
  }
}

@media screen and (max-width: 1023px) {
  .tmp_card-typeC .tmp_card-inner .app_display_pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tmp_card-typeC .tmp_card-inner .app_display_mobile {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tmp_card-typeC .tmp_card-inner .app_display_mobile {
    display: block;
  }
}

/*
 * Type-D
 */
.tmp_card-typeD {
  margin-top: 10px;
  border: 1px solid #000;
  position: relative;
  width: 100%;
}

.tmp_card-typeD .tmp_card-title {
  background: #000;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -1px;
}

.tmp_card-typeD .tmp_card-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  right: -10px;
}

.tmp_card-typeD .tmp_card-note {
  border-top: 1px dotted #000;
}

.tmp_card-typeD .tmp_card-button {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .tmp_card-typeD .tmp_card-button {
    width: 90%;
  }
}

/*
 * カラムの間の矢印
 */
.tmp_card-arrow::after {
  content: "\e315";
  color: #ededed;
  font-size: 60px;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .tmp_card-arrow::after {
    content: "keyboard_arrow_down";
    right: 50%;
    top: inherit;
    bottom: -60px;
    -webkit-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
  }
}

/* ========================================================================
   Component: Campaign
 ========================================================================== */
.color-mix.pattern1 span, .color-mix.pattern1 span:nth-child(5), .color-mix.pattern1 span:nth-child(9), .color-mix.pattern1 span:nth-child(13) {
  color: #4286f5;
}

.color-mix.pattern1 span:nth-child(2), .color-mix.pattern1 span:nth-child(6), .color-mix.pattern1 span:nth-child(10), .color-mix.pattern1 span:nth-child(14) {
  color: #df0000;
}

.color-mix.pattern1 span:nth-child(3), .color-mix.pattern1 span:nth-child(7), .color-mix.pattern1 span:nth-child(11), .color-mix.pattern1 span:nth-child(15) {
  color: #fabc05;
}

.color-mix.pattern1 span:nth-child(4), .color-mix.pattern1 span:nth-child(8), .color-mix.pattern1 span:nth-child(12), .color-mix.pattern1 span:nth-child(16) {
  color: #35a853;
}

.tmp_campaign > .color-mix.pattern2 span,
.color-mix.pattern2 span {
  color: #0b6eb6 !important;
}

.tmp_campaign > .color-mix.pattern2 span:nth-child(2n),
.color-mix.pattern2 span:nth-child(2n) {
  color: #db1a2f !important;
}

.tmp_campaign > .color-mix.pattern2 span:nth-child(3n),
.color-mix.pattern2 span:nth-child(3n) {
  color: #2a955e !important;
}

.tmp_campaign {
  margin: 0 auto;
  background: #f8f8f8;
  position: relative;
}

.tmp_campaign .color-mix span, .tmp_campaign .color-mix span:nth-child(5), .tmp_campaign .color-mix span:nth-child(9), .tmp_campaign .color-mix span:nth-child(13) {
  color: #4286f5;
}

.tmp_campaign .color-mix span:nth-child(2), .tmp_campaign .color-mix span:nth-child(6), .tmp_campaign .color-mix span:nth-child(10), .tmp_campaign .color-mix span:nth-child(14) {
  color: #df0000;
}

.tmp_campaign .color-mix span:nth-child(3), .tmp_campaign .color-mix span:nth-child(7), .tmp_campaign .color-mix span:nth-child(11), .tmp_campaign .color-mix span:nth-child(15) {
  color: #fabc05;
}

.tmp_campaign .color-mix span:nth-child(4), .tmp_campaign .color-mix span:nth-child(8), .tmp_campaign .color-mix span:nth-child(12), .tmp_campaign .color-mix span:nth-child(16) {
  color: #35a853;
}

a.tmp_campaign_big {
  text-decoration: none;
  background: #f9f9f9;
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big {
    width: 968px;
  }
}

@media screen and (max-width: 1024px) {
  a.tmp_campaign_big {
    width: 100%;
  }
}

a.tmp_campaign_big:after, a.tmp_campaign_big:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #df0000;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#4286f5), color-stop(25%, #4286f5), color-stop(25%, #df0000), color-stop(50%, #df0000), color-stop(50%, #fabc05), color-stop(75%, #fabc05), color-stop(75%, #35a853), to(#35a853));
  background: linear-gradient(to right, #4286f5 0%, #4286f5 25%, #df0000 25%, #df0000 50%, #fabc05 50%, #fabc05 75%, #35a853 75%, #35a853 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-red', endColorstr='$color-blue',GradientType=0 );
  /* IE6-9 */
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big .tmp_campaign-inner {
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

a.tmp_campaign_big .tmp_campaign_areaL {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big .tmp_campaign_areaL {
    width: 55%;
  }
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_catch {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: #fff;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_catch::after {
    content: "";
    border-style: solid;
    border-width: 0 0 54px 54px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_subttl {
  margin-top: 20px;
  padding: 0 10px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: -1px -1px 0 #898989, 1px -1px 0 #898989, -1px 1px 0 #898989, 1px 1px 0 #898989;
  border-bottom: 2px solid #898989;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_subttl {
    margin-top: 0;
  }
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_subttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -14px;
  border: 15px solid transparent;
  border-top: 15px solid #f8f8f8;
  z-index: 2;
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_subttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top-color: #898989;
  border-bottom-width: 0;
  z-index: 1;
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl01,
a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl02 {
  color: #898989;
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl01,
  a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl02 {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 1024px) {
  a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl01,
  a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl02 {
    font-size: 3.2rem;
  }
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl01 {
  margin-top: 10px;
}

a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_ttl02 {
  margin-bottom: 10px;
}

a.tmp_campaign_big .tmp_campaign_areaR {
  position: relative;
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big .tmp_campaign_areaR {
    width: 45%;
  }
}

a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_img {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_img {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_img img {
    width: 90%;
    height: auto;
  }
}

a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: #f1f1f1;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1025px) {
  a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date::before {
    content: "";
    border-style: solid;
    border-width: 0 0 54px 54px;
    border-color: transparent transparent #f1f1f1 transparent;
    position: absolute;
    top: 0;
    left: -54px;
  }
}

a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-right: 3px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
}

a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt {
  margin-left: -10px;
  display: inline-block;
}

a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span {
  line-height: 1em;
}

.tmp_campaign_small {
  margin-top: 12px;
  width: 368px;
  border: 1px solid #000;
  position: relative;
  text-align: left;
  display: block;
  cursor: pointer;
  /* ホバー */
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_small {
    width: 90%;
  }
}

.tmp_campaign_small::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 13px solid #f1f1f1;
  z-index: 2;
}

.tmp_campaign_small::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  margin-left: -11px;
  border: 11px solid transparent;
  border-bottom-color: #000;
  border-top-width: 0;
  z-index: 1;
}

.tmp_campaign_small .tmp_campaign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tmp_campaign_small .tmp_campaign_small_left {
  width: 55%;
  padding: 5px 0px 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #f1f1f1;
}

.tmp_campaign_small .tmp_campaign_small_left::before {
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  position: absolute;
  right: -15px;
  top: 0;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  height: 100%;
  background: #f1f1f1;
}

.tmp_campaign_small .tmp_campaign_small_left .inner {
  position: relative;
  z-index: 1;
}

.tmp_campaign_small .tmp_campaign_small_left .tmp_campaign_ttl01,
.tmp_campaign_small .tmp_campaign_small_left .tmp_campaign_ttl02 {
  font-weight: bold;
  color: #898989;
  text-align: center;
}

.tmp_campaign_small .tmp_campaign_small_left .tmp_campaign_ttl02 {
  line-height: 1.0;
}

.tmp_campaign_small .tmp_campaign_small_right {
  width: 45%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.tmp_campaign_small .tmp_campaign_small_right .color-mix {
  font-size: 3.0rem;
}

.tmp_campaign_small .tmp_campaign_small_right::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-right: 3px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_small .tmp_campaign_small_right::after {
    width: 30px;
    height: 6px;
    border-right: 3px solid #000;
    border-bottom: 2px solid #000;
  }
}

.tmp_campaign_small .tmp_text-emphasis span {
  padding-top: 5px;
}

@media screen and (max-width: 1024px) {
  .tmp_campaign_small .tmp_text-emphasis span {
    padding-top: 3px;
  }
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 */
hr {
  /* 1 */
  border: none;
  line-height: 0;
}

/*
 * Primary
 */
.tmp_divider {
  border-bottom: 1px solid #000;
}

/*
 * 2px
 */
.tmp_divider-2 {
  border-bottom: 2px solid #000;
}

/* Style modifiers
 ========================================================================== */
/*
 * reset
 */
.tmp_divider-reset {
  border-bottom: 0;
}

/*
* double
*/
.tmp_divider-double {
  border-bottom: 1px solid #000;
  border-style: none none double none;
  border-width: 3px;
}

/*
* dotted
*/
.tmp_divider-dotted {
  border-bottom: 1px dotted #000;
}

/*
* color
*/
.tmp_divider-black {
  border-color: #000;
}

.tmp_divider-gray {
  border-color: #ccc;
}

.tmp_divider-red {
  border-color: #df0000;
}

/*
* side
*/
.tmp_divider-side {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.tmp_divider-right {
  border-right: 1px solid #000;
}

.tmp_divider-left {
  border-left: 1px solid #000;
}

/*
* Android Color
*/
.tmp_divider-android {
  display: inline-block;
}

.tmp_divider-android:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #df0000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#df0000), color-stop(25%, #df0000), color-stop(25%, #fabc05), color-stop(50%, #fabc05), color-stop(50%, #35a853), color-stop(75%, #35a853), color-stop(75%, #4286f5), to(#4286f5));
  background: linear-gradient(to right, #df0000 0%, #df0000 25%, #fabc05 25%, #fabc05 50%, #35a853 50%, #35a853 75%, #4286f5 75%, #4286f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-red', endColorstr='$color-blue',GradientType=0 );
  /* IE6-9 */
}

/* ========================================================================
   Component: Fixed
 ========================================================================== */
.tmp_fixed-top {
  padding: 20px;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.1s;
  transition: border-bottom 0.1s;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.tmp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .tmp_flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tmp_flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.tmp_flex::before,
.tmp_flex::after,
.tmp_flex-inline::before,
.tmp_flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.tmp_flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tmp_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tmp_flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tmp_flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tmp_flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.tmp_flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tmp_flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tmp_flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tmp_flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.tmp_flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tmp_flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tmp_flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tmp_flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.tmp_flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tmp_flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tmp_flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.tmp_flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tmp_flex-wrap-top {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tmp_flex-wrap-middle {
  -ms-flex-line-pack: center;
  align-content: center;
}

.tmp_flex-wrap-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.tmp_flex-wrap-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.tmp_flex-wrap-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.tmp_flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.tmp_flex-last {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

/* Item dimensions
 ========================================================================== */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.tmp_flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.tmp_flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.tmp_flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* ========================================================================
	 Component: Form
 ========================================================================== */
/* reset
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
}

/* input
 ========================================================================== */
.tmp_input-serch {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tmp_input-serch::before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 202px;
    height: 10px;
  }
}

.tmp_input-serch input {
  padding: 0.2em 0.5em;
  border: none;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tmp_input-serch input {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_input-serch input {
    border: 1px solid #000;
    width: 90%;
  }
}

.tmp_input-serch button {
  margin-left: 3px;
  display: inline-block;
  font-weight: bold;
  background: none;
  border: none;
}

@media screen and (min-width: 1025px) {
  .tmp_input-serch button {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_input-serch button {
    font-size: 2.4rem;
  }
}

/* checkbox
 ========================================================================== */
/*
 * Reset
 */
.tmp_checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font: inherit;
  /* hide */
  display: none;
}

.tmp_checkbox + label {
  padding-left: 1em;
  position: relative;
}

.tmp_checkbox + label:before, .tmp_checkbox + label:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tmp_checkbox + label:before {
  content: '\e835';
}

/* Checked */
.tmp_checkbox:checked + label:after {
  content: 'check_box';
}

/* Disabled */
.tmp_checkbox:disabled + label {
  color: #aaa;
}

/* Not Disabled */
.tmp_checkbox:not(:disabled) {
  cursor: pointer;
}

/* ========================================================================
   Component: Float
 ========================================================================== */
/* Clearfix
 ========================================================================== */
.tmp_clearfix::before {
  content: "";
  display: table-cell;
}

.tmp_clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
.tmp_float-left {
  float: left;
}

.tmp_float-right {
  float: right;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
@media screen and (min-width: 1025px) {
  .tmp_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_grid {
    margin-top: 20px;
    border-top: 1px dotted #000;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_grid > li {
    margin-left: 38px;
    margin-bottom: 40px;
    width: 276px;
  }
  .tmp_grid > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_grid > li {
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
}

/* Style modifiers
 ========================================================================== */
/*
 * Type-A
 */
.tmp_grid-typeA {
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .tmp_grid-typeA .tmp_grid-typeA-colL {
    width: 40%;
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  .tmp_grid-typeA .tmp_grid-typeA-colR {
    width: 59%;
    float: left;
  }
}

/*
 * Type-B
 */
.tmp_grid-typeB {
  padding: 20px;
  position: relative;
}

.tmp_grid-typeB::before, .tmp_grid-typeB::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-top: 4px solid #ccc;
  position: absolute;
  top: 0;
}

.tmp_grid-typeB::before {
  border-left: 4px solid #ccc;
  left: 0;
}

.tmp_grid-typeB::after {
  border-right: 4px solid #ccc;
  right: 0;
}

.tmp_grid-typeB-inner::before, .tmp_grid-typeB-inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-bottom: 4px solid #ccc;
  position: absolute;
  bottom: 0;
}

.tmp_grid-typeB-inner::before {
  border-left: 4px solid #ccc;
  left: 0;
}

.tmp_grid-typeB-inner::after {
  border-right: 4px solid #ccc;
  right: 0;
}

@media screen and (min-width: 1025px) {
  .tmp_grid-typeB-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_grid-typeB-colL, .tmp_grid-typeB-colR {
    width: 100% !important;
  }
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
/*
 * 大見出し
 */
.tmp_heading-headline {
  margin: 0 auto;
  max-width: 1148px;
  background-color: #f9f9f9;
  height: 180px;
  line-height: 180px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-headline {
    width: 94%;
    height: 140px;
    line-height: 140px;
  }
}

.tmp_heading-headline span {
  display: inline;
  background-color: #f9f9f9;
  position: relative;
  z-index: auto;
  min-width: 125px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-headline span {
    min-width: 125px;
  }
}

.tmp_heading-headline span::before {
  content: "";
  width: 111px;
  height: 121px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-headline span::before {
    content: "";
    width: 111px;
    height: 110px;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
  }
}

.tmp_heading-headline::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #fff;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 3;
}

.tmp_heading-headline::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 4em solid transparent;
  border-right: 4em solid #fff;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 3;
}

/*
 * 大見出し（小）
 */
.tmp_heading-headline-small {
  margin: 1.8em 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tmp_heading-headline-small span {
  display: inline;
  color: #000;
  position: relative;
  z-index: auto;
  background: #fff;
}

.tmp_heading-headline-small span::before {
  content: "";
  width: 85%;
  height: 3.5em;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

/*
 * 小見出し
 */
.tmp_heading-sub {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-sub {
    font-size: 1.8rem;
  }
}

/*
 * 番号付き
 */
.tmp_heading-number {
  position: relative;
  z-index: 1;
}

.tmp_heading-number span.num {
  display: inline-block;
  width: 140px;
  font-weight: 900;
  line-height: 1.0;
  vertical-align: bottom;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-number span.num {
    width: 100%;
  }
}

.tmp_heading-number span.num .num-grey {
  color: #ededed;
}

.tmp_heading-number span.num .num-grey::before {
  content: "/";
  padding: 0 8px;
}

.tmp_heading-number span.tmp_heading-number-ttl {
  position: relative;
  line-height: 1.4;
  vertical-align: text-bottom;
  display: inline-block;
  z-index: auto;
  display: inline;
  vertical-align: bottom;
  background: url("/assets/images/common/bg_title_stripe.png") repeat-x;
  background-size: 16px;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-number span.tmp_heading-number-ttl {
    background: url("/assets/images/common/bg_title_stripe.png") repeat-x;
    background-size: 10px;
    background-position: bottom;
  }
}

/*
 * 矢印付きタイトル（黒）
 */
[class*='tmp_heading-arrow'] {
  position: relative;
}

[class*='tmp_heading-arrow'] .tmp_heading-arrow-note {
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  [class*='tmp_heading-arrow'] .tmp_heading-arrow-note {
    position: absolute;
    top: 55%;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  [class*='tmp_heading-arrow'] .tmp_heading-arrow-note {
    display: block;
  }
}

.tmp_heading-arrow_blk, .tmp_heading-arrow_red, .tmp_heading-arrow_gray {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 5px;
  border-bottom: 2px solid #000;
}

.tmp_heading-arrow_blk::before, .tmp_heading-arrow_red::before, .tmp_heading-arrow_gray::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -14px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 2;
}

.tmp_heading-arrow_blk::after, .tmp_heading-arrow_red::after, .tmp_heading-arrow_gray::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  z-index: 1;
}

/*
 * 矢印付きタイトル（赤）
 */
.tmp_heading-arrow_red {
  font-weight: normal !important;
  border-bottom: 4px solid #df0000;
}

.tmp_heading-arrow_red::before {
  bottom: -26px;
}

.tmp_heading-arrow_red::after {
  border-top-color: #df0000;
}

/*
 * 矢印付きタイトル（グレー）
 */
.tmp_heading-arrow_gray {
  border-bottom: 4px solid #ccc;
}

.tmp_heading-arrow_gray::before {
  bottom: -26px;
}

.tmp_heading-arrow_gray::after {
  border-top-color: #ccc;
}

/*
 * 矢印付きタイトル（小）
 */
.tmp_heading-arrow_small {
  font-weight: normal !important;
  margin-left: auto;
  margin-right: auto;
  width: 390px;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-arrow_small {
    width: 100%;
  }
}

/*
 * 矢印付きタイトル（極小）
 */
[class*="tmp_heading-arrow_"].tmp_heading-arrow_xsmall {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  font-weight: normal;
}

/*
 * 矢印付きタイトル（極極小）
 */
[class*="tmp_heading-arrow_"].tmp_heading-arrow_xxsmall {
  margin-bottom: 20px;
  padding-bottom: 5px;
  width: auto;
  font-weight: normal;
  border-width: 1px;
}

[class*="tmp_heading-arrow_"].tmp_heading-arrow_xxsmall::before {
  bottom: -20px;
  border-width: 10px;
}

[class*="tmp_heading-arrow_"].tmp_heading-arrow_xxsmall::after {
  bottom: -22px;
  border-width: 11px;
}

/*
 * 矢印付きタイトル+番号
 */
.tmp_heading-arrow_num {
  color: #898989;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 23px;
}

.tmp_heading-arrow_num span {
  color: #000;
  display: inline-block;
  margin-right: 30px;
  padding-top: 15px;
  position: relative;
}

.tmp_heading-arrow_num span::before {
  content: "STEP";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 800;
  color: #d1d3d4;
  line-height: 2em;
}

.tmp_heading-arrow_num::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -28px;
  margin-left: -14px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 2;
}

.tmp_heading-arrow_num::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -16px;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  z-index: 1;
}

/* 左矢印　小見出し */
.tmp_heading-arrow_sub, .tmp_heading-arrow_sub-line {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 23px;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-arrow_sub, .tmp_heading-arrow_sub-line {
    padding-left: 0;
  }
}

.tmp_heading-arrow_sub::before, .tmp_heading-arrow_sub-line::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -28px;
  margin-left: -14px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 2;
}

.tmp_heading-arrow_sub::after, .tmp_heading-arrow_sub-line::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -16px;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  z-index: 1;
}

/* 左矢印　小見出し */
.tmp_heading-arrow_sub-line {
  padding: 5px 0 5px 23px;
  border-top: 2px solid #000;
  position: relative;
}

.tmp_heading-arrow_sub-line .tmp_heading-arrow_sub-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tmp_heading-arrow_sub-line .tmp_heading-note {
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  .tmp_heading-arrow_sub-line .tmp_heading-note {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*
 * 左右にスラッシュ付き
 */
.tmp-heading-dashed {
  text-align: center;
}

.tmp-heading-dashed span {
  display: inline-block;
}

.tmp-heading-dashed span::before, .tmp-heading-dashed span::after {
  content: "／";
  padding: 0 10px;
  font-weight: normal;
}

/*
 * 下線付き
 */
.tmp-heading-underline {
  border-bottom: 1px solid #000;
}

/*
 * 番号+ラベル付き
 */
.tmp_heading-label {
  vertical-align: middle;
}

.tmp_heading-label .tmp_label_fill {
  height: 42px;
  line-height: 42px;
  vertical-align: text-bottom;
}

/*
 * 前→+点線
 */
.tmp_heading-before-arrow {
  vertical-align: middle;
  padding: 5px 0;
  border-bottom: 2px dotted #000;
  font-size: 1.8rem;
}

/*
* 二重線
*/
.tmp_heading-double {
  position: relative;
  text-align: center;
}

.tmp_heading-double span {
  padding: 0 5px;
  background: #fff;
  position: relative;
}

.tmp_heading-double::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: double #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
* T字区切り（ツイッタータイムライン用）
*/
.tmp_heading-divider {
  text-align: center;
}

.tmp_heading-divider > * {
  display: inline-block;
  position: relative;
}

.tmp_heading-divider > *:before, .tmp_heading-divider > *:after {
  content: "";
  display: inline-block;
  width: 83px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/assets/images/common/icon_arrow_02.png") 0 50%;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-divider > *:before, .tmp_heading-divider > *:after {
    width: 70px;
  }
}

.tmp_heading-divider > *:before {
  left: -100px;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-divider > *:before {
    left: -80px;
  }
}

.tmp_heading-divider > *:after {
  right: -100px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
  .tmp_heading-divider > *:after {
    right: -80px;
  }
}

/*
* 赤字+下線
*/
.tmp_heading-red {
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  color: #df0000;
}

@media screen and (max-width: 1024px) {
  .tmp_heading-red {
    font-size: 3.5rem;
  }
}

.tmp_heading-red::after {
  margin: 0 auto;
  content: "";
  display: block;
  width: 58px;
  height: 6px;
  background: #df0000;
}

/*
* 上下ボーダー
*/
.tmp_heading-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'categoryicon';
  src: url("../fonts/categoryicon.eot?dxxw5e");
  src: url("../fonts/categoryicon.eot?dxxw5e#iefix") format("embedded-opentype"), url("../fonts/categoryicon.ttf?dxxw5e") format("truetype"), url("../fonts/categoryicon.woff?dxxw5e") format("woff"), url("../fonts/categoryicon.svg?dxxw5e#categoryicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'categoryicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 3.0rem;
  line-height: 3.0rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-category_70:before {
  content: "\e945";
}

.icon-category_69:before {
  content: "\e944";
}

.icon-category_1:before {
  content: "\e900";
}

.icon-category_2:before {
  content: "\e901";
}

.icon-category_3:before {
  content: "\e902";
}

.icon-category_4:before {
  content: "\e903";
}

.icon-category_5:before {
  content: "\e904";
}

.icon-category_6:before {
  content: "\e905";
}

.icon-category_7:before {
  content: "\e906";
}

.icon-category_8:before {
  content: "\e907";
}

.icon-category_9:before {
  content: "\e908";
}

.icon-category_10:before {
  content: "\e909";
}

.icon-category_11:before {
  content: "\e90a";
}

.icon-category_12:before {
  content: "\e90b";
}

.icon-category_13:before {
  content: "\e90c";
}

.icon-category_14:before {
  content: "\e90d";
}

.icon-category_15:before {
  content: "\e90e";
}

.icon-category_16:before {
  content: "\e90f";
}

.icon-category_17:before {
  content: "\e910";
}

.icon-category_18:before {
  content: "\e911";
}

.icon-category_19:before {
  content: "\e912";
}

.icon-category_20:before {
  content: "\e913";
}

.icon-category_21:before {
  content: "\e914";
}

.icon-category_22:before {
  content: "\e915";
}

.icon-category_23:before {
  content: "\e916";
}

.icon-category_24:before {
  content: "\e917";
}

.icon-category_25:before {
  content: "\e918";
}

.icon-category_26:before {
  content: "\e919";
}

.icon-category_27:before {
  content: "\e91a";
}

.icon-category_28:before {
  content: "\e91b";
}

.icon-category_29:before {
  content: "\e91c";
}

.icon-category_30:before {
  content: "\e91d";
}

.icon-category_31:before {
  content: "\e91e";
}

.icon-category_32:before {
  content: "\e91f";
}

.icon-category_33:before {
  content: "\e920";
}

.icon-category_34:before {
  content: "\e921";
}

.icon-category_35:before {
  content: "\e922";
}

.icon-category_36:before {
  content: "\e923";
}

.icon-category_37:before {
  content: "\e924";
}

.icon-category_38:before {
  content: "\e925";
}

.icon-category_39:before {
  content: "\e926";
}

.icon-category_40:before {
  content: "\e927";
}

.icon-category_41:before {
  content: "\e928";
}

.icon-category_42:before {
  content: "\e929";
}

.icon-category_43:before {
  content: "\e92a";
}

.icon-category_44:before {
  content: "\e92b";
}

.icon-category_45:before {
  content: "\e92c";
}

.icon-category_46:before {
  content: "\e92d";
}

.icon-category_47:before {
  content: "\e92e";
}

.icon-category_48:before {
  content: "\e92f";
}

.icon-category_49:before {
  content: "\e930";
}

.icon-category_50:before {
  content: "\e931";
}

.icon-category_51:before {
  content: "\e932";
}

.icon-category_52:before {
  content: "\e933";
}

.icon-category_53:before {
  content: "\e934";
}

.icon-category_54:before {
  content: "\e935";
}

.icon-category_55:before {
  content: "\e936";
}

.icon-category_56:before {
  content: "\e937";
}

.icon-category_57:before {
  content: "\e938";
}

.icon-category_58:before {
  content: "\e939";
}

.icon-category_59:before {
  content: "\e93a";
}

.icon-category_60:before {
  content: "\e93b";
}

.icon-category_61:before {
  content: "\e93c";
}

.icon-category_62:before {
  content: "\e93d";
}

.icon-category_63:before {
  content: "\e93e";
}

.icon-category_64:before {
  content: "\e93f";
}

.icon-category_65:before {
  content: "\e940";
}

.icon-category_66:before {
  content: "\e941";
}

.icon-category_67:before {
  content: "\e942";
}

.icon-category_68:before {
  content: "\e943";
}

/* ========================================================================
   Component: Image
 ========================================================================== */
.tmp_image-full {
  width: 100%;
  height: auto;
}

/* ========================================================================
	 Component: Label
 ========================================================================== */
.tmp_label {
  display: inline-block;
  text-align: center;
}

.tmp_label > * {
  display: inline;
  padding: 3px 10px;
  border-right: 1px solid #000;
  line-height: 1em;
  min-width: 4.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tmp_label > *:last-child {
  border-right: 0;
}

.tmp_label > * > * {
  display: inline-block;
}

/* modifiers
 ========================================================================== */
.tmp_label-wrap > *:first-child {
  border-left: 1px solid #000;
}

.tmp_label-wrap > *:last-child {
  border-right: 1px solid #000;
}

.tmp_label_dot > * {
  border-style: dotted !important;
}

.tmp_label_fill {
  display: inline-block;
}

.tmp_label_fill > * {
  display: inline-block;
  padding: 8px 10px;
  background: #00183c;
  color: #fff;
  text-align: center;
  line-height: 1.0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tmp_label_fill .fill_grey {
  background: #ccc;
}

.tmp_label_fill .fill_red {
  background: #990000;
}

.tmp_label_fill .fill_navy {
  background: #00183c;
}

/* ========================================================================
	 Component: List
 ========================================================================== */
/*
 * Primary
 */
ul,
ol,
li,
.tmp_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tmp_list > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */
.tmp_list ul,
.tmp_list ol {
  counter-reset: cnt;
}

/*
 * Style
 */
.tmp_list > li:nth-child(n+2),
.tmp_list > li > ul {
  margin-top: 5px;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.tmp_list-divider > li {
  padding: 10px;
}

.tmp_list-divider > li:nth-child(n+2) {
  margin-top: 0;
  border-top: 1px solid #ccc;
}

/*
 * Striped
 */
.tmp_list-striped > li {
  padding: 10px;
}

.tmp_list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}

.tmp_list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/* Style itemization
 ========================================================================== */
.tmp_list-bullet > li,
.tmp_list-asterisk > li,
.tmp_list-decimal > li,
.tmp_list-parentheses > li,
.tmp_list-circled > li,
.tmp_list-circled-white > li {
  position: relative;
  padding-left: 1.3em;
  counter-increment: cnt;
}

.tmp_list-bullet > li::before,
.tmp_list-asterisk > li::before,
.tmp_list-decimal > li::before,
.tmp_list-parentheses > li::before,
.tmp_list-circled > li::before,
.tmp_list-circled-white > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
}

.tmp_list-parentheses > li {
  padding-left: 1.6em;
}

/*
 * Bullet
 */
.tmp_list-bullet > li {
  padding-left: 1.3em;
}

.tmp_list-bullet > li::before {
  content: "・";
}

/*
 * Asterisk
 */
.tmp_list-asterisk > li {
  padding-left: 1.3em;
}

.tmp_list-asterisk > li::before {
  content: "※";
}

/*
 * Decimal
 */
.tmp_list-decimal > li {
  padding-left: 1.3em;
}

.tmp_list-decimal > li::before {
  content: counter(cnt) ". ";
}

/*
 * Parentheses
 */
.tmp_list-parentheses > li::before {
  content: "(" counter(cnt) ") ";
}

/*
 * Circled
 */
.tmp_list-circled > li::before {
  content: counter(cnt);
  background: #000;
  border-radius: 1em;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
}

.tmp_list-circled-white > li::before {
  content: counter(cnt);
  border: 1px solid #000;
  border-radius: 1em;
  color: #000;
  text-align: center;
  line-height: 1.4em;
}

.tmp_list-before-dashed li {
  padding-left: 45px;
  position: relative;
  display: inline-block;
}

.tmp_list-before-dashed li::before {
  content: "";
  border-bottom: 1px dashed #000;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
}

.tmp_list-before-dashed.block > li {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .tmp_list-before-dashed li {
    padding-left: 45px;
    width: 100%;
  }
}

.tmp_list-before-arrow > li {
  display: inline-block;
  padding: 0 30px 8px 0;
}

.tmp_list-before-arrow > li i {
  padding-right: 5px;
}

@media screen and (max-width: 1024px) {
  .tmp_list-before-arrow > li {
    display: block;
    padding: 0 0 10px 0;
  }
}

.tmp_list-faq > li {
  margin-top: 0;
  border-bottom: 1px solid #000;
}

.tmp_list-faq > li:nth-child(n+2) {
  margin-top: 0;
}

.tmp_list-faq > li dt {
  padding: 10px 0;
  position: relative;
}

.tmp_list-faq > li dt span::before {
  content: "Q.";
  font-family: 'Montserrat';
  margin-right: 9px;
}

.tmp_list-faq > li dt::before {
  background: #333 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.tmp_list-faq > li dt::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.tmp_list-faq > li dt:hover {
  cursor: pointer;
}

.tmp_list-faq > li dt.active {
  border-bottom: 1px dotted #000;
}

.tmp_list-faq > li dt.active::before {
  margin-top: -1px;
}

.tmp_list-faq > li dt.active::after {
  margin-top: 3px;
}

.tmp_list-faq > li dd {
  padding: 15px 2.4rem;
}

@media screen and (max-width: 1024px) {
  .tmp_list-faq > li dt {
    padding: 15px 20px 15px 0;
    position: relative;
  }
  .tmp_list-faq > li dt span {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
  }
  .tmp_list-faq > li dt span::before {
    content: "Q.";
    font-family: 'Montserrat';
    margin-right: 0;
    position: absolute;
    left: 5px;
    top: 2px;
    vertical-align: middle;
  }
  .tmp_list-faq > li dt::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
  }
  .tmp_list-faq > li dt::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -10px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
  }
  .tmp_list-faq > li dd {
    padding: 10px 0 10px 20px;
    line-height: 1.6;
  }
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/* Reset
========================================================================== */
.tmp_m-reset {
  margin: 0 !important;
}

.tmp_mt-reset {
  margin-top: 0 !important;
}

.tmp_mb-reset {
  margin-bottom: 0 !important;
}

.tmp_ml-reset {
  margin-left: 0 !important;
}

.tmp_mr-reset {
  margin-right: 0 !important;
}

/* Fixed size
========================================================================== */
.tmp_m-5 {
  margin: 5px !important;
}

.tmp_mt-5 {
  margin-top: 5px !important;
}

.tmp_mb-5 {
  margin-bottom: 5px !important;
}

.tmp_ml-5 {
  margin-left: 5px !important;
}

.tmp_mr-5, .tmp_heading-label .tmp_label_fill span {
  margin-right: 5px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-5-pc {
    margin: 5px !important;
  }
  .tmp_mt-5-pc {
    margin-top: 5px !important;
  }
  .tmp_mb-5-pc {
    margin-bottom: 5px !important;
  }
  .tmp_ml-5-pc {
    margin-left: 5px !important;
  }
  .tmp_mr-5-pc {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-5 {
    margin: 3px !important;
  }
  .tmp_mt-5 {
    margin-top: 3px !important;
  }
  .tmp_mb-5 {
    margin-bottom: 3px !important;
  }
  .tmp_ml-5 {
    margin-left: 3px !important;
  }
  .tmp_mr-5, .tmp_heading-label .tmp_label_fill span {
    margin-right: 3px !important;
  }
}

.tmp_m-10 {
  margin: 10px !important;
}

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

.tmp_mb-10, .tmp_campaign_mainvisual .tmp_campaign_areaR .tmp_campaign_img {
  margin-bottom: 10px !important;
}

.tmp_ml-10 {
  margin-left: 10px !important;
}

.tmp_mr-10 {
  margin-right: 10px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-10-pc {
    margin: 10px !important;
  }
  .tmp_mt-10-pc {
    margin-top: 10px !important;
  }
  .tmp_mb-10-pc {
    margin-bottom: 10px !important;
  }
  .tmp_ml-10-pc {
    margin-left: 10px !important;
  }
  .tmp_mr-10-pc {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-10 {
    margin: 6px !important;
  }
  .tmp_mt-10 {
    margin-top: 6px !important;
  }
  .tmp_mb-10, .tmp_campaign_mainvisual .tmp_campaign_areaR .tmp_campaign_img {
    margin-bottom: 6px !important;
  }
  .tmp_ml-10 {
    margin-left: 6px !important;
  }
  .tmp_mr-10 {
    margin-right: 6px !important;
  }
}

.tmp_m-15 {
  margin: 15px !important;
}

.tmp_mt-15 {
  margin-top: 15px !important;
}

.tmp_mb-15 {
  margin-bottom: 15px !important;
}

.tmp_ml-15 {
  margin-left: 15px !important;
}

.tmp_mr-15 {
  margin-right: 15px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-15-pc {
    margin: 15px !important;
  }
  .tmp_mt-15-pc {
    margin-top: 15px !important;
  }
  .tmp_mb-15-pc {
    margin-bottom: 15px !important;
  }
  .tmp_ml-15-pc {
    margin-left: 15px !important;
  }
  .tmp_mr-15-pc {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-15 {
    margin: 9px !important;
  }
  .tmp_mt-15 {
    margin-top: 9px !important;
  }
  .tmp_mb-15 {
    margin-bottom: 9px !important;
  }
  .tmp_ml-15 {
    margin-left: 9px !important;
  }
  .tmp_mr-15 {
    margin-right: 9px !important;
  }
}

.tmp_m-20 {
  margin: 20px !important;
}

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

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

.tmp_ml-20 {
  margin-left: 20px !important;
}

.tmp_mr-20, .tmp_footer_license-logo, .tmp_heading-label .tmp_heading-number-ttl, .tmp_list-before-dashed li {
  margin-right: 20px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-20-pc {
    margin: 20px !important;
  }
  .tmp_mt-20-pc {
    margin-top: 20px !important;
  }
  .tmp_mb-20-pc {
    margin-bottom: 20px !important;
  }
  .tmp_ml-20-pc {
    margin-left: 20px !important;
  }
  .tmp_mr-20-pc {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-20 {
    margin: 12px !important;
  }
  .tmp_mt-20 {
    margin-top: 12px !important;
  }
  .tmp_mb-20 {
    margin-bottom: 12px !important;
  }
  .tmp_ml-20 {
    margin-left: 12px !important;
  }
  .tmp_mr-20, .tmp_footer_license-logo, .tmp_heading-label .tmp_heading-number-ttl, .tmp_list-before-dashed li {
    margin-right: 12px !important;
  }
}

.tmp_m-25 {
  margin: 25px !important;
}

.tmp_mt-25 {
  margin-top: 25px !important;
}

.tmp_mb-25 {
  margin-bottom: 25px !important;
}

.tmp_ml-25 {
  margin-left: 25px !important;
}

.tmp_mr-25 {
  margin-right: 25px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-25-pc {
    margin: 25px !important;
  }
  .tmp_mt-25-pc {
    margin-top: 25px !important;
  }
  .tmp_mb-25-pc {
    margin-bottom: 25px !important;
  }
  .tmp_ml-25-pc {
    margin-left: 25px !important;
  }
  .tmp_mr-25-pc {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-25 {
    margin: 15px !important;
  }
  .tmp_mt-25 {
    margin-top: 15px !important;
  }
  .tmp_mb-25 {
    margin-bottom: 15px !important;
  }
  .tmp_ml-25 {
    margin-left: 15px !important;
  }
  .tmp_mr-25 {
    margin-right: 15px !important;
  }
}

.tmp_m-30 {
  margin: 30px !important;
}

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

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

.tmp_ml-30 {
  margin-left: 30px !important;
}

.tmp_mr-30 {
  margin-right: 30px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-30-pc {
    margin: 30px !important;
  }
  .tmp_mt-30-pc {
    margin-top: 30px !important;
  }
  .tmp_mb-30-pc {
    margin-bottom: 30px !important;
  }
  .tmp_ml-30-pc {
    margin-left: 30px !important;
  }
  .tmp_mr-30-pc {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-30 {
    margin: 18px !important;
  }
  .tmp_mt-30 {
    margin-top: 18px !important;
  }
  .tmp_mb-30 {
    margin-bottom: 18px !important;
  }
  .tmp_ml-30 {
    margin-left: 18px !important;
  }
  .tmp_mr-30 {
    margin-right: 18px !important;
  }
}

.tmp_m-35 {
  margin: 35px !important;
}

.tmp_mt-35 {
  margin-top: 35px !important;
}

.tmp_mb-35 {
  margin-bottom: 35px !important;
}

.tmp_ml-35 {
  margin-left: 35px !important;
}

.tmp_mr-35 {
  margin-right: 35px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-35-pc {
    margin: 35px !important;
  }
  .tmp_mt-35-pc {
    margin-top: 35px !important;
  }
  .tmp_mb-35-pc {
    margin-bottom: 35px !important;
  }
  .tmp_ml-35-pc {
    margin-left: 35px !important;
  }
  .tmp_mr-35-pc {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-35 {
    margin: 21px !important;
  }
  .tmp_mt-35 {
    margin-top: 21px !important;
  }
  .tmp_mb-35 {
    margin-bottom: 21px !important;
  }
  .tmp_ml-35 {
    margin-left: 21px !important;
  }
  .tmp_mr-35 {
    margin-right: 21px !important;
  }
}

.tmp_m-40 {
  margin: 40px !important;
}

.tmp_mt-40 {
  margin-top: 40px !important;
}

.tmp_mb-40 {
  margin-bottom: 40px !important;
}

.tmp_ml-40, .tmp_header-nav {
  margin-left: 40px !important;
}

.tmp_mr-40, .tmp_header-nav-list > li {
  margin-right: 40px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-40-pc {
    margin: 40px !important;
  }
  .tmp_mt-40-pc {
    margin-top: 40px !important;
  }
  .tmp_mb-40-pc {
    margin-bottom: 40px !important;
  }
  .tmp_ml-40-pc {
    margin-left: 40px !important;
  }
  .tmp_mr-40-pc {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-40 {
    margin: 24px !important;
  }
  .tmp_mt-40 {
    margin-top: 24px !important;
  }
  .tmp_mb-40 {
    margin-bottom: 24px !important;
  }
  .tmp_ml-40, .tmp_header-nav {
    margin-left: 24px !important;
  }
  .tmp_mr-40, .tmp_header-nav-list > li {
    margin-right: 24px !important;
  }
}

.tmp_m-45 {
  margin: 45px !important;
}

.tmp_mt-45 {
  margin-top: 45px !important;
}

.tmp_mb-45 {
  margin-bottom: 45px !important;
}

.tmp_ml-45 {
  margin-left: 45px !important;
}

.tmp_mr-45 {
  margin-right: 45px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-45-pc {
    margin: 45px !important;
  }
  .tmp_mt-45-pc {
    margin-top: 45px !important;
  }
  .tmp_mb-45-pc {
    margin-bottom: 45px !important;
  }
  .tmp_ml-45-pc {
    margin-left: 45px !important;
  }
  .tmp_mr-45-pc {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-45 {
    margin: 27px !important;
  }
  .tmp_mt-45 {
    margin-top: 27px !important;
  }
  .tmp_mb-45 {
    margin-bottom: 27px !important;
  }
  .tmp_ml-45 {
    margin-left: 27px !important;
  }
  .tmp_mr-45 {
    margin-right: 27px !important;
  }
}

.tmp_m-50 {
  margin: 50px !important;
}

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

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

.tmp_ml-50 {
  margin-left: 50px !important;
}

.tmp_mr-50 {
  margin-right: 50px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-50-pc {
    margin: 50px !important;
  }
  .tmp_mt-50-pc {
    margin-top: 50px !important;
  }
  .tmp_mb-50-pc {
    margin-bottom: 50px !important;
  }
  .tmp_ml-50-pc {
    margin-left: 50px !important;
  }
  .tmp_mr-50-pc {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-50 {
    margin: 30px !important;
  }
  .tmp_mt-50 {
    margin-top: 30px !important;
  }
  .tmp_mb-50 {
    margin-bottom: 30px !important;
  }
  .tmp_ml-50 {
    margin-left: 30px !important;
  }
  .tmp_mr-50 {
    margin-right: 30px !important;
  }
}

.tmp_m-55 {
  margin: 55px !important;
}

.tmp_mt-55 {
  margin-top: 55px !important;
}

.tmp_mb-55 {
  margin-bottom: 55px !important;
}

.tmp_ml-55 {
  margin-left: 55px !important;
}

.tmp_mr-55 {
  margin-right: 55px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-55-pc {
    margin: 55px !important;
  }
  .tmp_mt-55-pc {
    margin-top: 55px !important;
  }
  .tmp_mb-55-pc {
    margin-bottom: 55px !important;
  }
  .tmp_ml-55-pc {
    margin-left: 55px !important;
  }
  .tmp_mr-55-pc {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-55 {
    margin: 33px !important;
  }
  .tmp_mt-55 {
    margin-top: 33px !important;
  }
  .tmp_mb-55 {
    margin-bottom: 33px !important;
  }
  .tmp_ml-55 {
    margin-left: 33px !important;
  }
  .tmp_mr-55 {
    margin-right: 33px !important;
  }
}

.tmp_m-60 {
  margin: 60px !important;
}

.tmp_mt-60 {
  margin-top: 60px !important;
}

.tmp_mb-60 {
  margin-bottom: 60px !important;
}

.tmp_ml-60 {
  margin-left: 60px !important;
}

.tmp_mr-60 {
  margin-right: 60px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-60-pc {
    margin: 60px !important;
  }
  .tmp_mt-60-pc {
    margin-top: 60px !important;
  }
  .tmp_mb-60-pc {
    margin-bottom: 60px !important;
  }
  .tmp_ml-60-pc {
    margin-left: 60px !important;
  }
  .tmp_mr-60-pc {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-60 {
    margin: 36px !important;
  }
  .tmp_mt-60 {
    margin-top: 36px !important;
  }
  .tmp_mb-60 {
    margin-bottom: 36px !important;
  }
  .tmp_ml-60 {
    margin-left: 36px !important;
  }
  .tmp_mr-60 {
    margin-right: 36px !important;
  }
}

.tmp_m-65 {
  margin: 65px !important;
}

.tmp_mt-65 {
  margin-top: 65px !important;
}

.tmp_mb-65 {
  margin-bottom: 65px !important;
}

.tmp_ml-65 {
  margin-left: 65px !important;
}

.tmp_mr-65 {
  margin-right: 65px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-65-pc {
    margin: 65px !important;
  }
  .tmp_mt-65-pc {
    margin-top: 65px !important;
  }
  .tmp_mb-65-pc {
    margin-bottom: 65px !important;
  }
  .tmp_ml-65-pc {
    margin-left: 65px !important;
  }
  .tmp_mr-65-pc {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-65 {
    margin: 39px !important;
  }
  .tmp_mt-65 {
    margin-top: 39px !important;
  }
  .tmp_mb-65 {
    margin-bottom: 39px !important;
  }
  .tmp_ml-65 {
    margin-left: 39px !important;
  }
  .tmp_mr-65 {
    margin-right: 39px !important;
  }
}

.tmp_m-70 {
  margin: 70px !important;
}

.tmp_mt-70 {
  margin-top: 70px !important;
}

.tmp_mb-70 {
  margin-bottom: 70px !important;
}

.tmp_ml-70 {
  margin-left: 70px !important;
}

.tmp_mr-70 {
  margin-right: 70px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-70-pc {
    margin: 70px !important;
  }
  .tmp_mt-70-pc {
    margin-top: 70px !important;
  }
  .tmp_mb-70-pc {
    margin-bottom: 70px !important;
  }
  .tmp_ml-70-pc {
    margin-left: 70px !important;
  }
  .tmp_mr-70-pc {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-70 {
    margin: 42px !important;
  }
  .tmp_mt-70 {
    margin-top: 42px !important;
  }
  .tmp_mb-70 {
    margin-bottom: 42px !important;
  }
  .tmp_ml-70 {
    margin-left: 42px !important;
  }
  .tmp_mr-70 {
    margin-right: 42px !important;
  }
}

.tmp_m-75 {
  margin: 75px !important;
}

.tmp_mt-75 {
  margin-top: 75px !important;
}

.tmp_mb-75 {
  margin-bottom: 75px !important;
}

.tmp_ml-75 {
  margin-left: 75px !important;
}

.tmp_mr-75 {
  margin-right: 75px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-75-pc {
    margin: 75px !important;
  }
  .tmp_mt-75-pc {
    margin-top: 75px !important;
  }
  .tmp_mb-75-pc {
    margin-bottom: 75px !important;
  }
  .tmp_ml-75-pc {
    margin-left: 75px !important;
  }
  .tmp_mr-75-pc {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-75 {
    margin: 45px !important;
  }
  .tmp_mt-75 {
    margin-top: 45px !important;
  }
  .tmp_mb-75 {
    margin-bottom: 45px !important;
  }
  .tmp_ml-75 {
    margin-left: 45px !important;
  }
  .tmp_mr-75 {
    margin-right: 45px !important;
  }
}

.tmp_m-80 {
  margin: 80px !important;
}

.tmp_mt-80 {
  margin-top: 80px !important;
}

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

.tmp_ml-80 {
  margin-left: 80px !important;
}

.tmp_mr-80 {
  margin-right: 80px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-80-pc {
    margin: 80px !important;
  }
  .tmp_mt-80-pc {
    margin-top: 80px !important;
  }
  .tmp_mb-80-pc {
    margin-bottom: 80px !important;
  }
  .tmp_ml-80-pc {
    margin-left: 80px !important;
  }
  .tmp_mr-80-pc {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-80 {
    margin: 48px !important;
  }
  .tmp_mt-80 {
    margin-top: 48px !important;
  }
  .tmp_mb-80 {
    margin-bottom: 48px !important;
  }
  .tmp_ml-80 {
    margin-left: 48px !important;
  }
  .tmp_mr-80 {
    margin-right: 48px !important;
  }
}

.tmp_m-85 {
  margin: 85px !important;
}

.tmp_mt-85 {
  margin-top: 85px !important;
}

.tmp_mb-85 {
  margin-bottom: 85px !important;
}

.tmp_ml-85 {
  margin-left: 85px !important;
}

.tmp_mr-85 {
  margin-right: 85px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-85-pc {
    margin: 85px !important;
  }
  .tmp_mt-85-pc {
    margin-top: 85px !important;
  }
  .tmp_mb-85-pc {
    margin-bottom: 85px !important;
  }
  .tmp_ml-85-pc {
    margin-left: 85px !important;
  }
  .tmp_mr-85-pc {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-85 {
    margin: 51px !important;
  }
  .tmp_mt-85 {
    margin-top: 51px !important;
  }
  .tmp_mb-85 {
    margin-bottom: 51px !important;
  }
  .tmp_ml-85 {
    margin-left: 51px !important;
  }
  .tmp_mr-85 {
    margin-right: 51px !important;
  }
}

.tmp_m-90 {
  margin: 90px !important;
}

.tmp_mt-90 {
  margin-top: 90px !important;
}

.tmp_mb-90 {
  margin-bottom: 90px !important;
}

.tmp_ml-90 {
  margin-left: 90px !important;
}

.tmp_mr-90 {
  margin-right: 90px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-90-pc {
    margin: 90px !important;
  }
  .tmp_mt-90-pc {
    margin-top: 90px !important;
  }
  .tmp_mb-90-pc {
    margin-bottom: 90px !important;
  }
  .tmp_ml-90-pc {
    margin-left: 90px !important;
  }
  .tmp_mr-90-pc {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-90 {
    margin: 54px !important;
  }
  .tmp_mt-90 {
    margin-top: 54px !important;
  }
  .tmp_mb-90 {
    margin-bottom: 54px !important;
  }
  .tmp_ml-90 {
    margin-left: 54px !important;
  }
  .tmp_mr-90 {
    margin-right: 54px !important;
  }
}

.tmp_m-95 {
  margin: 95px !important;
}

.tmp_mt-95 {
  margin-top: 95px !important;
}

.tmp_mb-95 {
  margin-bottom: 95px !important;
}

.tmp_ml-95 {
  margin-left: 95px !important;
}

.tmp_mr-95 {
  margin-right: 95px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-95-pc {
    margin: 95px !important;
  }
  .tmp_mt-95-pc {
    margin-top: 95px !important;
  }
  .tmp_mb-95-pc {
    margin-bottom: 95px !important;
  }
  .tmp_ml-95-pc {
    margin-left: 95px !important;
  }
  .tmp_mr-95-pc {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-95 {
    margin: 57px !important;
  }
  .tmp_mt-95 {
    margin-top: 57px !important;
  }
  .tmp_mb-95 {
    margin-bottom: 57px !important;
  }
  .tmp_ml-95 {
    margin-left: 57px !important;
  }
  .tmp_mr-95 {
    margin-right: 57px !important;
  }
}

.tmp_m-100 {
  margin: 100px !important;
}

.tmp_mt-100 {
  margin-top: 100px !important;
}

.tmp_mb-100 {
  margin-bottom: 100px !important;
}

.tmp_ml-100 {
  margin-left: 100px !important;
}

.tmp_mr-100 {
  margin-right: 100px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-100-pc {
    margin: 100px !important;
  }
  .tmp_mt-100-pc {
    margin-top: 100px !important;
  }
  .tmp_mb-100-pc {
    margin-bottom: 100px !important;
  }
  .tmp_ml-100-pc {
    margin-left: 100px !important;
  }
  .tmp_mr-100-pc {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-100 {
    margin: 60px !important;
  }
  .tmp_mt-100 {
    margin-top: 60px !important;
  }
  .tmp_mb-100 {
    margin-bottom: 60px !important;
  }
  .tmp_ml-100 {
    margin-left: 60px !important;
  }
  .tmp_mr-100 {
    margin-right: 60px !important;
  }
}

.tmp_m-105 {
  margin: 105px !important;
}

.tmp_mt-105 {
  margin-top: 105px !important;
}

.tmp_mb-105 {
  margin-bottom: 105px !important;
}

.tmp_ml-105 {
  margin-left: 105px !important;
}

.tmp_mr-105 {
  margin-right: 105px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-105-pc {
    margin: 105px !important;
  }
  .tmp_mt-105-pc {
    margin-top: 105px !important;
  }
  .tmp_mb-105-pc {
    margin-bottom: 105px !important;
  }
  .tmp_ml-105-pc {
    margin-left: 105px !important;
  }
  .tmp_mr-105-pc {
    margin-right: 105px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-105 {
    margin: 63px !important;
  }
  .tmp_mt-105 {
    margin-top: 63px !important;
  }
  .tmp_mb-105 {
    margin-bottom: 63px !important;
  }
  .tmp_ml-105 {
    margin-left: 63px !important;
  }
  .tmp_mr-105 {
    margin-right: 63px !important;
  }
}

.tmp_m-110 {
  margin: 110px !important;
}

.tmp_mt-110 {
  margin-top: 110px !important;
}

.tmp_mb-110 {
  margin-bottom: 110px !important;
}

.tmp_ml-110 {
  margin-left: 110px !important;
}

.tmp_mr-110 {
  margin-right: 110px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-110-pc {
    margin: 110px !important;
  }
  .tmp_mt-110-pc {
    margin-top: 110px !important;
  }
  .tmp_mb-110-pc {
    margin-bottom: 110px !important;
  }
  .tmp_ml-110-pc {
    margin-left: 110px !important;
  }
  .tmp_mr-110-pc {
    margin-right: 110px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-110 {
    margin: 66px !important;
  }
  .tmp_mt-110 {
    margin-top: 66px !important;
  }
  .tmp_mb-110 {
    margin-bottom: 66px !important;
  }
  .tmp_ml-110 {
    margin-left: 66px !important;
  }
  .tmp_mr-110 {
    margin-right: 66px !important;
  }
}

.tmp_m-115 {
  margin: 115px !important;
}

.tmp_mt-115 {
  margin-top: 115px !important;
}

.tmp_mb-115 {
  margin-bottom: 115px !important;
}

.tmp_ml-115 {
  margin-left: 115px !important;
}

.tmp_mr-115 {
  margin-right: 115px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-115-pc {
    margin: 115px !important;
  }
  .tmp_mt-115-pc {
    margin-top: 115px !important;
  }
  .tmp_mb-115-pc {
    margin-bottom: 115px !important;
  }
  .tmp_ml-115-pc {
    margin-left: 115px !important;
  }
  .tmp_mr-115-pc {
    margin-right: 115px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-115 {
    margin: 69px !important;
  }
  .tmp_mt-115 {
    margin-top: 69px !important;
  }
  .tmp_mb-115 {
    margin-bottom: 69px !important;
  }
  .tmp_ml-115 {
    margin-left: 69px !important;
  }
  .tmp_mr-115 {
    margin-right: 69px !important;
  }
}

.tmp_m-120 {
  margin: 120px !important;
}

.tmp_mt-120 {
  margin-top: 120px !important;
}

.tmp_mb-120 {
  margin-bottom: 120px !important;
}

.tmp_ml-120 {
  margin-left: 120px !important;
}

.tmp_mr-120 {
  margin-right: 120px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-120-pc {
    margin: 120px !important;
  }
  .tmp_mt-120-pc {
    margin-top: 120px !important;
  }
  .tmp_mb-120-pc {
    margin-bottom: 120px !important;
  }
  .tmp_ml-120-pc {
    margin-left: 120px !important;
  }
  .tmp_mr-120-pc {
    margin-right: 120px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-120 {
    margin: 72px !important;
  }
  .tmp_mt-120 {
    margin-top: 72px !important;
  }
  .tmp_mb-120 {
    margin-bottom: 72px !important;
  }
  .tmp_ml-120 {
    margin-left: 72px !important;
  }
  .tmp_mr-120 {
    margin-right: 72px !important;
  }
}

.tmp_m-125 {
  margin: 125px !important;
}

.tmp_mt-125 {
  margin-top: 125px !important;
}

.tmp_mb-125 {
  margin-bottom: 125px !important;
}

.tmp_ml-125 {
  margin-left: 125px !important;
}

.tmp_mr-125 {
  margin-right: 125px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-125-pc {
    margin: 125px !important;
  }
  .tmp_mt-125-pc {
    margin-top: 125px !important;
  }
  .tmp_mb-125-pc {
    margin-bottom: 125px !important;
  }
  .tmp_ml-125-pc {
    margin-left: 125px !important;
  }
  .tmp_mr-125-pc {
    margin-right: 125px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-125 {
    margin: 75px !important;
  }
  .tmp_mt-125 {
    margin-top: 75px !important;
  }
  .tmp_mb-125 {
    margin-bottom: 75px !important;
  }
  .tmp_ml-125 {
    margin-left: 75px !important;
  }
  .tmp_mr-125 {
    margin-right: 75px !important;
  }
}

.tmp_m-130 {
  margin: 130px !important;
}

.tmp_mt-130 {
  margin-top: 130px !important;
}

.tmp_mb-130 {
  margin-bottom: 130px !important;
}

.tmp_ml-130 {
  margin-left: 130px !important;
}

.tmp_mr-130 {
  margin-right: 130px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-130-pc {
    margin: 130px !important;
  }
  .tmp_mt-130-pc {
    margin-top: 130px !important;
  }
  .tmp_mb-130-pc {
    margin-bottom: 130px !important;
  }
  .tmp_ml-130-pc {
    margin-left: 130px !important;
  }
  .tmp_mr-130-pc {
    margin-right: 130px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-130 {
    margin: 78px !important;
  }
  .tmp_mt-130 {
    margin-top: 78px !important;
  }
  .tmp_mb-130 {
    margin-bottom: 78px !important;
  }
  .tmp_ml-130 {
    margin-left: 78px !important;
  }
  .tmp_mr-130 {
    margin-right: 78px !important;
  }
}

.tmp_m-135 {
  margin: 135px !important;
}

.tmp_mt-135 {
  margin-top: 135px !important;
}

.tmp_mb-135 {
  margin-bottom: 135px !important;
}

.tmp_ml-135 {
  margin-left: 135px !important;
}

.tmp_mr-135 {
  margin-right: 135px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-135-pc {
    margin: 135px !important;
  }
  .tmp_mt-135-pc {
    margin-top: 135px !important;
  }
  .tmp_mb-135-pc {
    margin-bottom: 135px !important;
  }
  .tmp_ml-135-pc {
    margin-left: 135px !important;
  }
  .tmp_mr-135-pc {
    margin-right: 135px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-135 {
    margin: 81px !important;
  }
  .tmp_mt-135 {
    margin-top: 81px !important;
  }
  .tmp_mb-135 {
    margin-bottom: 81px !important;
  }
  .tmp_ml-135 {
    margin-left: 81px !important;
  }
  .tmp_mr-135 {
    margin-right: 81px !important;
  }
}

.tmp_m-140 {
  margin: 140px !important;
}

.tmp_mt-140 {
  margin-top: 140px !important;
}

.tmp_mb-140 {
  margin-bottom: 140px !important;
}

.tmp_ml-140 {
  margin-left: 140px !important;
}

.tmp_mr-140 {
  margin-right: 140px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-140-pc {
    margin: 140px !important;
  }
  .tmp_mt-140-pc {
    margin-top: 140px !important;
  }
  .tmp_mb-140-pc {
    margin-bottom: 140px !important;
  }
  .tmp_ml-140-pc {
    margin-left: 140px !important;
  }
  .tmp_mr-140-pc {
    margin-right: 140px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-140 {
    margin: 84px !important;
  }
  .tmp_mt-140 {
    margin-top: 84px !important;
  }
  .tmp_mb-140 {
    margin-bottom: 84px !important;
  }
  .tmp_ml-140 {
    margin-left: 84px !important;
  }
  .tmp_mr-140 {
    margin-right: 84px !important;
  }
}

.tmp_m-145 {
  margin: 145px !important;
}

.tmp_mt-145 {
  margin-top: 145px !important;
}

.tmp_mb-145 {
  margin-bottom: 145px !important;
}

.tmp_ml-145 {
  margin-left: 145px !important;
}

.tmp_mr-145 {
  margin-right: 145px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-145-pc {
    margin: 145px !important;
  }
  .tmp_mt-145-pc {
    margin-top: 145px !important;
  }
  .tmp_mb-145-pc {
    margin-bottom: 145px !important;
  }
  .tmp_ml-145-pc {
    margin-left: 145px !important;
  }
  .tmp_mr-145-pc {
    margin-right: 145px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-145 {
    margin: 87px !important;
  }
  .tmp_mt-145 {
    margin-top: 87px !important;
  }
  .tmp_mb-145 {
    margin-bottom: 87px !important;
  }
  .tmp_ml-145 {
    margin-left: 87px !important;
  }
  .tmp_mr-145 {
    margin-right: 87px !important;
  }
}

.tmp_m-150 {
  margin: 150px !important;
}

.tmp_mt-150 {
  margin-top: 150px !important;
}

.tmp_mb-150 {
  margin-bottom: 150px !important;
}

.tmp_ml-150 {
  margin-left: 150px !important;
}

.tmp_mr-150 {
  margin-right: 150px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_m-150-pc {
    margin: 150px !important;
  }
  .tmp_mt-150-pc {
    margin-top: 150px !important;
  }
  .tmp_mb-150-pc {
    margin-bottom: 150px !important;
  }
  .tmp_ml-150-pc {
    margin-left: 150px !important;
  }
  .tmp_mr-150-pc {
    margin-right: 150px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_m-150 {
    margin: 90px !important;
  }
  .tmp_mt-150 {
    margin-top: 90px !important;
  }
  .tmp_mb-150 {
    margin-bottom: 90px !important;
  }
  .tmp_ml-150 {
    margin-left: 90px !important;
  }
  .tmp_mr-150 {
    margin-right: 90px !important;
  }
}

/* Auto
 ========================================================================== */
.tmp_m-auto {
  margin: auto !important;
}

.tmp_mt-auto {
  margin-top: auto !important;
}

.tmp_mb-auto {
  margin-bottom: auto !important;
}

.tmp_ml-auto {
  margin-left: auto !important;
}

.tmp_mr-auto {
  margin-right: auto !important;
}

.tmp_mx-auto, .tmp_content_inner, .tmp_content_inner-small {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tmp_my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* ========================================================================
   Component: Padding
 ========================================================================== */
/* Reset
========================================================================== */
.tmp_p-reset {
  padding: 0 !important;
}

.tmp_pt-reset {
  padding-top: 0 !important;
}

.tmp_pb-reset {
  padding-bottom: 0 !important;
}

.tmp_pl-reset {
  padding-left: 0 !important;
}

.tmp_pr-reset {
  padding-right: 0 !important;
}

/* Fixed size
========================================================================== */
.tmp_p-5 {
  padding: 5px !important;
}

.tmp_pt-5, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date {
  padding-top: 5px !important;
}

.tmp_pb-5, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date {
  padding-bottom: 5px !important;
}

.tmp_pl-5 {
  padding-left: 5px !important;
}

.tmp_pr-5 {
  padding-right: 5px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-5-pc {
    padding: 5px !important;
  }
  .tmp_pt-5-pc {
    padding-top: 5px !important;
  }
  .tmp_pb-5-pc {
    padding-bottom: 5px !important;
  }
  .tmp_pl-5-pc {
    padding-left: 5px !important;
  }
  .tmp_pr-5-pc {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-5 {
    padding: 3px !important;
  }
  .tmp_pt-5, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date {
    padding-top: 3px !important;
  }
  .tmp_pb-5, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date {
    padding-bottom: 3px !important;
  }
  .tmp_pl-5 {
    padding-left: 3px !important;
  }
  .tmp_pr-5 {
    padding-right: 3px !important;
  }
}

.tmp_p-10, .tmp_button-border, .tmp_table-simple thead th, .tmp_table-simple tbody th, .tmp_table-simple tbody td {
  padding: 10px !important;
}

.tmp_pt-10, .tmp_header-inner, .tmp_card-typeD .tmp_card-title, .tmp_heading-headline span, .tmp_heading-headline-small span, .tmp_table-underline-thead thead tr th, .tmp_text-attention .tmp_text-attention-inner {
  padding-top: 10px !important;
}

.tmp_pb-10, .tmp_header-inner, .tmp_card-typeD .tmp_card-title, .tmp_heading-headline span, .tmp_heading-headline-small span, .tmp-heading-underline, .tmp_table-underline-thead thead tr th, .tmp_text-attention .tmp_text-attention-inner {
  padding-bottom: 10px !important;
}

.tmp_pl-10, .tmp_heading-headline span, .tmp-heading-underline {
  padding-left: 10px !important;
}

.tmp_pr-10, .tmp_heading-headline span {
  padding-right: 10px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-10-pc {
    padding: 10px !important;
  }
  .tmp_pt-10-pc {
    padding-top: 10px !important;
  }
  .tmp_pb-10-pc {
    padding-bottom: 10px !important;
  }
  .tmp_pl-10-pc {
    padding-left: 10px !important;
  }
  .tmp_pr-10-pc {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-10, .tmp_button-border, .tmp_table-simple thead th, .tmp_table-simple tbody th, .tmp_table-simple tbody td {
    padding: 6px !important;
  }
  .tmp_pt-10, .tmp_header-inner, .tmp_card-typeD .tmp_card-title, .tmp_heading-headline span, .tmp_heading-headline-small span, .tmp_table-underline-thead thead tr th, .tmp_text-attention .tmp_text-attention-inner {
    padding-top: 6px !important;
  }
  .tmp_pb-10, .tmp_header-inner, .tmp_card-typeD .tmp_card-title, .tmp_heading-headline span, .tmp_heading-headline-small span, .tmp-heading-underline, .tmp_table-underline-thead thead tr th, .tmp_text-attention .tmp_text-attention-inner {
    padding-bottom: 6px !important;
  }
  .tmp_pl-10, .tmp_heading-headline span, .tmp-heading-underline {
    padding-left: 6px !important;
  }
  .tmp_pr-10, .tmp_heading-headline span {
    padding-right: 6px !important;
  }
}

.tmp_p-15, .tmp_card .tmp_card-inner, .tmp_card-typeA, .tmp_card-typeC .tmp_card-inner {
  padding: 15px !important;
}

.tmp_pt-15, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note {
  padding-top: 15px !important;
}

.tmp_pb-15, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note, .tmp_card-typeC .tmp_card-title {
  padding-bottom: 15px !important;
}

.tmp_pl-15, .tmp_card-typeD .tmp_card-title {
  padding-left: 15px !important;
}

.tmp_pr-15, .tmp_card-typeD .tmp_card-title {
  padding-right: 15px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-15-pc {
    padding: 15px !important;
  }
  .tmp_pt-15-pc {
    padding-top: 15px !important;
  }
  .tmp_pb-15-pc {
    padding-bottom: 15px !important;
  }
  .tmp_pl-15-pc {
    padding-left: 15px !important;
  }
  .tmp_pr-15-pc {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-15, .tmp_card .tmp_card-inner, .tmp_card-typeA, .tmp_card-typeC .tmp_card-inner {
    padding: 9px !important;
  }
  .tmp_pt-15, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note {
    padding-top: 9px !important;
  }
  .tmp_pb-15, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note, .tmp_card-typeC .tmp_card-title {
    padding-bottom: 9px !important;
  }
  .tmp_pl-15, .tmp_card-typeD .tmp_card-title {
    padding-left: 9px !important;
  }
  .tmp_pr-15, .tmp_card-typeD .tmp_card-title {
    padding-right: 9px !important;
  }
}

.tmp_p-20, .tmp_card-border {
  padding: 20px !important;
}

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

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

.tmp_pl-20, .tmp_header-inner {
  padding-left: 20px !important;
}

.tmp_pr-20, .tmp_header-inner {
  padding-right: 20px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-20-pc {
    padding: 20px !important;
  }
  .tmp_pt-20-pc {
    padding-top: 20px !important;
  }
  .tmp_pb-20-pc {
    padding-bottom: 20px !important;
  }
  .tmp_pl-20-pc {
    padding-left: 20px !important;
  }
  .tmp_pr-20-pc {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-20, .tmp_card-border {
    padding: 12px !important;
  }
  .tmp_pt-20 {
    padding-top: 12px !important;
  }
  .tmp_pb-20 {
    padding-bottom: 12px !important;
  }
  .tmp_pl-20, .tmp_header-inner {
    padding-left: 12px !important;
  }
  .tmp_pr-20, .tmp_header-inner {
    padding-right: 12px !important;
  }
}

.tmp_p-25 {
  padding: 25px !important;
}

.tmp_pt-25 {
  padding-top: 25px !important;
}

.tmp_pb-25 {
  padding-bottom: 25px !important;
}

.tmp_pl-25 {
  padding-left: 25px !important;
}

.tmp_pr-25 {
  padding-right: 25px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-25-pc {
    padding: 25px !important;
  }
  .tmp_pt-25-pc {
    padding-top: 25px !important;
  }
  .tmp_pb-25-pc {
    padding-bottom: 25px !important;
  }
  .tmp_pl-25-pc {
    padding-left: 25px !important;
  }
  .tmp_pr-25-pc {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-25 {
    padding: 15px !important;
  }
  .tmp_pt-25 {
    padding-top: 15px !important;
  }
  .tmp_pb-25 {
    padding-bottom: 15px !important;
  }
  .tmp_pl-25 {
    padding-left: 15px !important;
  }
  .tmp_pr-25 {
    padding-right: 15px !important;
  }
}

.tmp_p-30 {
  padding: 30px !important;
}

.tmp_pt-30, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
  padding-top: 30px !important;
}

.tmp_pb-30, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
  padding-bottom: 30px !important;
}

.tmp_pl-30, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note {
  padding-left: 30px !important;
}

.tmp_pr-30, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note {
  padding-right: 30px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-30-pc {
    padding: 30px !important;
  }
  .tmp_pt-30-pc {
    padding-top: 30px !important;
  }
  .tmp_pb-30-pc {
    padding-bottom: 30px !important;
  }
  .tmp_pl-30-pc {
    padding-left: 30px !important;
  }
  .tmp_pr-30-pc {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-30 {
    padding: 18px !important;
  }
  .tmp_pt-30, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
    padding-top: 18px !important;
  }
  .tmp_pb-30, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
    padding-bottom: 18px !important;
  }
  .tmp_pl-30, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note {
    padding-left: 18px !important;
  }
  .tmp_pr-30, .tmp_card-typeB .tmp_card-inner, .tmp_card-typeB .tmp_card-note {
    padding-right: 18px !important;
  }
}

.tmp_p-35 {
  padding: 35px !important;
}

.tmp_pt-35 {
  padding-top: 35px !important;
}

.tmp_pb-35 {
  padding-bottom: 35px !important;
}

.tmp_pl-35 {
  padding-left: 35px !important;
}

.tmp_pr-35 {
  padding-right: 35px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-35-pc {
    padding: 35px !important;
  }
  .tmp_pt-35-pc {
    padding-top: 35px !important;
  }
  .tmp_pb-35-pc {
    padding-bottom: 35px !important;
  }
  .tmp_pl-35-pc {
    padding-left: 35px !important;
  }
  .tmp_pr-35-pc {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-35 {
    padding: 21px !important;
  }
  .tmp_pt-35 {
    padding-top: 21px !important;
  }
  .tmp_pb-35 {
    padding-bottom: 21px !important;
  }
  .tmp_pl-35 {
    padding-left: 21px !important;
  }
  .tmp_pr-35 {
    padding-right: 21px !important;
  }
}

.tmp_p-40 {
  padding: 40px !important;
}

.tmp_pt-40, .tmp_card-typeC .tmp_card-title, .tmp_card-typeD {
  padding-top: 40px !important;
}

.tmp_pb-40 {
  padding-bottom: 40px !important;
}

.tmp_pl-40, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
  padding-left: 40px !important;
}

.tmp_pr-40, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
  padding-right: 40px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-40-pc {
    padding: 40px !important;
  }
  .tmp_pt-40-pc {
    padding-top: 40px !important;
  }
  .tmp_pb-40-pc {
    padding-bottom: 40px !important;
  }
  .tmp_pl-40-pc {
    padding-left: 40px !important;
  }
  .tmp_pr-40-pc {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-40 {
    padding: 24px !important;
  }
  .tmp_pt-40, .tmp_card-typeC .tmp_card-title, .tmp_card-typeD {
    padding-top: 24px !important;
  }
  .tmp_pb-40 {
    padding-bottom: 24px !important;
  }
  .tmp_pl-40, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
    padding-left: 24px !important;
  }
  .tmp_pr-40, .tmp_card-typeD .tmp_card-inner, .tmp_card-typeD .tmp_card-note {
    padding-right: 24px !important;
  }
}

.tmp_p-45 {
  padding: 45px !important;
}

.tmp_pt-45 {
  padding-top: 45px !important;
}

.tmp_pb-45 {
  padding-bottom: 45px !important;
}

.tmp_pl-45 {
  padding-left: 45px !important;
}

.tmp_pr-45 {
  padding-right: 45px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-45-pc {
    padding: 45px !important;
  }
  .tmp_pt-45-pc {
    padding-top: 45px !important;
  }
  .tmp_pb-45-pc {
    padding-bottom: 45px !important;
  }
  .tmp_pl-45-pc {
    padding-left: 45px !important;
  }
  .tmp_pr-45-pc {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-45 {
    padding: 27px !important;
  }
  .tmp_pt-45 {
    padding-top: 27px !important;
  }
  .tmp_pb-45 {
    padding-bottom: 27px !important;
  }
  .tmp_pl-45 {
    padding-left: 27px !important;
  }
  .tmp_pr-45 {
    padding-right: 27px !important;
  }
}

.tmp_p-50 {
  padding: 50px !important;
}

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

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

.tmp_pl-50 {
  padding-left: 50px !important;
}

.tmp_pr-50 {
  padding-right: 50px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-50-pc {
    padding: 50px !important;
  }
  .tmp_pt-50-pc {
    padding-top: 50px !important;
  }
  .tmp_pb-50-pc {
    padding-bottom: 50px !important;
  }
  .tmp_pl-50-pc {
    padding-left: 50px !important;
  }
  .tmp_pr-50-pc {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-50 {
    padding: 30px !important;
  }
  .tmp_pt-50 {
    padding-top: 30px !important;
  }
  .tmp_pb-50 {
    padding-bottom: 30px !important;
  }
  .tmp_pl-50 {
    padding-left: 30px !important;
  }
  .tmp_pr-50 {
    padding-right: 30px !important;
  }
}

.tmp_p-55 {
  padding: 55px !important;
}

.tmp_pt-55 {
  padding-top: 55px !important;
}

.tmp_pb-55 {
  padding-bottom: 55px !important;
}

.tmp_pl-55 {
  padding-left: 55px !important;
}

.tmp_pr-55 {
  padding-right: 55px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-55-pc {
    padding: 55px !important;
  }
  .tmp_pt-55-pc {
    padding-top: 55px !important;
  }
  .tmp_pb-55-pc {
    padding-bottom: 55px !important;
  }
  .tmp_pl-55-pc {
    padding-left: 55px !important;
  }
  .tmp_pr-55-pc {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-55 {
    padding: 33px !important;
  }
  .tmp_pt-55 {
    padding-top: 33px !important;
  }
  .tmp_pb-55 {
    padding-bottom: 33px !important;
  }
  .tmp_pl-55 {
    padding-left: 33px !important;
  }
  .tmp_pr-55 {
    padding-right: 33px !important;
  }
}

.tmp_p-60 {
  padding: 60px !important;
}

.tmp_pt-60 {
  padding-top: 60px !important;
}

.tmp_pb-60 {
  padding-bottom: 60px !important;
}

.tmp_pl-60 {
  padding-left: 60px !important;
}

.tmp_pr-60 {
  padding-right: 60px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-60-pc {
    padding: 60px !important;
  }
  .tmp_pt-60-pc {
    padding-top: 60px !important;
  }
  .tmp_pb-60-pc {
    padding-bottom: 60px !important;
  }
  .tmp_pl-60-pc {
    padding-left: 60px !important;
  }
  .tmp_pr-60-pc {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-60 {
    padding: 36px !important;
  }
  .tmp_pt-60 {
    padding-top: 36px !important;
  }
  .tmp_pb-60 {
    padding-bottom: 36px !important;
  }
  .tmp_pl-60 {
    padding-left: 36px !important;
  }
  .tmp_pr-60 {
    padding-right: 36px !important;
  }
}

.tmp_p-65 {
  padding: 65px !important;
}

.tmp_pt-65 {
  padding-top: 65px !important;
}

.tmp_pb-65 {
  padding-bottom: 65px !important;
}

.tmp_pl-65 {
  padding-left: 65px !important;
}

.tmp_pr-65 {
  padding-right: 65px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-65-pc {
    padding: 65px !important;
  }
  .tmp_pt-65-pc {
    padding-top: 65px !important;
  }
  .tmp_pb-65-pc {
    padding-bottom: 65px !important;
  }
  .tmp_pl-65-pc {
    padding-left: 65px !important;
  }
  .tmp_pr-65-pc {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-65 {
    padding: 39px !important;
  }
  .tmp_pt-65 {
    padding-top: 39px !important;
  }
  .tmp_pb-65 {
    padding-bottom: 39px !important;
  }
  .tmp_pl-65 {
    padding-left: 39px !important;
  }
  .tmp_pr-65 {
    padding-right: 39px !important;
  }
}

.tmp_p-70 {
  padding: 70px !important;
}

.tmp_pt-70 {
  padding-top: 70px !important;
}

.tmp_pb-70 {
  padding-bottom: 70px !important;
}

.tmp_pl-70 {
  padding-left: 70px !important;
}

.tmp_pr-70 {
  padding-right: 70px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-70-pc {
    padding: 70px !important;
  }
  .tmp_pt-70-pc {
    padding-top: 70px !important;
  }
  .tmp_pb-70-pc {
    padding-bottom: 70px !important;
  }
  .tmp_pl-70-pc {
    padding-left: 70px !important;
  }
  .tmp_pr-70-pc {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-70 {
    padding: 42px !important;
  }
  .tmp_pt-70 {
    padding-top: 42px !important;
  }
  .tmp_pb-70 {
    padding-bottom: 42px !important;
  }
  .tmp_pl-70 {
    padding-left: 42px !important;
  }
  .tmp_pr-70 {
    padding-right: 42px !important;
  }
}

.tmp_p-75 {
  padding: 75px !important;
}

.tmp_pt-75 {
  padding-top: 75px !important;
}

.tmp_pb-75 {
  padding-bottom: 75px !important;
}

.tmp_pl-75 {
  padding-left: 75px !important;
}

.tmp_pr-75 {
  padding-right: 75px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-75-pc {
    padding: 75px !important;
  }
  .tmp_pt-75-pc {
    padding-top: 75px !important;
  }
  .tmp_pb-75-pc {
    padding-bottom: 75px !important;
  }
  .tmp_pl-75-pc {
    padding-left: 75px !important;
  }
  .tmp_pr-75-pc {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-75 {
    padding: 45px !important;
  }
  .tmp_pt-75 {
    padding-top: 45px !important;
  }
  .tmp_pb-75 {
    padding-bottom: 45px !important;
  }
  .tmp_pl-75 {
    padding-left: 45px !important;
  }
  .tmp_pr-75 {
    padding-right: 45px !important;
  }
}

.tmp_p-80 {
  padding: 80px !important;
}

.tmp_pt-80 {
  padding-top: 80px !important;
}

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

.tmp_pl-80 {
  padding-left: 80px !important;
}

.tmp_pr-80 {
  padding-right: 80px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-80-pc {
    padding: 80px !important;
  }
  .tmp_pt-80-pc {
    padding-top: 80px !important;
  }
  .tmp_pb-80-pc {
    padding-bottom: 80px !important;
  }
  .tmp_pl-80-pc {
    padding-left: 80px !important;
  }
  .tmp_pr-80-pc {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-80 {
    padding: 48px !important;
  }
  .tmp_pt-80 {
    padding-top: 48px !important;
  }
  .tmp_pb-80 {
    padding-bottom: 48px !important;
  }
  .tmp_pl-80 {
    padding-left: 48px !important;
  }
  .tmp_pr-80 {
    padding-right: 48px !important;
  }
}

.tmp_p-85 {
  padding: 85px !important;
}

.tmp_pt-85 {
  padding-top: 85px !important;
}

.tmp_pb-85 {
  padding-bottom: 85px !important;
}

.tmp_pl-85 {
  padding-left: 85px !important;
}

.tmp_pr-85 {
  padding-right: 85px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-85-pc {
    padding: 85px !important;
  }
  .tmp_pt-85-pc {
    padding-top: 85px !important;
  }
  .tmp_pb-85-pc {
    padding-bottom: 85px !important;
  }
  .tmp_pl-85-pc {
    padding-left: 85px !important;
  }
  .tmp_pr-85-pc {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-85 {
    padding: 51px !important;
  }
  .tmp_pt-85 {
    padding-top: 51px !important;
  }
  .tmp_pb-85 {
    padding-bottom: 51px !important;
  }
  .tmp_pl-85 {
    padding-left: 51px !important;
  }
  .tmp_pr-85 {
    padding-right: 51px !important;
  }
}

.tmp_p-90 {
  padding: 90px !important;
}

.tmp_pt-90 {
  padding-top: 90px !important;
}

.tmp_pb-90 {
  padding-bottom: 90px !important;
}

.tmp_pl-90 {
  padding-left: 90px !important;
}

.tmp_pr-90 {
  padding-right: 90px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-90-pc {
    padding: 90px !important;
  }
  .tmp_pt-90-pc {
    padding-top: 90px !important;
  }
  .tmp_pb-90-pc {
    padding-bottom: 90px !important;
  }
  .tmp_pl-90-pc {
    padding-left: 90px !important;
  }
  .tmp_pr-90-pc {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-90 {
    padding: 54px !important;
  }
  .tmp_pt-90 {
    padding-top: 54px !important;
  }
  .tmp_pb-90 {
    padding-bottom: 54px !important;
  }
  .tmp_pl-90 {
    padding-left: 54px !important;
  }
  .tmp_pr-90 {
    padding-right: 54px !important;
  }
}

.tmp_p-95 {
  padding: 95px !important;
}

.tmp_pt-95 {
  padding-top: 95px !important;
}

.tmp_pb-95 {
  padding-bottom: 95px !important;
}

.tmp_pl-95 {
  padding-left: 95px !important;
}

.tmp_pr-95 {
  padding-right: 95px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-95-pc {
    padding: 95px !important;
  }
  .tmp_pt-95-pc {
    padding-top: 95px !important;
  }
  .tmp_pb-95-pc {
    padding-bottom: 95px !important;
  }
  .tmp_pl-95-pc {
    padding-left: 95px !important;
  }
  .tmp_pr-95-pc {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-95 {
    padding: 57px !important;
  }
  .tmp_pt-95 {
    padding-top: 57px !important;
  }
  .tmp_pb-95 {
    padding-bottom: 57px !important;
  }
  .tmp_pl-95 {
    padding-left: 57px !important;
  }
  .tmp_pr-95 {
    padding-right: 57px !important;
  }
}

.tmp_p-100 {
  padding: 100px !important;
}

.tmp_pt-100 {
  padding-top: 100px !important;
}

.tmp_pb-100 {
  padding-bottom: 100px !important;
}

.tmp_pl-100 {
  padding-left: 100px !important;
}

.tmp_pr-100 {
  padding-right: 100px !important;
}

@media screen and (min-width: 1025px) {
  .tmp_p-100-pc {
    padding: 100px !important;
  }
  .tmp_pt-100-pc {
    padding-top: 100px !important;
  }
  .tmp_pb-100-pc {
    padding-bottom: 100px !important;
  }
  .tmp_pl-100-pc {
    padding-left: 100px !important;
  }
  .tmp_pr-100-pc {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_p-100 {
    padding: 60px !important;
  }
  .tmp_pt-100 {
    padding-top: 60px !important;
  }
  .tmp_pb-100 {
    padding-bottom: 60px !important;
  }
  .tmp_pl-100 {
    padding-left: 60px !important;
  }
  .tmp_pr-100 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-5 {
    padding: 5px !important;
  }
  .tmp_sp_pt-5 {
    padding-top: 5px !important;
  }
  .tmp_sp_pb-5 {
    padding-bottom: 5px !important;
  }
  .tmp_sp_pl-5 {
    padding-left: 5px !important;
  }
  .tmp_sp_pr-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-10 {
    padding: 10px !important;
  }
  .tmp_sp_pt-10 {
    padding-top: 10px !important;
  }
  .tmp_sp_pb-10 {
    padding-bottom: 10px !important;
  }
  .tmp_sp_pl-10 {
    padding-left: 10px !important;
  }
  .tmp_sp_pr-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-15 {
    padding: 15px !important;
  }
  .tmp_sp_pt-15 {
    padding-top: 15px !important;
  }
  .tmp_sp_pb-15 {
    padding-bottom: 15px !important;
  }
  .tmp_sp_pl-15 {
    padding-left: 15px !important;
  }
  .tmp_sp_pr-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-20 {
    padding: 20px !important;
  }
  .tmp_sp_pt-20 {
    padding-top: 20px !important;
  }
  .tmp_sp_pb-20 {
    padding-bottom: 20px !important;
  }
  .tmp_sp_pl-20 {
    padding-left: 20px !important;
  }
  .tmp_sp_pr-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-25 {
    padding: 25px !important;
  }
  .tmp_sp_pt-25 {
    padding-top: 25px !important;
  }
  .tmp_sp_pb-25 {
    padding-bottom: 25px !important;
  }
  .tmp_sp_pl-25 {
    padding-left: 25px !important;
  }
  .tmp_sp_pr-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-30 {
    padding: 30px !important;
  }
  .tmp_sp_pt-30 {
    padding-top: 30px !important;
  }
  .tmp_sp_pb-30 {
    padding-bottom: 30px !important;
  }
  .tmp_sp_pl-30 {
    padding-left: 30px !important;
  }
  .tmp_sp_pr-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-35 {
    padding: 35px !important;
  }
  .tmp_sp_pt-35 {
    padding-top: 35px !important;
  }
  .tmp_sp_pb-35 {
    padding-bottom: 35px !important;
  }
  .tmp_sp_pl-35 {
    padding-left: 35px !important;
  }
  .tmp_sp_pr-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-40 {
    padding: 40px !important;
  }
  .tmp_sp_pt-40 {
    padding-top: 40px !important;
  }
  .tmp_sp_pb-40 {
    padding-bottom: 40px !important;
  }
  .tmp_sp_pl-40 {
    padding-left: 40px !important;
  }
  .tmp_sp_pr-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-45 {
    padding: 45px !important;
  }
  .tmp_sp_pt-45 {
    padding-top: 45px !important;
  }
  .tmp_sp_pb-45 {
    padding-bottom: 45px !important;
  }
  .tmp_sp_pl-45 {
    padding-left: 45px !important;
  }
  .tmp_sp_pr-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-50 {
    padding: 50px !important;
  }
  .tmp_sp_pt-50 {
    padding-top: 50px !important;
  }
  .tmp_sp_pb-50 {
    padding-bottom: 50px !important;
  }
  .tmp_sp_pl-50 {
    padding-left: 50px !important;
  }
  .tmp_sp_pr-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-55 {
    padding: 55px !important;
  }
  .tmp_sp_pt-55 {
    padding-top: 55px !important;
  }
  .tmp_sp_pb-55 {
    padding-bottom: 55px !important;
  }
  .tmp_sp_pl-55 {
    padding-left: 55px !important;
  }
  .tmp_sp_pr-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-60 {
    padding: 60px !important;
  }
  .tmp_sp_pt-60 {
    padding-top: 60px !important;
  }
  .tmp_sp_pb-60 {
    padding-bottom: 60px !important;
  }
  .tmp_sp_pl-60 {
    padding-left: 60px !important;
  }
  .tmp_sp_pr-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-65 {
    padding: 65px !important;
  }
  .tmp_sp_pt-65 {
    padding-top: 65px !important;
  }
  .tmp_sp_pb-65 {
    padding-bottom: 65px !important;
  }
  .tmp_sp_pl-65 {
    padding-left: 65px !important;
  }
  .tmp_sp_pr-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-70 {
    padding: 70px !important;
  }
  .tmp_sp_pt-70 {
    padding-top: 70px !important;
  }
  .tmp_sp_pb-70 {
    padding-bottom: 70px !important;
  }
  .tmp_sp_pl-70 {
    padding-left: 70px !important;
  }
  .tmp_sp_pr-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-75 {
    padding: 75px !important;
  }
  .tmp_sp_pt-75 {
    padding-top: 75px !important;
  }
  .tmp_sp_pb-75 {
    padding-bottom: 75px !important;
  }
  .tmp_sp_pl-75 {
    padding-left: 75px !important;
  }
  .tmp_sp_pr-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-80 {
    padding: 80px !important;
  }
  .tmp_sp_pt-80 {
    padding-top: 80px !important;
  }
  .tmp_sp_pb-80 {
    padding-bottom: 80px !important;
  }
  .tmp_sp_pl-80 {
    padding-left: 80px !important;
  }
  .tmp_sp_pr-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-85 {
    padding: 85px !important;
  }
  .tmp_sp_pt-85 {
    padding-top: 85px !important;
  }
  .tmp_sp_pb-85 {
    padding-bottom: 85px !important;
  }
  .tmp_sp_pl-85 {
    padding-left: 85px !important;
  }
  .tmp_sp_pr-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-90 {
    padding: 90px !important;
  }
  .tmp_sp_pt-90 {
    padding-top: 90px !important;
  }
  .tmp_sp_pb-90 {
    padding-bottom: 90px !important;
  }
  .tmp_sp_pl-90 {
    padding-left: 90px !important;
  }
  .tmp_sp_pr-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-95 {
    padding: 95px !important;
  }
  .tmp_sp_pt-95 {
    padding-top: 95px !important;
  }
  .tmp_sp_pb-95 {
    padding-bottom: 95px !important;
  }
  .tmp_sp_pl-95 {
    padding-left: 95px !important;
  }
  .tmp_sp_pr-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-100 {
    padding: 100px !important;
  }
  .tmp_sp_pt-100 {
    padding-top: 100px !important;
  }
  .tmp_sp_pb-100 {
    padding-bottom: 100px !important;
  }
  .tmp_sp_pl-100 {
    padding-left: 100px !important;
  }
  .tmp_sp_pr-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_sp_p-reset {
    padding: 0 !important;
  }
  .tmp_sp_pt-reset {
    padding-top: 0 !important;
  }
  .tmp_sp_pb-reset {
    padding-bottom: 0 !important;
  }
  .tmp_sp_pl-reset {
    padding-left: 0 !important;
  }
  .tmp_sp_pr-reset {
    padding-right: 0 !important;
  }
}

/* ========================================================================
   Component
 ========================================================================== */
.tmp_table {
  width: 100%;
  border-collapse: collapse;
}

.tmp_table thead {
  background: #ccc;
}

.tmp_table tr {
  border-bottom: 1px solid #ccc;
}

.tmp_table th,
.tmp_table td {
  padding: 10px;
  vertical-align: top;
  font-weight: inherit;
}

.tmp_table-stripe tr:nth-child(2n+1) {
  background-color: #ccc;
}

/*
 * 比較
 */
.tmp_table-compare {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tmp_table-compare tr {
  border-bottom: 1px solid #000;
}

.tmp_table-compare th,
.tmp_table-compare td {
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare thead {
    display: none;
  }
}

.tmp_table-compare thead th {
  padding: 12px 10px;
  background: #fff;
}

.tmp_table-compare thead th:nth-child(2) {
  background: #000;
  color: #fff;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

.tmp_table-compare tbody th {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody th {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody th a {
    color: #fff;
  }
}

.tmp_table-compare tbody th i {
  position: absolute;
  right: 0;
}

.tmp_table-compare tbody td {
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody td {
    display: block;
  }
  .tmp_table-compare tbody td::before {
    content: attr(label);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    display: block;
  }
}

.tmp_table-compare tbody td .td_inner > p,
.tmp_table-compare tbody td .td_inner > ol {
  padding: 0 10px;
}

.tmp_table-compare tbody td .td_inner > ol > li .tmp_text-red {
  background: url("/assets/images/common/bg_title_stripe.png") repeat-x;
  background-size: 10px;
  background-position: bottom;
}

.tmp_table-compare tbody td .tmp_text-xxxxxlarge, .tmp_table-compare tbody td .tmp_card-typeC .tmp_card-step, .tmp_card-typeC .tmp_table-compare tbody td .tmp_card-step, .tmp_table-compare tbody td .tmp_heading-arrow_num span, .tmp_heading-arrow_num .tmp_table-compare tbody td span {
  line-height: 1.0;
  padding-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody td .tmp_campaign_small {
    width: 96%;
  }
}

.tmp_table-compare tbody td:nth-child(2) {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  background: #f0f6fc;
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody td:nth-child(2) {
    border-left: none;
    border-right: none;
    background: #f0f6fc;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody td:not(.sp_add)::before {
    content: none;
  }
}

.tmp_table-compare tbody tr.last td:nth-child(2) {
  border-bottom: 3px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .tmp_table-compare tbody tr.last td:nth-child(2) {
    border-bottom: none;
  }
}

.tmp_table-compare tbody .tmp_align-middle {
  vertical-align: middle;
}

/*
 * キャンペーン概要
 */
.tmp_table-campaign {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tmp_table-campaign tr {
  border-bottom: 1px solid #000;
}

.tmp_table-campaign th,
.tmp_table-campaign td {
  padding: 14px;
  vertical-align: middle;
}

.tmp_table-campaign therd {
  display: none;
}

.tmp_table-campaign tbody th {
  width: 24%;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.tmp_table-campaign tbody td {
  width: 38%;
  text-align: center;
  border-left: 1px solid #000;
}

.tmp_table-campaign tbody tr:last-child th {
  border-bottom: none;
}

.tmp_table-campaign tbody tr:last-child td {
  padding: 14px 38px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .tmp_table-campaign tbody tr:last-child td {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_table-campaign tbody th,
  .tmp_table-campaign tbody td {
    font-size: 1.4rem;
    padding: 8px;
  }
  .tmp_table-campaign tbody th {
    padding: 8px 0;
  }
}

/*
 * 下線
 */
.tmp_table-underline {
  width: 100%;
}

.tmp_table-underline tbody th {
  width: 18%;
  border-bottom: 1px solid #000;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

.tmp_table-underline tbody td {
  width: 82%;
  border-bottom: 1px dotted #000;
  padding: 15px 10px 15px 15px;
}

@media screen and (max-width: 1024px) {
  .tmp_table-underline tbody th {
    width: 22%;
    border-bottom: 1px solid #000;
    padding: 15px 5px;
    text-align: left;
    vertical-align: middle;
  }
  .tmp_table-underline tbody td {
    width: 78%;
    border-bottom: 1px dotted #000;
    padding: 15px 5px 15px 5px;
  }
}

.tmp_table-underline02 {
  width: 100%;
}

.tmp_table-underline02 tbody th {
  width: 60%;
  border-bottom: 1px solid #000;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

.tmp_table-underline02 tbody th:first-child {
  border-top: 1px solid #000;
}

.tmp_table-underline02 tbody td {
  width: 40%;
  border-bottom: 1px dotted #000;
  padding: 15px 10px 15px 15px;
}

.tmp_table-underline02 tbody td:nth-child(2) {
  border-top: 1px dotted #000;
}

@media screen and (max-width: 1024px) {
  .tmp_table-underline02 tbody th {
    width: 50%;
    border-bottom: 1px solid #000;
    padding: 15px 5px;
    text-align: left;
    vertical-align: middle;
  }
  .tmp_table-underline02 tbody td {
    width: 50%;
    border-bottom: 1px dotted #000;
    padding: 15px 5px 15px 5px;
  }
}

.tmp_table-underline03 {
  width: 100%;
}

.tmp_table-underline03 tbody th {
  width: 55%;
  border-bottom: 1px solid #000;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

.tmp_table-underline03 tbody th:first-child {
  border-top: 1px solid #000;
}

.tmp_table-underline03 tbody td {
  width: 45%;
  border-bottom: 1px dotted #000;
  padding: 15px 10px 15px 15px;
  text-align: right;
}

.tmp_table-underline03 tbody td:nth-child(2) {
  border-top: 1px dotted #000;
}

@media screen and (max-width: 1024px) {
  .tmp_table-underline03 tbody th {
    width: 55%;
    border-bottom: 1px solid #000;
    padding: 15px 5px;
    text-align: left;
    vertical-align: middle;
  }
  .tmp_table-underline03 tbody td {
    width: 45%;
    border-bottom: 1px dotted #000;
    padding: 15px 5px 15px 5px;
  }
}

/*
 * 下線（タイトルあり）
 */
.tmp_table-underline-thead {
  width: 100%;
}

.tmp_table-underline-thead thead tr th {
  border-bottom: solid 1px #000;
  position: relative;
}

.tmp_table-underline-thead thead tr th::before {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.tmp_table-underline-thead tbody th {
  width: 18%;
  border-bottom: 1px solid #000;
  padding: 15px 20px;
  text-align: right;
  vertical-align: middle;
}

.tmp_table-underline-thead tbody td {
  width: 82%;
  border-bottom: 1px dotted #000;
  padding: 15px 20px;
}

@media screen and (max-width: 1024px) {
  .tmp_table-underline-thead tbody th {
    width: 22%;
    border-bottom: 1px solid #000;
    padding: 15px 5px;
    text-align: left;
    vertical-align: middle;
  }
  .tmp_table-underline-thead tbody td {
    width: 78%;
    border-bottom: 1px dotted #000;
    padding: 15px 5px 15px 5px;
  }
}

/*
 * シンプル（アーティスト一覧のスタイル）
 */
.tmp_table-simple {
  width: 100%;
}

.tmp_table-simple thead {
  border-bottom: 1px solid #000;
}

.tmp_table-simple thead th {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .tmp_table-simple thead {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_table-simple tbody {
    border-top: 1px dotted #000;
  }
}

.tmp_table-simple tbody tr {
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1024px) {
  .tmp_table-simple tbody th, .tmp_table-simple tbody td {
    display: block;
    position: relative;
    padding-left: 8em !important;
  }
  .tmp_table-simple tbody th::before, .tmp_table-simple tbody td::before {
    content: attr(data-title) "：";
    position: absolute;
    top: 0.5em;
    left: 0;
  }
}

/* ========================================================================
	Component: Text
 ========================================================================== */
/* Weight modifier
 ========================================================================== */
.tmp_text-bold, .color-mix.pattern1 span, .tmp_campaign .color-mix span, .tmp_heading-headline span, .tmp_heading-headline-small span, .tmp_heading-sub, .tmp_heading-number span.num .num-grey, .tmp_heading-number span.tmp_heading-number-ttl, .tmp_heading-arrow_blk, .tmp_heading-arrow_red, .tmp_heading-arrow_gray, .tmp_heading-arrow_num, .tmp_heading-arrow_num span, .tmp-heading-dashed span {
  font-weight: bolder;
}

.tmp_text-normal {
  font-weight: normal;
}

/* Size modifiers
 ========================================================================== */
.tmp_text-xxsmall, .tmp_footer_copy {
  font-size: 1.0rem !important;
}

.tmp_text-xsmall {
  font-size: 1.2rem !important;
}

.tmp_text-small, .tmp_footer_bread, .tmp_newsticker, .tmp_button-arrow-before i, .tmp_card-typeA .tmp_card-note, [class*='tmp_heading-arrow'] .tmp_heading-arrow-note, .tmp_heading-arrow_xxsmall[class*="tmp_heading-arrow_"], .tmp_label_fill > *, .tmp_list-faq > li dt span::before, .tmp_table-underline-thead tbody th {
  font-size: 1.4rem !important;
}

.tmp_text-medium, .tmp_card-typeC .tmp_card-step span, .tmp_heading-arrow_xsmall[class*="tmp_heading-arrow_"], .tmp_heading-arrow_num span::before {
  font-size: 1.6rem !important;
}

.tmp_text-large, .tmp_button-slash.tmp_button-slash_small, .tmp_text-attention {
  font-size: 1.8rem !important;
}

.tmp_text-xlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date, .tmp_card-typeC .tmp_card-title, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt, .tmp_table-compare thead th, .tmp_table-compare tbody th i {
  font-size: 2.0rem !important;
}

.tmp_text-xxlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_catch, .tmp_button-slash, a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_catch, a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_subttl, .tmp_heading-headline-small span, .tmp_heading-number span.num .num-grey, .tmp-heading-dashed span {
  font-size: 2.4rem !important;
}

.tmp_text-xxxlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_subttl, .tmp_heading-arrow_blk, .tmp_heading-arrow_red, .tmp_heading-arrow_gray, .tmp_heading-arrow_num, .tmp_heading-before-arrow i, .tmp_list-before-arrow > li i {
  font-size: 2.6rem !important;
}

.tmp_text-xxxxlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:first-child, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(2), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(3), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(4), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(5), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(8), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:first-child, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(2), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(3), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(4), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(5), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(8), .tmp_heading-headline span, .tmp_heading-number span.tmp_heading-number-ttl, .tmp_heading-arrow_red, .tmp_heading-arrow_small {
  font-size: 3.0rem !important;
}

.tmp_text-xxxxxlarge, .tmp_card-typeC .tmp_card-step, .tmp_heading-arrow_num span {
  font-size: 3.6rem !important;
}

.tmp_text-xxxxxxlarge, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(6), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(7), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(9), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(10), .tmp_heading-number span.num {
  font-size: 4.8rem !important;
}

@media screen and (max-width: 1024px) {
  .tmp_text-xxsmall, .tmp_footer_copy {
    font-size: 1.0rem !important;
  }
  .tmp_text-small, .tmp_footer_bread, .tmp_newsticker, .tmp_button-arrow-before i, .tmp_card-typeA .tmp_card-note, [class*='tmp_heading-arrow'] .tmp_heading-arrow-note, .tmp_heading-arrow_xxsmall[class*="tmp_heading-arrow_"], .tmp_label_fill > *, .tmp_list-faq > li dt span::before, .tmp_table-underline-thead tbody th {
    font-size: 1.4rem !important;
  }
  .tmp_text-medium, .tmp_card-typeC .tmp_card-step span, .tmp_heading-arrow_xsmall[class*="tmp_heading-arrow_"], .tmp_heading-arrow_num span::before {
    font-size: 1.6rem !important;
  }
  .tmp_text-large, .tmp_button-slash.tmp_button-slash_small, .tmp_text-attention {
    font-size: 1.8rem !important;
  }
  .tmp_text-xlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date, .tmp_card-typeC .tmp_card-title, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt, .tmp_table-compare thead th, .tmp_table-compare tbody th i {
    font-size: 2.0rem !important;
  }
  .tmp_text-xxlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_catch, .tmp_button-slash, a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_catch, a.tmp_campaign_big .tmp_campaign_areaL .tmp_campaign_subttl, .tmp_heading-headline-small span, .tmp_heading-number span.num .num-grey, .tmp-heading-dashed span {
    font-size: 2.2rem !important;
  }
  .tmp_text-xxxlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_subttl, .tmp_heading-arrow_blk, .tmp_heading-arrow_red, .tmp_heading-arrow_gray, .tmp_heading-arrow_num, .tmp_heading-before-arrow i, .tmp_list-before-arrow > li i {
    font-size: 2.4rem !important;
  }
  .tmp_text-xxxxlarge, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:first-child, .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(2), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(3), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(4), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(5), .tmp_campaign_mainvisual .tmp_campaign_areaL .tmp_campaign_date .color-mix span:nth-child(8), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:first-child, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(2), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(3), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(4), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(5), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(8), .tmp_heading-headline span, .tmp_heading-number span.tmp_heading-number-ttl, .tmp_heading-arrow_red, .tmp_heading-arrow_small {
    font-size: 2.6rem !important;
  }
  .tmp_text-xxxxxlarge, .tmp_card-typeC .tmp_card-step, .tmp_heading-arrow_num span {
    font-size: 2.8rem !important;
  }
  .tmp_text-xxxxxxlarge, a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(6), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(7), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(9), a.tmp_campaign_big .tmp_campaign_areaR .tmp_campaign_date .tmp_campaign_date_txt .color-mix span:nth-child(10), .tmp_heading-number span.num {
    font-size: 3.0rem !important;
  }
}

/* Color modifiers
 ========================================================================== */
.tmp_text-black {
  color: #000 !important;
}

.tmp_text-red {
  color: #df0000 !important;
}

.tmp_text-gray, .tmp_table-simple thead th {
  color: #898989 !important;
}

/* Alignment modifiers
 ========================================================================== */
.tmp_text-left {
  text-align: left !important;
}

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

.tmp_text-center, .tmp_campaign_mainvisual .tmp_campaign_areaR, .tmp_table-underline-thead thead tr th {
  text-align: center !important;
}

.tmp_text-justify {
  text-align: justify !important;
  text-justify: distribute-all-lines;
}

@media screen and (min-width: 1025px) {
  .tmp_text-left-pc {
    text-align: left !important;
  }
  .tmp_text-right-pc {
    text-align: right !important;
  }
  .tmp_text-center-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .tmp_text-left-sp {
    text-align: left !important;
  }
  .tmp_text-right-sp {
    text-align: right !important;
  }
  .tmp_text-center-sp {
    text-align: center !important;
  }
}

/*
 * Vertical
 */
.tmp_text-top {
  vertical-align: top !important;
}

.tmp_text-middle {
  vertical-align: sub !important;
}

.tmp_text-bottom {
  vertical-align: bottom !important;
}

/* Othes modifiers
 ========================================================================== */
.tmp_text-emphasis span {
  position: relative;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .tmp_text-emphasis span {
    padding-top: 7px;
  }
}

.tmp_text-emphasis span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #df0000;
}

.tmp_text-shadow {
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.tmp_text-attention {
  background: #000;
  color: #fff;
  letter-spacing: 0.12em;
  position: relative;
}

.tmp_text-attention:before, .tmp_text-attention:after {
  content: "";
  display: inline-block;
  width: 122px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/assets/images/common/icon_arrow_01.png");
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .tmp_text-attention:before, .tmp_text-attention:after {
    width: 61px;
    height: 17px;
  }
}

.tmp_text-attention:before {
  left: 4px;
}

.tmp_text-attention:after {
  right: 4px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.tmp_text-attention .tmp_text-attention-inner {
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tmp_text-attention .tmp_text-attention-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Overfow
 ========================================================================== */
.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Display
 ========================================================================== */
.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

/* Disabled State
 ========================================================================== */
.disabled {
  pointer-events: none;
}

/* Device
 ========================================================================== */
.tmp_show-pc {
  display: inherit;
}

@media screen and (max-width: 1024px) {
  .tmp_show-pc {
    display: none;
  }
}

.tmp_show-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tmp_show-sp {
    display: inherit;
  }
}

/* UA振り分け*/
.tmp_ua-pc, .tmp_ua-tab, .tmp_ua-sp {
  display: none;
}

.IS_PC .tmp_ua-pc,
.IS_TABLET .tmp_ua-tab,
.IS_SP .tmp_ua-sp {
  display: inherit;
}

/* ========================================================================
   Component: Width
 ========================================================================== */
[class*='tmp_width'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* Full */
.tmp_width-1-1 {
  width: 100%;
}

/* Halves */
.tmp_width-1-2 {
  width: 50%;
}

/* Thirds */
.tmp_width-1-3 {
  width: calc(100% * 1 / 3.2);
}

.tmp_width-2-3 {
  width: calc(100% * 2 / 3.2);
}

/* Quarters */
.tmp_width-1-4 {
  width: 25%;
}

.tmp_width-3-4 {
  width: 75%;
}

/* Fifths */
.tmp_width-1-5 {
  width: 20%;
}

.tmp_width-2-5 {
  width: 40%;
}

.tmp_width-3-5 {
  width: 60%;
}

.tmp_width-4-5 {
  width: 80%;
}

/* Sixth */
.tmp_width-1-6 {
  width: calc(100% * 1 / 6.002);
}

.tmp_width-2-6 {
  width: calc(100% * 2 / 6.002);
}

.tmp_width-3-6 {
  width: calc(100% * 3 / 6.002);
}

.tmp_width-4-6 {
  width: calc(100% * 4 / 6.002);
}

.tmp_width-5-6 {
  width: calc(100% * 5 / 6.002);
}

@media screen and (min-width: 1025px) {
  /* Full */
  .tmp_width-1-1-pc {
    width: 100%;
  }
  /* Halves */
  .tmp_width-1-2-pc {
    width: 50%;
  }
  /* Thirds */
  .tmp_width-1-3-pc {
    width: calc(100% * 1 / 3.2);
  }
  .tmp_width-2-3-pc {
    width: calc(100% * 2 / 3.2);
  }
  /* Quarters */
  .tmp_width-1-4-pc {
    width: 25%;
  }
  .tmp_width-3-4-pc {
    width: 75%;
  }
  /* Fifths */
  .tmp_width-1-5-pc {
    width: 20%;
  }
  .tmp_width-2-5-pc {
    width: 40%;
  }
  .tmp_width-3-5-pc {
    width: 60%;
  }
  .tmp_width-4-5-pc {
    width: 80%;
  }
  /* Sixth */
  .tmp_width-1-6-pc {
    width: calc(100% * 1 / 6.002);
  }
  .tmp_width-2-6-pc {
    width: calc(100% * 2 / 6.002);
  }
  .tmp_width-3-6-pc {
    width: calc(100% * 3 / 6.002);
  }
  .tmp_width-4-6-pc {
    width: calc(100% * 4 / 6.002);
  }
  .tmp_width-5-6-pc {
    width: calc(100% * 5 / 6.002);
  }
}

/* Auto */
.tmp_width-auto {
  width: auto;
}

/* Expand */
.tmp_width-expand {
  width: 1;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
}

/* Pixel （固定サイズあれば）*/
.tmp_width-small {
  width: 150px;
}

.tmp_width-medium {
  width: 300px;
}

.tmp_width-large {
  width: 450px;
}

.tmp_width-xlarge {
  width: 600px;
}

.tmp_width-xxlarge {
  width: 750px;
}

@media screen and (max-width: 1024px) {
  .tmp_sp_width-1-1 {
    width: 100%;
  }
}
.bnr_umusic{
  transition: opacity 0.3s;
}
.bnr_umusic:hover{
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .tmp_footer_license-logo{
    width: 38px;
    height: 38px;
  }
}