@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*===============================================================
	GFW - wp - reset
===============================================================*/
/* clear
===============================================================*/
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,
a,
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: transparent;
}

html,
body {
  height: auto;
}

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

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

*, *:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

i,
u,
abbr,
code,
pre,
address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
  margin: 0;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before,
button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button,
button::before,
button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

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

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

img {
  max-width: 100%;
  height: auto;
}

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

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
}

/* default rules */
/* original styles */
.single-category, .list article .post-category {
  background: #272727;
  color: #fff;
  font-size: 16px;
  padding: 0.3rem 1rem 0.4rem;
  font-weight: normal;
  display: table;
}

.single-tags, .list article .post-tags {
  font-size: 16px;
  line-height: 1.2;
}
.single-tags .post-tag, .list article .post-tags .post-tag {
  margin-right: 1rem;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .single-tags .post-tag, .list article .post-tags .post-tag {
    max-width: 250px;
  }
}
.single-tags .post-tag::before, .list article .post-tags .post-tag::before {
  content: "#";
  color: #912f4f;
  margin-right: 0.2rem;
}
.single-tags a.post-tag, .list article .post-tags a.post-tag {
  color: #212121;
}

.single-author, .list article .date-and-author .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.single-author figure, .list article .date-and-author .post-author figure {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-author figure img, .list article .date-and-author .post-author figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.single-author a, .list article .date-and-author .post-author a {
  width: calc(100% - 3rem);
  color: #b5b5b5;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.single-author a span, .list article .date-and-author .post-author a span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
}

/* contents */
.single-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.box-photo-1, .box-photo-2, .box-photo-3 {
  max-width: 900px;
  margin: 4rem auto;
}
.box-photo-1 .box-photo-long, .box-photo-2 .box-photo-long, .box-photo-3 .box-photo-long {
  border-radius: 5px;
  padding: 3.5rem;
}
.box-photo-1 .wp-block-heading, .box-photo-2 .wp-block-heading, .box-photo-3 .wp-block-heading {
  margin-top: 0;
}
.box-photo-1 .wp-block-column > *:last-child, .box-photo-2 .wp-block-column > *:last-child, .box-photo-3 .wp-block-column > *:last-child {
  margin-bottom: 0;
}

#ranking .archive-articles, .sidebar--ranking--list {
  counter-reset: number 0;
}

#ranking .archive-articles .thumb, .sidebar--ranking--list .article .thumb {
  position: relative;
}
#ranking .archive-articles .thumb::before, .sidebar--ranking--list .article .thumb::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 1rem;
  color: #fff;
  background: url(/wp-content/themes/japan-cycling-info/assets/img/bg--ranking.svg) no-repeat;
  width: 18px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  position: absolute;
  top: 0;
  left: 0.4rem;
}
#ranking .archive-articles .thumb a:hover, .sidebar--ranking--list .article .thumb a:hover {
  opacity: 1;
}

/*===============================================================
	GFW - wp - classes
===============================================================*/
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.fl_w_sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

.fl_w_fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

.fl_w_fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-75 {
  width: 75% !important;
}

