:root {
  --main-color: #000000;
  --accent-color: #C3B365;
}

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

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

ins {
  background-color: transparent;
  color: #000;
  text-decoration: none
}

mark {
  background-color: transparent;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: none;
  cursor: default
}

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

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

input,
select {
  vertical-align: middle
}

* {
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*::-moz-selection {
  background: var(--main-color);
  color: #fff
}

*::selection {
  background: var(--main-color);
  color: #fff
}

html {
  background: #fff;
  font-size: 62.5%;
  height: 100%
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: application, 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: 'palt';
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #333;
  max-width: 100%;
  overflow: auto
}

input::-moz-selection {
  background: var(--main-color);
  color: #fff
}

input::selection {
  background: var(--main-color);
  color: #fff
}

input:focus {
  outline: none
}

textarea {
  font-size: 16px
}

input[type='button'],
input[type='submit'] {
  outline: none;
  cursor: pointer
}

input[type='password'],
input[type='email'] {
  ime-mode: disabled
}

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

input[type='text'],
input[type='password'],
input[type='email'],
select {
  font-size: 1.6rem
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-rendering: optimizeSpeed
}

ol,
ul,
li {
  list-style: none
}

em,
strong {
  font-style: normal;
  font-weight: normal
}

i {
  display: inline-block;
  font-style: normal
}

a {
  text-decoration: none;
  color: #333
}

a img:hover {
  opacity: .7
}

a:hover {
  color: var(--main-color)
}

aside {
  color: #333
}

time {
  color: #666
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

svg {
  display: inline-block;
  vertical-align: sub
}

picture {
  display: block
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(10px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(10px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(10px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(10px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.l-main {
  width: 1100px;
  margin: 0 auto;
  padding: 0 15px 15px;
  display: flex
}

.l-body {
  min-height: 100%
}

.l-breadcrumb__list {
  max-width: 1100px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px
}

.l-breadcrumb__item {
  padding: 9px 5px 9px 0;
  display: flex;
  align-items: center
}

.l-breadcrumb__item:nth-child(n + 2)::before {
  content: '';
  margin-right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  transform: rotate(45deg)
}

.l-breadcrumb__link {
  color: #666;
  display: flex;
  align-items: center
}

.l-breadcrumb__link:hover {
  text-decoration: underline
}

.l-breadcrumb__link:visited {
  color: #666
}

.l-contents {
  margin: 15px auto 0;
  width: 780px;
  padding-right: 30px;
  flex: 1 0 0%
}
/* スマホサイズ */
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    padding: 0 15px 15px
  }

  .l-contents {
    width: 100%;
    padding-right: 0
  }
}

.l-contents__heading {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2rem;
  padding: 15px 0
}

.l-contents__heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(204, 204, 204, 0.5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, 0.5) 50%, rgba(204, 204, 204, 0.5) 75%, transparent 75%, transparent);
  background-size: 4px 4px
}

.l-contents__heading::after {
  content: attr(data-subtitle) "";
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--main-color);
  margin-left: 5px;
  white-space: nowrap
}

.l-contents__title {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
  color: #C3B365;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 45px
}

.l-contents__sub {
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px
}

.l-footer {
  background-color: #f7f7f7;
  color: #666
}

.l-footer::before {
  content: '';
  background-image: linear-gradient(90deg, var(--accent-color) 3%, transparent 3%), linear-gradient(90deg, var(--main-color) 9%, transparent 9%), linear-gradient(90deg, var(--accent-color) 22%, transparent 22%);
  height: 5px;
  max-width: 1100px;
  display: block;
  margin: -5px auto 0
}

.l-footer__inner {
  padding: 30px 15px;
  display: flex;
  width: 1100px;
  margin: 0 auto
}

.l-footer__bottom {
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem
}

.l-footer__about {
  text-align: center;
  padding: 0 10px 10px;
  width: 300px;
  border-left: solid 1px #ccc
}

.l-footer__menu {
  flex: 1
}

.l-footer__menuTitle {
  font-weight: bold
}

.l-footer__description {
  text-align: left;
  margin-top: 20px;
  font-size: 1.2rem
}

.l-footer__lisence {
  margin: 20px auto 10px;
  font-size: 1rem
}

.l-footer__list {
  margin-top: 10px
}

.l-footer__item {
  position: relative;
  line-height: 3rem
}

.l-footer__item a {
  color: #666;
  font-size: 1.2rem
}

.l-footer__item a:hover {
  text-decoration: underline
}

.l-footer__item a::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 2px solid var(--main-color);
  border-top: 2px solid var(--accent-color);
  transform: rotate(45deg)
}

.l-footer__snsItem {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #fff;
  transition: all .3s ease;
  border-radius: 21px
}

.l-footer__snsItem+.l-footer__snsItem {
  margin-left: 10px
}

.l-footer__snsItem svg {
  transition: all ease .3s
}

.l-footer__snsItem svg:hover {
  opacity: .8
}

.l-footer__snsItem a {
  display: flex;
  justify-content: center;
  padding: 10px
}

.l-header {
  position: relative;
  background-color: #fff
}

.l-header__inner {
  display: flex;
  justify-content: flex-start;
  width: 1100px;
  margin: 0 auto;
  padding: 5px 15px
}

.l-header__title {
  display: flex;
  max-width: 300px;
  align-items: center;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #666
}

.l-header__menu {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center
}

.l-header__search {
  width: 300px;
  position: relative
}

.l-header__searchText {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  border: 1px solid #f7f7f7;
  font-size: 1.5rem;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  transition: all .3s ease
}

.l-header__searchText::-moz-placeholder {
  color: #bbb
}

.l-header__searchText:-ms-input-placeholder {
  color: #bbb
}

.l-header__searchText::placeholder {
  color: #bbb
}

.l-header__searchText:focus {
  outline: none;
  border: solid 1px #eee;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.28)
}

.l-header__searchButton {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  right: 5px;
  top: 7px;
  outline: none;
  border: none;
  cursor: pointer
}

.l-header__snsItem {
  padding: 10px;
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  transition: all .3s ease;
  background-color: #f7f7f7
}

.l-header__snsItem:hover {
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.28)
}

.l-header__snsItem--facebook svg {
  fill: #305097
}

.l-header__snsItem--twitter svg {
  fill: #55acee
}

.l-header__userList {
  font-size: 0
}

.l-header__userList li {
  display: inline-block;
  padding: 0
}

.l-header__userList li:first-child {
  margin-left: 10px
}

.l-header__userList li:hover {
  opacity: .8
}

