@charset "UTF-8";
/*
Theme Name: WdwC 1.2　おすすめ & 検索
Description: babawasemap
Version: 1.2
*/
.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.child-nav {
  display: none;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

:focus {
  outline: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --gatter:5%;
  --base-txt:14px;
  --standard:1200px;
  --xs:390px;
  --sm:784px;
  --md:1045px;
  --lg:1568px;
}
@media screen and (min-width: 960px) {
  :root {
    --gatter: 2.5%;
  }
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .inner {
    max-width: var(--standard);
  }
}

.innerS {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .innerS {
    max-width: var(--sm);
  }
}

.innerM {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .innerM {
    max-width: var(--md);
  }
}

.innerL {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .innerL {
    max-width: var(--lg);
  }
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.tb-block {
  display: inline;
}

.sp-block {
  display: block;
}

.sp-hide {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp-block {
    display: inline !important;
  }
  .pc-block {
    display: inline !important;
  }
  .tb-block {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .tb-block {
    display: inline !important;
  }
  .pc-block {
    display: block !important;
  }
  .pc-hide {
    display: none !important;
  }
}
body {
  color: #333;
  word-break: break-all;
  -webkit-appearance: none;
  font-size: var(--base-txt);
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin-bottom: 1.857em;
  line-height: 1.85;
  word-break: normal;
}

@media screen and (min-width: 600px) {
  .brsp {
    display: none;
  }
}

.brtb {
  display: none;
}
@media screen and (min-width: 600px) {
  .brtb {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .brtb {
    display: none;
  }
}

.brpc {
  display: none;
}
@media screen and (min-width: 960px) {
  .brpc {
    display: inline;
  }
}

.sm {
  font-size: 85%;
}

.xsm {
  font-size: 65%;
}

.marker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
}
a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
}

.linkBtn {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 30px;
  background: #0075b8;
  border-radius: 4px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
}
.linkBtn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.4s;
  content: "";
  right: 3px;
  width: 24px;
  height: 24px;
  background: url(images/arrow-right-wht.svg) no-repeat center center;
  background-size: 24px;
}
.linkBtn:hover {
  background: #436dd3;
}
.linkBtn:hover::after {
  right: 0;
}

th {
  white-space: nowrap;
}

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

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　メインヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#mainheader {
  width: 100%;
  border-bottom: 2px solid #000;
}
#mainheader.top {
  border-bottom: 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  margin: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2121, 30px) auto;
}
@media screen and (min-width: 960px) {
  .header-inner {
    padding: 0 2.5%;
  }
}

.logo {
  display: block;
  width: clamp(100px, 6.25rem + (1vw - 3.75px) * 6.9091, 157px);
}

#header-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ebebeb;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all 0.5s; /*0.6秒かけてアニメーション*/
}

#header-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 650px;
  height: 100vh;
  padding-top: 80px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header-nav-list::-webkit-scrollbar {
  display: none;
}

#header-nav.panelactive #header-nav-list {
  display: block;
}

.header-sns {
  margin-bottom: 80px;
}
.header-sns .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Rubik Doodle Shadow", system-ui;
  font-size: 20px;
}
.header-sns ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.circle-bg.circleactive {
  transform: scale(50);
}

#header-nav ul {
  opacity: 0;
}

/*背景が出現後にナビゲーションを表示*/
#header-nav.panelactive ul {
  opacity: 1;
}

