@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

body {
  background-color: #f5f5f5;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

body a:link, body a:visited, body a:hover {
  color: #333;
  text-decoration: none;
}

body button:focus {
  outline: 0;
}

body button:disabled {
  opacity: .4;
}

.txcenter {
  text-align: center;
}

.txright {
  text-align: right;
}

.txleft {
  text-align: left;
}

.font90 {
  font-size: 90%;
}

.font80 {
  font-size: 80%;
}

.font70 {
  font-size: 70%;
}

.font-red {
  color: #e82f2f;
}

.font-orange {
  color: #ea6912;
}

.font-gray {
  color: #888;
}

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

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

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

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

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

i.fa-twitter-square {
  color: #55acee;
}

i.fa-facebook-square {
  color: #315096;
}

i.fa-line {
  color: #00b900;
}

@media screen and (max-width: 599px) {
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

.scroll-prevent-modal {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.pcview {
  display: block;
}

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

.spview {
  display: none;
}

@media screen and (max-width: 599px) {
  .spview {
    display: block;
  }
}

.maximg {
  line-height: 0;
}

.maximg img {
  max-width: 100%;
}

section {
  margin: 15px auto 0;
  overflow: hidden;
}

section .contents {
  padding: 25px 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  section .contents {
    padding: 20px 15px;
  }
}

section .contents.color01 {
  background-color: #ffecec;
}

#outContents {
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: auto;
  overflow: hidden;
}

#outContents::after {
  content: "";
  display: block;
  clear: both;
}

#outContents h1,
#outContents h2 {
  font-size: 118%;
}

#outContents .area-main {
  width: 704px;
  float: left;
}

@media screen and (max-width: 1023px) {
  #outContents .area-main {
    width: 100%;
    float: inherit;
  }
}

#outContents .area-main.area-post {
  float: inherit;
  margin-left: auto;
  margin-right: auto;
}

#outContents .area-main h2.title-sub {
  padding: 0 15px;
}

#outContents .area-side {
  width: 300px;
  margin-left: 20px;
  float: left;
}

@media screen and (max-width: 1023px) {
  #outContents .area-side {
    width: 100%;
    margin-left: 0;
    float: inherit;
  }
}

#outContents .area-side section .contents {
  padding: 20px 15px;
}

.area-profile-creator {
  overflow: hidden;
}

.area-profile-creator .thumb-creator {
  width: 40px;
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .area-profile-creator .thumb-creator {
    width: 35px;
  }
}

.area-profile-creator .thumb-creator .thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .area-profile-creator .thumb-creator .thumb {
    width: 35px;
    height: 35px;
  }
}

.area-profile-creator .thumb-creator .thumb i {
  font-size: 40px;
  color: #f2d230;
}

@media screen and (max-width: 767px) {
  .area-profile-creator .thumb-creator .thumb i {
    font-size: 35px;
  }
}
.area-profile-creator .thumb-creator .thumb img {
  max-width: 100%;
}
.area-profile-creator .thumb-creator .thumb a:hover {
  opacity: .4;
}

.area-profile-creator .detail-creator {
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  float: left;
}

@media screen and (max-width: 767px) {
  .area-profile-creator .detail-creator {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

.area-profile-creator .detail-creator .name-creator {
  font-weight: bold;
  font-size: 85%;
  word-break: break-all;
  overflow-wrap: break-word;
}

.area-profile-creator .detail-creator .job-creator {
  font-size: 80%;
  word-break: break-all;
  overflow-wrap: break-word;
}

.area-profile-creator .detail-creator .biography-creator {
  font-size: 90%;
  margin-top: 5px;
  word-break: break-all;
  overflow-wrap: break-word;
}

.area-profile-creator ul.link-creator {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.area-profile-creator ul.link-creator li {
  margin: 10px;
}

.area-profile-creator ul.link-creator li i {
  font-size: 200%;
  color: #666;
}

.area-profile-creator ul.link-creator li:first-child {
  margin-left: 0;
}

.area-profile-creator ul.link-creator li:last-child {
  margin-right: 0;
}

.area-tag {
  margin: 0 auto;
}

.area-tag ul.list-tag {
  list-style: none;
  overflow: hidden;
  padding: 0 15px;
}

.area-tag ul.list-tag li {
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  font-size: 75%;
}

@media screen and (max-width: 599px) {
  .area-tag ul.list-tag li {
    font-size: 80%;
  }
}

.area-tag ul.list-tag li a {
  display: block;
  padding: 4px 10px;
  border: #ccc 1px solid;
  background-color: #fff;
  border-radius: 20px;
}

.area-tag ul.list-tag li a:hover {
  opacity: .4;
}

header {
  width: 100%;
  margin: 0;
  background-color: #fff;
}

header #globalheader {
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
}

header #globalheader h1 {
  width: 140px;
  clear: both;
  line-height: 0;
}

@media screen and (max-width: 599px) {
  header #globalheader h1 {
    width: 100px;
  }
}

header #globalheader h1 img {
  max-width: 100%;
  height: auto;
}

header #globalheader ul.menu-header {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  list-style: none;
  display: flex;
  justify-content: flex-end;
  font-size: 80%;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li {
    text-align: center;
  }
}

header #globalheader ul.menu-header li button.button-menu {
  display: block;
  padding: 8px 10px;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li button.button-menu {
    padding: 4px 4px 3px;
  }
}

header #globalheader ul.menu-header li i {
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li i {
    margin-right: 0;
    display: block;
  }
}

