.o-list {
  width: 100%;
}

.o-list__item {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.o-list__item a {
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .o-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 15px);
  }
  .o-list__item {
    position: relative;
    width: calc(33.333% - 15px);
    padding-bottom: 30px;
    margin-right: 15px;
  }
  .o-list__item a {
    width: auto;
    display: block;
  }
}
.o-list__img {
  width: 35%;
}

@media only screen and (min-width: 768px) {
  .o-list__img {
    width: 100%;
  }
}
.o-list__item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .o-list__item img {
    height: 100%;
  }
}
.o-list__item .list__img {
  margin-bottom: 10px;
}

.o-list__text {
  width: 61%;
  margin-left: 4%;
}

@media only screen and (min-width: 768px) {
  .o-list__text {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.o-list__info {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  font-size: 0.6875rem;
}

.o-list__title {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .o-list__info {
    margin-top: 12px;
    font-size: 0.75rem;
  }
  .o-list__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.o-list__cat {
  font-weight: 700;
}

.o-heading-01 {
  border-bottom: solid 3px #9198E5;
  position: relative;
  margin-bottom: 18px;
}

.o-heading-01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #E62E7F;
  bottom: -3px;
  width: 50%;
}

.o-heading-01-en {
  font-family: "Roboto";
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
  margin-bottom: 9px;
}

@media only screen and (min-width: 768px) {
  .o-heading-01-en {
    font-size: 2.0625rem;
  }
}
.o-heading-01-ja {
  font-size: 0.6875rem;
  display: inline-block;
  margin-left: 6px;
  margin-top: -6px;
  padding-left: 14px;
  vertical-align: middle;
  position: relative;
}

.o-heading-01-ja:before {
  background-color: #000;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 1px;
}

@media only screen and (min-width: 768px) {
  .o-heading-01-ja {
    font-size: 0.9375rem;
  }
  .o-heading-01-ja:before {
    height: 20px;
  }
}
.o-heading-02 {
  text-align: center;
  padding-top: 40px;
  color: #F5F5F5;
}

.o-heading-02-en {
  font-family: "Roboto";
  font-size: 1.625rem;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 3px;
}

.o-heading-02-ja {
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  margin-top: 27px;
}

.o-heading-02-ja::before {
  background-color: #F5F5F5;
  content: "";
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -13px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .o-heading-02 {
    padding-top: 48px;
  }
  .o-heading-02-en {
    font-size: 2.0625rem;
  }
  .o-heading-02-ja {
    font-size: 0.9375rem;
    margin-top: 30px;
  }
}
.o-heading-03 {
  color: #F5F5F5;
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 1px;
}

.o-heading-03::after {
  background-color: #F5F5F5;
  content: "";
  height: 1px;
  margin-top: 10px;
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

@media only screen and (min-width: 768px) {
  .o-heading-03 {
    font-size: 1.125rem;
  }
  .o-heading-03::after {
    left: 0;
    bottom: -20px;
    transform: none;
  }
}
.o-sub-heading {
  font-size: 1.25rem;
  padding-bottom: 15px;
  font-weight: 700;
  border-bottom: solid 3px #303836;
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .o-sub-heading {
    font-size: 1.875rem;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}
.o-more-btn {
  text-align: center;
}

.o-more-btn a {
  border-radius: 5px;
  display: inline-block;
  width: 55%;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .o-more-btn a {
    width: 35%;
    padding: 20px;
    font-size: 0.9375rem;
  }
}
.o-visual {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .o-visual {
    width: 750px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.o-visual__title {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 95%;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1rem;
  text-align: left;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.79);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .o-visual__title {
    width: 504px;
    line-height: 1.4;
    font-size: 1.25rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
}
.o-visual__img img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .o-visual__img img {
    border-radius: 5px;
  }
}
.o-article__main {
  padding-bottom: 70px;
}

.o-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}
.o-article-title > a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .o-article-title {
    font-size: 1.75rem;
  }
}
.o-article-cat {
  font-size: 0.8125rem;
}

.o-article-time {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.8125rem;
  color: #6A6A6A;
  letter-spacing: 0.1px;
}

.o-article-tag-could {
  display: inline-block;
  margin-left: 15px;
}

.o-article-tag-could a {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #6A6A6A;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #303836;
  border-left: 5px solid #303836;
}

.o-article-body {
  margin-top: 27px;
}

.o-article-body .wp-block-image {
  text-align: center;
  margin-top: 27px;
}

.o-article-body h2 {
  padding-bottom: 16px;
  margin-top: 40px;
  font-size: 1.3125rem;
  border-bottom: 2px solid #303836;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .o-article-time {
    margin-top: 21px;
  }
  .o-article-body {
    margin-top: 47px;
  }
  .o-article-body h2 {
    padding-bottom: 18px;
    margin-top: 45px;
    font-size: 1.5625rem;
  }
}
.o-article-body p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 30px;
}

.o-article-body a {
  text-decoration: underline;
}

.o-article-related {
  position: relative;
  margin-top: 70px;
  padding: 10px 0;
  border-top: solid 2px #9E9E9E;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .o-article-related {
    padding: 21px 20px;
    border: solid 2px #9E9E9E;
  }
}
.o-article-related-heading {
  position: absolute;
  display: inline-block;
  top: -12px;
  left: 20px;
  padding: 0 7px;
  line-height: 1.5;
  color: #303836;
  font-weight: 700;
  font-size: 1.125rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .o-article-related-heading {
    left: 10px;
    padding: 0 19px;
    font-size: 1.25rem;
  }
}
.o-article-related-heading::after {
  position: absolute;
  display: inline-block;
  top: calc(55% - 7px);
  left: 0;
  background: #ffffff;
  content: "";
  width: 100%;
  height: 7px;
  z-index: -1;
}