.openbtn {
  position: fixed;
  top: clamp(15px, 0.9375rem + (1vw - 3.75px) * 2.4242, 35px);
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 9999;
}
.openbtn span {
  display: inline-block;
  background: #fff;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background: #000;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　トップページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.top-mv {
  position: relative;
  width: 100vw;
  height: 60vh;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 3.0303, 85px);
  background: url(images/mv-bg.webp) center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .top-mv {
    height: auto;
    padding: 15vw 0;
  }
}
.top-mv::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100vw;
  height: 100px;
  background: url(images/mb-melt.svg) no-repeat center top;
  background-size: 110vw;
  content: "";
}
.top-mv::after {
  position: absolute;
  bottom: -2px;
  right: clamp(8px, 0.5rem + (1vw - 3.75px) * 2.1818, 26px);
  display: block;
  width: clamp(45px, 2.8125rem + (1vw - 3.75px) * 4.8485, 85px);
  height: clamp(45px, 2.8125rem + (1vw - 3.75px) * 4.8485, 85px);
  background: url(images/tent.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.top-mv .inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.top-mv .index {
  font-family: "Anton", sans-serif;
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 3.1515, 60px);
}
.top-mv .lead {
  margin: 0 0 clamp(45px, 2.8125rem + (1vw - 3.75px) * 1.2121, 55px);
  font-weight: 600;
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.7273, 24px);
  line-height: 1.5;
}
.top-mv .lower {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 1.697, 30px);
}
.top-mv .lower img {
  width: clamp(30px, 1.875rem + (1vw - 3.75px) * 4.1212, 64px);
  margin: 0 auto 5px;
}
.top-mv .lower p {
  margin: 0;
  line-height: 1.2;
}
.top-mv .name {
  font-size: 81.25%;
}