.l-header__userItem {
  width: 70px;
  height: 42px;
  display: block;
  text-align: center;
  transition: all .3s ease
}

.l-header__userLabel {
  font-size: 1.2rem;
  color: #666
}

.l-header__profileImage {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  transition: all .3s ease;
  background-color: #f7f7f7
}

.l-header__profileImage:hover {
  box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.28)
}

.l-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: rgba(51, 51, 51, 0.28) 2px 4px 3px -2px;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  z-index: 5000
}

.l-navigation__list {
  margin: 0 auto;
  width: 1100px;
  text-align: center
}

.l-navigation__item {
  display: inline-block;
  line-height: 45px
}

.l-navigation__link {
  display: block;
  padding: 0 15px;
  position: relative
}

.l-navigation__link::after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease .3s width
}

.l-navigation__link:hover::after {
  width: 100%;
  border-bottom: solid 3px var(--main-color)
}

.l-navigation__link.is-active::after {
  width: 100%;
  border-bottom: solid 3px var(--main-color);
  transition: none
}

.l-pagination {
  padding-top: 30px
}

.l-pagination nav {
  text-align: center
}

.l-pagination nav .page {
  vertical-align: middle;
  font-size: 1.8rem;
  display: inline-block;
  border: solid 1px #ccc;
  text-align: center;
  min-width: 45px
}

.l-pagination nav .page:hover {
  border: solid 1px var(--main-color)
}

.l-pagination nav .page a {
  display: block;
  line-height: 42px;
  padding: 0 10px;
  color: #333
}

.l-pagination nav .page a:hover {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer
}

.l-pagination nav .page a:hover svg {
  fill: #fff
}

.l-pagination nav .page+.page {
  margin-left: 10px
}

.l-pagination nav .current {
  line-height: 42px;
  background-color: #f7f7f7;
  border: solid 1px #eee
}

.l-pagination nav .current:hover {
  background-color: #f7f7f7;
  border: solid 1px #eee
}

.l-pagination nav .prev {
  font-size: 1.5rem
}

.l-pagination nav .prev svg {
  transform: rotate(-90deg)
}

.l-pagination nav .next {
  font-size: 1.5rem
}

.l-pagination nav .next svg {
  transform: rotate(90deg)
}

.l-pagination nav .gap {
  display: none
}

.l-right-side {
  margin-top: 15px;
  width: 300px
}

.l-right-side__heading {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 15px 0;
  position: relative
}

.l-right-side__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(204, 204, 204, 0.5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, 0.5) 50%, rgba(204, 204, 204, 0.5) 75%, transparent 75%, transparent);
  background-size: 4px 4px
}

.l-right-side__list {
  margin-top: 10px
}

.l-right-side__item {
  position: relative;
  display: flex;
  padding: 10px;
  border-bottom: solid 1px #eee;
  background-color: #fff
}

.l-right-side__item:hover {
  text-decoration: underline
}

.l-right-side__item:nth-child(1)>.l-right-side__ranking {
  background-color: #d9b340;
  color: #333
}

.l-right-side__item:nth-child(2)>.l-right-side__ranking {
  background-color: #6B7380
}

.l-right-side__item:nth-child(3)>.l-right-side__ranking {
  background-color: #a15326
}

.l-right-side__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px
}

.l-right-side__content {
  flex: 1 0 0%
}

.l-right-side__image {
  width: 75px;
  height: 75px;
  -o-object-position: center;
  object-position: center
}

.l-right-side__title {
  flex: 1;
  font-size: 1.2rem;
  margin-left: 5px;
  overflow: hidden;
  max-height: 3.6rem;
  position: relative;
  text-align: justify
}

.l-right-side__title::before,
.l-right-side__title::after {
  background: #fff;
  position: absolute;
  width: 1.2em
}

.l-right-side__title::before {
  content: '...';
  top: 1.8rem;
  right: 0
}

.l-right-side__title::after {
  content: '';
  height: 100%;
  width: 100%
}

.l-right-side__label,
.l-right-side__ranking {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color)
}

.l-left-side {
  width: 75px;
  margin-top: 15px
}

.l-left-side__share {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 0
}

.l-left-side__shareItem {
  margin-top: 20px;
  padding: 9px;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  transition: all .3s ease;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px 0
}

.l-left-side__shareItem:hover {
  background-color: #f7f7f7
}

.c-btn-sub,
.c-btn-negative,
.c-btn-danger,
.c-btn-primary,
.c-btn-main {
  position: relative;
  transition: all .2s ease-out;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  background-clip: border-box;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2)
}

.c-btn-sub:hover,
.c-btn-negative:hover,
.c-btn-danger:hover,
.c-btn-primary:hover,
.c-btn-main:hover {
  color: #fff
}

.c-btn-main {
  background-color: var(--main-color)
}

.c-btn-main:hover {
  opacity: .8
}

.c-btn-primary {
  background-color: #3664c9
}

.c-btn-primary:hover {
  opacity: .8
}

.c-btn-danger {
  background-color: #93110a
}

.c-btn-danger:hover {
  opacity: .8
}

.c-btn-negative {
  background-color: #999
}

.c-btn-negative:hover {
  opacity: .8
}

.c-btn-sub {
  background-color: transparent;
  color: var(--main-color);
  font-weight: bold;
  border: 2px solid var(--main-color);
  padding: 8px 20px
}

.c-btn-sub:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  font-weight: bold
}

.c-btn-icon {
  padding-right: 30px
}

.c-btn-icon::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 5px
}

.c-btn-default {
  background-color: var(--main-color)
}

.c-btn-default:hover {
  opacity: .8
}

.c-btn-red {
  background-color: #ea3033
}

.c-btn-red:hover {
  background-color: #ef5e61
}

.c-btn-green {
  background-color: #02bb80
}

.c-btn-green:hover {
  background-color: #7acc9e
}

.c-btn-blue {
  background-color: #3664c9
}

.c-btn-blue:hover {
  background-color: #5e83d4
}

.c-btn-orange {
  background-color: #ff8c00
}

.c-btn-orange:hover {
  background-color: #ffa333
}

.c-table {
  overflow: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #ccc;
  -webkit-overflow-scrolling: touch
}

.c-table table {
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 1.4rem
}

.c-table table thead tr th {
  padding: 10px;
  background: rgba(102, 102, 102, 0.1);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  white-space: nowrap
}

.c-table table tbody tr:nth-child(even) td {
  background: rgba(238, 238, 238, 0.1)
}

.c-table table tbody tr th,
.c-table table tbody tr td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #eee;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.6);
  vertical-align: middle
}