header #globalheader ul.menu-header li.dropdown, header #globalheader ul.menu-header li.menu {
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  color: #5f5f5f;
  border-radius: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown, header #globalheader ul.menu-header li.menu {
    background-color: inherit;
    border: none;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown, header #globalheader ul.menu-header li.menu ul.list-dropdown {
  display: none;
  position: absolute;
  list-style: none;
  background-color: #fff;
  z-index: 10;
  top: 60px;
  border: #5f5f5f 1px solid;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 0 2px 4px #999;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown, header #globalheader ul.menu-header li.menu ul.list-dropdown {
    left: 0;
    width: 100%;
    height: 100vh;
    border: none;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown .balloon, header #globalheader ul.menu-header li.menu ul.list-dropdown .balloon {
  position: relative;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown .balloon:before, header #globalheader ul.menu-header li.menu ul.list-dropdown .balloon:before {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  top: -15px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown .balloon:before, header #globalheader ul.menu-header li.menu ul.list-dropdown .balloon:before {
    display: none;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown .balloon:after, header #globalheader ul.menu-header li.menu ul.list-dropdown .balloon:after {
  border-style: solid;
  border-width: 0 11px 11px;
  border-color: transparent transparent #333 transparent;
  content: "";
  position: absolute;
  top: -16px;
  margin-left: -1px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown .balloon:after, header #globalheader ul.menu-header li.menu ul.list-dropdown .balloon:after {
    display: none;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown01, header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown02, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown01, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown02 {
  right: 20px;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown01, header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown02, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown01, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown02 {
    right: 0;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown01, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown01 {
  width: 350px;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown01, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown01 {
    width: 100%;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown01 .balloon:before, header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown01 .balloon:after, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown01 .balloon:before, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown01 .balloon:after {
  left: 120px;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown02, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown02 {
  width: 200px;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown02, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown02 {
    width: 100%;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown02 .balloon:before, header #globalheader ul.menu-header li.dropdown ul.list-dropdown.dropdown02 .balloon:after, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown02 .balloon:before, header #globalheader ul.menu-header li.menu ul.list-dropdown.dropdown02 .balloon:after {
  left: 55px;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown {
  text-align: left;
  font-size: 100%;
  border-bottom: #f5f5f5 2px solid;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown {
    font-size: 120%;
  }
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown small, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown small {
  display: block;
  font-size: 75%;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown a, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown a {
  display: block;
  padding: 15px 20px;
  font-weight: normal;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown a:hover, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown a:hover {
  background-color: #f5f5f5;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown ul, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown ul {
  list-style: none;
}

header #globalheader ul.menu-header li.dropdown ul.list-dropdown li.li-dropdown ul li, header #globalheader ul.menu-header li.menu ul.list-dropdown li.li-dropdown ul li {
  border: none;
  text-align: left;
}

header #globalheader ul.menu-header li.post {
  margin-left: 5px;
}

header #globalheader ul.menu-header li.post button.button-post {
  display: block;
  padding: 10px 25px;
  background-color: #ff5993;
  border: #da6685 1px solid;
  color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  header #globalheader ul.menu-header li.post button.button-post {
    padding: 4px 25px 3px;
    border: none;
  }
}

footer {
  width: 100%;
  clear: both;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #fff;
  font-size: 80%;
}
@media screen and (max-width: 599px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 90%;
  }
}
footer .area-share-footer {
  margin-bottom: 32px;
  font-size: 120%;
}
@media screen and (max-width: 599px) {
  footer .area-share-footer {
    font-size: 110%;
  }
}
footer h4 {
  width: 1024px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  footer h4 {
    width: 100%;
  }
}
footer ul.menu-footer {
  width: 1024px;
  margin: 0 auto 15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  footer ul.menu-footer {
    width: 100%;
  }
}
footer ul.menu-footer li {
  margin: 0 0 5px;
  padding: 0 10px;
}
footer ul.menu-footer li a:hover {
  opacity: .4;
}
footer ul.menu-footer.border-top {
  border-top: #e7e7e7 2px solid;
  padding-top: 20px;
}
footer #copyright {
  font-size: 75%;
  margin-top: 45px;
}

nav {
  width: 100%;
}

nav ol.breadcrumbs {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  padding: 15px 15px 0;
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
  font-size: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  nav ol.breadcrumbs {
    font-size: 75%;
  }
}

nav ol.breadcrumbs li {
  display: inline;
}

nav ol.breadcrumbs li::after {
  content: '/';
  padding: 0 5px;
}

nav ol.breadcrumbs li:last-child::after {
  display: none;
  padding-right: 0;
}

nav ol.breadcrumbs li a:hover {
  opacity: .4;
}

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

.modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.modal .modal-content {
  background-color: #fff;
  height: 92%;
  bottom: 0;
  left: 50%;
  width: 768px;
  margin-left: -384px;
  padding: 25px 15px 0;
  position: absolute;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .modal .modal-content {
    width: 94%;
    margin-left: -47%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal .modal-content p {
  font-weight: bold;
}

.modal .modal-content p i {
  margin-right: 5px;
}

.modal .modal-content p.title-modal {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: #333 1px solid;
}

.modal .modal-content p.subtitle-modal {
  text-align: left;
  margin-bottom: 5px;
  font-size: 90%;
}

.modal .modal-content p.notice-modal {
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 90%;
}

.modal .modal-content p a {
  text-decoration: underline;
}

.modal .modal-content button.button-sns i {
  color: #fff;
}

.modal .modal-content ul.modal-gallery,
.modal .modal-content ul.category {
  list-style: none;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (min-width: 600px) {
  .modal .modal-content ul.modal-gallery,
  .modal .modal-content ul.category {
    height: 90%;
  }
}
@media screen and (max-width: 599px) {
  .modal .modal-content ul.modal-gallery,
  .modal .modal-content ul.category {
    height: 88%;
  }
}
@media screen and (min-width: 600px) {
  .modal .modal-content ul.modal-gallery li,
  .modal .modal-content ul.category li {
    width: calc(100% / 4 - 4px);
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content ul.modal-gallery li,
  .modal .modal-content ul.category li {
    width: calc(100% / 3 - 4px);
  }
}
.modal .modal-content ul.modal-gallery li a,
.modal .modal-content ul.category li a {
  display: block;
}

.modal .modal-content ul.modal-gallery li a:hover,
.modal .modal-content ul.category li a:hover {
  opacity: .4;
}
.modal .modal-content ul.modal-gallery li {
  margin: 0 2px 5px;
}
.modal .modal-content ul.category li {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .modal .modal-content ul.category li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content ul.category li {
    width: calc(100% / 2);
  }
}
.modal .modal-content ul.category li a {
  padding: 10px 0;
}
.modal .modal-content ul.modal-gallery-search {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.modal .modal-content ul.modal-gallery-search li {
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .modal .modal-content ul.modal-gallery-search li {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 599px) {
  .modal .modal-content ul.modal-gallery-search li {
    width: calc(100% / 2);
  }
}

.modal .modal-content ul.modal-gallery-search li img {
  width: 100%;
  height: auto;
}

.modal .modal-content ul.modal-gallery-search li p {
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 600px) {
  .modal .modal-content ul.modal-gallery-search li p {
    font-size: 80%;
  }
}
@media screen and (max-width: 599px) {
  .modal .modal-content ul.modal-gallery-search li p {
    font-size: 95%;
  }
}
.modal .modal-content ul.modal-gallery .inner,
.modal .modal-content ul.modal-gallery-search .inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 0;
}
.modal .modal-content ul.modal-gallery .inner:before,
.modal .modal-content ul.modal-gallery-search .inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal .modal-content ul.modal-gallery .inner img,
.modal .modal-content ul.modal-gallery-search .inner img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.modal .modal-content .modal-close {
  width: 96%;
  position: absolute;
  top: -40px;
  font-size: 200%;
  line-height: 0;
  text-align: right;
}

.modal .modal-content .modal-close a {
  color: #fff;
}

.modal .modal-content .price-slider {
  margin: 0 0 30px;
}

.modal .modal-content .price-slider #slider {
  margin: 15px auto 20px;
}
@media screen and (min-width: 600px) {
  .modal .modal-content .price-slider #slider {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .modal .modal-content .price-slider #slider {
    width: 90%;
  }
}

.modal .modal-content .price-slider #slider .noUi-handle:after,
.modal .modal-content .price-slider #slider .noUi-handle:before {
  background: none;
}

.modal .modal-content .price-slider .noUi-base .noUi-connect {
  background: #ff5993;
}

.modal .modal-content .price-slider .noUi-base .noUi-handle {
  width: 24px;
  height: 24px;
  border: solid 4px #ff5993;
  background: #fff;
  box-shadow: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: -4px;
  cursor: pointer;
}

.modal .modal-content .price-slider .noUi-target {
  box-shadow: none;
}

.modal .modal-content .price-slider ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.modal .modal-content .price-slider ul li {
  display: flex;
  align-items: flex-end;
  margin: 0 5px;
}

.modal .modal-content .price-slider ul li input {
  border: solid 1px #ddd;
  margin-right: 3px;
  padding: 8px;
}

.modal .modal-content .price-slider input[type="number"] {
  width: 7em;
}

@keyframes Slide-up {
  0% {
    opacity: 0;
    transform: translateY(90%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes Slide-down {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(90%);
  }
}

.modal .slide-up {
  animation: Slide-up .5s ease-in-out forwards;
}

.modal .slide-down {
  animation: Slide-down .5s ease-in-out forwards;
}

.modal .modal-content-tips {
  background-color: #fff;
  height: auto;
  left: 50%;
  padding: 25px;
  position: absolute;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1000;
}
@media screen and (min-width: 600px) {
  .modal .modal-content-tips {
    top: 200px;
    width: 624px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .modal .modal-content-tips {
    top: 50%;
    width: 94%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

.modal .modal-content-tips h3 {
  font-size: 100%;
  margin-bottom: 10px;
  color: #ff5993;
}

.modal .modal-content-tips h3 i {
  margin-right: 5px;
}

.modal .modal-content-tips .modal-close {
  position: absolute;
  top: -40px;
  font-size: 200%;
  line-height: 0;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .modal .modal-content-tips .modal-close {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .modal .modal-content-tips .modal-close {
    width: 90%;
  }
}

.modal .modal-content-tips .modal-close a {
  color: #fff;
}

.iphone ul.modal-gallery,
.iphone ul.category {
  height: 72% !important;
}

input[type='text'],
textarea,
select {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

input[type='text']:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

label {
  display: block;
  position: relative;
  padding-left: 1.2em;
}

label input[type='radio'] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.3em) 0.9em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}

.input-post-title {
  margin-bottom: 15px;
}

.input-post-text {
  min-height: 10em;
}

.input-post-search,
input[type='text'] {
  margin-bottom: 20px;
}

.list-shop-search {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.list-shop-search div {
  line-height: 0;
  padding: 0 10px;
}

.list-shop-search div img {
  width: 80px;
  height: 40px;
}

.form-content {
  padding: 30px 40px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .form-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-content p {
  font-weight: bold;
}

.form-content p i {
  margin-right: 5px;
}

.form-content p.title-form {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: #333 1px solid;
}

.form-content p.subtitle-form {
  text-align: left;
  margin-bottom: 5px;
  font-size: 90%;
}

.form-content p a {
  text-decoration: underline;
}

.form-content button.button-sns i {
  color: #fff;
}

.btn {
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: auto;
  position: relative;
}

.btn i {
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn a {
  display: block;
  border-radius: 10px;
  padding: 15px 10px;
  color: #fff !important;
}

.btn.btn-rakuten a {
  background-color: #bf0000;
}

.btn.btn-amazon a {
  background-color: #ff9900;
}
.btn.btn-shop a {
  background-color: #ea7070;
}

.button-entry {
  text-align: center;
  width: 400px;
  font-size: 90%;
  margin: 0 auto 30px;
  border-radius: 5px;
  padding: 20px 10px;
  display: block;
  background-color: #ff5993;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .button-entry {
    width: 90%;
  }
}
.button-entry img {
  position: absolute;
  top: -15px;
  right: 10px;
  width: 55px;
}

@media screen and (max-width: 599px) {
  .button-entry img {
    width: 50px;
  }
}
.button-entry i {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-link {
  text-align: center;
  width: 400px;
  font-size: 90%;
  margin: 40px auto;
  border-radius: 5px;
  background-color: #ff5993;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .button-link {
    width: 100%;
  }
}
.button-link a:link,
.button-link a:visited {
  padding: 20px 10px;
  display: block;
  color: #fff;
}
.button-link i {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-search {
  text-align: center;
  width: 200px;
  font-size: 90%;
  margin: 0 auto 30px;
  border-radius: 5px;
  border: #ccc 1px solid;
  padding: 10px;
  display: block;
  background-color: #f5f5f5;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .button-search {
    width: 50%;
  }
}
.button-search i {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-twitter {
  text-align: center;
  width: 400px;
  font-size: 90%;
  margin: 0 auto 20px;
  border-radius: 5px;
  padding: 20px 10px;
  display: block;
  background-color: #00aced;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .button-twitter {
    width: 90%;
  }
}
.button-twitter i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button-twitter:hover {
  background-color: #34c0f5 !important;
  opacity: inherit !important;
}

.button-line {
  text-align: center;
  width: 400px;
  font-size: 90%;
  margin: 0 auto 20px;
  border-radius: 5px;
  padding: 20px 10px;
  display: block;
  background-color: #00C300;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .button-line {
    width: 90%;
  }
}
.button-line .icon {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button-line .icon img {
  width: 100%;
}
.button-line:hover {
  background-color: #00E000 !important;
  opacity: inherit !important;
}

.button-search-select,
.button-search-detail {
  text-align: center;
  font-size: 75%;
  margin-top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .button-search-select,
  .button-search-detail {
    font-size: 80%;
  }
}

.button-search-select i,
.button-search-detail i {
  margin-right: 5px;
}

.button-search-select a,
.button-search-detail a {
  display: block;
  border-radius: 5px;
  border: #ccc 1px solid;
}

.button-search-select a {
  padding: 10px 0;
  background-color: #f5f5f5;
}

.button-search-detail {
  margin-bottom: 15px;
}

.button-search-detail a {
  padding: 4px 0;
}

button:hover,
.btn:hover,
.button-link:hover,
.button-search-select:hover,
.button-search-detail:hover {
  opacity: .4;
}

.title-article .update {
  font-size: 70%;
  margin-top: 15px;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .title-article .update {
    font-size: 85%;
  }
}

.title-article .update span.view {
  color: #f2d230;
  border: 1px solid #f2d230;
  margin-left: 5px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 80%;
  border-radius: 15px;
}

.area-share-title {
  margin-top: 5px;
}

.area-share-title ul.list-share-title {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.area-share-title ul.list-share-title li {
  font-size: 35px;
  margin-right: 15px;
  line-height: 0;
}

.area-share-title ul.list-share-title li a:hover {
  opacity: .4;
}

ul.list-link a {
  text-decoration: underline;
}

ul.list-link p.title-list-Link {
  margin-bottom: 0.5em;
}

ul.list-link li {
  margin: 0 0 5px 20px;
}

.area-article h2.title-area-article {
  width: 100%;
  padding-bottom: 15px;
  box-sizing: border-box;
  white-space: pre-wrap;
  position: relative;
}

.area-article h2.title-area-article:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
}

.area-article p.lead-area-article {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  white-space: pre-wrap;
}

.area-article ul.list-article {
  list-style: none;
  margin-top: 25px;
}

.area-article ul.list-article li {
  margin-bottom: 25px;
  overflow: hidden;
}

.area-article ul.list-article li .img-product {
  line-height: 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .area-article ul.list-article li .img-product {
    position: relative;
    width: 250px;
    height: 250px;
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .area-article ul.list-article li .img-product {
    width: 100%;
  }
}

.area-article ul.list-article li .img-product img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .area-article ul.list-article li .img-product img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .area-article ul.list-article li .img-product img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
  }
}

.area-article ul.list-article li h3.name-product {
  font-size: 100%;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .area-article ul.list-article li h3.name-product {
    width: calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    margin: 20px 30px 0 30px;
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .area-article ul.list-article li h3.name-product {
    width: 100%;
    margin: 5px 0 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .area-article ul.list-article li *::-ms-backdrop, .area-article ul.list-article li h3.name-product {
    height: 3em;
  }
}

.area-article ul.list-article li .img-product-select {
  margin-top: 10px;
  line-height: 0;
  float: left;
}
@media screen and (min-width: 600px) {
  .area-article ul.list-article li .img-product-select {
    width: 10%;
  }
}
@media screen and (max-width: 599px) {
  .area-article ul.list-article li .img-product-select {
    width: 20%;
  }
}

.area-article ul.list-article li .img-product-select img {
  max-width: 100%;
}

.area-article ul.list-article li h3.name-product-select {
  font-size: 100%;
  font-weight: normal;
  margin: 10px 20px 0 0;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .area-article ul.list-article li h3.name-product-select {
    width: -webkit-calc(90% - 20px);
    width: calc(90% - 20px);
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 599px) {
  .area-article ul.list-article li h3.name-product-select {
    width: -webkit-calc(80% - 20px);
    width: calc(80% - 20px);
    -webkit-line-clamp: 3;
  }
}

.area-article ul.list-article li .area-btn {
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .area-article ul.list-article li .area-btn {
    margin: 30px 10px 0 20px;
    width: calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    float: left;
  }
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li .area-btn {
    margin: 20px 10px 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.area-article ul.list-article li .area-btn .btn:last-child {
  margin-top: 15px;
}

.area-article ul.list-article li .area-review-product {
  display: inline-block;
}

.area-article ul.list-article li .area-review-product .review-product {
  overflow: hidden;
}

.area-article ul.list-article li .area-review-product .review-product p.review {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  float: right;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 12px;
  padding: 10px 15px 10px;
  border: 1px solid #666;
  position: relative;
  margin: 0 0 0 13px;
  font-size: 85%;
}

.area-article ul.list-article li .area-review-product .review-product p.review:before {
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  top: 12px;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
}

.area-article ul.list-article li .area-review-product .review-product p.review:after {
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #666 transparent transparent;
  content: "";
  position: absolute;
  top: 11px;
  left: -9px;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
}

.area-article ul.list-article li .area-review-product .review-product i {
  width: 47px;
  float: left;
  color: #d4d4d4;
  font-size: 47px;
}
.area-article ul.list-article li .area-review-product .review-product img {
  max-width: 47px;
  height: auto;
  float: left;
  border-radius: 50%;
}
.area-article ul.list-article li .input-post-review-product {
  width: 100%;
  display: inline-block;
}

.area-article ul.list-article li .input-post-review-product .review-product {
  width: 100%;
  overflow: hidden;
}

.area-article ul.list-article li .input-post-review-product .review-product .review {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  float: right;
  position: relative !important;
  margin: 0 0 0 10px;
}

.area-article ul.list-article li .input-post-review-product .review-product .review:before {
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
}

.area-article ul.list-article li .input-post-review-product .review-product .review:after {
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #ccc transparent transparent;
  content: "";
  position: absolute;
  top: 11px;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
}

.area-article ul.list-article li .input-post-review-product .review-product i {
  width: 40px;
  float: left;
  color: #f2d230;
  font-size: 40px;
}
.area-article ul.list-article li .input-post-review-product .review-product img {
  max-width: 40px;
  height: auto;
  float: left;
  border-radius: 50%;
}
.area-article ul.list-article li:last-child {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.area-article ul.list-article li.area-product {
  border: #ccc 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 5px #999;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li.area-product {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li.area-product h3.name-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.area-article ul.list-article .rank-granking {
  width: 100%;
  overflow: hidden;
}

.area-article ul.list-article .rank-granking span {
  padding: 5px 20px;
  font-size: 105%;
  background-color: #ff5993;
  color: #fff;
}

.area-article ul.list-article .area-product-granking {
  border: #ccc 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 5px #999;
  position: relative;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article .area-product-granking {
    padding-bottom: 20px;
  }
}

.area-article ul.list-article .area-product-granking .rank-granking {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article .area-product-granking h3.name-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.area-article dl.link-granking {
  margin-top: 15px;
}

.area-article dl.link-granking dt {
  display: inline-block;
  font-size: 80%;
  padding: 2px 5px;
  margin-right: 10px;
  background-color: #666;
  color: #fff;
  float: left;
}

.area-article dl.link-granking dd {
  width: 100%;
  margin-top: 5px;
}

.area-article dl.link-granking dd a {
  text-decoration: underline;
}

.area-article dl.link-granking dd.view {
  text-align: right;
}

.area-article dl.link-granking dd.view span {
  color: #f2d230;
  border: 1px solid #f2d230;
  margin: 0 0 0 auto;
  display: inline-block;
  padding: 2px 10px;
  font-size: 80%;
  border-radius: 15px;
}

#area-granking .area-review-product .review-product p.review {
  float: left;
  margin: 0 13px 0 0;
}
@media screen and (min-width: 600px) {
  #area-granking .area-review-product .review-product p.review {
    width: 564px;
  }
}
@media screen and (max-width: 599px) {
  #area-granking .area-review-product .review-product p.review {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

#area-granking .area-review-product .review-product p.review:before {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: inherit;
  right: -8px;
}

#area-granking .area-review-product .review-product p.review:after {
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #666;
  content: "";
  left: inherit;
  right: -9px;
}

p.lead-main {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #e7e7e7 2px solid;
}

ul.list-pickup {
  list-style: none;
  overflow: hidden;
}

ul.list-pickup p {
  font-weight: bold;
}

ul.list-pickup p.title-pickup {
  margin-top: 20px;
  padding-top: 15px;
  border-top: #e7e7e7 2px solid;
}
ul.list-pickup .area-sort-pickup {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  ul.list-pickup .area-sort-pickup {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 599px) {
  ul.list-pickup .area-sort-pickup {
    flex-direction: row;
    margin-top: 10px;
  }
}
ul.list-pickup .area-sort-pickup div:last-child {
  padding-left: 10px;
}
ul.list-pickup .area-sort-pickup .selectbox {
  text-align: right;
}
@media screen and (min-width: 600px) {
  ul.list-pickup .area-sort-pickup .selectbox {
    width: 160px;
    font-size: 75%;
  }
}
@media screen and (max-width: 599px) {
  ul.list-pickup .area-sort-pickup .selectbox {
    width: 50%;
    font-size: 85%;
  }
}
ul.list-pickup .area-sort-pickup .selectbox select {
  padding: 2px 5px;
  box-sizing: border-box;
  background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), calc(100% - 1.5em) 0.25em;
  background-size: 3px 3px, 5px 5px, 1px 1.5em;
}
@media screen and (min-width: 600px) {
  ul.list-pickup .area-sort-pickup .selectbox select {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  ul.list-pickup .area-sort-pickup .selectbox select {
    width: -webkit-calc(100% - 4.5em);
    width: calc(100% - 4.5em);
  }
}
ul.list-pickup li {
  border-bottom: #ccc 1px dotted;
}

ul.list-pickup li .thumb {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 15px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

ul.list-pickup li .thumb img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
ul.list-pickup li .thumb p.release,
ul.list-pickup li .thumb p.draft {
  width: 100%;
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: normal;
  font-size: 85%;
  text-align: center;
}
ul.list-pickup li .thumb p.release {
  background-color: #ff5993;
  color: #fff;
}
ul.list-pickup li .thumb p.draft {
  background-color: #ddd;
}
ul.list-pickup li .title {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  ul.list-pickup li .title {
    font-size: 80%;
  }
}
@media screen and (max-width: 599px) {
  ul.list-pickup li .title {
    font-size: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  ul.list-pickup li *::-ms-backdrop, ul.list-pickup li .title {
    height: 4.5em;
  }
}
ul.list-pickup li .date {
  width: 100%;
  clear: both;
  font-size: 65%;
  text-align: right;
}
@media screen and (min-width: 600px) {
  ul.list-pickup li .date {
    padding-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  ul.list-pickup li .date {
    padding-top: 10px;
  }
}

ul.list-pickup li a {
  display: block;
  padding: 15px 0;
  overflow: hidden;
}

ul.list-pickup li a:hover {
  opacity: 0.6;
}

.swiper-container.slider1 {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .swiper-container.slider1 {
    width: 704px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-container.slider1 {
    width: 100%;
  }
}

.swiper-container.slider1 .swiper-slide {
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .swiper-container.slider1 .swiper-slide {
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  .swiper-container.slider1 .swiper-slide {
    height: 300px;
  }
}
.swiper-container.slider1 .swiper-slide img {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .swiper-container.slider1 .swiper-slide img {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-container.slider1 .swiper-slide img {
    height: 300px;
  }
}

.swiper-container.slider1 .swiper-button-prev,
.swiper-container.slider1 .swiper-button-next {
  cursor: pointer;
  outline: none;
  opacity: .85;
}

@media screen and (max-width: 599px) {
  .swiper-container.slider1 .swiper-button-prev,
  .swiper-container.slider1 .swiper-button-next {
    display: none;
  }
}

.swiper-container.slider1 .swiper-button-next:after,
.swiper-container.slider1 .swiper-button-prev:after {
  color: #666;
  font-size: 250%;
  font-weight: bold;
}

.swiper-container.slider1 .swiper-button-prev {
  left: 100px;
}

.swiper-container.slider1 .swiper-button-next {
  right: 100px;
}

@media all and (-ms-high-contrast: none) {
  .swiper-container.slider1 *::-ms-backdrop, .swiper-container.slider1 .swiper-button-next:after, .swiper-container.slider1 .swiper-button-prev:after {
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    margin-top: -35px;
  }
  .swiper-container.slider1 *::-ms-backdrop, .swiper-container.slider1 .swiper-button-next:after {
    content: "\f054";
  }
  .swiper-container.slider1 *::-ms-backdrop, .swiper-container.slider1 .swiper-button-prev:after {
    content: "\f053";
  }
}

.swiper-container.slider1 .swiper-pagination-fraction {
  width: inherit;
  left: 8px;
}
@media screen and (min-width: 600px) {
  .swiper-container.slider1 .swiper-pagination-fraction {
    font-size: 55%;
    bottom: 13px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-container.slider1 .swiper-pagination-fraction {
    font-size: 65%;
    bottom: 12px;
  }
}

.swiper-container.slider1 .link-gallery {
  position: absolute;
  width: 80px;
  box-sizing: border-box;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666;
  line-height: 0;
  font-size: 120%;
  text-align: right;
  border-radius: 20px;
  z-index: 10;
  opacity: 0.85;
}

.swiper-container.slider1 .link-gallery a {
  color: #fff;
  display: block;
  padding: 4px 10px;
}

.area-product {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .area-product h2 {
    margin-left: 15px;
  }
}

.area-product .swiper-container.slider2 {
  height: auto;
}
@media screen and (min-width: 600px) {
  .area-product .swiper-container.slider2 {
    width: 644px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .area-product .swiper-container.slider2 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
}

.area-product .swiper-container.slider2 ul.list-product {
  width: 100%;
  margin-top: 10px;
  list-style: none;
  display: flex;
  height: inherit;
}

.area-product .swiper-container.slider2 ul.list-product li {
  padding: 10px 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  height: inherit;
}

.area-product .swiper-container.slider2 ul.list-product li h3.name-list-product {
  font-size: 85%;
  margin: 10px 0 20px;
  font-weight: normal;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.area-product .swiper-container.slider2 ul.list-product li .img-list-product {
  height: 170px;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .area-product .swiper-container.slider2 ul.list-product li .img-list-product {
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .area-product .swiper-container.slider2 ul.list-product li .img-list-product {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
}

.area-product .swiper-container.slider2 ul.list-product li .img-list-product img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 599px) {
  .area-product .swiper-container.slider2 ul.list-product li .img-list-product img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.area-product .swiper-container.slider2 ul.list-product li .area-btn .btn {
  font-size: 80%;
}

.area-product .swiper-container.slider2 ul.list-product li .area-btn .btn:last-child {
  margin-top: 10px;
}

.area-product .swiper-button-prev {
  left: 0;
}

.area-product .swiper-button-next {
  right: 0;
}

.area-product .swiper-button-prev,
.area-product .swiper-button-next {
  width: 20px;
  background-color: #666;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  .area-product .swiper-button-prev,
  .area-product .swiper-button-next {
    display: none;
  }
}

.area-product .swiper-button-next:after,
.area-product .swiper-button-prev:after {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .area-product *::-ms-backdrop, .area-product .swiper-button-prev, .area-product .swiper-button-next {
    height: 44px;
  }
  .area-product *::-ms-backdrop, .area-product .swiper-button-next:after, .area-product .swiper-button-prev:after {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }
  .area-product *::-ms-backdrop, .area-product .swiper-button-next:after {
    content: "\f054";
  }
  .area-product *::-ms-backdrop, .area-product .swiper-button-prev:after {
    content: "\f053";
  }
}

.area-share,
.area-share-footer {
  margin: 0 auto;
}
.area-share p,
.area-share-footer p {
  text-align: center;
}
.area-share ul.list-share,
.area-share-footer ul.list-share {
  list-style: none;
  display: flex;
  justify-content: center;
}
.area-share ul.list-share li,
.area-share-footer ul.list-share li {
  font-size: 300%;
  margin: 10px 15px;
  line-height: 1;
}
.area-share ul.list-share li a:hover,
.area-share-footer ul.list-share li a:hover {
  opacity: .4;
}
.area-share ul.list-share li.instagram-share-button,
.area-share-footer ul.list-share li.instagram-share-button {
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
  margin-top: 13px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 599px) {
  .area-share ul.list-share li.instagram-share-button,
  .area-share-footer ul.list-share li.instagram-share-button {
    margin-top: 12px;
    width: 37px;
    height: 37px;
  }
}
.area-share ul.list-share li.instagram-share-button:before,
.area-share-footer ul.list-share li.instagram-share-button:before {
  content: '';
  position: absolute;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  top: 50%;
  left: 50%;
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 599px) {
  .area-share ul.list-share li.instagram-share-button:before,
  .area-share-footer ul.list-share li.instagram-share-button:before {
    width: 37px;
    height: 37px;
  }
}
.area-share ul.list-share li.instagram-share-button:hover,
.area-share-footer ul.list-share li.instagram-share-button:hover {
  opacity: .4;
}
.area-share ul.list-share li .fa-instagram,
.area-share-footer ul.list-share li .fa-instagram {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 34px;
  line-height: 41px;
}
@media screen and (max-width: 599px) {
  .area-share ul.list-share li .fa-instagram,
  .area-share-footer ul.list-share li .fa-instagram {
    font-size: 31px;
    line-height: 37px;
  }
}

p.link-more {
  padding-top: 5px;
  text-align: right;
  clear: both;
}
@media screen and (min-width: 600px) {
  p.link-more {
    font-size: 70%;
  }
}
@media screen and (max-width: 599px) {
  p.link-more {
    font-size: 85%;
  }
}

p.link-more a {
  text-decoration: underline;
}

p.link-more a:hover {
  opacity: .4;
}

p.link-more i {
  margin-left: 0.25em;
}

.view-preview {
  width: 100%;
  padding: 15px 20px;
  background-color: #000;
  position: fixed;
  bottom: 0;
  z-index: 10;
  opacity: .85;
  color: #fff;
}
.view-preview div {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .view-preview div {
    width: 1000px;
  }
}
@media screen and (max-width: 599px) {
  .view-preview div {
    width: 100%;
  }
}

.view-preview .link-view-preview {
  display: flex;
  justify-content: space-between;
}

.view-preview .link-view-preview p {
  width: 50%;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0 0;
}
@media screen and (max-width: 599px) {
  .view-preview .link-view-preview p {
    font-size: 100%;
  }
}

.view-preview .link-view-preview p:last-child {
  text-align: right;
}

.view-preview .link-view-preview p:last-child i {
  margin: 0 0 0 5px;
}
.view-preview .link-view-preview p i {
  margin: 0 5px 0 0;
}
.view-preview .link-view-preview p a {
  color: #fff;
  text-decoration: underline;
}

.view-preview .link-view-preview p a:hover {
  opacity: .4;
}

.area-article ul.list-article li .input-post-register {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 70%;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li .input-post-register {
    font-size: 75%;
  }
}

.area-article ul.list-article li .input-post-register i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.area-article ul.list-article li .input-post-register p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.area-article ul.list-article li .input-post-register:hover {
  opacity: .4;
}

.area-article ul.list-article li .input-post-replace {
  width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.area-article ul.list-article li .input-post-replace div {
  width: 160px;
  margin-top: 5px;
  text-align: center;
  font-size: 75%;
  clear: both;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li .input-post-replace div {
    font-size: 80%;
    padding-top: 10px;
  }
}

.area-article ul.list-article li .input-post-replace div a {
  display: block;
  padding: 7px 0;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
}

.area-article ul.list-article li .input-post-replace div a i {
  margin-right: 5px;
}

.area-article ul.list-article li .input-post-replace div a:hover {
  opacity: .4;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li .input-post-replace {
    width: 100%;
  }
  .area-article ul.list-article li .input-post-replace div {
    width: 45%;
  }
}

.area-article ul.list-article li .input-post-replace-granking {
  width: 140px;
  margin: auto;
  text-align: center;
  font-size: 75%;
  clear: both;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .area-article ul.list-article li .input-post-replace-granking {
    font-size: 80%;
    padding-top: 10px;
  }
}

.area-article ul.list-article li .input-post-replace-granking a {
  display: block;
  padding: 7px 0;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
}
.area-article ul.list-article li .input-post-replace-granking a i {
  margin-right: 5px;
}
.area-article ul.list-article li .input-post-replace-granking a:hover {
  opacity: 0.4;
}
.area-article ul.list-article li .direct-item-select {
  text-align: center;
}
.area-article ul.list-article li .direct-item-select p {
  margin-top: 10px;
  text-decoration: underline;
}
.area-article ul#sortlist li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .area-article ul#sortlist li {
    padding-left: 25px;
    padding-right: 30px;
  }
}

.area-article ul#sortlist li i.fa-arrows-alt-v {
  position: absolute;
  font-size: 25px;
  top: 50%;
  margin-top: -25px;
  left: 5px;
  cursor: grab;
}

@media screen and (max-width: 767px) {
  .area-article ul#sortlist li i.fa-arrows-alt-v {
    left: 0;
  }
}

.area-article ul#sortlist li button.remove {
  right: 5px;
}

@media screen and (max-width: 767px) {
  .area-article ul#sortlist li button.remove {
    right: 0;
  }
}

.area-post h2.title-area-post {
  width: 100%;
  background-color: #ff5993;
  color: #fff;
  font-size: 85% !important;
  box-sizing: border-box;
  padding: 5px 10px;
}

.description-post {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

.description-post i {
  margin-right: 5px;
}

.description-post .icon-tips {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 70%;
}

@media screen and (max-width: 599px) {
  .description-post .icon-tips {
    font-size: 80%;
  }
}

.description-post .icon-tips a {
  color: #ff5993;
}

.description-post .icon-tips i {
  font-size: 150%;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.description-post .icon-tips:hover {
  opacity: .4;
}

.area-slide {
  height: -webkit-calc(99% - 57px);
  height: calc(99% - 57px);
  overflow-y: auto;
}

ul.list-item {
  list-style: none;
}

ul.list-item li {
  border-bottom: #ccc 1px dotted;
}

ul.list-item li .thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

ul.list-item li .thumb img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

ul.list-item li .title {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 80%;
}

@media screen and (max-width: 599px) {
  ul.list-item li .title {
    font-size: 95%;
  }
}

ul.list-item li a {
  display: block;
  padding: 15px 0;
  overflow: hidden;
}

.area-notice-post {
  width: 45%;
  max-width: 180px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  z-index: 10;
  opacity: .8;
  font-size: 80%;
  text-align: center;
  padding: 10px 0;
}

.area-notice-post strong {
  font-size: 130%;
}

ul.menu-category {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  list-style: none;
  font-size: 85%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  ul.menu-category {
    padding-bottom: 0;
  }
}

ul.menu-category li {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  ul.menu-category li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  ul.menu-category li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  ul.menu-category li:nth-child(n+3) {
    display: none;
  }
}

ul.menu-category li:last-child {
  float: right;
  display: block;
}

ul.menu-category li:last-child i {
  margin-left: 5px;
}

ul.menu-category li a {
  display: block;
}

ul.menu-category li a:hover {
  opacity: .4;
}

.area-sort {
  margin-top: 10px;
  padding-right: 15px;
  text-align: right;
  font-size: 85%;
}

@media screen and (max-width: 600px) {
  .area-sort {
    font-size: 90%;
  }
}

.area-sort a.active {
  font-size: 105%;
  font-weight: bold;
}

.area-sort a:hover {
  opacity: .4;
}

ul.list-article-top {
  list-style: none;
}

ul.list-article-top li.list-article-style01,
ul.list-article-top li.list-article-style02 {
  padding: 25px 40px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  ul.list-article-top li.list-article-style01,
  ul.list-article-top li.list-article-style02 {
    padding: 20px 15px 15px;
  }
}

ul.list-article-top li.list-article-style01:last-child,
ul.list-article-top li.list-article-style02:last-child {
  margin-bottom: 0;
}

ul.list-article-top li.list-article-style01 h3.title-area-article-top,
ul.list-article-top li.list-article-style02 h3.title-area-article-top {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-bottom: 5px;
}

ul.list-article-top li.list-article-style01 .img-area-article-top,
ul.list-article-top li.list-article-style02 .img-area-article-top {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

ul.list-article-top li.list-article-style01 p.lead-area-article-top,
ul.list-article-top li.list-article-style02 p.lead-area-article-top {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow-wrap: break-word;
}

ul.list-article-top li.list-article-style01 a,
ul.list-article-top li.list-article-style02 a {
  display: block;
}

ul.list-article-top li.list-article-style01 a:hover,
ul.list-article-top li.list-article-style02 a:hover {
  opacity: 0.6;
}

ul.list-article-top li.list-article-style01 h3.title-area-article-top {
  width: 100%;
}

ul.list-article-top li.list-article-style01 .img-area-article-top {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  ul.list-article-top li.list-article-style01 .img-area-article-top {
    height: 150px;
  }
}

ul.list-article-top li.list-article-style01 .img-area-article-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

ul.list-article-top li.list-article-style02 h3.title-area-article-top {
  width: 90%;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  ul.list-article-top li.list-article-style02 h3.title-area-article-top {
    width: 80%;
  }
}

ul.list-article-top li.list-article-style02 .img-area-article-top {
  width: 10%;
  height: auto;
  float: right;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  ul.list-article-top li.list-article-style02 .img-area-article-top {
    width: 20%;
  }
}

ul.list-article-top li.list-article-style02 .img-area-article-top img {
  max-width: 100%;
}

ul.list-article-top li.list-article-style02 .detail-creator {
  font-size: 95%;
}

.area-profile-creator-mypage {
  overflow: hidden;
}

.area-profile-creator-mypage .detail-creator {
  width: 150px;
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .area-profile-creator-mypage .detail-creator {
    width: 40%;
    margin-right: 10px;
  }
}

.area-profile-creator-mypage .detail-creator .thumb {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}

.area-profile-creator-mypage .detail-creator .thumb i {
  font-size: 70px;
  color: #f2d230;
}
.area-profile-creator-mypage .detail-creator .thumb img {
  max-width: 70px;
  height: auto;
}

.area-profile-creator-mypage .detail-creator .name-creator {
  font-weight: bold;
  word-break: break-all;
  overflow-wrap: break-word;
}

.area-profile-creator-mypage .detail-creator .job-creator {
  font-size: 80%;
  word-break: break-all;
  overflow-wrap: break-word;
}

.area-profile-creator-mypage .detail-creator .edit-biography-creator {
  margin-top: 10px;
  text-align: center;
}

.area-profile-creator-mypage .detail-creator .edit-biography-creator p {
  margin: 0 25px;
}

.area-profile-creator-mypage .detail-creator .edit-biography-creator p a {
  font-size: 80%;
  display: block;
  padding: 2px 0;
  border: #ccc 1px solid;
  background-color: #f5f5f5;
  border-radius: 20px;
}

.area-profile-creator-mypage .detail-creator .edit-biography-creator p a i {
  margin-right: 5px;
}

.area-profile-creator-mypage .detail-creator .edit-biography-creator p a:hover {
  opacity: .4;
}

.area-profile-creator-mypage .biography-creator {
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px);
  word-break: break-all;
  overflow-wrap: break-word;
  float: left;
}

@media screen and (max-width: 767px) {
  .area-profile-creator-mypage .biography-creator {
    width: -webkit-calc(60% - 10px);
    width: calc(60% - 10px);
  }
}

.area-profile-creator-mypage .biography-creator p {
  white-space: pre-wrap;
}

.area-profile-creator-mypage .biography-creator ul.link-creator {
  width: 100%;
  margin-top: 10px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.area-profile-creator-mypage .biography-creator ul.link-creator li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .area-profile-creator-mypage .biography-creator ul.link-creator li {
    margin-left: 15px;
  }
}

.area-profile-creator-mypage .biography-creator ul.link-creator li i {
  font-size: 200%;
  color: #666;
}

@media screen and (max-width: 767px) {
  .area-profile-creator-mypage .biography-creator ul.link-creator li i {
    font-size: 240%;
  }
}

.area-profile-creator-mypage .biography-creator ul.link-creator li a:hover {
  opacity: .4;
}

.area-guide {
  width: 100%;
  position: relative;
}
.area-guide .detail-area-guide {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 5px 1px #ccc;
}
.area-guide .detail-area-guide .img-guide {
  width: 250px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 0;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .area-guide .detail-area-guide .img-guide {
    width: 100%;
    float: inherit;
  }
}
.area-guide .detail-area-guide .img-guide img {
  width: auto;
  height: 330px;
  margin-left: -80px;
}
@media screen and (max-width: 600px) {
  .area-guide .detail-area-guide .img-guide img {
    width: 100%;
    height: auto;
    margin-left: inherit;
  }
}
.area-guide .detail-area-guide h2.title-area-guide {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  margin: 0;
  padding: 25px 20px 0 30px;
  box-sizing: border-box;
  color: #04adbf;
  font-size: 130% !important;
  float: left;
}
@media screen and (max-width: 600px) {
  .area-guide .detail-area-guide h2.title-area-guide {
    width: 100%;
    padding: 25px 20px 0;
    font-size: 100%;
    float: inherit;
  }
}
.area-guide .detail-area-guide p.lead-area-guide {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  margin: 0;
  padding: 20px 20px 25px 30px;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 600px) {
  .area-guide .detail-area-guide p.lead-area-guide {
    width: 100%;
    padding: 20px 20px 25px;
  }
}

ul.list-recommend {
  font-size: 118%;
  list-style: none;
  margin-bottom: 16px;
}
ul.list-recommend p {
  font-weight: bold;
  margin-bottom: 8px;
  color: #ff5993;
}
ul.list-recommend li {
  font-weight: bold;
  margin-bottom: 8px;
}
ul.list-recommend li i {
  color: #ff5993;
  margin-right: 8px;
}

h3.subtitle-area-article {
  border-left: #ccc 8px solid;
  padding-left: 0.5em;
}

span.highlight {
  background: linear-gradient(transparent 60%, #ffd1db 60%);
  font-weight: bold;
}

ol.list-contents {
  list-style: disc;
}
ol.list-contents p {
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: #ccc 1px dotted;
}
ol.list-contents li {
  margin-bottom: 4px;
  margin-left: 20px;
}
ol.list-contents ol {
  margin-left: 16px;
  list-style: disc;
}
ol.list-contents a:hover {
  opacity: 0.4;
}

p.notice-article {
  margin-top: 56px;
  font-size: 75%;
  background-color: #f5f5f5;
  padding: 4px 8px;
}
p.notice-article a {
  text-decoration: underline;
}

.validation-message {
  color: #e3342f;
  font-size: 0.8em;
  margin-bottom: 15px;
}