.w-66 {
  width: 66% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-48 {
  width: 48% !important;
}

.w-40 {
  width: 40% !important;
}

.w-33 {
  width: 33% !important;
}

.w-30 {
  width: 30% !important;
}

.w-25 {
  width: 25% !important;
}

.w-24 {
  width: 24% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-default {
  font-family: Inter, Arial, BlinkMacSystemFont, Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
}

.fw-bold {
  font-weight: bold;
}

.f-xxsmall {
  font-size: 10px !important;
}

.f-xsmall {
  font-size: 12px !important;
}

.f-small {
  font-size: 14px !important;
}

.f-middle {
  font-size: 16px !important;
}

.f-large {
  font-size: 18px !important;
}

.f-xlarge {
  font-size: 20px !important;
}

.f-xxlarge {
  font-size: 24px !important;
}

.f-xxxlarge {
  font-size: 30px !important;
}

.f-xxxxlarge {
  font-size: 32px !important;
}

.f-title {
  font-size: 34px !important;
}

.fc-white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.mgT0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.mgB0 {
  margin-bottom: 0 !important;
}

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

.mgB10 {
  margin-bottom: 10px !important;
}

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

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

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

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

.mgL0 {
  margin-left: 0 !important;
}

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

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

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

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

.mgL40 {
  margin-left: 40px !important;
}

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

.mgR0 {
  margin-right: 0 !important;
}

.mgR5 {
  margin-right: 5px !important;
}

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

.mgR20 {
  margin-right: 20px !important;
}

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

.mgR40 {
  margin-right: 40px !important;
}

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

.pdT0 {
  padding-top: 0 !important;
}

.pdT5 {
  padding-top: 5px !important;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT30 {
  padding-top: 30px !important;
}

.pdT40 {
  padding-top: 40px !important;
}

.pdT50 {
  padding-top: 50px !important;
}

.pdB0 {
  padding-bottom: 0 !important;
}

.pdB5 {
  padding-bottom: 5px !important;
}

.pdB10 {
  padding-bottom: 10px !important;
}

.pdB20 {
  padding-bottom: 20px !important;
}

.pdB30 {
  padding-bottom: 30px !important;
}

.pdB40 {
  padding-bottom: 40px !important;
}

.pdB50 {
  padding-bottom: 50px !important;
}

.pdL0 {
  padding-left: 0 !important;
}

.pdL5 {
  padding-left: 5px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pdL40 {
  padding-left: 40px !important;
}

.pdL50 {
  padding-left: 50px !important;
}

.pdR0 {
  padding-right: 0 !important;
}

.pdR5 {
  padding-right: 5px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdR30 {
  padding-right: 30px !important;
}

.pdR40 {
  padding-right: 40px !important;
}

.pdR50 {
  padding-right: 50px !important;
}

.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent_3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent_4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent_5 {
  text-indent: -5em;
  margin-left: 5em;
}

.lv1 {
  text-align: center;
  color: #006e9f;
  font-weight: bold;
  font-size: 2.8rem;
}

.btn-primary {
  background: #272727;
  color: #fff;
  font-size: 30px;
  padding: 1.5rem 8rem;
  display: table;
  text-decoration: none;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
  }
}
.btn-primary:hover {
  opacity: 0.85;
}
.btn-primary::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.225em;
}

.btn-primary__mini {
  background: #272727;
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 2.5rem;
  display: table;
  text-decoration: none;
  border-radius: 2rem;
  position: relative;
  font-weight: 400;
}
.btn-primary__mini:hover {
  opacity: 0.85;
}
.btn-primary__mini::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.225em;
}

ul.list-disc {
  list-style: disc;
  margin-left: 2rem;
}

ul.list-square {
  list-style: square;
  margin-left: 2rem;
}

ul.list-circle {
  list-style: circle;
  margin-left: 2rem;
}

.display-none {
  display: none;
}

/* post */
.toc {
  width: 100%;
  max-width: 580px;
  margin: 30px auto;
  padding: 35px 45px;
  background: #ededed;
  font-size: 16px;
}
.toc .toc-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.toc > ul {
  padding-left: 2rem;
}
.toc > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin-bottom: 2rem;
  position: relative;
}
.toc > ul > li::before {
  content: "";
  width: 1.7rem;
  height: 5px;
  background: #912f4f;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 0.7em;
}
.toc > ul ul {
  margin: 1rem 0 0 2rem;
}
.toc > ul ul li {
  margin-bottom: 0.5rem;
}
.toc > ul ul li a {
  color: #818181;
}
.toc > ul ul li::before {
  content: "";
  width: 1rem;
  height: 3px;
  background: #818181;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 0.7em;
}
.toc a {
  color: #272727;
}
.toc a:hover {
  color: #a84654;
  text-decoration: underline;
}

/* patterns */
.box-gray {
  background: #ededed;
  padding: 4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.box-gray .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.box-gray .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.box-column2-gray {
  background: #ededed;
  padding: 4rem;
  max-width: 900px;
  margin: 3rem auto;
}
.box-column2-gray .wp-block-column .wp-block-heading {
  margin-top: 0;
  padding-top: 0;
}
.box-column2-gray .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.box-column2-border {
  border: 2px solid #212121;
  padding: 4rem;
  max-width: 900px;
  margin: 2rem auto;
}
.box-column2-border .wp-block-heading {
  margin-top: 0;
  padding-top: 0;
}
.box-column2-border .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.box-photo-1 .box-photo-long {
  background: #ededed;
}

.box-photo-2 .box-photo-long {
  background: #912f4f;
  color: #fff;
}

.box-photo-3 .box-photo-long {
  background: #d0d0d0;
}

/* buttons */
.box-link-1 {
  text-align: center;
}
.box-link-1 a {
  background: #912f4f;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 4rem 11rem 4rem 6rem;
  border-radius: 1rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.box-link-1 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.box-link-1 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #912f4f;
  border-left: 2px solid #912f4f;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5rem;
  margin-top: -1rem;
}

.box-link-s-1 {
  text-align: center;
}
.box-link-s-1 a {
  background: #912f4f;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 2rem 7rem 2rem 3rem;
  border-radius: 4rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.box-link-s-1 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
}

.box-link-2 {
  text-align: center;
}
.box-link-2 a {
  background: #272727;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 4rem 11rem 4rem 6rem;
  border-radius: 1rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.box-link-2 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.box-link-2 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #272727;
  border-left: 2px solid #272727;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5rem;
  margin-top: -1rem;
}

.box-link-s-2 {
  text-align: center;
}
.box-link-s-2 a {
  background: #272727;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 2rem 7rem 2rem 3rem;
  border-radius: 4rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.box-link-s-2 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
}

.box-link-3 {
  text-align: center;
}
.box-link-3 a {
  background: #d8d8d8;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 4rem 11rem 4rem 6rem;
  border-radius: 1rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.box-link-3 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.box-link-3 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #d8d8d8;
  border-left: 2px solid #d8d8d8;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5rem;
  margin-top: -1rem;
}

.box-link-s-3 {
  text-align: center;
}
.box-link-s-3 a {
  background: #d8d8d8;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 2rem 7rem 2rem 3rem;
  border-radius: 4rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.box-link-s-3 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #212121;
  border-left: 2px solid #212121;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
}

.box-link-4 {
  text-align: center;
}
.box-link-4 a {
  background: #56a8b4;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 4rem 11rem 4rem 6rem;
  border-radius: 1rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.box-link-4 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.box-link-4 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #56a8b4;
  border-left: 2px solid #56a8b4;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5rem;
  margin-top: -1rem;
}

.box-link-s-4 {
  text-align: center;
}
.box-link-s-4 a {
  background: #56a8b4;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 2rem 7rem 2rem 3rem;
  border-radius: 4rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.box-link-s-4 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
}

.box-link-5 {
  text-align: center;
}
.box-link-5 a {
  background: #977938;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 4rem 11rem 4rem 6rem;
  border-radius: 1rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.box-link-5 a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.box-link-5 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #977938;
  border-left: 2px solid #977938;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5rem;
  margin-top: -1rem;
}

.box-link-s-5 {
  text-align: center;
}
.box-link-s-5 a {
  background: #977938;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 2rem 7rem 2rem 3rem;
  border-radius: 4rem;
  max-width: 610px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.box-link-s-5 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
}

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

body {
  background: #f5f5f5;
  color: #212121;
  font-family: Inter, Arial, BlinkMacSystemFont, Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
  opacity: 0;
}
body.no-scroll {
  overflow: hidden;
}
body.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

#wrapper {
  width: 100%;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.topicpath {
  padding-left: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .topicpath {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}
.topicpath ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.topicpath ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  height: 18px;
}
.topicpath ol li:first-child a {
  font-size: 0;
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url("../img/icon--home.svg") no-repeat center/contain;
  vertical-align: top;
  margin-top: -3px;
}
.topicpath ol li:not(:last-child)::after {
  content: ">";
  padding: 0 0.5rem;
  color: #b5b5b5;
  font-size: 14px;
}
.topicpath ol li a {
  color: #a84654;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.topicpath ol li span {
  display: inline-block;
  max-width: 400px;
  height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
@media screen and (max-width: 1100px) {
  #container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#column_left {
  width: calc(100% - 300px);
  padding: 4rem 4rem 0 0;
}
@media screen and (max-width: 1100px) {
  #column_left {
    width: 100%;
    padding: 2rem 0 0;
  }
}

#column_right {
  width: 300px;
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #column_right {
    width: 100%;
  }
}

