@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

html {
  scroll-padding-top: 110px;
  font-size: 16px;
}
@media screen and (max-width: 51.9375em) {
  html {
    scroll-padding-top: 56px;
    -webkit-text-size-adjust: 100%;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 84px;
}
@media screen and (max-width: 51.9375em) {
  body {
    margin-top: 56px !important;
  }
}
body.rh-body-no-scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}
body.admin-bar {
  margin-top: 84px;
}

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

strong {
  font-weight: bold;
}

p {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

ul li,
ol li {
  margin-left: 1.5em;
  margin-bottom: 5px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}

.rt-wrap {
  width: 1000px;
  margin: 50px auto 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 51.9375em) {
  .rt-wrap {
    width: 100%;
    margin: 40px 0 50px;
    flex-flow: column;
    overflow: hidden;
  }
}

@media screen and (max-width: 51.9375em) {
  .home .rt-wrap {
    margin: 0 0 50px;
  }
}

.rt-header {
  width: 100%;
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-right: 5.7291666667vw;
  padding-left: 5.7291666667vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 51.9375em) {
  .rt-header {
    height: 56px;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

body.admin-bar .rt-header {
  top: 32px;
}
@media screen and (max-width: 51.9375em) {
  body.admin-bar .rt-header {
    top: 46px;
  }
}
@media screen and (max-width: 51.9375em) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 51.9375em) {
  .rt-header-logo {
    width: 48.5333333333vw;
    max-width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rt-header-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 51.9375em) {
  .rt-header-logo img {
    width: 71.4666666667vw;
  }
}

@media screen and (max-width: 51.9375em) {
  .rt-header-nav {
    display: none;
  }
}
.rt-header-nav ul {
  display: flex;
}
.rt-header-nav ul li {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
}
.rt-header-nav ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: 32px;
  border-radius: 100%;
  background: #000;
}
.rt-header-nav ul li:last-child {
  margin-right: 0;
}
.rt-header-nav ul li:last-child::after {
  content: none;
}
.rt-header-nav ul li a {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0px;
}
.rt-header-nav ul li a:hover {
  color: var(--rt-main-color);
}

.rt-main {
  width: 725px;
}
.rt-main.main-one-column {
  width: 100%;
}
@media screen and (max-width: 51.9375em) {
  .rt-main {
    width: 100%;
  }
}

.rt-sidebar {
  width: 235px;
}
@media screen and (max-width: 51.9375em) {
  .rt-sidebar {
    width: 89.6vw;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }
}

.rwo-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 40px 0;
  background-color: #F5F5F3;
}

.rwo-footer-logo {
  margin-bottom: 40px !important;
}

.rwo-footer-nav {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 26.75em) {
  .rwo-footer-nav {
    width: 96vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.rwo-footer-nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 26.75em) {
  .rwo-footer-nav ul {
    width: 96vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.rwo-footer-nav ul li {
  margin-left: 0;
}
.rwo-footer-nav ul li::after {
  content: "|";
  margin: 0 16px;
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 26.75em) {
  .rwo-footer-nav ul li::after {
    font-size: 0.75rem;
    margin: 0 8px;
  }
}
.rwo-footer-nav ul li:last-child::after {
  content: none;
}
.rwo-footer-nav ul li a {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 26.75em) {
  .rwo-footer-nav ul li a {
    font-size: 0.75rem;
  }
}
.rwo-footer-nav ul li a:hover {
  text-decoration: underline;
}

.rwo-footer-text {
  font-size: 1.125rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 26.75em) {
  .rwo-footer-text {
    font-size: 0.75rem;
  }
}

.rt-header-hamburger-menu-btn {
  display: none;
}
@media screen and (max-width: 51.9375em) {
  .rt-header-hamburger-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rt-header-hamburger-menu-btn.is-active {
  z-index: 1000;
}
@media screen and (max-width: 51.9375em) {
  .rt-header-hamburger-menu-btn.is-active button span.rt-header-hamburger-menu-border {
    background-color: #fff;
  }
  .rt-header-hamburger-menu-btn.is-active button span.rt-header-hamburger-menu-border:first-child {
    transform: rotate(45deg);
    top: 9px;
  }
  .rt-header-hamburger-menu-btn.is-active button span.rt-header-hamburger-menu-border:nth-child(2) {
    visibility: hidden;
  }
  .rt-header-hamburger-menu-btn.is-active button span.rt-header-hamburger-menu-border:nth-child(3) {
    transform: rotate(135deg);
    top: 9px;
  }
}
.rt-header-hamburger-menu-btn button {
  width: 29px;
  height: 23px;
  display: flex;
  position: relative;
  padding: 0;
  border: 0;
  background: unset;
}
.rt-header-hamburger-menu-btn button span.rt-header-hamburger-menu-border {
  width: 100%;
  height: 4px;
  background-color: #333333;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.rt-header-hamburger-menu-btn button span.rt-header-hamburger-menu-border:first-child {
  top: 0;
}
.rt-header-hamburger-menu-btn button span.rt-header-hamburger-menu-border:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.rt-header-hamburger-menu-btn button span.rt-header-hamburger-menu-border:nth-child(3) {
  bottom: 0;
}

.rt-header-hamburger-menu {
  display: none;
}
@media screen and (max-width: 51.9375em) {
  .rt-header-hamburger-menu {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: var(--rt-main-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 100px 0 200px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 51.9375em) {
  .rt-header-hamburger-menu.is-active {
    display: block;
  }
}

.rt-header-hamburger-menu-nav-wrap {
  display: none;
}
@media screen and (max-width: 51.9375em) {
  .rt-header-hamburger-menu-nav-wrap {
    width: 89.3333333333vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 51.9375em) and (max-width: 51.9375em) {
  .rt-header-hamburger-menu-nav-wrap.is-active {
    display: block;
  }
}

.rt-header-hamburger-menu-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
}
.rt-header-hamburger-menu-nav li {
  border-bottom: 1px solid #fff;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}
.rt-header-hamburger-menu-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 51.9375em) {
  .rt-header-hamburger-menu-nav li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.rt-hero {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 68px;
  padding-bottom: 60px;
  background: #FFF;
  min-width: unset;
  position: relative;
}
@media screen and (max-width: 51.9375em) {
  .rt-hero {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 5.3333333333vw 30px;
  }
}
.rt-hero picture {
  display: contents;
}
.rt-hero img,
.rt-hero source {
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: unset;
     object-fit: unset;
}
@media screen and (max-width: 51.9375em) {
  .rt-hero img {
    width: 100%;
  }
}

.rt-hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: calc(60px + 1.25vw);
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: row;
}
.rt-hero-inner .rt-hero-box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 51.9375em) {
  .rt-hero-inner .rt-hero-box {
    width: 100%;
    height: 34px;
  }
}
@media screen and (max-width: 51.9375em) {
  .rt-hero-inner {
    justify-content: flex-end;
    padding-bottom: calc(26px + 3.2vw);
    padding-left: 9.0666666667vw;
    padding-right: 9.0666666667vw;
  }
}

.rt-hero-date {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 51.9375em) {
  .rt-hero-date {
    font-size: 1rem;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
  }
}

.rt-hero-header_text-1 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 51.9375em) {
  .rt-hero-header_text-1 {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    flex: 1;
    text-align: left;
  }
}

.wp-block-group.is-style-group-recommendation {
  border-radius: 20px;
  background-color: #EF6351;
  padding: 30px;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-group.is-style-group-recommendation {
    width: 100%;
    border-radius: 0;
    padding: 30px 5.3333333333vw;
  }
}

.accordion-trigger {
  cursor: pointer;
}

.accordion-target {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.accordion-target.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}

.inside-nav {
  gap: 10px;
}
@media screen and (max-width: 51.9375em) {
  .inside-nav {
    width: 89.6vw;
    margin-right: auto;
    margin-left: auto;
    flex-flow: wrap !important;
  }
}

.inside-nav-list {
  gap: 0;
}
@media screen and (max-width: 51.9375em) {
  .inside-nav-list {
    width: calc(50% - 5px);
  }
}
.inside-nav-list .wp-block-image {
  margin-bottom: 0 !important;
  cursor: pointer;
  width: 100%;
}
.inside-nav-list .wp-block-image img {
  width: 100%;
}
.inside-nav-list.is-current .inside-nav-list-off, .inside-nav-list:hover .inside-nav-list-off {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.inside-nav-list.is-current .inside-nav-list-on, .inside-nav-list:hover .inside-nav-list-on {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.inside-nav-list:hover .inside-nav-list-off {
  transform: translateY(-10px);
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.inside-nav-list:hover .inside-nav-list-on {
  transform: translateY(-10px);
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.inside-nav-list .inside-nav-list-off {
  visibility: visible;
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.inside-nav-list .inside-nav-list-on {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.3s ease;
}

@media screen and (max-width: 51.9375em) {
  .inside-nav-trigger {
    position: relative;
  }
}

.inside-nav-sp {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
@media screen and (max-width: 51.9375em) {
  .inside-nav-sp {
    width: 100%;
    visibility: hidden;
    height: 0;
    opacity: 0;
    background: #FFF;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.3s ease;
  }
}
@media screen and (max-width: 51.9375em) {
  .inside-nav-sp.is-active {
    display: flex;
    visibility: visible;
    height: auto;
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    transform: translateY(0);
    transition: transform 0.4s ease, opacity 0.3s ease;
  }
}

ul.inside-nav-sp-list {
  width: 100%;
  display: flex;
  flex-flow: wrap !important;
  gap: 2px;
  margin: 0 !important;
  padding: 0 !important;
}
ul.inside-nav-sp-list li {
  flex: 1;
  list-style-type: none;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-1 a::before {
  background: url(images/sp_contents04_icon01_off.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-1 a:active::before {
  background: url(images/sp_contents04_icon01_on.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-2 a::before {
  background: url(images/sp_contents04_icon02_off.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-2 a:active::before {
  background: url(images/sp_contents04_icon02_on.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-3 a::before {
  background: url(images/sp_contents04_icon03_off.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-3 a:active::before {
  background: url(images/sp_contents04_icon03_on.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-4 a::before {
  background: url(images/sp_contents04_icon04_off.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li.inside-nav-sp-list-4 a:active::before {
  background: url(images/sp_contents04_icon04_on.svg) center center/100% auto no-repeat;
}
ul.inside-nav-sp-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 5px;
  background: #DBEC97;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 0.6875rem !important;
}
ul.inside-nav-sp-list li a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
}
ul.inside-nav-sp-list li a:active {
  text-decoration: none !important;
  background: #009944;
  color: #FFF !important;
}

.rwo-product-block-wrap,
.wp-block-advanced-posts-blocks-post {
  width: 100%;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-wrap,
  .wp-block-advanced-posts-blocks-post {
    width: 89.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.rwo-product-block {
  overflow: unset;
  border: 4px solid var(--rt-main-color);
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 50px;
}
.rwo-product-block.rwo-product-block-last {
  margin-bottom: 0;
}

.rwo-product-block-header {
  width: 100%;
  padding-top: 34px;
  padding-right: 42px;
  padding-left: 42px;
  box-sizing: border-box;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-header {
    width: 100%;
    padding-top: 20px;
    padding-right: 17px;
    padding-left: 17px;
    margin-bottom: 20px;
  }
}

.rwo-product-block-header-ranking {
  width: 81px;
  height: 110px;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  padding-right: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-header-ranking {
    width: 43px;
    height: 58px;
    left: 17px;
    padding-bottom: 16px;
    font-size: 1rem;
  }
}
.rwo-product-block-header-ranking.rwo-product-ranking-1 {
  background: url(images/ranking_badge-1.svg) top center/100% auto no-repeat;
  color: #514d27;
}
.rwo-product-block-header-ranking.rwo-product-ranking-2 {
  background: url(images/ranking_badge-2.svg) top center/100% auto no-repeat;
  color: #4f4f4d;
}
.rwo-product-block-header-ranking.rwo-product-ranking-3 {
  background: url(images/ranking_badge-3.svg) top center/100% auto no-repeat;
  color: #5e3c2d;
}
.rwo-product-block-header-ranking.rwo-product-ranking-4, .rwo-product-block-header-ranking.rwo-product-ranking-5, .rwo-product-block-header-ranking.rwo-product-ranking-6, .rwo-product-block-header-ranking.rwo-product-ranking-7, .rwo-product-block-header-ranking.rwo-product-ranking-8, .rwo-product-block-header-ranking.rwo-product-ranking-9, .rwo-product-block-header-ranking.rwo-product-ranking-10 {
  background: url(images/ranking_badge-4.svg) top center/100% auto no-repeat;
  color: var(--rt-main-color);
}

.rwo-product-block-header-title {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.rwo-product-block-header-title.rwo-product-block-header-title-ml {
  margin-left: 0;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-header-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

.rwo-product-block-row {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 31px;
  padding-left: 31px;
  gap: 0;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-row {
    width: 78.4vw;
    margin-right: auto;
    margin-left: auto;
    flex-flow: column;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
  }
}

.rwo-product-block-thumbnail {
  width: 211px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-thumbnail {
    width: 100%;
    margin-right: 0;
    order: 1;
    margin-bottom: 20px;
  }
}
.rwo-product-block-thumbnail a {
  width: 100%;
  display: block;
}
.rwo-product-block-thumbnail img {
  width: 100% !important;
  max-width: unset !important;
  height: auto !important;
  display: block;
}

.rwo-product-block-rate-total {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-total {
    width: 100%;
    justify-content: center;
  }
}

.rwo-product-block-rate-total-heading {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #2939c7;
  border-radius: 6px;
  padding: 4px 8px;
  display: grid;
  place-items: center;
}

.rwo-product-block-rate-total-inner {
  width: auto;
  height: auto;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.rwo-product-block-rate-total-number {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-total-number {
    color: #ef6351;
  }
}

.rwo-product-block-rate-star-wrap {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.rwo-product-block-rate-star-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  position: relative;
}
.rwo-product-block-rate-star-container::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 29px;
  height: 29px;
  background: #636363;
  clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
  z-index: 1;
}

.rwo-product-block-rate-star {
  width: 27px;
  height: 27px;
  background: #ffd21d;
  clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-star {
    width: 28px;
    height: 28px;
  }
}

.rwo-product-block-body {
  width: 268px;
  flex: 1;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin-right: 19px;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-body {
    width: 100%;
    order: 3;
    margin-right: 0;
  }
}

.rwo-product-point-comment-01 {
  width: 141px;
  border-radius: 10px;
  border: 1px solid #2939c7;
  overflow: hidden;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-point-comment-01 {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }
}

.rwo-product-point-comment-01-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2939c7;
  padding: 6px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.448125;
}

.rwo-product-point-comment-01-body {
  padding: 8px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-point-comment-01-body {
    padding: 8px 16px;
  }
}

.rwo-product-block-rate-each-item {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b8b7b7;
  border-bottom: 0 none;
  display: flex;
  flex-direction: column;
}

.rwo-product-block-rate-each-item-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-each-item-row {
    width: 100%;
  }
}

.rwo-product-block-rate-each-item-title {
  width: 110px;
  height: 34px;
  box-sizing: border-box;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff4f1;
  border-right: 1px solid #b8b7b7;
  border-bottom: 1px solid #b8b7b7;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-each-item-title {
    width: 40%;
  }
}

.rwo-product-block-rate-each-item-star-container {
  width: calc(100% - 110px);
  height: 34px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #b8b7b7;
}
.rwo-product-block-rate-each-item-star-container::after {
  content: none;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-each-item-star-container {
    gap: 3px;
  }
}
.rwo-product-block-rate-each-item-star-container .rwo-product-block-rate-star {
  width: 20px;
  height: 20px;
}

.rwo-product-block-rate-each-item-star {
  width: 27px;
  height: 27px;
  background: #ef6351;
  clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-rate-each-item-star {
    width: 20px;
    height: 20px;
  }
}

.rwo-product-block-rate-each-item-num {
  color: #333;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  margin-left: 5px;
}

.rwo-product-block-point {
  width: calc(100% - 84px);
  margin: 0 42px;
  background-color: #fff4f1;
  padding: 30px 42px 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-point {
    width: 78.4vw;
    margin: 30px auto 15px;
    padding: 25px 15px 15px;
  }
}

.rwo-product-block-point-heading {
  width: 200px;
  height: 32px;
  padding-top: 1px;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(images/product-block-point-heading-ribbon.svg) top left/100% auto no-repeat;
  position: absolute;
  top: -16px;
  left: 30px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-point-heading {
    left: 15px;
  }
}

.rwo-product-block-point-paragraph ul li {
  list-style: none;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-left: 0;
  gap: 8px;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-point-paragraph ul li {
    font-size: 0.875rem;
    margin-bottom: 10px;
    gap: 5px;
  }
}
.rwo-product-block-point-paragraph ul li:last-child {
  margin-bottom: 0;
}
.rwo-product-block-point-paragraph ul li::before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 13px;
  display: inline-block;
  -webkit-mask-image: url(images/recommend-list-icon.svg);
  mask-image: url(images/recommend-list-icon.svg);
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffb447;
}

.rwo-product-block-detail {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-detail {
    width: 78.4vw;
    margin: 30px auto;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.rwo-product-block-detail .rwo-product-block-detail-col {
  width: calc((100% - 18px) / 3);
  box-sizing: border-box;
  border: 1px solid #b8b7b7;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-detail .rwo-product-block-detail-col {
    width: 50%;
    display: flex;
    flex-flow: column;
  }
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-detail .rwo-product-block-detail-col:nth-child(even) {
    border-left: 0 none;
  }
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-detail .rwo-product-block-detail-col:not(:first-child, :nth-child(2)) {
    border-top: 0 none;
  }
}
.rwo-product-block-detail .rwo-product-block-detail-col .rwo-product-block-detail-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  background-color: #f2f2f2;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-detail .rwo-product-block-detail-col .rwo-product-block-detail-heading {
    font-size: 0.75rem;
  }
}
.rwo-product-block-detail .rwo-product-block-detail-col .rwo-product-block-detail-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 18px;
  color: #333;
  font-size: 1rem;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-detail .rwo-product-block-detail-col .rwo-product-block-detail-comment {
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}

.rwo-product-block-accordion-btn {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  gap: 8px;
  color: #333;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-accordion-btn {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.rwo-product-block-accordion-btn::after {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background: url(images/accordion-trigger-arrow.svg) center center/100% auto no-repeat;
  transform: rotate(180deg);
}
.rwo-product-block-accordion-btn.is-active::after {
  transform: rotate(0);
}

.rwo-product-block-accordion-target {
  width: 100%;
  box-sizing: border-box;
  padding-left: 31px;
  padding-right: 31px;
  margin-bottom: 0;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-block-accordion-target {
    width: 78.4vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.rwo-product-block-accordion-target.is-active {
  margin-bottom: 30px;
}

table.rwo-product-block-accordion-table {
  width: 100%;
  border: 1px solid #eeeeee;
}
table.rwo-product-block-accordion-table tr {
  border-bottom: 1px solid #eeeeee;
}
table.rwo-product-block-accordion-table tr:last-child {
  border-bottom: 0;
}
table.rwo-product-block-accordion-table tr th {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 1rem;
  background-color: #eeeeee;
}
@media screen and (max-width: 51.9375em) {
  table.rwo-product-block-accordion-table tr th {
    font-size: 0.9375rem;
  }
}
table.rwo-product-block-accordion-table tr td {
  vertical-align: middle;
  padding: 10px 0 10px 30px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 51.9375em) {
  table.rwo-product-block-accordion-table tr td {
    padding: 10px 0 10px 15px;
  }
}
table.rwo-product-block-accordion-table tr td hr {
  max-width: calc(100% - 30px);
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 51.9375em) {
  table.rwo-product-block-accordion-table tr td hr {
    max-width: calc(100% - 15px);
  }
}

.rt-product-block-btn-wrap {
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 42px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 51.9375em) {
  .rt-product-block-btn-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.rt-product-block-btn-wrap .rt-product-block-btn a {
  width: 400px;
  min-height: 69px;
  padding: 0;
  border-style: solid;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: var(--rt-button-color);
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1.25rem;
  cursor: pointer;
}
@media screen and (max-width: 51.9375em) {
  .rt-product-block-btn-wrap .rt-product-block-btn a {
    width: 78.6666666667vw;
    min-height: 60px;
  }
}
.rt-product-block-btn-wrap .rt-product-block-btn a::after {
  content: "";
  width: 18px;
  height: 24px;
  transform: rotate(90deg);
  background-color: #fff;
  display: inline-block;
  mask-image: url(images/btn-arrow.svg);
  mask-size: 100% auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(images/btn-arrow.svg);
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.rt-product-block-btn-wrap .rt-product-block-btn a:hover::after {
  transform: rotate(90deg) translateY(-5px);
}

.rwo-product-point-comment-02 {
  padding: 25px 30px;
  margin-right: 31px;
  margin-bottom: 30px;
  margin-left: 31px;
  background-color: #fff4f1;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 51.9375em) {
  .rwo-product-point-comment-02 {
    width: 78.6666666667vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background-color: unset;
  }
}

.vkfs {
  margin-bottom: 0;
}

.vkfs__call-filter-search {
  width: 100%;
}
@media screen and (max-width: 51.9375em) {
  .vkfs__call-filter-search {
    width: 89.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.vkfs.vk-filter-search {
  padding: 0;
  border: 4px solid var(--rt-main-color);
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 40px 40px 62px;
}
@media screen and (max-width: 51.9375em) {
  .vkfs.vk-filter-search {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
.vkfs.vk-filter-search .vkfs__labels {
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 51.9375em) {
  .vkfs.vk-filter-search .vkfs__labels {
    gap: 15px;
    margin-bottom: 15px;
  }
}

.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 51.9375em) {
  .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
    gap: 5px;
    flex-flow: column;
  }
}

.vkfs__label-name {
  font-size: 1.125rem !important;
  color: var(--rt-main-color);
  width: 145px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 51.9375em) {
  .vkfs__label-name {
    width: 100%;
    margin-right: 0;
    font-size: 1rem !important;
  }
}

.vkfs__input-wrap {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  flex-flow: wrap;
  width: 100%;
}
.vkfs__input-wrap.vkfs__input-wrap--checkbox {
  gap: 10px;
}
.vkfs__input-wrap.vkfs__input-wrap--checkbox li {
  max-width: 209px;
  flex-basis: 209px;
  margin: 0;
  padding: 0;
  background-color: #F5F5F3;
  border-radius: 10px;
  float: unset;
  cursor: pointer;
  position: relative;
  min-height: 43px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 51.9375em) {
  .vkfs__input-wrap.vkfs__input-wrap--checkbox li {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    justify-content: flex-start;
    flex: none;
  }
}
.vkfs__input-wrap.vkfs__input-wrap--checkbox li.is-active {
  background-color: #FFF4F1;
}
.vkfs__input-wrap.vkfs__input-wrap--checkbox li label {
  cursor: pointer;
  width: 100%;
  min-height: 43px;
  padding-left: 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.125rem !important;
  color: #333 !important;
}
@media screen and (max-width: 51.9375em) {
  .vkfs__input-wrap.vkfs__input-wrap--checkbox li label {
    padding-left: 45px;
    font-size: 0.875rem !important;
  }
}

.vkfs input[type=checkbox],
.vkfs input[type=radio] {
  margin: 0;
  width: 0;
  height: 43px;
  top: 0;
}
.vkfs input[type=checkbox]::before,
.vkfs input[type=radio]::before {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
}
@media screen and (max-width: 51.9375em) {
  .vkfs input[type=checkbox]::before,
  .vkfs input[type=radio]::before {
    left: 5px;
  }
}
.vkfs input[type=checkbox]::after,
.vkfs input[type=radio]::after {
  border: 0;
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  transform: unset;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  -webkit-mask-image: url(images/search-check-icon.svg);
  mask-image: url(images/search-check-icon.svg);
  -webkit-mask-size: 17px auto;
  mask-size: 17px auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #6D6D6D;
  opacity: 1 !important;
}
@media screen and (max-width: 51.9375em) {
  .vkfs input[type=checkbox]::after,
  .vkfs input[type=radio]::after {
    left: 13px;
  }
}
.vkfs input[type=checkbox]:checked::before,
.vkfs input[type=radio]:checked::before {
  background-color: #EF6351;
}
.vkfs input[type=checkbox]:checked::after,
.vkfs input[type=radio]:checked::after {
  background-color: #FFF;
}

.vkfs.vk-filter-search .vkfs_submit.btn[type=submit] {
  width: 400px;
  min-height: 69px;
  padding: 0;
  border: 0;
  background: unset;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 51.9375em) {
  .vkfs.vk-filter-search .vkfs_submit.btn[type=submit] {
    width: 100%;
    min-width: unset;
    min-height: 50px;
  }
  .vkfs.vk-filter-search .vkfs_submit.btn[type=submit]:not([disabled]):active span {
    top: 8px;
  }
}
.vkfs.vk-filter-search .vkfs_submit.btn[type=submit]:not([disabled]) {
  cursor: pointer;
}
.vkfs.vk-filter-search .vkfs_submit.btn[type=submit]:not([disabled]) span {
  background-color: var(--rt-button-color);
}
.vkfs.vk-filter-search .vkfs_submit.btn[type=submit]:not([disabled]):hover span::after {
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
  transform: rotate(90deg) translateY(-5px);
}
.vkfs.vk-filter-search .vkfs_submit.btn[type=submit] span {
  width: 400px;
  min-height: 69px;
  gap: 30px;
  padding: 0;
  border-style: solid;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6D6D6D;
  color: #FFF;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 51.9375em) {
  .vkfs.vk-filter-search .vkfs_submit.btn[type=submit] span {
    width: 100%;
    height: 60px;
    min-height: 60px;
    min-width: unset;
    font-size: 1.125rem;
  }
}
.vkfs.vk-filter-search .vkfs_submit.btn[type=submit] span::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  mask-image: url(images/btn-arrow.svg);
  mask-size: 100% auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(images/btn-arrow.svg);
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
  width: 18px;
  height: 24px;
  transform: rotate(90deg);
}

.rwo-search-result-heading {
  font-size: 1.375rem;
  font-weight: 900;
  color: var(--rt-main-color);
  text-align: center;
  margin-bottom: 1em;
}

p.is-style-content-header-paragraph {
  font-size: 1.125rem;
}
@media screen and (max-width: 51.9375em) {
  p.is-style-content-header-paragraph {
    font-size: 0.9375rem;
  }
}
p.is-style-paragraph-balloon {
  padding: 12px 40px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  margin-left: 22px;
}
@media screen and (max-width: 51.9375em) {
  p.is-style-paragraph-balloon {
    padding: 12px 10px;
    font-size: 1rem;
    flex: 1;
    flex-basis: 254px;
  }
}
p.is-style-paragraph-balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  width: 22px;
  height: 18px;
  display: inline-block;
  background: url(images/block-style-paragraph-balloon-before.svg) center center/100% auto no-repeat;
}
@media screen and (max-width: 51.9375em) {
  p.is-style-paragraph-sp-tac {
    text-align: center;
  }
}

li.is-style-list-item-arrow {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
li.is-style-list-item-arrow::after {
  content: "";
  width: 10px;
  height: 14px;
  transform: rotate(90deg);
  display: inline-block;
  background-color: #000000;
  mask-image: url(images/btn-arrow.svg);
  mask-size: 100% auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(images/btn-arrow.svg);
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
li.is-style-list-item-arrow:hover::after {
  transform: rotate(90deg) translateY(-5px);
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
li a {
  color: #333333;
}

.wp-block-heading.is-style-content-header-heading {
  font-size: 2.25rem;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-heading.is-style-content-header-heading {
    font-size: 1.5rem;
  }
}
.wp-block-heading.is-style-heading-ribbon {
  width: 200px;
  height: 32px;
  padding-top: 1px;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(images/heading-ribbon.svg) top left/100% auto no-repeat;
  position: absolute;
  top: -16px;
  left: 0;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
}

.wp-block-table {
  margin-bottom: 0;
}
.wp-block-table.is-style-table-header-bgc table {
  border-radius: 16px;
  overflow: hidden;
}
.wp-block-table.is-style-table-header-bgc table tr {
  border-bottom: 2px solid #D9D9D9;
}
.wp-block-table.is-style-table-header-bgc table tr:last-child {
  border-bottom: 0;
}
.wp-block-table.is-style-table-header-bgc table td {
  padding: 20px;
  border: 0;
  color: #333333;
  font-size: 1.125rem;
  line-height: 2;
  background-color: #FFF;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-table.is-style-table-header-bgc table td {
    padding: 20px 10px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.wp-block-table.is-style-table-header-bgc table td:first-child {
  background: #F5F5F3;
  font-weight: bold;
  padding: 25px 20px;
  width: 256px;
  box-sizing: border-box;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-table.is-style-table-header-bgc table td:first-child {
    width: 21.6vw;
    padding: 22px 10px;
  }
}
.wp-block-table.is-style-table-header-bgc table td a {
  text-decoration: none;
  color: var(--rt-main-color);
}

.wp-block-group.is-style-group-height-100p {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-group.is-style-group-sp-width {
    width: 89.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.wp-block-group.is-style-group-sp-padding {
  padding: 40px;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-group.is-style-group-sp-padding {
    padding: 30px 20px;
    width: 89.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.wp-block-buttons {
  gap: 20px;
}
.wp-block-buttons .wp-block-button {
  width: auto;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 400px;
  min-height: 69px;
  padding: 0;
  border-style: solid;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 78.6666666667vw;
    min-height: 60px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: unset;
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-up .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-button-arrow-right .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-button-arrow-bottom .wp-block-button__link {
  gap: 30px;
}
@media screen and (max-width: 51.9375em) {
  .wp-block-buttons .wp-block-button.is-style-button-arrow-up .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-button-arrow-right .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-button-arrow-bottom .wp-block-button__link {
    gap: 20px;
  }
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-up .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-style-button-arrow-right .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-style-button-arrow-bottom .wp-block-button__link::after {
  content: "";
  display: inline-block;
  mask-image: url(images/btn-arrow.svg);
  mask-size: 100% auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(images/btn-arrow.svg);
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-up .wp-block-button__link:hover::after, .wp-block-buttons .wp-block-button.is-style-button-arrow-right .wp-block-button__link:hover::after, .wp-block-buttons .wp-block-button.is-style-button-arrow-bottom .wp-block-button__link:hover::after {
  transition: transform 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-up .wp-block-button__link::after {
  width: 18px;
  height: 24px;
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-up .wp-block-button__link:hover::after {
  transform: translateY(-5px);
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-right .wp-block-button__link::after {
  width: 18px;
  height: 24px;
  transform: rotate(90deg);
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-right .wp-block-button__link:hover::after {
  transform: rotate(90deg) translateY(-5px);
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-bottom .wp-block-button__link::after {
  width: 18px;
  height: 24px;
  transform: rotate(180deg);
}
.wp-block-buttons .wp-block-button.is-style-button-arrow-bottom .wp-block-button__link:hover::after {
  transform: rotate(180deg) translateY(-5px);
}

@media screen and (max-width: 51.9375em) {
  .wp-block-columns.is-style-column-sp-width {
    width: 89.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 51.9375em) {
  .wp-block-columns.is-style-column-sp-importance {
    width: 78.6666666667vw;
    margin-right: auto;
    margin-left: auto;
    gap: 45px;
  }
}

.alignwide {
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 51.9375em) {
  .alignwide {
    width: 100%;
  }
}

.has-text-color.has-key-color-color {
  color: var(--rt-main-color);
}
.has-text-color.has-sub-color-color {
  color: var(--rt-sub-color);
}

.has-background.has-key-color-background-color {
  background-color: var(--rt-main-color);
}
.has-background.has-sub-color-background-color {
  background-color: var(--rt-sub-color);
}

.has-inline-color.has-key-color-color {
  color: var(--rt-main-color);
}
.has-inline-color.has-sub-color-color {
  color: var(--rt-sub-color);
}

.has-border-color.has-key-color-border-color {
  border-color: var(--rt-main-color);
}
.has-border-color.has-sub-color-border-color {
  border-color: var(--rt-sub-color);
}

.has-paragraph-12-font-size {
  font-size: 0.75rem;
}

.has-paragraph-14-font-size {
  font-size: 0.875rem;
}

.has-paragraph-16-font-size {
  font-size: 1rem;
}

.has-paragraph-18-font-size {
  font-size: 1.125rem;
}

.has-paragraph-20-font-size {
  font-size: 1.25rem;
}

.has-paragraph-22-font-size {
  font-size: 1.375rem;
}

.has-paragraph-24-font-size {
  font-size: 1.5rem;
}

.has-heading-26-font-size {
  font-size: 1.625rem;
}

.has-heading-28-font-size {
  font-size: 1.75rem;
}

.has-heading-30-font-size {
  font-size: 1.875rem;
}

.has-heading-32-font-size {
  font-size: 2rem;
}

.has-heading-34-font-size {
  font-size: 2.125rem;
}

.has-heading-36-font-size {
  font-size: 2.25rem;
}

.has-heading-38-font-size {
  font-size: 2.375rem;
}

.wp-block-flexible-table-block-table figcaption {
  color: #818181;
  font-size: 80%;
}

.wp-block-image.is-style-image-margin-bottom-none {
  margin-bottom: 0;
}

:where(.is-layout-flex) {
  gap: 10px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 10px;
}