.o-article-related ul li {
  padding-top: 15px;
}

.o-article-related ul li .o-article-related-title a {
  font-size: 0.875rem;
  color: #303836;
}

@media screen and (min-width: 768px) {
  .o-article-related ul li .o-article-related-title {
    font-size: 1rem;
  }
}
.o-photo-body {
  margin-top: 47px;
}

.o-photo__slider {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.o-photo__slider img {
  width: 100%;
}
.o-photo__slider div {
  font-size: 0.75rem;
  background: #EFEFEF;
  padding: 6px 10px;
}

.o-photo-prev,
.o-photo-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  margin-top: -22px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23E62E7F%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3E1098_ar_h%3C%2Ftitle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cline%20class%3D%22a%22%20x1%3D%2217.91%22%20y1%3D%2224%22%20x2%3D%2230.13%22%20y2%3D%2224%22%2F%3E%20%3Cpolyline%20class%3D%22a%22%20points%3D%2224.04%2018.91%2017.87%2024%2024.04%2029.09%22%2F%3E%20%3C%2Fg%3E%20%3Ccircle%20class%3D%22a%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2213%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.o-photo-prev {
  left: 0;
  right: auto;
}

.o-photo-next {
  right: 0;
  left: auto;
  transform: scale(-1, 1);
}

.wpcf7-textarea,
.wpcf7-text {
  border: 1px solid #303836;
}

.wpcf7 dt {
  margin-top: 20px;
}
.wpcf7 dd {
  margin-top: 7px;
}

.wp-element-caption a {
  font-size: 1.2rem;
}

.is-style-camera {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.is-style-camera a {
  position: relative;
  display: inline-block;
  max-width: 400px;
  padding: 7px 40px 7px 50px;
  padding-left: 39px;
  margin: auto;
  font-size: 13px;
  color: #E62E7F;
  text-align: left;
  word-break: break-all;
  background: #fff;
  border: 2px solid #E62E7F;
  border-radius: 26px;
}

.is-style-camera a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23E62E7F%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3E1098_ar_h%3C%2Ftitle%3E%20%3Cg%3E%20%3Cg%3E%20%3Cline%20class%3D%22a%22%20x1%3D%2217.91%22%20y1%3D%2224%22%20x2%3D%2230.13%22%20y2%3D%2224%22%2F%3E%20%3Cpolyline%20class%3D%22a%22%20points%3D%2224.04%2018.91%2017.87%2024%2024.04%2029.09%22%2F%3E%20%3C%2Fg%3E%20%3Ccircle%20class%3D%22a%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2213%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
}

.is-style-camera a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3Anone%3B%7D.b%7Bstroke%3A%23E62E7F%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E443_ca_f%3C%2Ftitle%3E%3Crect%20class%3D%22a%22%20width%3D%2248%22%20height%3D%2248%22%2F%3E%3Cpolyline%20class%3D%22b%22%20points%3D%2236%2043%2045%2043%2045%2013%2037%2013%2035%205%2017%205%2015%2013%203%2013%203%2043%2016%2043%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2226%22%20cy%3D%2229%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M21%2C29a5%2C5%2C0%2C0%2C1%2C5-5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

/* youtube iframe */
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 55.9%;
}