#sidebar {
  position: sticky;
  top: 10rem;
  margin-bottom: 2rem;
  width: 100%;
}

#page_top {
  width: 5.6rem;
  height: 5.6rem;
  background: #912f4f;
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  padding-top: 1rem;
}
#page_top::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#opt_in {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  bottom: 1rem;
  z-index: 100;
  left: 1rem;
  width: calc(100% - 2rem);
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 2.4rem;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  #opt_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
#opt_in #opt_in--left {
  width: calc(100% - 20rem);
  padding-right: 3rem;
}
@media screen and (max-width: 1100px) {
  #opt_in #opt_in--left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
#opt_in #opt_in--left a {
  color: #a84654;
}
#opt_in #opt_in--right {
  width: 20rem;
}
#opt_in #opt_in--right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#opt_in #opt_in--right ul li {
  padding: 1rem 0;
  cursor: pointer;
}
#opt_in #opt_in--right__yes {
  width: 14rem;
  background: #912f4f;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
}
#opt_in #opt_in--right__yes:hover {
  opacity: 0.85;
}
#opt_in #opt_in--right__no {
  font-size: 0;
  width: 4rem;
  position: relative;
}
#opt_in #opt_in--right__no:hover::before, #opt_in #opt_in--right__no:hover::after {
  background: #912f4f;
}
#opt_in #opt_in--right__no::before, #opt_in #opt_in--right__no::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #272727;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -0.8rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#opt_in #opt_in--right__no::before {
  -webkit-transform: translateY(-45%) rotate(45deg);
          transform: translateY(-45%) rotate(45deg);
}
#opt_in #opt_in--right__no::after {
  -webkit-transform: translateY(-45%) rotate(-45deg);
          transform: translateY(-45%) rotate(-45deg);
}

/* modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.modal-container.is-open {
  opacity: 1;
  z-index: 300;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 47, 79, 0.7);
}

.close-btn {
  position: absolute;
  top: 7rem;
  left: 62.5%;
  width: 5rem;
  height: 5rem;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .close-btn {
    left: auto;
    right: 2rem;
  }
}

/* language */
#language-list {
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: 150px;
}
#language-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin-top: 3rem;
}
#language-list ul li {
  width: 20rem;
  margin: 0 0.2rem 0.5rem;
}
#language-list ul li a {
  background: #fff;
  color: #212121;
  text-align: center;
  display: block;
  font-size: 1.8rem;
  padding: 1rem;
}
#language-list ul li a.none {
  pointer-events: none;
  background: #d0d0d0;
}
#language-list ul li a.current {
  background: #f2f504;
  pointer-events: none;
}

/* search */
#search-form {
  max-width: 66rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: 150px;
}
#search-form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin-bottom: 4rem;
}
#search-form-text input[type=text] {
  width: calc(100% - 8rem);
  max-width: 34rem;
  height: 4.5rem;
  padding: 0 1.5rem;
  font-size: 20px;
  border: none;
  border-radius: 0;
  outline: none;
}
#search-form-text button {
  margin-left: 1rem;
  width: 7rem;
  height: 4.5rem;
  border-radius: 0;
  border: none;
  background: #6b1833;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#search-form-category {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#search-form-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin-top: 3rem;
}
#search-form-category ul li {
  margin: 0 0.2rem 0.5rem;
}
#search-form-category ul li label {
  display: block;
  padding: 0.5rem;
  color: #212121;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
#search-form-category ul li input[type=radio] {
  display: none;
}
#search-form-category ul li input[type=radio]:checked + label {
  background: #f2f504;
}

header {
  background-color: #a84654;
  background-image: url(../img/header--bg__left.png);
  background-size: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 0;
}
@media screen and (max-width: 1100px) {
  header {
    padding: 0;
    height: 10vw;
    background-size: auto 100%;
  }
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 157px;
  height: 73px;
  z-index: 1;
  display: block;
  background-image: url(../img/header--bg__right.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  header::after {
    width: 131px;
    height: 10vw;
  }
}
header h2 {
  font-size: 0;
}
header a {
  color: #fff;
}

#header-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
@media screen and (max-width: 1100px) {
  #header-container {
    padding-right: 0;
  }
}

#header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  width: 28rem;
}
@media screen and (max-width: 1100px) {
  #header-left {
    width: auto;
    padding: 0 1rem;
  }
}