.c-table table tbody tr th:first-child,
.c-table table tbody tr td:first-child {
  border-left: 1px solid #ccc
}

.c-table table tbody tr th img,
.c-table table tbody tr td img {
  width: 90px;
  height: 90px;
  -o-object-position: center;
  object-position: center;
  vertical-align: middle
}

.c-table table tbody tr th {
  background: var(--main-color);
  color: #fff
}

.c-form-select,
.c-form-radioIcon,
.c-form-checkboxIcon,
.c-form-text,
.c-form-textarea {
  display: inline-block;
  padding: 10px;
  border: 1px solid #aab4b9;
  border-radius: 5px
}

.c-form-select:focus,
.c-form-radioIcon:focus,
.c-form-checkboxIcon:focus,
.c-form-text:focus,
.c-form-textarea:focus {
  outline: none;
  border: solid 1px var(--main-color)
}

.c-form-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666
}

.c-form-required {
  border-radius: 4px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0 5px;
  font-weight: bold
}

.c-form-field+.c-form-field {
  margin-top: 10px
}

.c-form-field[data-isvalid='false'] {
  background: #ffffde
}

.c-form-error {
  margin: 5px 0;
  color: #ea3033;
  font-weight: bold;
  font-size: 1.2rem
}

.c-form-text,
.c-form-textarea {
  width: 100%;
  line-height: 2rem;
  min-height: 40px;
  vertical-align: bottom
}

.c-form-text:disabled,
.c-form-text[disabled],
.c-form-textarea:disabled,
.c-form-textarea[disabled] {
  background-color: #eee
}

.c-form-text:-moz-read-only,
.c-form-textarea:-moz-read-only {
  background-color: #eee
}

.c-form-text:read-only,
.c-form-textarea:read-only {
  background-color: #eee
}

.c-form-text::-moz-placeholder,
.c-form-textarea::-moz-placeholder {
  color: #bbb
}

.c-form-text:-ms-input-placeholder,
.c-form-textarea:-ms-input-placeholder {
  color: #bbb
}

.c-form-text::placeholder,
.c-form-textarea::placeholder {
  color: #bbb
}

.c-form-checkboxLabel {
  cursor: pointer
}

.c-form-checkboxLabel:hover>.c-form-checkboxIcon {
  border-color: var(--main-color);
  box-shadow: 0 0 0 1px var(--accent-color)
}

.c-form-checkboxIcon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle
}

.c-form-checkboxIcon:hover {
  border-color: var(--main-color);
  box-shadow: 0 0 0 1px var(--accent-color)
}

.c-form-checkboxIcon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  display: block;
  width: 6px;
  height: 16px;
  margin: 0 auto;
  transform: rotate(45deg)
}

.c-form-checkbox {
  opacity: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0
}

.c-form-checkbox:focus+.c-form-checkboxIcon {
  border-color: var(--main-color);
  box-shadow: none
}

.c-form-checkbox:hover+.c-form-checkboxIcon {
  border-color: var(--main-color);
  box-shadow: none;
  cursor: pointer
}

.c-form-checkbox:checked+.c-form-checkboxIcon {
  background-color: #fff
}

.c-form-checkbox:checked+.c-form-checkboxIcon::before {
  border-right: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--main-color)
}

.c-form-radioLabel {
  cursor: pointer
}

.c-form-radioLabel:hover>.c-form-radioIcon {
  border-width: 2px;
  border-color: var(--main-color)
}

.c-form-radioIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  position: relative;
  margin-right: 10px;
  vertical-align: middle
}

.c-form-radioIcon:hover {
  border-width: 2px;
  border-color: var(--main-color)
}

.c-form-radio {
  display: none;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0
}

.c-form-radio:focus+.c-form-radioIcon {
  border: 2px solid var(--main-color)
}

.c-form-radio:hover+.c-form-radioIcon {
  border-width: 2px;
  border-color: var(--main-color);
  cursor: pointer
}

.c-form-radio:checked+.c-form-radioIcon {
  border-width: 2px;
  border-color: var(--main-color);
  background: #fff
}

.c-form-radio:checked+.c-form-radioIcon::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  border-radius: 50%;
  background: var(--main-color)
}

.c-form-selectWrap {
  position: relative
}

.c-form-selectWrap::before {
  content: '';
  height: 46%;
  border-left: 1px solid #ccc;
  position: absolute;
  right: 36px;
  top: 27%;
  pointer-events: none
}

.c-form-selectWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 15px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
  pointer-events: none
}

.c-form-select {
  cursor: pointer;
  padding-right: 45px;
  background: none;
  background-color: #fff;
  width: 100%;
  line-height: 2rem
}

.c-form-select::-ms-expand {
  display: none
}

.c-form-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-form-toggle input[type='checkbox'] {
  display: none
}

.c-form-toggle>input+span {
  min-width: 60px;
  height: 40px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: ease all .2s;
  cursor: pointer;
  padding: 0 15px 0 40px;
  line-height: 38px;
  font-weight: bold
}

.c-form-toggle>input+span::before {
  content: attr(data-off) ""
}

.c-form-toggle>input+span::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 4px;
  top: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: .2s
}

.c-form-toggle>input:checked+span {
  background: #53bc9f;
  padding: 0 40px 0 15px;
  color: #fff
}

.c-form-toggle>input:checked+span::before {
  content: attr(data-on) ""
}

.c-form-toggle>input:checked+span::after {
  left: calc(100% - 34px)
}

.c-form-toggle:hover>input+span {
  opacity: .8
}

.c-tags__item {
  display: inline-block
}

.c-tags__item a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  line-height: 2.8;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 10px
}

.c-tags__item a:hover {
  background-color: #f7f7f7
}

.c-info {
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  padding: 15px;
  word-wrap: break-word
}

.c-star-rating {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 22px;
  font-size: 22px
}

.c-star-rating::before,
.c-star-rating::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 22px;
  line-height: 22px
}

.c-star-rating::before {
  color: #bbb
}

.c-star-rating::after {
  color: #ff8c00;
  overflow: hidden;
  white-space: nowrap
}

.c-star-rating.c-rate0::after {
  width: 0
}

.c-star-rating.c-rate5::after {
  width: 11px
}

.c-star-rating.c-rate10::after {
  width: 22px
}

.c-star-rating.c-rate15::after {
  width: 33px
}

.c-star-rating.c-rate20::after {
  width: 46px
}

.c-star-rating.c-rate25::after {
  width: 57px
}

.c-star-rating.c-rate30::after {
  width: 70px
}