@media screen and (min-width: 768px) {
  .wp-block-embed__wrapper {
    width: 660px;
  }
}
.wp-pagenavi {
  margin: 20px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px !important;
  margin: 2px 5px !important;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 0.75rem;
    padding: 5px 8px !important;
    margin: 2px 2px !important;
  }
}
.c-paganation {
  position: relative;
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.c-paganation > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  margin-left: 7px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #E62E7F;
  border-radius: 50%;
}

.c-paganation .current,
.c-paganation a.page {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 7px 6px 7px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.c-paganation .current {
  color: #000;
  background: #eee;
  border: none;
}

.prev-page-link,
.next-page-link {
  display: inline-block;
}

.prev-page-link a,
.next-page-link a {
  text-decoration: none;
  color: #E62E7F;
}

.prev-page-link {
  margin-right: 7px;
}

.next-page-link {
  margin-left: 7px;
}

.size-full {
  width: 100%;
  height: auto;
}

.l-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  counter-reset: rank;
}

.l-list .l-list__inview {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ddd;
}

.l-list .ranking-number::before {
  counter-increment: rank;
  content: counter(rank);
  position: absolute;
  left: -8px;
  top: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #303836;
  font-size: 0.9375rem;
  line-height: 30px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .l-list .ranking-number::before {
    width: 40px;
    height: 40px;
    left: -13px;
    top: -10px;
    font-size: 1.25rem;
    line-height: 40px;
  }
}
.l-list .ranking-number:nth-child(1)::before {
  background-color: #e6d92d;
}

.l-list .ranking-number:nth-child(2)::before {
  background-color: #dad6d8;
}

.l-list .ranking-number:nth-child(3)::before {
  background-color: #e6802d;
}

.l-list .l-list__inview img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-list .l-list__inview .l-list__img {
  width: 40%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .l-list .l-list__inview .l-list__img {
    width: 30%;
  }
}
.l-list .l-list__inview .l-list__info {
  width: 57%;
  margin-left: 3%;
}

@media screen and (min-width: 768px) {
  .l-list .l-list__inview .l-list__info {
    width: 67%;
    margin-left: 3%;
  }
}
.l-list .l-list__inview .l-list__info .day {
  margin-bottom: 7px;
  font-size: 0.8125rem;
  color: #6A6A6A;
}

.l-list .l-list__inview .l-list__info .ttl {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-list .l-list__inview .l-list__info .day {
    margin-bottom: 12px;
  }
  .l-list .l-list__inview .l-list__info .ttl {
    margin: 0 0 20px;
    font-size: 1.125rem;
  }
}
.l-list__info-inner {
  display: flex;
  justify-content: space-between;
}

.o-side__ranking-tabs {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.o-side__ranking-tabs-item {
  cursor: pointer;
  padding: 7px 9px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #F7F7F7;
  border-right: 1px solid #fff;
}

.o-side__ranking-tabs-item.is-active {
  background-color: #EFEFEF;
  font-weight: 700;
}

.o-side__ranking-list {
  counter-reset: rank;
}

.o-side__ranking-list > div {
  position: relative;
}

.o-side__ranking-list > div::before {
  counter-increment: rank;
  content: counter(rank);
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background-color: #303836;
  font-size: 0.9375rem;
  line-height: 24px;
  border-radius: 50%;
}

.o-side__ranking-list > div:nth-child(1)::before {
  background-color: #e6d92d;
}

.o-side__ranking-list > div:nth-child(2)::before {
  background-color: #dad6d8;
}

.o-side__ranking-list > div:nth-child(3)::before {
  background-color: #e6802d;
}

.o-side__ranking-list {
  display: none;
}

.o-side__ranking-list.is-show {
  display: block;
}

.o-side__ranking-article .o-side__ranking-link {
  display: flex;
  width: 100%;
  padding: 10px;
}

.o-side__ranking-article {
  background-color: #EFEFEF;
}

.o-side__ranking-article-img {
  width: 100px;
  min-width: 100px;
  flex-basis: 100px;
  margin-right: 10px;
  text-align: center;
}
.o-side__ranking-article-img img {
  width: 100%;
  height: auto;
}

.o-side__ranking-article-title {
  font-size: 0.875rem;
  font-weight: 700;
  flex-basis: 100%;
}

.o-footer-logo {
  padding-top: 20px;
  text-align: center;
}
.o-footer-logo img {
  width: 100px;
}
.o-footer-logo p {
  font-size: 11px;
  margin-top: 8px;
}