#header--siteid {
  font-size: 0;
}
#header--siteid img {
  max-height: 66px;
  width: auto;
}
@media screen and (max-width: 1100px) {
  #header--siteid img {
    max-height: 7vw;
  }
}

#header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  width: calc(100% - 28rem);
}
#header-right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

#header-burger {
  margin-top: 1rem;
}
@media screen and (max-width: 1100px) {
  #header-burger {
    position: fixed;
    top: 10vw;
    right: -100%;
    width: 80%;
    max-width: 60rem;
    background: #fff;
    border: 1px solid #a84654;
    z-index: -1;
    margin: 0;
  }
  #header-burger.is-open {
    z-index: 101;
    right: 0;
  }
  #header-burger ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    gap: normal;
    font-size: 18px;
  }
  #header-burger ul li {
    width: 50%;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }
  #header-burger ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    gap: normal;
    height: 100%;
    text-align: center;
    padding: 2rem;
  }
  #header-burger ul li a:hover {
    background: #f5f5f5;
  }
  #header-burger #menu-submenu-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #b5b5b5;
  }
  #header-burger #menu-submenu-1 li {
    width: 33%;
    border-bottom: 0;
  }
  #header-burger a {
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header--submenu__sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  #header--submenu__sp {
    display: block;
  }
}

#header--submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-size: 18px;
}
#header--submenu ul li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 1100px) {
  #header--submenu ul {
    display: none;
  }
}

#header--triggers {
  margin-left: 2rem;
}
@media screen and (max-width: 1100px) {
  #header--triggers {
    width: 30vw;
  }
}
#header--triggers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
@media screen and (max-width: 1100px) {
  #header--triggers ul {
    height: 10vw;
  }
}
#header--triggers ul img {
  width: 2.6rem;
  height: 2.6rem;
}
#header--triggers ul li {
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #header--triggers ul li {
    width: 10vw;
    height: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    gap: normal;
  }
}
#header--triggers ul li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 1100px) {
  #header--triggers ul li + li {
    margin-left: 0;
  }
}
#header--triggers ul #trig_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header--triggers ul #trig_burger u {
  width: 70%;
  display: block;
  height: 0.1rem;
  border-bottom: 1px solid #fff;
  border-radius: 0.15rem;
  margin: 0.3rem 0;
}
#header--triggers ul #trig_burger.is-active {
  background: #722738;
}
#header--triggers ul #trig_burger.is-active u:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
#header--triggers ul #trig_burger.is-active u:nth-child(2) {
  opacity: 0;
}
#header--triggers ul #trig_burger.is-active u:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 1100px) {
  #header--triggers ul #trig_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#menu-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-size: 16px;
}
@media screen and (min-width: 1101px) {
  #menu-global {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  #menu-global {
    font-size: 1vw;
  }
}
#menu-global li:last-child {
  margin-left: 0;
  color: #fff;
}
@media screen and (min-width: 1101px) {
  #menu-global li + li {
    margin-left: 2.5rem;
  }
  #menu-global li:last-child::before {
    content: "|";
    margin: 0 2.5rem;
  }
}

footer h2, footer h3 {
  font-size: 0;
}

#footer--top {
  background: #ececec;
  padding: 4rem 0;
}
#footer--top .footer--banner--item {
  max-width: 700px;
  height: auto;
  padding: 0 1rem;
}
#footer--top .footer--banner--item a {
  display: block;
  aspect-ratio: 17/5;
  overflow: hidden;
}
#footer--top #footer--banners--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#footer--top #footer--banners--block .footer--banner--item {
  width: 50%;
}
#footer--top #footer--banners--slick .footer--banner--item {
  max-width: none;
}

#footer--bottom {
  background: #272727;
  padding: 8rem 0 10rem;
}

#footer--bottom--tags .footer--bottom--tag .footer--bottom--tag--ttl {
  font-size: 30px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer--bottom--tags .footer--bottom--tag .footer--bottom--tag--ttl {
    font-size: 24px;
  }
}
#footer--bottom--tags .footer--bottom--tag .footer--bottom--tag--ttl a {
  color: #fff;
  position: relative;
}
#footer--bottom--tags .footer--bottom--tag + .footer--bottom--tag {
  margin-top: 6rem;
}
#footer--bottom--tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#footer--bottom--tags ul li {
  margin: 0 2rem 2rem 0;
}
#footer--bottom--tags ul a {
  color: #fff;
  font-size: 16px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-bottom: 2px;
}
#footer--bottom--tags ul a::before {
  color: #a84654;
  content: "#";
}

#footer--bottom--menu {
  padding: 7rem 0 4rem;
}
#footer--bottom--menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-size: 14px;
}
#footer--bottom--menu ul li {
  margin: 0 1rem;
}
#footer--bottom--menu ul a {
  color: #fff;
  position: relative;
}
#footer--bottom--menu ul a::after {
  content: "";
  border-bottom: 1px solid #fff;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
  left: 50%;
}
#footer--bottom--menu ul a:hover::after {
  width: 100%;
  height: 1px;
  left: 0;
}

#footer--bottom--sankei {
  margin-bottom: 4rem;
  text-align: center;
}
#footer--bottom--sankei img {
  width: 247px;
}

#footer--bottom--copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

aside h2 {
  font-size: 0;
}
aside .sidebar--item--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
aside .sidebar--item--ttl span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #212121;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
@media screen and (max-width: 767px) {
  aside .sidebar--item--ttl span {
    font-size: 20px;
  }
}
aside .sidebar--item--ttl span::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 3.1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
aside .sidebar--item {
  -webkit-transition: none;
  transition: none;
}
aside .sidebar--item + .sidebar--item {
  margin-top: 3rem;
}

#sidebar--item--banners .sidebar--item--ttl {
  display: none;
}

