@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 <11.
 */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
   */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/* 以下デフォルトスタイルのリセット
   ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

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

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style-type: none;
}

img {
  border: none;
}

.cf, .breadcrumb, #article .sns_list_secondary {
  *zoom: 1;
}
.cf:after, .breadcrumb:after, #article .sns_list_secondary:after {
  content: "";
  display: table;
  clear: both;
}

.hover {
  transition: opacity .3s ease-in-out;
}
.hover:hover {
  opacity: .7;
}

body,
html {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: black;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal;
  overflow-x: hidden;
  position: relative;
  line-break: strict;
}

img {
  vertical-align: bottom;
}

a {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.spi {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .spi {
    display: inline !important;
  }
}

.spb {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .spb {
    display: block !important;
  }
}

.inner {
  margin: 0 auto;
  width: 1060px;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .company_logo {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .company_logo img {
    width: 65px;
  }
}

.header_wrap {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 768px) {
  .header_wrap {
    border-top: none;
  }
}
.header_wrap .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .header_wrap .inner {
    display: block;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap p {
    text-align: center;
  }
}
.header_wrap p img {
  width: 163px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .header_wrap p img {
    width: 102px;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap nav {
    display: none;
  }
}
.header_wrap nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_wrap nav ul li {
  margin-left: 25px;
}
.header_wrap nav ul li:first-child {
  margin-left: 0;
}
.header_wrap nav ul li:first-child img {
  width: 38px;
}
.header_wrap nav ul li:nth-child(2) img {
  width: 26px;
}
.header_wrap nav ul li:nth-child(3) img {
  width: 34px;
}
.header_wrap nav ul li:nth-child(4) img {
  width: 24px;
}
.header_wrap nav ul li:nth-child(5) img {
  width: 33px;
}
.header_wrap nav ul li:nth-child(6) img {
  width: 30px;
}
.header_wrap nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  align-items: center;
  display: flex;
}
.header_wrap nav ul li a img {
  margin-right: 5px;
}

.container .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .container .inner {
    margin-top: 0;
  }
}
.container .contents {
  width: 720px;
}
@media only screen and (max-width: 768px) {
  .container .contents {
    width: 100%;
  }
}
.container .sidebar {
  position: relative;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .container .sidebar {
    display: none;
  }
}
.container .sidebar .sidebar_inner {
  background: white;
  width: 300px;
}
.container .sidebar .sidebar_inner.on {
  position: fixed;
  top: 20px;
}
.container .sidebar ul {
  border-bottom: 1px solid #e1e1e1;
}
.container .sidebar li {
  border-top: 1px solid #e1e1e1;
}
.container .sidebar li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 75px;
  padding-left: 15px;
  position: relative;
}
.container .sidebar li a::after {
  background: url("/resources/park/img/common/icon_arrow.svg") no-repeat left top/9px 14px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
.container .sidebar li .link_image {
  margin-right: 12px;
  text-align: center;
  width: 46px;
}
.container .sidebar li:first-child img {
  width: 46px;
}
.container .sidebar li:nth-child(2) img {
  width: 34px;
}
.container .sidebar li:nth-child(3) img {
  width: 41px;
}
.container .sidebar li:nth-child(4) img {
  width: 32px;
}
.container .sidebar li:nth-child(5) img {
  width: 41px;
}
.container .sidebar li:nth-child(6) img {
  width: 38px;
}

.breadcrumb {
  margin: 10px auto 0;
  width: 1060px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    background: #f2f2f5;
    box-sizing: border-box;
    margin-bottom: 28px;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}
.breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    float: none;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  font-size: 12px;
  font-size: 1.2rem;
}

.category_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 40px;
  padding-top: 55px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .category_title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.category_title.category_about {
  background: url("/resources/park/img/common/icon_about.svg") no-repeat center top/40px auto;
}
.category_title.category_news {
  background: url("/resources/park/img/common/icon_news.svg") no-repeat center top/28px auto;
}
.category_title.category_info {
  background: url("/resources/park/img/common/icon_info.svg") no-repeat center top/28px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_info {
    background-size: 22px auto;
  }
}
.category_title.category_program {
  background: url("/resources/park/img/common/icon_program.svg") no-repeat center top/36px auto;
}
.category_title.category_outline {
  background: url("/resources/park/img/common/icon_outline.svg") no-repeat center top/26px auto;
}
.category_title.category_booth {
  background: url("/resources/park/img/common/icon_booth.svg") no-repeat center top/35px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_booth {
    background-size: 33px auto;
  }
}
.category_title.category_report {
  background: url("/resources/park/img/common/icon_report.svg") no-repeat center top/32px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_report {
    background-size: 29px auto;
  }
}
.category_title.category_title_top {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top {
    margin-top: 20px;
    padding-top: 38px;
  }
}
.category_title.category_title_top.category_about {
  background-size: 45px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top.category_about {
    background-size: 34px auto;
  }
}
.category_title.category_title_top.category_news {
  background-size: 33px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top.category_news {
    background-size: 22px auto;
  }
}
.category_title.category_title_top.category_program {
  background-size: 41px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top.category_program {
    background-size: 30px auto;
  }
}
.category_title.category_title_top.category_outline {
  background-size: 31px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top.category_outline {
    background-size: 20px auto;
  }
}
.category_title.category_title_top.category_booth {
  background-size: 40px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top.category_booth {
    background-size: 29px auto;
  }
}
.category_title.category_title_top.category_report {
  background-size: 37px auto;
}
@media only screen and (max-width: 768px) {
  .category_title.category_title_top.category_report {
    background-size: 26px auto;
  }
}

.mainvisual {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    margin-bottom: 40px;
  }
}
.mainvisual .mv_img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mv_img {
    margin-bottom: 15px;
  }
}
.mainvisual .mv_img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mv_body {
    padding: 0 15px;
  }
}

.button {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .button {
    margin-top: 20px;
  }
}
.button a {
  width: 360px;
  padding: 30px 40px 30px 70px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  box-sizing: border-box;
  color: #fff;
  background: #e9657a;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .button a {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.button a:hover {
  opacity: 0.7;
}
.button a::before {
  content: "";
  background: url(/resources/park/img/common/icon_about.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button a::after {
  background: url(/resources/park/img/common/icon_button.png) no-repeat left top;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.button2 {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .button2 {
    margin-top: 20px;
  }
}
.button2 a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 280px;
  padding: 10px 25px;
  box-sizing: border-box;
  border: 1px solid #333;
}
.button2 a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sp_menu,
.sp_navi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_menu,
  .sp_navi {
    display: block;
    margin-bottom: 35px;
  }
  .sp_menu ul,
  .sp_navi ul {
    align-items: center;
    border-top: 1px solid #e1e1e1;
    display: flex;
    flex-wrap: wrap;
  }
  .sp_menu ul li,
  .sp_navi ul li {
    border-bottom: 1px solid #e1e1e1;
    width: 50%;
  }
  .sp_menu ul li a,
  .sp_navi ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    align-items: center;
    display: flex;
    height: 68px;
    padding: 0 30px 0 10px;
    position: relative;
  }
  .sp_menu ul li a .link_image,
  .sp_navi ul li a .link_image {
    margin-right: 15px;
    text-align: center;
    width: 30px;
  }
  .sp_menu ul li a::after,
  .sp_navi ul li a::after {
    background: url("/resources/park/img/common/icon_arrow.svg") no-repeat left top/5px 7px;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
  }
  .sp_menu ul li:nth-child(2n-1) a,
  .sp_navi ul li:nth-child(2n-1) a {
    border-right: 1px solid #e1e1e1;
  }
  .sp_menu ul li:first-child img,
  .sp_navi ul li:first-child img {
    width: 30px;
  }
  .sp_menu ul li:nth-child(2) img,
  .sp_navi ul li:nth-child(2) img {
    width: 20px;
  }
  .sp_menu ul li:nth-child(3) img,
  .sp_navi ul li:nth-child(3) img {
    width: 26px;
  }
  .sp_menu ul li:nth-child(4) img,
  .sp_navi ul li:nth-child(4) img {
    width: 18px;
  }
  .sp_menu ul li:nth-child(5) img,
  .sp_navi ul li:nth-child(5) img {
    width: 25px;
  }
  .sp_menu ul li:nth-child(6) img,
  .sp_navi ul li:nth-child(6) img {
    width: 23px;
  }
}

.sp_menu {
  background: white;
  display: none;
  left: 0;
  position: absolute;
  top: 68px;
  width: 100%;
}

#top .articles {
  background: url("/resources/park/img/common/pict_line.png") no-repeat left top;
  padding-top: 48px;
}
@media only screen and (max-width: 768px) {
  #top .articles {
    background-size: 100% auto;
    padding: 45px 0;
  }
}
#top #article_booth {
  margin: 15px 0 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 769px) {
  #top #article_booth {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #top #article_booth {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top #article_booth .article_image {
  align-self: center;
  width: 97px;
  margin-right: 8px;
}
#top #article_booth li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 10px;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  width: 233px;
}
#top #article_booth li:nth-of-type(3n) {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  #top #article_booth li {
    padding: 18px 0;
    margin: 0 0 10px;
    width: 100%;
  }
  #top #article_booth li:last-child {
    margin: 0;
  }
}
#top #article_booth .booth_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media only screen and (max-width: 768px) {
  #top #article_booth .booth_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
#top .text_cliant_list {
  margin: 10px 0 0;
}

#list .article_list {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #list .article_list {
    padding: 0;
  }
}
#list .article_list li a {
  padding: 20px 0;
}

#article .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-weight: normal;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #article .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
    background: #f2f2f5;
    margin-bottom: 20px;
    padding: 10px;
  }
}
#article .sns_list_secondary {
  margin-bottom: 50px;
  padding: 0 15px;
}
#article .sns_list_secondary li {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #article .sns_list_secondary li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 2px;
  }
}
#article article {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  #article article {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
#article article .mainvisual .mv_img {
  margin-bottom: 22px;
}
#article article .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  background: #f2f2f5;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #article article .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    line-height: 2.7rem;
    background: #f2f2f5;
    margin: 0 0 20px;
    padding: 5px 15px;
  }
}
#article article .head {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: solid 10px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 20px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #article article .head {
    font-size: 15px;
    font-size: 1.5rem;
    border-left: solid 5px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 5px;
    padding: 5px;
  }
}
#article article .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #article article .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
#article article .offer {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #article article .offer {
    margin-bottom: 45px;
  }
}
#article article .offer li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-left: 1em;
  text-indent: -1em;
}
#article article figure {
  margin: 0 0 15px;
}
#article article figure img {
  width: 100%;
  height: auto;
}
#article article .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #818181;
  margin-top: 60px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #article article .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
#article article .btn_list {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 2.25rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #article article .btn_list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#article article .btn_list li {
  display: inline;
}
#article article .btn_list li a {
  display: inline-block;
  padding: 2.5px 10px;
  padding: .25rem 1rem;
  margin: 0 5px 5px 0;
  margin: 0 .5rem .5rem 0;
  border: solid 1px #e1e1e1;
  border: solid .1rem #e1e1e1;
  border-radius: .3rem;
  text-decoration: none;
}
#article article .btn_list.list_type_tag:before {
  background-image: url("/resources/share/img/pc/common/icon_tag.png");
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  width: 1.5rem;
  height: 15px;
  height: 1.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 2.5px;
  top: .25rem;
}

#booth .item {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #booth .item {
    margin-bottom: 50px;
  }
}
#booth .booth_head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#booth .booth_head .category {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  background: #ee858c;
  color: white;
  font-weight: bold;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #booth .booth_head .category {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 10px;
  }
}
#booth .image {
  margin-bottom: 18px;
}
#booth .image img {
  width: 100%;
}
#booth .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #booth .title {
    margin-bottom: 10px;
  }
}
#booth .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 47px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #booth .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 23px;
  }
}
#booth .col2 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #booth .col2 {
    flex-direction: column;
    margin-bottom: 26px;
  }
}
#booth .col2 .movie {
  margin-right: 20px;
  min-width: 360px;
  width: 360px;
}
@media only screen and (max-width: 768px) {
  #booth .col2 .movie {
    margin-right: 0;
    margin-bottom: 5px;
    min-width: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  #booth .col2 .movie iframe, #booth .col2 .movie img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
#booth .col2 .text {
  margin-bottom: 0;
}
#booth .button {
  margin-top: 36px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #booth .button {
    margin-top: 0;
  }
}
#booth .button a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 43px;
  line-height: 4.3rem;
  background: white;
  border: 2px solid black;
  border-radius: 23px;
  color: black;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 430px;
}
@media only screen and (max-width: 768px) {
  #booth .button a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    width: calc(100% - 4px);
  }
}
#booth .button a::after {
  background: url("/resources/park/img/common/icon_arrow.svg") no-repeat left top/7px 12px;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
@media only screen and (max-width: 768px) {
  #booth .articles {
    padding: 0 15px;
  }
}
#booth .article_list {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #booth .article_list {
    margin-bottom: 27px;
  }
}
#booth .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #818181;
  margin-top: 60px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #booth .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 40px;
  }
}

.articles {
  margin-bottom: 75px;
}

.article_list {
  border-top: 1px solid #e1e1e1;
}
.article_list li a {
  align-items: center;
  display: flex;
  padding: 8px!important;
}
@media only screen and (max-width: 768px) {
  .article_list li a {
    padding: 18px 0;
  }
}
.article_list li .article_image {
  margin-right: 8px!important;
  text-align: center;
  min-width: 80px;
  max-width: 8rem;
}
@media only screen and (max-width: 768px) {
  .article_list li .article_image {
    align-self: flex-start;
    margin-right: 1rem;
    min-width: 90px;
  }
}
.article_list li .article_image img {
  max-width: 100%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.article_title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: initial!important;
}
@media only screen and (max-width: 768px) {
  .article_title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: initial!important;
  }
}

.article_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .article_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.article_txt span {
  border-bottom: 1px solid black;
  display: inline-block;
}

.article_date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #818181;
}

.logo_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .logo_list {
    padding: 0 24px;
  }
}
.logo_list li {
  margin-left: 50px;
  margin-bottom: 25px;
  width: 97px;
}
@media only screen and (max-width: 768px) {
  .logo_list li {
    margin-left: 4%;
    text-align: center;
    width: 48%;
  }
}
.logo_list li:nth-child(5n + 1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .logo_list li:nth-child(5n + 1) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .logo_list li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.more_btn {
  margin-top: 36px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .more_btn {
    padding: 0 15px;
  }
}
.more_btn a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 43px;
  line-height: 4.3rem;
  border: 2px solid black;
  border-radius: 23px;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .more_btn a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    width: calc(100% - 4px);
  }
}
.more_btn a::after {
  background: url("/resources/park/img/common/icon_arrow.svg") no-repeat left top/7px 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 7px;
}

.footer {
  background: #f2f2f5;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .footer {
    background: white;
  }
}
.footer small {
  display: block;
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer small {
    font-size: 10px;
    font-size: 1rem;
  }
}

.js-footer_btn_top {
  display: block;
  text-align: center;
  background: #ccc;
  color: #fff;
  padding: 2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .js-footer_btn_top {
    font-size: 10px;
    font-size: 1rem;
    background: white;
    color: black;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 30px 0 0;
    position: relative;
  }
}

.js-footer_btn_top:before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/resources/park/img/common/footer_arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .js-footer_btn_top:before {
    background: url("/resources/park/img/common/icon_arrow.svg") no-repeat left top/contain;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%) rotate(-90deg);
    top: 0;
    width: 10px;
  }
}

.main_footer_main {
  padding: 1rem;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 1rem;
}

.footer_nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  font-size: 1.2rem;
  color: #101010;
  margin-top: 20px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer_nav {
    font-size: 10px;
    font-size: 1rem;
    border-top: 1px solid #e1e1e1;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px;
  }
}

.footer_nav li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.footer_nav li:not(:last-child):after {
  content: "|";
  padding: 0 1rem;
}

.footer_nav a {
  color: #101010;
}

.sp_menu_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_menu_btn {
    display: block;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 37px;
    width: 12px;
  }
  .sp_menu_btn a {
    display: block;
    height: 12px;
    position: relative;
    width: 12px;
  }
  .sp_menu_btn a span {
    background: black;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 12px;
  }
  .sp_menu_btn a span:nth-child(1) {
    top: 0;
  }
  .sp_menu_btn a span:nth-child(2) {
    top: 5px;
  }
  .sp_menu_btn a span:nth-child(3) {
    bottom: 0;
  }
  .sp_menu_btn a.on span {
    transition: all .3s ease-in-out;
  }
  .sp_menu_btn a.on span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .sp_menu_btn a.on span:nth-child(2) {
    opacity: 0;
  }
  .sp_menu_btn a.on span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.text_box {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .text_box {
    display: block;
    margin-bottom: 10px;
  }
}
.text_box img {
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .text_box img {
    margin: 0 auto 20px;
    width: 200px;
  }
}

.tel_title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tel_title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.tel_txt {
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .tel_txt {
    padding: 15px;
  }
}

.tel_txt_main {
  font-size: 14px;
  font-size: 1.4rem;
}
.tel_txt_main span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tel_txt_main span {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
  }
}

.tel_txt_sub {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .tel_txt_sub {
    margin-top: 5px;
  }
}

/* ブース用CSS */
ul.criant_logo_list li {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

ul.criant_logo_list li img {
  max-width: 120px;
  max-height: 42px;
}

.booth_head .brand img {
  max-height: 100px;
}

article.premium_cliant div.item {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: #ddd 1px solid;
}

article.premium_cliant div.item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.booth_head .brand img {
  max-height: 140px;
  max-width: 250px;
}

.cliant_video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.cliant_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.article_txt.text_cliant_list span {
  border: none;
}

p.article_txt.text_cliant_list span:after {
  content: " / ";
}

p.article_txt.text_cliant_list span:last-child:after {
  content: "";
}

/*# sourceMappingURL=style.css.map */

/* paginator */
.cmnPagination {
  padding: 3% 0;
  position: relative;
  width: 95% !important;
  margin: auto;
}

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

.cmnPagination_item {
  margin: 0 4px;
}

.cmnPagination_link {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: initial!important;
}

.cmnPagination_focus {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  overflow-wrap: normal;
  background-color: #FFEAEB;
  border: 1px solid #cde6e0;
  border-radius: 50%;
  padding: initial!important;
}

.cmnPagination_arrow {
  background-color: #FF878C;
  text-align: center;
  color: #FFFFFF;
  display: block;
  width: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

.cmnPagination_arrow--prev {
  background-size: contain;
  left: 0;
}

.cmnPagination_arrow--next {
  background-size: contain;
  right: 0;
}

.ttl_bold {
  font-weight: 600;
}
.summary{
  padding: 1em 1em;
}
.summary .summary_list {
  padding: 1em 1em;
  background-color: #cde6e0;
}
.summary .summary_item {
  padding: 0.5em 0 0.5em 1em;
  position: relative;
}
.summary .summary_item::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #47a0aa;
  position: absolute;
  top: 1em;
  left: 0;
}
.summary .summary_link {
  display: inline-block;
  text-decoration: underline;
}
.summary_list li.middle_summary_item {
  margin: 0 0 0 35px;
}

/* rensai pagination */
.SeriesPagerWrap {
  display: table;
  width: 100%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  font-size: 11px;
  color:  #f29b8a;
  position: relative;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .SeriesPagerWrap {
    margin: 10px 0;
  }
}
.SeriesPager_list {
  display: table-cell;
  width: 10%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef
}
.SeriesPagerWrap_img {
  height: 60px;
  width: 100px;
  object-fit: cover;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .SeriesPagerWrap_img {
    width: 62px;
    height: 44px;
  }
}
.SeriesPagerWrap_box {
  display: table-cell;
  width: 40%;
  text-align: center;
  position:relative;
}
.SeriesPager {
  width: calc(100%  / 2)
}
.ovH {
  overflow: hidden;
}
.fL {
  float: left;
}
.pL8 {
  padding-left: 8px;
}
.pR8 {
  padding-right: 8px;
}
.pL3per {
  padding-left: 3%
}
.pR3per {
  padding-right: 3%
}
.vrtmd {
  vertical-align: middle;
}
.txt_2line_ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: initial!important;
}
.SeriesPagerWrap a {
  text-decoration: none!important;
}
.disptbc {
  display: table-cell;
  width: 100%;
  height: 60px;
  padding-left: 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .disptbc {
    display: table-cell;
    width: 100%;
    height: initial;
    padding-left: 8px;
    vertical-align: middle;
  }
}
.prevTtl,
.nextTtl,
.firstTtl,
.tagsTtl {
  color: #ff878c
}
.SeriesPager_larrow::before,
.SeriesPager_rarrow::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #ff878c;
  border-right: solid 2px #ff878c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.SeriesPager_larrow::before{
  transform: rotate(-135deg);
  left: 3px;
}
.SeriesPager_rarrow::after{
  transform: rotate(45deg);
  right: 3px;
}
@media only screen and (max-width: 768px) {
  .SeriesPager_larrow::before,
  .SeriesPager_rarrow::after {
    content: none;
  }
}
.SeriesPager_article_ttl {
  text-align: initial;
}

/* article detail */
#article .blockquote_area {
  font-size: .8em;
}

/*------------------------------
sns
------------------------------*/
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 8px 0;
}

@media only screen and (max-width: 768px) {
  .sns {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sns .sns_item {
  width: 33px;
  margin: 0 5px;
}

.sns .sns_item img {
  width: 100%;
}

/*------------------------------
記事詳細
------------------------------*/
#article article .comment_area {
  white-space: pre-line;
}

.link_affiliate {
}

.link_affiliate .link_affiliate_text {
}

.link_affiliate .link_affiliate_image {
  text-align: center;
  margin-bottom: 20px;
}

.link_affiliate .link_affiliate_image img {
  max-width: 100%;
}

.link_affiliate .link_affiliate_button {
}

/* 記事詳細上部SNSアイコンエリア */
.sns_publish_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sns_publish_date .date {
    font-size: 16px;
    font-size: 1.6rem;
    color: #818181;
}