.top-wrapper {
  max-width: 1528px;
  margin: 0 auto;
  padding: 0 6%;
}
.top-wrapper .left {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .top-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .top-wrapper .left {
    width: calc(60% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-wrapper {
    padding: 0 4%;
  }
  .top-wrapper .left {
    width: calc(65% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .top-wrapper .left {
    width: calc(77% - 40px);
  }
}

.top-blog-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: clamp(25px, 1.5625rem + (1vw - 3.75px) * 1.2121, 35px);
}
.top-blog-container.dictionary {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .top-blog-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.dictionary .top-blog-unit {
  width: calc(50% - 20px);
}
.top-blog-unit .ttl {
  margin: 15px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.top-blog-unit .img {
  overflow: hidden;
}
.top-blog-unit:hover {
  opacity: 0.7;
}
.top-blog-unit a img {
  transition: 0.4s;
}
.top-blog-unit a:hover img {
  transform: scale(1.05);
}
@media screen and (min-width: 960px) {
  .top-blog-unit {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .top-blog-unit {
    width: calc((100% - 80px) / 3);
  }
  .dictionary .top-blog-unit {
    width: calc((100% - 80px) / 3);
  }
}

.top-link {
  display: block;
  margin: 60px auto;
  text-align: center;
}
.top-link a {
  position: relative;
  display: inline-block;
  padding: 0 5px 2px;
  color: #C12828;
  font-weight: 700;
}
.top-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C12828;
  content: "";
  transition: 0.4s;
}
.top-link a:hover::after {
  transform: scaleX(0);
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.contents-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 6%;
}
.contents-wrapper .left {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .contents-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .contents-wrapper .left {
    width: calc(60% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .contents-wrapper {
    padding: 0 4%;
  }
  .contents-wrapper .left {
    width: calc(65% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .contents-wrapper {
    padding: 0;
  }
  .contents-wrapper .left {
    width: calc(77% - 40px);
  }
}

.single-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 6%;
}
.single-wrapper .left {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .single-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
  }
  .single-wrapper .left {
    width: calc(70% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .single-wrapper {
    padding: 0;
  }
  .single-wrapper .left {
    width: calc(77% - 40px);
  }
}

.sidebar {
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) {
  .sidebar {
    width: calc(40% - 20px);
  }
}
@media screen and (min-width: 960px) {
  .sidebar {
    width: calc(35% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .sidebar {
    width: 23%;
  }
}

@media screen and (min-width: 600px) {
  .sidebar.cat {
    margin-top: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .sidebar.cat {
    width: 23%;
  }
}

@media screen and (min-width: 600px) {
  .sidebar.single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sidebar.single .side-unit {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 960px) {
  .sidebar.single {
    display: block;
    width: calc(30% - 20px);
  }
  .sidebar.single .side-unit {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar.single {
    width: 23%;
  }
}

.index-maruta {
  position: relative;
  padding: 0 5px 2px clamp(45px, 2.8125rem + (1vw - 3.75px) * 0.8485, 52px);
  border-bottom: 2px solid #000;
  font-family: "Rubik Doodle Shadow", system-ui;
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 1.2121, 36px);
  line-height: 1;
}
.index-maruta::before {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: clamp(30px, 1.875rem + (1vw - 3.75px) * 0.9697, 38px);
  height: clamp(25px, 1.5625rem + (1vw - 3.75px) * 0.8485, 32px);
  background: url(images/index-tree.svg) no-repeat center bottom;
  background-size: 100%;
  content: "";
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　ブログユニット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.blog-unit .ttl {
  margin: 15px 0 8px;
  font-weight: 600;
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 0.4848, 18px);
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.blog-unit .exp {
  margin-top: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2121, 30px);
}
.blog-unit .exp p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.blog-unit .img {
  overflow: hidden;
}
.blog-unit a:hover {
  opacity: 0.7;
}
.blog-unit a img {
  transition: 0.4s;
}
.blog-unit a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .blog-unit a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-unit .img, .blog-unit .contents {
    width: calc(50% - 15px);
  }
  .blog-unit .ttl {
    margin-top: 0;
  }
}

.blog-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-cat-icon {
  display: inline-block;
  padding: 5px;
  background: #ebebeb;
  border-radius: 4px;
  line-height: 1;
  font-weight: 600;
  font-size: 11px;
}
.blog-cat-icon a {
  white-space: nowrap;
}

.blog-date {
  position: relative;
  display: inline-block;
  min-height: 18px;
  margin-left: 15px;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}
.blog-date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(images/icon-cal.svg) no-repeat center center;
  background-size: 100%;
  content: "";
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　一覧ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cat-ttl {
  margin-top: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
  font-size: clamp(22px, 1.375rem + (1vw - 3.75px) * 2.1818, 40px);
  line-height: 1.5;
  font-weight: 600;
}
.cat-ttl.dictionary::before {
  display: block;
  margin-bottom: 0;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4848, 16px);
  content: "RCクローラー・ラジコン用語集";
}

.breadcrumb a:hover {
  color: #C12828;
}

.breadcrumb.cat {
  margin-bottom: 60px;
  font-size: 10px;
}

.cat-desc {
  margin-bottom: 60px;
}
.cat-desc p {
  line-height: 2;
}

.cat-blog-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cat-blog-container.dictionary {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .cat-blog-container {
    gap: 60px;
  }
}

.dic-unit .ttl {
  margin: 15px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.dic-unit .img {
  overflow: hidden;
}
.dic-unit:hover {
  opacity: 0.7;
}
.dic-unit a img {
  transition: 0.4s;
}
.dic-unit a:hover img {
  transform: scale(1.05);
}
@media screen and (min-width: 960px) {
  .dic-unit {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1400px) {
  .dic-unit {
    width: calc((100% - 120px) / 3);
  }
}

.wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid #000;
}
.wp-pagenavi::before {
  width: 30px;
  height: 30px;
  background: url(images/icon-pager.svg) no-repeat;
  background-size: 30px;
  content: "";
}
.wp-pagenavi .current {
  padding: 10px 5px;
  font-weight: 700;
}
.wp-pagenavi .extend {
  padding: 10px 5px;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 10px 5px;
}
.wp-pagenavi a:hover {
  color: #C12828;
}
.wp-pagenavi .pages {
  display: none;
}

.search-none {
  display: block;
  margin: 120px auto;
  text-align: center;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　サイドバー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.side-unit {
  margin-bottom: 60px;
}

.side-search-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #000;
}
.side-search-wrap input[type=text] {
  width: calc(100% - 45px);
  padding: 10px;
}
.side-search-wrap #s-btn-area {
  padding-bottom: 10px;
  padding-right: 15px;
}
.side-search-wrap #s-btn-area img {
  width: 20px;
  height: 20px;
}

.side-cat-list li {
  border-bottom: 1px solid #000;
}
.side-cat-list li:last-child {
  border-bottom: 0;
}
.side-cat-list .children {
  padding-left: 30px;
  border-top: 1px solid #000;
}
.side-cat-list .children li {
  border-bottom: 0;
}
.side-cat-list a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 8px;
}
.side-cat-list a::after {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  width: 24px;
  height: 15px;
  background: url(images/arrow.svg) no-repeat;
  background-size: 24px;
  content: "";
}
.side-cat-list a:hover {
  color: #C12828;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　記事個別
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.single-mv {
  max-width: 1150px;
  margin: 0 auto clamp(65px, 4.0625rem + (1vw - 3.75px) * 1.8182, 80px);
}
@media screen and (min-width: 1200px) {
  .single-mv {
    margin-top: 110px;
  }
}

.single-wrapper.dictionary {
  margin-top: clamp(65px, 4.0625rem + (1vw - 3.75px) * 1.8182, 80px);
}

.single-ttl {
  margin-bottom: 15px;
  font-size: clamp(22px, 1.375rem + (1vw - 3.75px) * 2.1818, 40px);
  line-height: 1.5;
  font-weight: 600;
}
.single-ttl.dictionary::before {
  display: block;
  margin-bottom: 0;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4848, 16px);
  content: "RCクローラー・ラジコン用語集";
}

.single-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(65px, 4.0625rem + (1vw - 3.75px) * 0.6061, 70px);
}
.single-info .cat a {
  display: inline-block;
  padding: 5px;
  background: #ebebeb;
  border-radius: 4px;
  line-height: 1;
  font-weight: 600;
  font-size: 11px;
}
.single-info .cat a:hover {
  color: #fff;
  background: #C12828;
}

.single-contents {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

:root {
  --gatter:5%;
  --base-txt:14px;
  --standard:1200px;
  --xs:390px;
  --sm:784px;
  --md:1045px;
  --lg:1568px;
}
@media screen and (min-width: 960px) {
  :root {
    --gatter: 2.5%;
  }
}

.styled-contents p {
  margin-bottom: 1.857em;
  line-height: 2;
  word-break: normal;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .styled-contents p {
    font-size: 16px;
  }
}
.styled-contents h2 {
  position: relative;
  display: block;
  width: 100%;
  margin: clamp(70px, 4.375rem + (1vw - 3.75px) * 4.2424, 105px) 0 clamp(50px, 3.125rem + (1vw - 3.75px) * 3.3939, 78px);
  padding-left: clamp(45px, 2.8125rem + (1vw - 3.75px) * 1.5758, 58px);
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 0.2424, 26px);
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.5;
}
.styled-contents h2::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: clamp(32px, 2rem + (1vw - 3.75px) * 0.9697, 40px);
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 1.2121, 50px);
  background: url(images/icon-fire.svg) no-repeat;
  background-size: clamp(32px, 2rem + (1vw - 3.75px) * 0.9697, 40px);
  content: "";
}
.styled-contents h3 {
  display: block;
  width: 100%;
  margin: clamp(50px, 3.125rem + (1vw - 3.75px) * 2.4242, 70px) 0 clamp(35px, 2.1875rem + (1vw - 3.75px) * 0.6061, 40px);
  font-size: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.4848, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.styled-contents h4 {
  display: block;
  width: 100%;
  margin: clamp(50px, 3.125rem + (1vw - 3.75px) * 1.2121, 60px) 0 35px;
  font-size: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.4848, 24px);
  line-height: 1.5;
}
.styled-contents a {
  text-decoration: underline;
  color: #C12828;
}
.styled-contents a:hover {
  text-decoration: none;
}
.styled-contents strong {
  font-weight: bold;
}
.styled-contents em {
  font-style: italic;
}
.styled-contents .has-small-font-size {
  font-size: 12px;
}
.styled-contents .has-normal-font-size,
.styled-contents .has-regular-font-size {
  font-size: 14px;
}
.styled-contents .has-medium-font-size {
  font-size: 16px;
}
.styled-contents .has-large-font-size {
  font-size: 20px;
}
.styled-contents .has-larger-font-size {
  font-size: 24px;
}
.styled-contents .has-huge-font-size {
  font-size: 30px;
}
.styled-contents img {
  display: block;
  margin-bottom: 1.857em;
}
.styled-contents figure + p {
  margin-top: 30px;
}
.styled-contents img.alignleft {
  display: inline;
  float: left;
  margin-right: calc(--gatter / 2);
}
.styled-contents img.alignright {
  display: inline;
  float: right;
  margin-left: calc(--gatter / 2);
}
.styled-contents img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.styled-contents .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: calc(--gatter / 2);
}
@media only screen and (min-width: 480px) {
  .styled-contents .alignleft {
    /*rtl:ignore*/
    margin-right: 20px;
  }
}
.styled-contents .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 10px;
}
@media only screen and (min-width: 480px) {
  .styled-contents .alignright {
    /*rtl:ignore*/
    margin-left: 20px;
  }
}
.styled-contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.styled-contents .blocks-gallery-grid {
  margin-top: 1.857em;
}
.styled-contents ul, .styled-contents ol {
  margin-bottom: 40px;
  margin-left: 0.5em;
}
@media screen and (min-width: 960px) {
  .styled-contents ul, .styled-contents ol {
    margin: 0 0 1.857em 1em;
    font-size: 16px;
  }
}
.styled-contents ul ul, .styled-contents ul ol, .styled-contents ol ul, .styled-contents ol ol {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 1em;
}
.styled-contents ul li {
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  list-style: disc;
  list-style-position: inside;
}
.styled-contents ol li {
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  list-style: decimal;
  list-style-position: inside;
}
.styled-contents table {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.4;
}
.styled-contents table th {
  padding: 10px;
  border: 1px solid #b5b5b6;
  background: #b5b5b6;
}
.styled-contents table thead th {
  background: #b5b5b6;
}
.styled-contents table td {
  padding: 10px;
  border: 1px solid #b5b5b6;
}
.styled-contents dl {
  margin-bottom: 40px;
  line-height: 1.8;
}
.styled-contents dl dt {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #b5b5b6;
  font-weight: bold;
}
.styled-contents dl dd {
  margin-bottom: 1.857em;
}
.styled-contents .wp-block-pullquote {
  padding: 1em 0 !important;
}
.styled-contents blockquote {
  position: relative;
  margin-bottom: 1.857em;
  padding: 20px 15px 25px 15px;
  background: #eee;
}
.styled-contents blockquote::before {
  position: absolute;
  top: -0.3em;
  left: 0.1em;
  content: "“";
  font-size: 80px;
  font-weight: bold;
  color: #666;
  line-height: 1;
}
.styled-contents blockquote::after {
  position: absolute;
  bottom: -0.7em;
  right: 0.1em;
  content: "”";
  font-size: 80px;
  font-weight: bold;
  color: #666;
  line-height: 1;
}
.styled-contents blockquote p:last-child {
  margin-bottom: 0;
}
.styled-contents code {
  display: inline-block;
  padding: 0 5px;
  background: #b5b5b6;
  border-radius: 4px;
}
.styled-contents cite {
  font-style: italic;
  font-size: 13px;
}
.styled-contents cite::before {
  display: inline-block;
  content: "引用元：";
}
.styled-contents address {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #b5b5b6;
  line-height: 1.4;
}
.styled-contents pre {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #b5b5b6;
  line-height: 1.2;
  overflow: auto;
  overflow-Y: hidden;
  font-size: 14px;
}
.styled-contents .wp-block-embed-wordpress {
  margin: 1.857em;
}
.styled-contents .wp-block-embed-wordpress iframe {
  max-width: 100%;
  min-width: 1px !important;
  margin: 0 auto;
}
.styled-contents .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.styled-contents .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.styled-contents .instagram-media {
  max-width: 100%;
  min-width: 1px !important;
  margin: 0 auto 1.857em !important;
}
.styled-contents .wp-block-embed-instagram {
  margin-bottom: 1.857em;
}
.styled-contents .wp-block-embed-instagram iframe {
  max-width: 100%;
  min-width: 1px !important;
  margin: 0 auto;
}
.styled-contents .twitter-tweet {
  margin: 0 auto 1.857em;
}

#ez-toc-container {
  width: 100%;
  margin: clamp(70px, 4.375rem + (1vw - 3.75px) * 1.9394, 86px) auto clamp(70px, 4.375rem + (1vw - 3.75px) * 3.6364, 100px);
}
#ez-toc-container a {
  color: #333;
}
#ez-toc-container a:hover {
  color: #C12828;
}
#ez-toc-container ul {
  margin-left: 0 !important;
}