#sidebar--banners--slick .sidebar--banner--item {
  display: block;
  aspect-ratio: 17/5;
  overflow: hidden;
}

#sidebar--banners--block .sidebar--banner--item + .sidebar--banner--item {
  margin-top: 1rem;
}

#sidebar--item--popular_tags .sidebar--item--ttl span::before {
  background-image: url(../img/icon--popular_tags.png);
}

#sidebar--item--ranking .sidebar--item--ttl span::before {
  background-image: url(../img/icon--ranking.png);
}

#sidebar--item--features .sidebar--item--ttl span {
  margin-bottom: 1rem;
}
#sidebar--item--features .sidebar--item--ttl span::before {
  background-image: url(../img/icon--special_feature.png);
}

#sidebar--item--ranking .btn-primary__mini {
  font-size: 16px;
  margin: 2rem auto 0;
}

.popular-tags {
  padding: 1rem 0;
}
.popular-tags li {
  margin-top: 0.5rem;
}
.popular-tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  background: #fff;
  color: #212121;
  padding: 1rem 2rem;
  font-size: 16px;
  border-radius: 0.5rem;
}
.popular-tags li a::before {
  content: "#";
  color: #912f4f;
  margin-right: 0.2em;
}
.popular-tags li a:hover {
  background: #ececec;
}
.popular-tags li a span {
  height: 18px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-bottom: 2px;
}

#popular-tags-trig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  color: #912f4f;
  font-size: 16px;
  width: 10rem;
  border-radius: 1.3rem;
  cursor: pointer;
  border: 1px solid #912f4f;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0 0.3rem 3rem;
  margin-top: 2rem;
}
#popular-tags-trig:hover::before, #popular-tags-trig:hover::after {
  border-color: #fff;
}
#popular-tags-trig::before, #popular-tags-trig::after {
  content: "";
  border-bottom: 1px solid #912f4f;
  width: 0.8em;
  height: 0;
  display: inline-block;
  left: 1rem;
  position: absolute;
}
#popular-tags-trig::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#popular-tags-trig:hover {
  background: #912f4f;
  color: #fff;
}

.ranking--trig--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.ranking--trig--list .ranking--trig--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  color: #b5b5b5;
  padding: 1rem 0 0.7rem;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 3px solid #b5b5b5;
  width: 50%;
}
.ranking--trig--list .ranking--trig--item.is-open {
  color: #912f4f;
  border-color: #912f4f;
}
.ranking--trig--list .ranking--trig--item:hover {
  background: #ececec;
}

#sidebar--ranking--list--container {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.sidebar--ranking--list {
  position: relative;
}
.sidebar--ranking--list.hidden {
  position: absolute;
  z-index: -1;
}
.sidebar--ranking--list .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin: 2rem 0 0;
  width: 100%;
}
.sidebar--ranking--list .article .thumb {
  width: 11rem;
}
.sidebar--ranking--list .article .text {
  width: calc(100% - 11rem);
  display: block;
}
.sidebar--ranking--list .article .text .post-category, .sidebar--ranking--list .article .text .post-excerpt, .sidebar--ranking--list .article .text .text-bottom {
  display: none;
}
.sidebar--ranking--list .article .text .post-ttl {
  min-height: auto;
}
.sidebar--ranking--list .article .text .post-ttl a {
  font-size: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  color: #272727;
}
.sidebar--ranking--list .article .text .post-tags {
  font-size: 16px;
  margin-bottom: 0;
}
.sidebar--ranking--list .no-data {
  font-size: 16px;
  line-height: 1.4;
  color: #272727;
  margin-top: 2rem;
  font-weight: bold;
}

.features {
  text-align: center;
}

/* Caroucel */
#caroucel {
  padding: 2rem 0;
  background: #ececec;
}

.caroucel--item {
  max-width: 700px;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .caroucel--item {
    padding: 0 0.5rem;
  }
}
.caroucel--item a {
  display: block;
  aspect-ratio: 17/5;
  overflow: hidden;
}
.caroucel--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#caroucel--inner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#caroucel--inner__block .caroucel--item {
  width: 50%;
}

#caroucel--inner__slick .caroucel--item {
  max-width: none;
}

/* Notice */
#front-notice {
  background: #fff;
  padding: 0.8rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  #front-notice {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #front-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#front-notice-title {
  color: #912f4f;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #front-notice-title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#front-notice-title::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.5rem;
  background: url(/wp-content/themes/japan-cycling-info/assets/img/icon--notice.png) no-repeat center center;
  background-size: cover;
}

#front-notice-text {
  color: #272727;
  font-size: 16px;
  line-height: 1.4;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  #front-notice-text {
    width: 100%;
  }
}

#list-latest {
  margin-bottom: 10rem;
}
#list-latest .btn-primary {
  margin: 0 auto;
}
#list-latest h2 {
  font-size: 3.2rem;
  color: #212121;
  font-weight: bold;
  margin-bottom: 3rem;
}
#list-latest h2::before {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 3.6rem;
  background: url(/wp-content/themes/japan-cycling-info/assets/img/icon--new.svg) no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
}

.home #list-latest h2 {
  font-size: 0;
}
@media screen and (max-width: 1100px) {
  .home #list-latest h2 {
    margin-bottom: 0;
  }
}
.home #list-latest h2::before {
  display: none;
}

.contents-footer #list-latest h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

#list-pickup {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #list-pickup {
    padding-bottom: 0;
  }
}
#list-pickup h2 {
  font-size: 3.2rem;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #list-pickup h2 {
    font-size: 2.8rem;
  }
}
#list-pickup h2::before {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 3.6rem;
  background: url(/wp-content/themes/japan-cycling-info/assets/img/icon--pickup.png) no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
}
#list-pickup .list {
  gap: 1rem;
}