.c-star-rating.c-rate35::after {
  width: 81px
}

.c-star-rating.c-rate40::after {
  width: 94px
}

.c-star-rating.c-rate45::after {
  width: 105px
}

.c-star-rating.c-rate50::after {
  width: 118px
}

.c-highlighter {
  color: #fff;
  background-color: #272822;
  padding: 15px;
  font-size: 1.8rem
}

.c-highlighter .gh {
  color: #999
}

.c-highlighter .sr {
  color: #f6aa11
}

.c-highlighter .go {
  color: #888
}

.c-highlighter .gp {
  color: #555
}

.c-highlighter .gu {
  color: #aaa
}

.c-highlighter .nb {
  color: #f6aa11
}

.c-highlighter .cm {
  color: #75715e
}

.c-highlighter .cp {
  color: #75715e
}

.c-highlighter .c1 {
  color: #75715e
}

.c-highlighter .cs {
  color: #75715e
}

.c-highlighter .c,
.c-highlighter .ch,
.c-highlighter .cd,
.c-highlighter .cpf {
  color: #75715e
}

.c-highlighter .err {
  color: #960050
}

.c-highlighter .gr {
  color: #960050
}

.c-highlighter .gt {
  color: #960050
}

.c-highlighter .gd {
  color: #49483e
}

.c-highlighter .gi {
  color: #49483e
}

.c-highlighter .ge {
  color: #49483e
}

.c-highlighter .kc {
  color: #66d9ef
}

.c-highlighter .kd {
  color: #66d9ef
}

.c-highlighter .kr {
  color: #66d9ef
}

.c-highlighter .no {
  color: #66d9ef
}

.c-highlighter .kt {
  color: #66d9ef
}

.c-highlighter .mf {
  color: #ae81ff
}

.c-highlighter .mh {
  color: #ae81ff
}

.c-highlighter .il {
  color: #ae81ff
}

.c-highlighter .mi {
  color: #ae81ff
}

.c-highlighter .mo {
  color: #ae81ff
}

.c-highlighter .m,
.c-highlighter .mb,
.c-highlighter .mx {
  color: #ae81ff
}

.c-highlighter .sc {
  color: #ae81ff
}

.c-highlighter .se {
  color: #ae81ff
}

.c-highlighter .ss {
  color: #ae81ff
}

.c-highlighter .sd {
  color: #e6db74
}

.c-highlighter .s2 {
  color: #e6db74
}

.c-highlighter .sb {
  color: #e6db74
}

.c-highlighter .sh {
  color: #e6db74
}

.c-highlighter .si {
  color: #e6db74
}

.c-highlighter .sx {
  color: #e6db74
}

.c-highlighter .s1 {
  color: #e6db74
}

.c-highlighter .s,
.c-highlighter .sa,
.c-highlighter .dl {
  color: #e6db74
}

.c-highlighter .na {
  color: #a6e22e
}

.c-highlighter .nc {
  color: #a6e22e
}

.c-highlighter .nd {
  color: #a6e22e
}

.c-highlighter .ne {
  color: #a6e22e
}

.c-highlighter .nf,
.c-highlighter .fm {
  color: #a6e22e
}

.c-highlighter .vc {
  color: #fff;
  background-color: #272822
}

.c-highlighter .nn {
  color: #fff;
  background-color: #272822
}

.c-highlighter .nl {
  color: #fff;
  background-color: #272822
}

.c-highlighter .ni {
  color: #fff;
  background-color: #272822
}

.c-highlighter .bp {
  color: #fff;
  background-color: #272822
}

.c-highlighter .vg {
  color: #fff;
  background-color: #272822
}

.c-highlighter .vi {
  color: #fff;
  background-color: #272822
}

.c-highlighter .nv,
.c-highlighter .vm {
  color: #fff;
  background-color: #272822
}

.c-highlighter .w {
  color: #fff;
  background-color: #272822
}

.c-highlighter .n,
.c-highlighter .py,
.c-highlighter .nx {
  color: #fff;
  background-color: #272822
}

.c-highlighter .ow {
  color: #ff2672
}

.c-highlighter .nt {
  color: #ff2672
}

.c-highlighter .k,
.c-highlighter .kv {
  color: #ff2672
}

.c-highlighter .kn {
  color: #ff2672
}

.c-highlighter .kp {
  color: #ff2672
}

.c-highlighter .o {
  color: #ff2672
}

.p-article {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.7
}

.p-article__title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 2.4rem
}

.p-article__time {
  font-size: 1.2rem;
  color: var(--accent-color);
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.p-article__eyecatch {
  display: block;
  margin: 15px auto 0;
  text-align: center;
  background-color: #eee
}

.p-article__eyecatch img {
  width: 100%;
  max-height: 400px
}

.p-article__share {
  margin-top: 30px;
  background-color: #f7f7f7;
  padding: 0 15px 20px
}

.p-article__shareTitle {
  margin-top: 10px
}

.p-article__shareList {
  display: flex;
  margin-top: 30px;
  justify-content: space-around
}

.p-article__shareItem a {
  display: block;
  text-align: center;
  line-height: 62px;
  height: 60px;
  width: 60px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0;
  transition: all ease .3s
}

.p-article__shareItem a:hover {
  background-color: #f7f7f7
}

.p-article__description {
  margin-top: 15px
}

.p-article__toc {
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #f7f7f7;
  counter-reset: heading 0
}

.p-article__tocHeading {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.p-article__tocHeading label {
  margin-left: 15px;
  color: var(--accent-color);
  font-size: 1.5rem;
  cursor: pointer
}

.p-article__tocHeading label::before {
  content: '[閉じる]'
}

.p-article__tocList {
  height: auto;
  overflow-y: hidden;
  transition: all ease .3s;
  margin-top: 10px;
  border-top: 2px solid var(--main-color)
}

.p-article__tocItem {
  position: relative;
  counter-increment: heading;
  padding-left: 3rem;
  margin-top: 15px
}

.p-article__tocItem+.p-article__tocItem {
  margin-top: 5px
}

.p-article__tocItem a {
  color: #666
}

.p-article__tocItem a:hover {
  text-decoration: underline
}

.p-article__tocItem::before {
  content: counter(heading) ".";
  position: absolute;
  left: 0;
  font-weight: bold
}

.p-article__tocCheck {
  display: none
}

.p-article__tocCheck:checked~.p-article__tocHeading label::before {
  content: '[表示する]'
}

.p-article__tocCheck:checked~.p-article__tocList {
  display: none
}

.p-article__author {
  display: flex;
  position: relative;
  margin-top: 30px;
  background-color: #f7f7f7;
  padding: 15px
}

.p-article__authorImage {
  width: 120px;
  height: 120px
}

.p-article__authorContent {
  flex: 1;
  margin-left: 15px;
  position: relative
}

.p-article__authorOrganization {
  font-weight: bold
}

.p-article__authorName {
  color: #666
}

.p-article__authorLink {
  display: block;
  margin-top: 10px;
  text-align: right;
  text-decoration: underline;
  font-size: 1.2rem
}

.p-article__author::before {
  content: '';
  top: 0;
  left: 0;
  border-bottom: 8rem solid transparent;
  border-left: 8rem solid var(--accent-color);
  position: absolute
}

.p-article__author::after {
  content: '監修';
  display: block;
  top: 15px;
  transform: rotate(-45deg);
  color: #fff;
  font-weight: bold;
  left: 10px;
  position: absolute
}

.p-article__writer {
  display: flex;
  margin-top: 30px
}

.p-article__writerImage {
  width: 100px;
  height: 100px;
  border-radius: 50%
}

.p-article__writerContent {
  flex: 1;
  margin-left: 10px;
  background-color: #eee;
  position: relative;
  padding: 10px;
  font-size: 1.2rem
}

.p-article__writerComment {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px
}

.p-article__heading {
  padding-top: 60px;
  margin-top: -30px
}

.p-article__heading h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: solid 2px var(--main-color);
  display: flex;
  align-items: center
}

.p-article__heading h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
  padding: 8px 0 8px 12px;
  display: flex;
  align-items: center
}