.ez-toc-title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 35px;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 0.7273, 30px);
  font-family: "Anton", sans-serif;
}
.ez-toc-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 24px;
  background: url(images/icon-index.svg) no-repeat;
  background-size: 28px;
  content: "";
}

.ez-toc-list {
  display: block;
  width: 100%;
  margin: 0;
  padding-left: 1em;
  border-bottom: 2px solid #000;
}
.ez-toc-list a {
  text-decoration: none;
}

.single-share {
  margin-top: clamp(80px, 5rem + (1vw - 3.75px) * 6.0606, 130px);
}
.single-share .ttl {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.addtoany_list {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  margin: 18px auto 25px !important;
}
.addtoany_list a {
  transition: 0.4s;
}
.addtoany_list a:hover {
  transform: scale(1.2);
  transform-origin: center;
  opacity: 1;
}

.breadcrumb.single {
  margin-bottom: 30px;
  text-align: right;
  font-size: 10px;
  line-height: 1.2;
}

.single-back-link {
  display: block;
  margin: 0 auto 100px;
}
.single-back-link a {
  position: relative;
  display: inline-block;
  padding: 0 5px 2px 0;
  color: #C12828;
  font-weight: 700;
}
.single-back-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C12828;
  content: "";
  transition: 0.4s;
}
.single-back-link a:hover::after {
  width: 0;
  transform-origin: left;
}