/* latest */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 1rem 3rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.list > p {
  font-size: 18px;
}

.list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  width: calc((100% - 3rem) / 2);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .list article {
    width: 100%;
    margin-bottom: 0;
  }
}
.list article .thumb {
  width: 48%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .list article .thumb {
    width: 40%;
  }
}
.list article .thumb img {
  aspect-ratio: 3/2;
  width: 100%;
  max-width: 225px;
}
.list article .text {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
@media screen and (max-width: 767px) {
  .list article .text {
    width: 60%;
  }
}
.list article .text > div {
  width: 100%;
}
.list article .post-ttl, .list article .post-category, .list article .post-tags {
  margin-bottom: 0.6rem;
}
.list article .post-ttl {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
  min-height: 3em;
}
.list article .post-ttl a {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}
.list article .post-tags {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list article .post-excerpt {
  display: none;
}
.list article .date-and-author {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-size: 16px;
  color: #b5b5b5;
}
.list article .date-and-author li {
  width: 5.5em;
  text-align: right;
}
.list article .date-and-author li:first-child {
  width: calc(100% - 5.5em);
  padding-right: 0.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list article + article {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #d8d8d8;
  }
}

.list.archive-articles article {
  width: 100%;
}
.list.archive-articles article .thumb {
  width: 375px;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .list.archive-articles article .thumb {
    width: 40%;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}
.list.archive-articles article .thumb img {
  width: 100%;
  max-width: 345px;
}
.list.archive-articles article .text {
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(100% - 375px);
}
@media screen and (max-width: 767px) {
  .list.archive-articles article .text {
    width: 60%;
  }
}

.latest article:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .latest article:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.latest article:first-child .thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .latest article:first-child .thumb {
    width: 100%;
  }
}
.latest article:first-child .thumb img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .latest article:first-child .thumb img {
    max-width: none;
  }
}
.latest article:first-child .text {
  width: 50%;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: normal;
}
@media screen and (max-width: 767px) {
  .latest article:first-child .text {
    width: 100%;
    padding: 1rem 0 0;
  }
}
.latest article:first-child .post-ttl, .latest article:first-child .post-category, .latest article:first-child .post-tags {
  margin-bottom: 1.6rem;
}
.latest article:first-child .post-ttl a {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .latest article:first-child .post-ttl a {
    font-size: 24px;
  }
}
.latest article:first-child .post-excerpt {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #b5b5b5;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .latest.list {
    margin-bottom: 4rem;
  }
}
.tile article {
  width: calc((100% - 2rem) / 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .tile article {
    width: calc((100% - 2rem) / 2);
    margin: 0 0 2rem !important;
    padding-top: 0 !important;
    border: 0 !important;
  }
}
.tile article .thumb, .tile article .text {
  width: 100%;
  padding: 0;
}
.tile article .thumb {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .tile article .thumb {
    margin-bottom: 1rem;
  }
}
.tile article .thumb img {
  width: 100%;
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .tile article .date-and-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.related-articles article {
  margin-bottom: 4rem;
}
.related-articles article + article {
  border-top: 1px solid #d8d8d8;
  padding-top: 4rem;
}

#pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-size: 1.2rem;
  margin: 9rem 0;
  font-size: 32px;
}
#pagenation span:not(.dots), #pagenation a {
  border-radius: 2rem;
}
#pagenation span:not(.dots) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  padding: 0 0.5rem;
  min-width: 4rem;
  height: 4rem;
  margin: 0 0.5rem 1rem;
  background: #272727;
  border: 1px solid #272727;
  color: #fff;
}
#pagenation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  padding: 0 0.5rem;
  height: 4rem;
  min-width: 4rem;
  margin: 0 0.5rem 1rem;
  border: 1px solid #272727;
  color: #272727;
}
#pagenation a:hover {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
#pagenation .next::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  left: 45%;
}
#pagenation .prev::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 55%;
}

#pagenation .prev, #pagenation .next {
  font-size: 0;
  position: relative;
  border: 0;
}

#pagenation .prev:hover::before {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

#pagenation .next:hover::before {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

#contents-footer {
  margin-top: 9rem;
}
#contents-footer h2 {
  font-size: 3.2rem;
}

.list-sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin-bottom: 4rem;
}
.list-sort ul li {
  margin-right: 3rem;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.list-sort ul li input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
  vertical-align: middle;
  cursor: pointer;
  accent-color: #616161;
}
.list-sort ul li span {
  cursor: pointer;
}

#category-list {
  margin-top: 2rem;
}

#list-articles h2 {
  display: none;
}

#list-relate-articles {
  padding-bottom: 8rem;
}
#list-relate-articles h2 {
  font-size: 3.2rem;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #list-relate-articles h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3rem;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#list-relate-articles h2::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 3.1rem;
  background: url(/wp-content/themes/japan-cycling-info/assets/img/icon--popular_tags.png) no-repeat center center;
  background-size: cover;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  #list-relate-articles h2::before {
    position: absolute;
    left: 0;
    top: 1rem;
  }
}
#list-relate-articles h2 strong {
  color: #912f4f;
}
#list-relate-articles h2 span {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 767px) {
  #list-relate-articles h2 span {
    width: 100%;
  }
}
#list-relate-articles h2 a {
  font-size: 16px;
  padding: 0.5rem 2.5rem;
  font-weight: normal;
}
#list-relate-articles h2 a::before {
  right: 1rem;
}
@media screen and (max-width: 767px) {
  #list-relate-articles h2 a {
    margin-top: 1.5rem;
  }
}
#list-relate-articles .list {
  gap: 1rem;
}