.p-article__heading h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  width: 4px
}

.p-article__heading h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
  padding: 8px 0;
  display: flex;
  align-items: center
}

.p-article__heading h4::before {
  content: '';
  background-color: var(--main-color);
  border-radius: 1px;
  display: inline-block;
  margin-right: 10px;
  height: 2px;
  width: 30px
}

.p-article__headingRank {
  width: 0;
  height: 0;
  border-bottom: 35px solid #bfa930;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: relative
}

.p-article__headingRank::before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 20px solid #ffe973;
  border-left: 20px solid #ffe973;
  border-right: 20px solid #ffd700;
  content: '';
  position: absolute;
  top: 0;
  left: -20px
}

.p-article__headingRank::after {
  content: attr(data-rank);
  position: absolute;
  display: block;
  top: 10px;
  left: -14px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold
}

.p-article__headingRank__circle {
  background-color: #a68c00;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -21px
}

.p-article__headingRank__circle::before {
  background-color: #a68c00;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 19px
}

.p-article__headingRank__circle::after {
  background-color: #a68c00;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 38px
}

.p-article__embed {
  margin-top: 30px;
  font-size: 1.5rem
}

.p-article__image {
  margin-top: 30px;
  max-width: 540px;
  min-height: 200px
}

.p-article__imageCredit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3px;
  vertical-align: middle;
  font-size: .8rem
}

.p-article__imageSource {
  height: 15px
}

.p-article__imageFrame {
  display: block;
  text-align: center;
  background-color: #eee
}

.p-article__imageImage {
  vertical-align: middle;
  max-height: 540px;
  max-width: 100%
}

.p-article__imageImage--border {
  border: solid 1px #ccc
}

.p-article__image figcaption {
  max-width: 100%;
  text-align: center;
  color: #666;
  font-size: 1.2rem;
  margin-top: 5px
}

.p-article__video {
  margin-top: 30px
}

.p-article__video iframe {
  width: 100%;
  max-width: 540px;
  height: 300px
}

.p-article__link {
  margin-top: 30px;
  text-align: center
}

.p-article__linkText {
  text-decoration: underline;
  color: var(--main-color)
}

.p-article__linkButton {
  font-weight: bold;
  min-width: 60%;
  border-radius: 30px
}

.p-article__internal {
  border: solid 1px #ccc;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px
}

.p-article__internalContent {
  display: flex
}

.p-article__internalInfo {
  flex: 1;
  margin-left: 15px;
  text-align: left
}

.p-article__internalImage {
  width: 120px;
  height: 120px
}

.p-article__internalTitle {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px
}

.p-article__internalLabel {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  background-color: var(--accent-color)
}

.p-article__internalText {
  overflow: hidden;
  max-height: 4.5rem;
  position: relative;
  text-align: justify;
  font-size: 1.5rem;
  margin-top: 5px
}

.p-article__internalText::before,
.p-article__internalText::after {
  background: #fff;
  position: absolute;
  width: 1.2em
}

.p-article__internalText::before {
  content: '...';
  top: 2.25rem;
  right: 0
}

.p-article__internalText::after {
  content: '';
  height: 100%;
  width: 100%
}

.p-article__code {
  margin-top: 30px
}

.p-article__quote {
  margin-top: 30px
}

.p-article__quote blockquote {
  word-break: break-all;
  position: relative;
  padding: 15px 10px 15px 40px;
  color: #464646;
  background: #eee
}

.p-article__quote blockquote::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  content: '”';
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  color: #bbb;
  font-size: 9rem;
  line-height: 1
}

.p-article__quoteSource {
  margin-top: 10px;
  font-size: 1rem;
  text-decoration: underline;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.p-article__talk {
  display: flex;
  align-items: flex-start;
  margin-top: 30px
}

.p-article__talkImage img {
  width: 120px;
  height: 120px;
  border-radius: 50%
}

.p-article__talkText {
  flex: 1;
  border-radius: 4px;
  background-color: #eee;
  position: relative;
  padding: 10px;
  min-height: 90px;
  font-size: 1.5rem
}

.p-article__talkText::before {
  content: '';
  position: absolute;
  top: 20px;
  border: 8px solid transparent
}

.p-article__talkText:first-child {
  margin-right: 20px
}

.p-article__talkText:first-child::before {
  right: -36px;
  border-left: 40px solid #eee;
  transform: rotate(-35deg)
}

.p-article__talkText:last-child {
  margin-left: 20px
}

.p-article__talkText:last-child::before {
  left: -36px;
  border-right: 40px solid #eee;
  transform: rotate(35deg)
}

.p-article__talkName {
  font-size: 1.2rem;
  text-align: center
}

.p-article__talkOneself {
  flex: 1;
  border-radius: 4px;
  background-color: #eee;
  position: relative;
  padding: 10px;
  min-height: 90px;
  font-size: 1.5rem;
  margin-left: 56px
}

.p-article__talkOneself::before {
  content: '';
  position: absolute;
  bottom: 18px;
  left: -36px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: #eee
}

.p-article__talkOneself::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: -56px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #eee
}