.single-rel-cat {
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
}
.single-rel-cat ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  margin-top: clamp(23px, 1.4375rem + (1vw - 3.75px) * 0.8485, 30px);
}
.single-rel-cat a {
  display: block;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
}
.single-rel-cat a:hover {
  border: 1px solid #C12828;
  color: #C12828;
}
@media screen and (min-width: 600px) {
  .single-rel-cat ul {
    flex-direction: row;
  }
  .single-rel-cat a {
    display: inline-block;
  }
}

.single-rel-article {
  margin-bottom: 100px;
}

.article-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: clamp(25px, 1.5625rem + (1vw - 3.75px) * 0.6061, 30px);
}
@media screen and (min-width: 600px) {
  .article-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.single-rel-unit .ttl {
  margin: 15px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .single-rel-unit {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .single-rel-unit {
    width: calc(33.3333333333% - 14px);
  }
}
.single-rel-unit .img {
  overflow: hidden;
}
.single-rel-unit a:hover {
  opacity: 0.7;
}
.single-rel-unit a img {
  transition: 0.4s;
}
.single-rel-unit a:hover img {
  transform: scale(1.05);
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　メインフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.to-top {
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.to-top img {
  margin: 0 auto 2px;
  width: clamp(40px, 2.5rem + (1vw - 3.75px) * 1.697, 54px);
}

#mainfooter {
  display: block;
  width: 100%;
  padding: 45px 6%;
  background: #000;
  color: #fff;
  font-size: 12px;
}
#mainfooter .copy {
  display: block;
  text-align: center;
}/*# sourceMappingURL=style.css.map */