/* page-header */
.page-header {
  padding: 2rem 0 4rem;
  background: #ececec;
  position: relative;
}
.page-header .page-ttl {
  margin-top: 1rem;
  text-align: center;
  font-size: 34px;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
.page-header .page-ttl i {
  font-weight: bold;
  color: #912f4f;
  display: inline-block;
}
.page-header .page-eyecatch {
  position: absolute;
  z-index: 0;
  height: 11rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-header .page-eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header .page-description {
  margin: 2rem 0;
  text-align: center;
  font-size: 18px;
  color: #212121;
}

#page-content {
  margin-bottom: 8rem;
}

/* article */
.single-category a {
  color: #fff;
}

.single-title {
  margin: 2rem 0;
}

.single-tags {
  margin-bottom: 4rem;
}
.single-tags a {
  color: #212121;
  display: inline-block;
  position: relative;
}
.single-tags a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #212121;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  height: 1px;
}
.single-tags a:hover::after {
  width: calc(100% + 0.5rem);
}

.single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

.single-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  width: calc(100% - 8em);
}

.single-author {
  margin: 0 2rem 1rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-author a {
  color: #b5b5b5;
}

.single-created {
  color: #b5b5b5;
  font-size: 16px;
  width: 7em;
  padding-top: 0.3rem;
  font-style: normal;
  text-align: right;
}

.single-content {
  padding: 3rem 0;
}

/* single-topicpath */
#single-topicpath {
  padding-left: 0;
  padding: 3rem 0;
  border-top: 1px solid #b5b5b5;
}
#single-topicpath ul {
  margin-bottom: 1rem;
}

/* addtoany */
#single-share {
  margin-top: 7rem;
}
#single-share h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 3rem;
  font-weight: bold;
}
#single-share h2 span {
  position: relative;
}
#single-share h2 span::before, #single-share h2 span::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 3rem;
  background: #212121;
  position: absolute;
  top: 50%;
  margin-top: -0.65em;
}
#single-share h2 span::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: -1em;
}
#single-share h2 span::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: -1em;
}
#single-share .addtoany_list a, #single-share .widget .addtoany_list a {
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  #single-share .addtoany_list a, #single-share .widget .addtoany_list a {
    font-size: 12px;
    padding: 0;
  }
}
#single-share .addtoany_shortcode {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single-share .a2a_svg {
    width: 3rem !important;
    height: 3rem !important;
  }
}

/* single-footer */
#single-jump {
  margin: 7rem 0 10rem;
}
#single-jump-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#single-jump-list li {
  width: 48%;
  max-width: 29rem;
  position: relative;
}
#single-jump-list li a, #single-jump-list li i {
  padding: 1rem 2rem;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #single-jump-list li a, #single-jump-list li i {
    font-size: 14px;
  }
}
#single-jump-list li a {
  background: #272727;
  color: #fff;
}
#single-jump-list li i {
  background: #ececec;
  color: #212121;
}
#single-jump-list .prev > * {
  text-align: right;
}
#single-jump-list .next > * {
  text-align: left;
}
#single-jump-list .prev > *::before, #single-jump-list .next > *::after {
  content: "";
  display: block;
  width: 7.6rem;
  height: 0;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
}
#single-jump-list .prev > *::before {
  left: 0;
}
#single-jump-list .next > *::after {
  right: 0;
}

.relate-profile {
  border: 1px solid #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.relate-profile .relate-profile-img {
  overflow: hidden;
  border-radius: 50%;
}
.relate-profile .relate-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relate-profile .relate-profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  font-weight: bold;
}
.relate-profile .relate-profile-header .relate-profile-position {
  padding: 0.2rem 0.3rem;
  min-width: 20rem;
  font-size: 16px;
  color: #fff;
  background: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.relate-profile .relate-profile-header .relate-profile-name {
  font-size: 16px;
  margin-left: 2rem;
  padding: 0.2rem 0.3rem;
  color: #912f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

/*カルーセル対応*/
.wp-block-cb-carousel-v2 {
  max-width: 780px;
  margin: 4rem auto;
}
.wp-block-cb-carousel-v2 .swiper-wrapper, .wp-block-cb-carousel-v2 .swiper-slide {
  max-width: 780px;
}
.wp-block-cb-carousel-v2 img {
  width: 100%;
  height: auto;
}
.wp-block-cb-carousel-v2 .swiper-button-prev {
  margin-left: -3vw;
}
.wp-block-cb-carousel-v2 .swiper-button-next {
  margin-right: -3vw;
}
.wp-block-cb-carousel-v2 .swiper-button-next, .wp-block-cb-carousel-v2 .swiper-button-prev {
  width: 54px;
  height: 54px;
  background: #912f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  border-radius: 50%;
  color: #fff;
  margin-top: -27px;
}

/* loop bug */
.slick-slider div {
  -webkit-transition: none;
  transition: none;
}

/* arrows */
.slick-prev, .slick-next {
  z-index: 1;
  width: 4.3rem;
  height: 4.3rem;
  background: #912f4f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.slick-prev::before, .slick-next::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.slick-prev {
  left: 22.5%;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 1%;
  }
}
.slick-prev::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slick-next {
  right: 22.5%;
  padding-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 1%;
  }
}
.slick-next::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slick-prev:hover, .slick-next:hover {
  background: #b5b5b5;
}

.slick-prev:focus, .slick-next:focus {
  background: #912f4f;
}
.slick-prev:focus:hover, .slick-next:focus:hover {
  background: #b5b5b5;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  background: #fff;
  cursor: default;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 1;
  border-color: #d0d0d0;
}