.p-article__review {
  display: flex;
  align-items: flex-start;
  margin-top: 30px
}

.p-article__reviewImage img {
  width: 120px;
  height: 120px;
  border-radius: 50%
}

.p-article__reviewText {
  flex: 1;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
  position: relative;
  padding: 10px;
  min-height: 90px;
  font-size: 1.5rem;
  margin-left: 20px
}

.p-article__reviewText::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -36px;
  border: 8px solid transparent;
  border-right: 40px solid #eee;
  transform: rotate(35deg)
}

.p-article__reviewName {
  font-size: 1.2rem;
  text-align: center
}

.p-article__reviewTitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: solid 2px var(--main-color)
}

.p-article__reviewSource {
  margin-top: 10px;
  font-size: 1rem;
  text-decoration: underline;
  text-align: right
}

.p-article__reviewSource a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.p-article__faq {
  margin-top: 30px
}

.p-article__faqQuestion {
  position: relative;
  padding: 5px 0 0 42px;
  min-height: 3rem;
  font-weight: bold
}

.p-article__faqQuestion::before {
  position: absolute;
  top: 0;
  left: 12px;
  content: 'Q';
  color: #ff8c00;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1
}

.p-article__faqAnswer {
  margin-top: 30px;
  word-break: break-all;
  position: relative;
  padding: 15px 10px 15px 40px;
  background: #eee
}

.p-article__faqAnswer::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: 'A';
  color: #3664c9;
  font-size: 3.4rem;
  line-height: 1;
  z-index: 2
}

.p-article__faqAnswer::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 15px solid #eee;
  bottom: 100%;
  left: 30px
}

.p-article__text {
  margin-top: 30px
}

.p-article__text p {
  word-break: break-all
}

.p-article__text p+p {
  margin-top: 30px
}

.p-article__text strong {
  font-weight: bold
}

.p-article__text a {
  text-decoration: underline;
  color: var(--main-color);
  font-weight: bold
}

.p-article__text--frame {
  padding: 15px;
  border: 2px solid var(--main-color)
}

.p-article__next {
  margin-top: 30px;
  text-align: center
}

.p-article__next p {
  word-break: break-all
}

.p-article__next--frame {
  padding: 15px 30px 15px 15px;
  border: 2px solid var(--main-color);
  position: relative;
  text-decoration: underline;
  color: var(--main-color);
  font-weight: bold;
  display: block
}

.p-article__next--frame:hover {
  opacity: .6
}

.p-article__next--frame::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  transform: rotate(45deg);
  margin-left: 5px
}

.p-article__twitter {
  margin-top: 30px
}

.p-article__table {
  margin-top: 30px
}

.p-article__table p strong {
  font-weight: bold
}

.p-article__table p a {
  text-decoration: underline;
  color: var(--accent-color);
  font-weight: bold
}

.p-article__list {
  margin-top: 30px
}

.p-article__list ul,
.p-article__list ol {
  padding: 15px;
  background-color: #f7f7f7;
  counter-reset: item 0
}

.p-article__listItem {
  padding-left: 3rem;
  position: relative
}

.p-article__listItem+.p-article__listItem {
  margin-top: 10px
}

.p-article__listItem::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: .8em;
  height: .3em;
  border-bottom: 3px solid var(--accent-color);
  border-left: 3px solid var(--main-color);
  transform: rotate(-45deg);
  margin-right: .5em
}

.p-article__listOrder {
  counter-increment: item;
  padding: 3px 0 0 3rem;
  position: relative
}

.p-article__listOrder+.p-article__listOrder {
  margin-top: 10px
}

.p-article__listOrder::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 1.8rem
}

.p-article__product {
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 30px
}

.p-article__productContents {
  display: flex
}

.p-article__productContent {
  width: 50%;
  margin-left: 15px
}

.p-article__productImages {
  width: 50%
}

.p-article__productImage {
  position: relative;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc
}

.p-article__productImage img {
  max-width: 100%;
  max-height: 100%
}

.p-article__productImage span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px #000
}

.p-article__productThumb {
  margin-top: 15px;
  display: inline-block;
  border: solid 2px #eee;
  cursor: pointer
}

.p-article__productThumb img {
  width: 36px;
  height: 36px;
  transition: all ease .3s
}

.p-article__productThumb+.p-article__productThumb {
  margin-left: 10px
}

.p-article__productThumb>* {
  pointer-events: none
}

.p-article__productThumb.is-active {
  border: solid 2px var(--main-color)
}

.p-article__productBrand {
  font-size: 1.2rem;
  color: #666
}

.p-article__productName {
  font-size: 1.8rem;
  font-weight: bold
}

.p-article__productPrice {
  font-size: 1.8rem;
  color: #ea3033;
  font-weight: bold
}

.p-article__productTax {
  font-size: 1.2rem;
  color: #666
}

.p-article__productTitle {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold
}

.p-article__productDescription {
  margin-top: 10px;
  font-size: 1.4rem
}

.p-article__productSpec {
  margin-top: 15px;
  width: 100%
}

.p-article__productSpec td {
  font-size: 1.2rem
}

.p-article__productSpec td:first-child {
  width: 30%
}

.p-article__productAffiliate {
  margin-top: 15px;
  display: block;
  font-weight: bold;
  background-color: #27ae60
}

.p-article__productAffiliate:hover {
  background-color: #7acc9e
}

.p-article__bookmark {
  text-align: left;
  margin-top: 15px
}

.p-article__bookmarkLabel {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  transition: all ease .3s
}

.p-article__bookmarkLabel:hover {
  background-color: #eee;
  color: #333
}

.p-article__bookmarkLabel svg {
  vertical-align: text-top;
  fill: #ff7d81
}

.p-comment {
  margin-top: 30px
}

.p-comment__heading {
  position: relative;
  font-size: 2rem;
  border-bottom: solid 1px #ccc;
  padding: 15px 0
}

.p-comment__heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 1px;
  background-color: var(--main-color)
}

.p-comments {
  margin-top: 30px
}

.p-comments__heading {
  position: relative;
  font-size: 2rem;
  border-bottom: solid 1px #ccc;
  padding: 15px 0
}

.p-comments__heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 1px;
  background-color: var(--main-color)
}

.p-comments__item {
  padding: 10px 0;
  border-bottom: solid 1px #ccc
}

.p-comments__name {
  margin-left: 10px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold
}

.p-comments__body {
  margin-top: 5px
}

.p-comments__time {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  color: var(--accent-color);
  font-weight: bold
}

.p-articles {
  background-color: #fff
}

.p-articles__item {
  position: relative;
  display: flex;
  margin-top: 15px;
  padding: 0 10px 15px 0;
  border-bottom: solid 1px #eee;
  background-color: #fff
}

.p-articles__item:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color)
}

.p-articles__image {
  width: 220px;
  height: 150px;
  -o-object-position: center;
  object-position: center
}

.p-articles__contents {
  position: relative;
  padding-left: 10px;
  width: 100%;
  flex: 1
}

.p-articles__description {
  margin-top: 10px;
  color: #666;
  font-size: 1.2rem;
  overflow: hidden;
  max-height: 3.6rem;
  position: relative;
  text-align: justify
}

.p-articles__description::before,
.p-articles__description::after {
  background: #fff;
  position: absolute;
  width: 1.2em
}

.p-articles__description::before {
  content: '...';
  top: 1.8rem;
  right: 0
}

.p-articles__description::after {
  content: '';
  height: 100%;
  width: 100%
}

.p-articles__title {
  font-size: 2rem;
  overflow: hidden;
  max-height: 6.4rem;
  position: relative;
  text-align: justify
}

.p-articles__title::before,
.p-articles__title::after {
  background: #fff;
  position: absolute;
  width: 1.2em
}

.p-articles__title::before {
  content: '...';
  top: 3.2rem;
  right: 0
}

.p-articles__title::after {
  content: '';
  height: 100%;
  width: 100%
}

.p-articles__time {
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  color: var(--accent-color);
  font-weight: bold
}

.p-articles__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color)
}

.p-category {
  position: relative;
  display: flex;
  margin: 15px 0;
  font-size: 1.6rem
}

.p-category__image {
  width: 220px;
  height: 150px;
  -o-object-position: center;
  object-position: center
}

.p-category__contents {
  position: relative;
  padding-left: 10px;
  width: 100%;
  flex: 1
}

.p-category__elements {
  margin-bottom: 30px;
  font-size: 1.6rem
}

.p-features {
  margin: 0 auto
}

.p-features__list {
  display: flex;
  flex-wrap: wrap
}

.p-features__item {
  width: 32%;
  margin-top: 15px;
  position: relative
}

.p-features__item:nth-child(3n + 2) {
  margin: 15px 2% 0
}

.p-features__item:hover a {
  text-decoration: underline
}

.p-features__image {
  width: 100%;
  height: 150px
}

.p-features__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 5px
}

.p-features__description {
  color: #666;
  margin-top: 5px;
  font-size: 1.2rem;
  overflow: hidden;
  max-height: 3.6rem;
  position: relative;
  text-align: justify
}

.p-features__description::before,
.p-features__description::after {
  background: #fff;
  position: absolute;
  width: 1.2em
}

.p-features__description::before {
  content: '...';
  top: 1.8rem;
  right: 0
}

.p-features__description::after {
  content: '';
  height: 100%;
  width: 100%
}

.p-features__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color)
}

.p-features__time {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 1.2rem;
  color: var(--accent-color);
  font-weight: bold
}

.p-pickups {
  background: #ccc
}

.p-pickups__inner {
  display: flex;
  margin: 0 auto;
  min-width: 1100px;
  max-width: 1440px
}

.p-pickups__item {
  position: relative;
  display: block;
  flex: 1;
  max-width: 480px
}

.p-pickups__item::before {
  content: '';
  top: 0;
  left: 0;
  border-bottom: 8rem solid transparent;
  border-left: 8rem solid var(--accent-color);
  position: absolute
}

.p-pickups__item::after {
  content: 'PICK UP';
  display: block;
  top: 22px;
  font-weight: bold;
  transform: rotate(-45deg);
  font-size: 1.2rem;
  color: #fff;
  left: 0;
  position: absolute
}

.p-pickups__title {
  color: #fff;
  width: 100%;
  min-height: calc(1.5em * 2 + 20px);
  padding: 45px 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  text-shadow: 0 0 4px #000;
  pointer-events: none
}

.p-pickups__image {
  width: 100%;
  height: 300px;
  -o-object-position: center;
  object-position: center
}

.u-display-block {
  display: block
}

.u-display-flex {
  display: flex
}

.u-display-inline-block {
  display: inline-block
}

.u-display-none {
  display: none
}

.u-fs-xs {
  font-size: 1rem
}

.u-fs-s {
  font-size: 1.2rem
}

.u-fs-m {
  font-size: 1.5rem
}

.u-fs-l {
  font-size: 1.8rem
}

.u-fs-xl {
  font-size: 2rem
}

.u-fs-xxl {
  font-size: 2.4rem
}

.u-fc-main {
  color: var(--main-color)
}

.u-fc-accent {
  color: var(--accent-color)
}

.u-fc-black {
  color: #333
}

.u-fc-darkGray {
  color: #666
}

.u-fc-gray {
  color: #bbb
}

.u-fc-white {
  color: #fff
}

.u-fc-red {
  color: #ea3033
}

.u-fc-blue {
  color: #3664c9
}

.u-fc-orange {
  color: #ff8c00
}

.u-fc-gold {
  color: #DCB769
}

.u-fw-normal {
  font-weight: 400
}

.u-fw-bold {
  font-weight: 700
}

.u-mt-5 {
  margin-top: 5px
}

.u-mb-5 {
  margin-bottom: 5px
}

.u-ml-5 {
  margin-left: 5px
}

.u-mr-5 {
  margin-right: 5px
}

.u-my-5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.u-mt-10 {
  margin-top: 10px
}

.u-mb-10 {
  margin-bottom: 10px
}

.u-ml-10 {
  margin-left: 10px
}

.u-mr-10 {
  margin-right: 10px
}

.u-my-10 {
  margin-top: 10px;
  margin-bottom: 10px
}

.u-mt-15 {
  margin-top: 15px
}

.u-mb-15 {
  margin-bottom: 15px
}

.u-ml-15 {
  margin-left: 15px
}

.u-mr-15 {
  margin-right: 15px
}

.u-my-15 {
  margin-top: 15px;
  margin-bottom: 15px
}

.u-mt-20 {
  margin-top: 20px
}

.u-mb-20 {
  margin-bottom: 20px
}

.u-ml-20 {
  margin-left: 20px
}

.u-mr-20 {
  margin-right: 20px
}

.u-my-20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.u-mt-25 {
  margin-top: 25px
}

.u-mb-25 {
  margin-bottom: 25px
}

.u-ml-25 {
  margin-left: 25px
}

.u-mr-25 {
  margin-right: 25px
}