/* dots */
.slick-dots {
  -webkit-transition: none;
  transition: none;
  position: relative;
  bottom: -10px;
}
.slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  background: #d0d0d0;
  border-radius: 50%;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #912f4f;
}

/* latest */
.term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
@media screen and (max-width: 767px) {
  .term-list {
    overflow-x: scroll;
    width: calc(100vw - 1rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.term-list li {
  margin: 0 0.5rem 0.5rem 0.5rem;
}
.term-list li span, .term-list li a {
  display: inline-block;
  font-size: 18px;
  padding: 1rem 0.5rem;
  white-space: nowrap;
}
.term-list li span {
  background: #d0d0d0;
  color: #a0a0a0;
}
.term-list li a {
  background: #fff;
  color: #272727;
}
.term-list li a.current {
  background: #912f4f;
  color: #fff;
  pointer-events: none;
}

#textdomain-sort {
  margin-bottom: 3rem;
  display: none;
}

.author-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}

.author-item {
  width: 100%;
  padding: 2.5rem;
  border: 1px solid #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.author-item .thumb {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .author-item .thumb {
    width: 10rem;
    height: 10rem;
  }
}
.author-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-item .text {
  width: calc(100% - 16rem);
  padding: 1rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .author-item .text {
    width: calc(100% - 12rem);
  }
}
.author-item .text .author-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  color: #912f4f;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .author-item .text .author-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.author-item .text .author-ttl .author-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  color: #fff;
  background: #272727;
  font-size: 16px;
  padding: 0.2rem 0.5rem;
  margin-right: 2rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .author-item .text .author-ttl .author-position {
    width: auto;
    margin-bottom: 0.5rem;
  }
}
.author-item .text .author-ttl .author-name {
  width: calc(100% - 17rem);
}
@media screen and (max-width: 767px) {
  .author-item .text .author-ttl .author-name {
    width: 100%;
  }
}
.author-item .text .author-ttl .author-name a {
  color: #912f4f;
}
.author-item .text .author-ttl .author-name a:hover {
  text-decoration: underline;
}
.author-item .text .author-excerpt {
  font-size: 14px;
  color: #272727;
  line-height: 1.7;
  margin-top: 1rem;
  position: relative;
  min-height: 2rem;
  padding-bottom: 2em;
}
.author-item .text .author-excerpt.hidden {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 1.5em;
}
.author-item .text .more-button {
  background: #f5f5f5;
  width: 100%;
  height: 2rem;
  font-size: 0;
  color: #212121;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
.author-item .text .more-button::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 1px solid #212121; /* 線の太さ・色 */
  border-left: 1px solid #212121; /* 線の太さ・色 */
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.author-item .text .more-button.is-open::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.author-item .text .author-content {
  font-size: 14px;
  color: #272727;
  line-height: 1.7;
  margin-top: 1rem;
}
.author-item .text .author-content .more-button {
  display: none !important;
}
.author-item .text .author-content.strip {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.author-item + .author-item {
  margin-top: 2rem;
}
.author-item.s {
  padding: 1.5rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-item.s .thumb {
  width: 5.5rem;
  height: 5.5rem;
}
.author-item.s .text {
  padding: 0;
  width: calc(100% - 7.5rem);
}
.author-item.m {
  padding: 2.5rem 2rem;
}
.author-item.m .thumb {
  width: 14.5rem;
  height: 14.5rem;
}
.author-item.m .text {
  width: calc(100% - 16.5rem);
}
.author-item.m .text .author-ttl {
  margin-bottom: 2rem;
}
.author-item.l {
  padding: 2.5rem 2rem;
}
.author-item.l .thumb {
  width: 14.5rem;
  height: 14.5rem;
}
.author-item.l .text {
  width: calc(100% - 16.5rem);
}
.author-item.l .text p {
  margin: 0;
}

.author-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
  margin: 1rem 0;
}
.author-sns li {
  margin-right: 1rem;
}
.author-sns span {
  font-size: 0;
}
.author-sns a {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .author-sns a {
    width: 3rem;
    height: 3rem;
  }
}
.author-sns .website a {
  background-image: url("../img/icon--website.svg");
}
.author-sns .twitter a {
  background-image: url("../img/icon--twitter.svg");
}
.author-sns .facebook a {
  background-image: url("../img/icon--facebook.svg");
}
.author-sns .instagram a {
  background-image: url("../img/icon--instagram.svg");
}

#single-textdomain .author-item .text-bottom {
  display: none;
}

#textdomain-related-articles {
  margin-top: 4rem;
}

.page-template-tieup {
  background: #e2cece;
}
.page-template-tieup #footer--bottom {
  padding-top: 0;
}

#tieup-header {
  padding: 2rem 0;
  background: #fff;
}

#tieup {
  min-height: 100vh;
}

/* page-header */
#ranking {
  position: relative;
}
#ranking .ranking--trig {
  width: 345px;
  margin-bottom: 3rem;
}
#ranking .list-container {
  position: relative;
}
#ranking .archive-articles {
  position: relative;
  width: 100%;
}
#ranking .archive-articles.hidden {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
/* page-header */
#sitemap--container {
  padding-bottom: 8rem;
  font-size: 16px;
}
#sitemap--container .sitemap--ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4rem;
}
#sitemap--container .sitemap--ttl a {
  color: #a84654;
}
#sitemap--container .sitemap--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: normal;
}
#sitemap--container .sitemap--list li {
  margin-right: 2rem;
}
#sitemap--container .sitemap--list li::before {
  display: none;
}
#sitemap--container .sitemap--list a {
  color: #212121;
  font-size: 16px;
}
#sitemap--container .sitemap--list a::before {
  color: #a84654;
  content: "#";
}/*# sourceMappingURL=style.css.map */