.u-my-25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.u-mt-30 {
  margin-top: 30px
}

.u-mb-30 {
  margin-bottom: 30px
}

.u-ml-30 {
  margin-left: 30px
}

.u-mr-30 {
  margin-right: 30px
}

.u-my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.u-mt-35 {
  margin-top: 35px
}

.u-mb-35 {
  margin-bottom: 35px
}

.u-ml-35 {
  margin-left: 35px
}

.u-mr-35 {
  margin-right: 35px
}

.u-my-35 {
  margin-top: 35px;
  margin-bottom: 35px
}

.u-mt-40 {
  margin-top: 40px
}

.u-mb-40 {
  margin-bottom: 40px
}

.u-ml-40 {
  margin-left: 40px
}

.u-mr-40 {
  margin-right: 40px
}

.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px
}

.u-mt-45 {
  margin-top: 45px
}

.u-mb-45 {
  margin-bottom: 45px
}

.u-ml-45 {
  margin-left: 45px
}

.u-mr-45 {
  margin-right: 45px
}

.u-my-45 {
  margin-top: 45px;
  margin-bottom: 45px
}

.u-mt-50 {
  margin-top: 50px
}

.u-mb-50 {
  margin-bottom: 50px
}

.u-ml-50 {
  margin-left: 50px
}

.u-mr-50 {
  margin-right: 50px
}

.u-my-50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.u-pt-5 {
  padding-top: 5px
}

.u-pb-5 {
  padding-bottom: 5px
}

.u-pl-5 {
  padding-left: 5px
}

.u-pr-5 {
  padding-right: 5px
}

.u-px-5 {
  padding-left: 5px;
  padding-right: 5px
}

.u-pt-10 {
  padding-top: 10px
}

.u-pb-10 {
  padding-bottom: 10px
}

.u-pl-10 {
  padding-left: 10px
}

.u-pr-10 {
  padding-right: 10px
}

.u-px-10 {
  padding-left: 10px;
  padding-right: 10px
}

.u-pt-15 {
  padding-top: 15px
}

.u-pb-15 {
  padding-bottom: 15px
}

.u-pl-15 {
  padding-left: 15px
}

.u-pr-15 {
  padding-right: 15px
}

.u-px-15 {
  padding-left: 15px;
  padding-right: 15px
}

.u-pt-20 {
  padding-top: 20px
}

.u-pb-20 {
  padding-bottom: 20px
}

.u-pl-20 {
  padding-left: 20px
}

.u-pr-20 {
  padding-right: 20px
}

.u-px-20 {
  padding-left: 20px;
  padding-right: 20px
}

.u-pt-25 {
  padding-top: 25px
}

.u-pb-25 {
  padding-bottom: 25px
}

.u-pl-25 {
  padding-left: 25px
}

.u-pr-25 {
  padding-right: 25px
}

.u-px-25 {
  padding-left: 25px;
  padding-right: 25px
}

.u-pt-30 {
  padding-top: 30px
}

.u-pb-30 {
  padding-bottom: 30px
}

.u-pl-30 {
  padding-left: 30px
}

.u-pr-30 {
  padding-right: 30px
}

.u-px-30 {
  padding-left: 30px;
  padding-right: 30px
}

.u-pt-35 {
  padding-top: 35px
}

.u-pb-35 {
  padding-bottom: 35px
}

.u-pl-35 {
  padding-left: 35px
}

.u-pr-35 {
  padding-right: 35px
}

.u-px-35 {
  padding-left: 35px;
  padding-right: 35px
}

.u-pt-40 {
  padding-top: 40px
}

.u-pb-40 {
  padding-bottom: 40px
}

.u-pl-40 {
  padding-left: 40px
}

.u-pr-40 {
  padding-right: 40px
}

.u-px-40 {
  padding-left: 40px;
  padding-right: 40px
}

.u-pt-45 {
  padding-top: 45px
}

.u-pb-45 {
  padding-bottom: 45px
}

.u-pl-45 {
  padding-left: 45px
}

.u-pr-45 {
  padding-right: 45px
}

.u-px-45 {
  padding-left: 45px;
  padding-right: 45px
}

.u-pt-50 {
  padding-top: 50px
}

.u-pb-50 {
  padding-bottom: 50px
}

.u-pl-50 {
  padding-left: 50px
}

.u-pr-50 {
  padding-right: 50px
}

.u-px-50 {
  padding-left: 50px;
  padding-right: 50px
}

.u-svg-main {
  fill: var(--main-color)
}

.u-svg-black {
  fill: #333
}

.u-svg-darkGray {
  fill: #666
}

.u-svg-gray {
  fill: #bbb
}

.u-svg-white {
  fill: #fff
}

.u-svg-gold {
  fill: #DCB769
}

.u-svg-facebook {
  fill: #305097
}

.u-svg-twitter {
  fill: #55acee
}

.u-svg-google {
  fill: #dd4b39
}

.u-svg-line {
  fill: #00C300
}

.u-svg-github {
  fill: #333333
}

.u-svg-hatena {
  fill: #00A2E4
}

.u-svg-pocket {
  fill: #ED4156
}

.u-svg-xs {
  height: 18px;
  width: 18px
}

.u-svg-s {
  height: 21px;
  width: 21px
}

.u-svg-m {
  height: 24px;
  width: 24px
}

.u-svg-l {
  height: 34px;
  width: 34px
}

.u-svg-xl {
  height: 75px;
  width: 75px
}

.u-ta-left {
  text-align: left
}

.u-ta-right {
  text-align: right
}

.u-ta-center {
  text-align: center
}

.u-va-top {
  vertical-align: top
}

.u-va-middle {
  vertical-align: middle
}

.u-va-bottom {
  vertical-align: bottom
}

.u-td-underline {
  text-decoration: underline
}

.u-td-gradient {
  background-image: linear-gradient(120deg, #ff6 0%, #fceabb 100%);
  background-repeat: no-repeat;
  background-size: 100% .4em;
  background-position: 0 90%
}

.turbolinks-progress-bar {
  background: linear-gradient(-135deg, var(--accent-color), var(--main-color));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.lazy {
  opacity: 0
}

.lazyloaded {
  -webkit-animation: FadeIn .5s ease;
  animation: FadeIn .5s ease
}

.p-article h1{
  margin-top: 5px;
  padding: 0 3.8%;
  font-size: 2rem;
  font-weight: bold;
}
.p-article p {
  margin-top: 20px;
  padding: 0 3.8%;
}
.l-breadcrumb{
  margin-bottom: 30px;
}