@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: rgba(255, 249, 222, 0.3);
  line-height: 1.5;
  color: #59493f;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.67vw; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #59493f;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.5; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 500; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.form-select {
  line-height: 4.8rem;
  height: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #59493f;
  position: relative;
  width: 30rem; }
  @media only screen and (max-width: 767px) {
    .form-select {
      width: 100%; } }
  .form-select:after {
    width: 3em;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Material Icons Outlined';
    text-align: center;
    content: "expand_more";
    color: #59493f;
    top: 50%;
    margin-top: -.5em;
    right: 0;
    position: absolute; }
  .form-select > select {
    width: 130%;
    line-height: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    background: transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box; }
    .form-select > select::-ms-expand {
      display: none; }
    .form-select > select:focus {
      border: none;
      outline: none;
      box-shadow: none; }

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  background: repeating-linear-gradient(90deg, #fdf6d4, #fdf6d4 2rem, #fefbea 2rem, #fefbea 4rem);
  border-bottom: 1px solid #f4eed5;
  padding: 3rem 0 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .header {
      flex-direction: row;
      justify-content: space-between;
      padding: 1.5rem 1.5rem 1rem;
      z-index: 11; } }
  .header-logo {
    height: 6.4rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .header-logo {
        height: 5rem; } }
    @media only screen and (max-width: 767px) {
      .header-logo {
        height: 3.5rem;
        margin-bottom: 0; } }
    .header-logo img {
      max-width: 48.6rem; }
      @media only screen and (max-width: 1024px) {
        .header-logo img {
          max-width: 38rem; } }
      @media only screen and (max-width: 767px) {
        .header-logo img {
          max-width: 27.3rem; } }
  .header-menu {
    opacity: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .header-menu {
        position: fixed;
        width: 4.5rem;
        height: 4.5rem;
        top: .7rem;
        right: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        transition: right .5s;
        cursor: pointer;
        background: #fff;
        border-radius: .5rem;
        border: 1px solid #f4eed5;
        opacity: 1;
        z-index: 10000; }
        .header-menu:after {
          content: "メニュー";
          font-size: .9rem;
          line-height: 1;
          font-weight: 700;
          letter-spacing: 0;
          margin-top: .3rem; }
        .header-menu span {
          width: 2.4rem;
          height: .2rem;
          margin: .2rem auto;
          background: rgba(89, 73, 63, 0.4); }
        .header-menu.on:after {
          display: none; }
        .header-menu.on span {
          top: 50%;
          margin-top: 0; }
          .header-menu.on span:nth-of-type(1) {
            position: absolute;
            transform: rotate(45deg);
            left: 50%;
            margin-left: -1.2rem; }
          .header-menu.on span:nth-of-type(3) {
            display: none; }
          .header-menu.on span:nth-of-type(2) {
            position: absolute;
            transform: rotate(-45deg);
            right: 50%;
            margin-right: -1.2rem; } }
  .header-nav {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .header-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 999;
        overflow: auto;
        transition: all .5s;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        background: #59493f;
        border: none; }
        .header-nav.active {
          left: 0;
          transition: all .5s; } }
    .header-nav > ul {
      height: 4.8rem;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media only screen and (max-width: 1024px) {
        .header-nav > ul {
          width: 100%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul {
      height: auto;
      flex-direction: column;
      padding: 2rem; } }

      .header-nav > ul > li {
        width: 25rem;
        height: 4.8rem;
        font-size: 1.6rem;
        border: 1px solid #f4eed5;
        background: #fff;
        border-radius: 2.4rem;
        margin: 0 2.5rem;
        transition: .5s all; }
        @media only screen and (max-width: 1024px) {
          .header-nav > ul > li {
            width: 31%;
            margin: 0 1%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li {
      width: 100%;
      height: auto;
      margin: 0 0 1.5rem;
      border-radius: .5rem;
      background: none;
      border: none; } }

        .header-nav > ul > li > ul {
          max-height: 0;
          overflow: hidden;
          transition: .3s all;
          opacity: 0;
          padding: 0 1.5rem; }
          @media only screen and (max-width: 767px) {
            .header-nav > ul > li > ul {
              overflow: visible;
              max-height: none;
              opacity: 1;
              padding: 0; } }
          @media only screen and (max-width: 767px) {
            .header-nav > ul > li > ul li {
              margin-bottom: .5rem; } }
          .header-nav > ul > li > ul li a {
            font-size: 1.4rem;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: .5rem; }
            @media only screen and (max-width: 767px) {
              .header-nav > ul > li > ul li a {
                background: #fff;
                border-radius: .5rem;
                padding: .8rem; } }
            .header-nav > ul > li > ul li a:before {
              content: "\e5cc";
              font-family: "material symbols rounded", cursive;
              width: 1.8rem;
              height: 1.8rem;
              border-radius: 50%;
              background: #f39800;
              color: #fff;
              font-size: 1.3rem;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-shrink: 0;
              margin-right: .6rem;
              letter-spacing: 0; }
        @media only screen and (min-width: 1025px) {
          .header-nav > ul > li:hover {
            height: auto;
            transition: .5s all; }
            .header-nav > ul > li:hover > a {
              position: relative; }
              .header-nav > ul > li:hover > a:after {
                content: "";
                width: 10rem;
                height: 1px;
                background: #f4eed5;
                position: absolute;
                left: 50%;
                margin-left: -5rem;
                bottom: 0; }
            .header-nav > ul > li:hover ul {
              max-height: 1000rem;
              transition: .3s all;
              opacity: 1;
              padding: 1rem 1.5rem 2rem; } }
        @media only screen and (max-width: 767px) {
          .header-nav > ul > li {
            width: 100%; } }
        @media only screen and (min-width: 1025px) {
          .header-nav > ul > li > a:hover {
            color: #f39800; } }
        .header-nav > ul > li > a, .header-nav > ul > li > span {
          height: 4.6rem;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          line-height: 1.1;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .header-nav > ul > li > a, .header-nav > ul > li > span {
              height: 4rem;
              color: #fff; } }

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  overflow: hidden; }

.container {
  padding: 0 2vw; }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0; } }
  .container-wrap {
    display: flex;
    justify-content: center;
    max-width: 115rem;
    margin: 0 auto;
    padding: 3vw 0; }
    @media only screen and (max-width: 1024px) {
      .container-wrap {
        flex-direction: column;
        padding: 5vw 3vw; } }
  .container-pankuzu {
    max-width: 115rem;
    margin: 0 auto;
    padding: 1rem .5rem; }
    @media only screen and (max-width: 767px) {
      .container-pankuzu {
        margin: 0 4vw; } }
    .container-pankuzu ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .container-pankuzu ul li {
        flex-shrink: 0;
        line-height: 1.3;
        max-width: 100%; }
        .container-pankuzu ul li a {
          display: flex;
          align-items: center; }
          @media only screen and (min-width: 1025px) {
            .container-pankuzu ul li a:hover {
              opacity: 0.5; } }
          .container-pankuzu ul li a:after {
            content: "\e5cc";
            font-family: "material symbols rounded", cursive;
            color: #f39800;
            font-size: 1.8rem;
            margin: 0 .3rem 0 0; }
  .container-header {
    max-width: 115rem;
    margin: 0 auto 2vw;
    border-bottom: 1px dashed #59493f;
    padding-bottom: 6rem;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .container-header {
        padding-bottom: 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-header {
      margin: 0 4vw 7vw;
      padding-bottom: 2.5rem; } }

    .container-header-en {
      font-size: 1.4rem;
      color: #f39800;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .container-header-en {
          line-height: 1; } }
    .container-header-ttl {
      padding: 6rem 0 0;
      font-size: 3.2rem;
      line-height: 1.3; }
      @media only screen and (max-width: 1024px) {
        .container-header-ttl {
          padding-top: 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-header-ttl {
      padding-top: 2.5rem; } }

  .container-main {
    width: 100%;
    padding-right: 3vw;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 1024px) {
      .container-main {
        padding-right: 0; } }
    .container-main-tag {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-bottom: 3vw; }
      .container-main-tag li {
        margin: .3rem; }
        .container-main-tag li a {
          height: 3rem;
          padding: 0 1.3rem;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #f39800;
          color: #fff;
          border-radius: 5rem; }
    .container-main-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .container-main-list .article-list {
        width: calc(50% - 1.4rem); }
        @media only screen and (max-width: 767px) {
          .container-main-list .article-list {
            width: 100%; } }
    .container-main.editor {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .container-main.editor {
          padding: 0 1rem; } }
    .container-main-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3rem 0; }
      .container-main-btn a {
        width: 24rem;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 5rem;
        border: 1px solid #59493f; }
      .container-main-btn input {
        font-size: 1.6rem;
        width: 24rem;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 5rem;
        border: none;
        background: #f39800;
        cursor: pointer; }
    .container-main .dl-form {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .container-main .dl-form {
          padding: 0 1rem; } }
      .container-main .dl-form div {
        padding-bottom: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        @media only screen and (max-width: 767px) {
          .container-main .dl-form div {
            flex-direction: column; } }
        .container-main .dl-form div dt {
          width: 20rem;
          flex-shrink: 0;
          padding-top: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .container-main .dl-form div dt {
              width: 100%;
              padding-bottom: 1rem; } }
        .container-main .dl-form div.req dt {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .container-main .dl-form div.req dt:after {
            content: "必須";
            background: #b53939;
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            border-radius: 5rem;
            padding: 0 .8rem;
            margin-left: .5rem; }
        .container-main .dl-form div dd {
          width: 100%; }
          .container-main .dl-form div dd input {
            width: 100%;
            border-radius: 1rem;
            background: #fff;
            border: 1px solid #f4eed5;
            padding: 1.5rem; }
          .container-main .dl-form div dd textarea {
            width: 100%;
            height: 24rem;
            border-radius: 1rem;
            background: #fff;
            border: 1px solid #f4eed5;
            padding: 1.5rem; }
  .container-side {
    width: 26rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 1024px) {
      .container-side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-side {
      flex-direction: column; } }

  .container .editor {
    overflow: hidden; }
    .container .editor small {
      font-size: 1rem;
      display: inline-block; }
    .container .editor p {
      padding-bottom: 1em; }
      .container .editor p a {
        color: #b53939;
        text-decoration: underline; }
        @media only screen and (min-width: 1025px) {
          .container .editor p a:hover {
            text-decoration: none; } }
    .container .editor h2 {
      font-size: 2rem;
      padding: 3rem 0 1rem;
      border-bottom: 1px solid #59493f;
      margin-bottom: 1.6rem; }
      .container .editor h2 + h3 {
        margin-top: 0; }
    .container .editor h3 {
      font-size: 1.8rem;
      background: rgba(89, 73, 63, 0.1);
      padding: 1.2rem 1.6rem;
      margin: 1.6rem 0; }
    .container .editor dl dt {
      font-size: 1.8rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-top: 2rem;
      padding-bottom: 1.6rem; }
      .container .editor dl dt:before {
        content: "";
        width: 1rem;
        height: 1px;
        background: #59493f;
        flex-shrink: 0;
        margin-right: .8rem; }
    .container .editor dl dd {
      padding-left: 1.8rem; }
      .container .editor dl dd a {
        color: #b53939;
        text-decoration: underline; }
        @media only screen and (min-width: 1025px) {
          .container .editor dl dd a:hover {
            text-decoration: none; } }
    .container .editor ul {
      padding-bottom: 1em; }
      .container .editor ul li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: .3rem 0; }
        .container .editor ul li:before {
          content: "";
          width: 1.4rem;
          height: 1.4rem;
          border: 0.3rem solid #f39800;
          box-sizing: border-box;
          flex-shrink: 0;
          border-radius: 50%;
          margin-right: .5rem;
          margin-top: .6rem; }
    .container .editor iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16/9;
      margin: 2rem auto 3rem;
      display: block; }
      @media only screen and (max-width: 767px) {
        .container .editor iframe {
          height: calc((100vw - 3rem) * 9 / 16);
          margin: 1rem 0 2rem; } }
    .container .editor pre {
      display: block; }
    .container .editor strong {
      font-weight: bold; }
    .container .editor em {
      font-style: italic; }
    .container .editor ol {
      margin-bottom: 1em; }
      .container .editor ol li {
        list-style: outside decimal;
        margin-left: 2rem;
        overflow: visible;
        zoom: normal;
        padding: .3rem 0; }
    .container .editor blockquote {
      display: block;
      margin: 1em 4rem;
      position: relative; }
      .container .editor blockquote:before {
        content: "“";
        position: absolute;
        left: -1em;
        font-size: 4rem;
        line-height: 1;
        opacity: 0.5;
        top: 0; }
      .container .editor blockquote:after {
        content: "”";
        position: absolute;
        right: -1rem;
        font-size: 4rem;
        line-height: 1;
        opacity: 0.5;
        bottom: 0; }
    .container .editor del {
      text-decoration: line-through; }
    .container .editor hr {
      display: block;
      border: none;
      border-top: #f4eed5 1px solid;
      margin-bottom: 1rem; }
    .container .editor .alignright {
      float: right;
      margin-left: 2rem;
      margin-bottom: 2rem;
      margin-right: .5rem; }
      @media only screen and (max-width: 767px) {
        .container .editor .alignright {
          float: none;
          margin-left: auto;
          margin-right: auto; } }
    .container .editor .alignleft {
      float: left;
      margin-right: 2rem;
      margin-left: .5rem;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .container .editor .alignleft {
          float: none;
          margin-left: auto;
          margin-right: auto; } }
    .container .editor .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      text-align: center; }
  .container .article-item {
    width: 100%;
    padding: 1.2rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #f4eed5;
    position: relative;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .container .article-item {
        flex-direction: column; } }
    @media only screen and (min-width: 1025px) {
      .container .article-item:hover {
        border-color: #f39800; } }
    .container .article-item > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .container .article-item-fig {
      width: 42%;
      border-radius: .5rem;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      margin-right: 2rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .container .article-item-fig {
          width: 100%;
          margin: 0 0 1rem; } }
    .container .article-item-inner {
      width: 100%;
      padding: 0 .5rem; }
      .container .article-item-inner p {
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .container .article-item-inner p {
            font-size: 1.4rem; } }
    .container .article-item-time {
      font-size: 1.4rem;
      padding-bottom: .3rem;
      display: block; }
    .container .article-item-ttl {
      font-size: 1.8rem;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .container .article-item-ttl {
          font-size: 1.6rem; } }
  .container .article-list {
    padding: 1.2rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #f4eed5;
    position: relative;
    margin: .7rem; }
    @media only screen and (min-width: 1025px) {
      .container .article-list:hover {
        border-color: #f39800; } }
    .container .article-list > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .container .article-list-fig {
      border-radius: .5rem;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      margin-bottom: 1rem; }
    .container .article-list-time {
      font-size: 1.4rem;
      padding: 0 .5rem .3rem;
      display: block; }
    .container .article-list-ttl {
      font-size: 1.8rem;
      padding: 0 .5rem; }
      @media only screen and (max-width: 767px) {
        .container .article-list-ttl {
          font-size: 1.6rem; } }
  .container .article-post {
    padding: 3rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #f4eed5; }
    @media only screen and (max-width: 767px) {
      .container .article-post {
        padding: 1.5rem; } }
    .container .article-post-header {
      padding-bottom: 2rem; }
      .container .article-post-header-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        .container .article-post-header-meta-cat {
          display: flex;
          flex-wrap: wrap; }
          .container .article-post-header-meta-cat li {
            margin-right: .5rem; }
            .container .article-post-header-meta-cat li a {
              display: flex;
              justify-content: center;
              align-items: center;
              background: #f39800;
              color: #fff;
              border-radius: 5rem;
              height: 2.5rem;
              padding: 0 1.2rem; }
      .container .article-post-header-ttl {
        padding: 2rem .5rem;
        font-size: 2.8rem;
        line-height: 1.3;
        text-align: left;
        border-bottom: 1px dashed #59493f; }
        @media only screen and (max-width: 767px) {
          .container .article-post-header-ttl {
            font-size: 2.4rem; } }
      .container .article-post-header-tag {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        padding: 1.5rem 0; }
        .container .article-post-header-tag li {
          margin-left: 1rem; }
          .container .article-post-header-tag li a {
            font-weight: 700;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .container .article-post-header-tag li a {
                font-size: 1.3rem; } }
            .container .article-post-header-tag li a:before {
              content: "\e9ef";
              font-family: "material symbols rounded", cursive;
              color: #f39800; }
    .container .article-post-fig {
      text-align: center;
      padding-bottom: 2rem; }
    .container .article-post-catch {
      padding-bottom: 2rem; }
      .container .article-post-catch p {
        font-size: 1.6rem;
        padding-bottom: 2em; }
        .container .article-post-catch p:nth-last-of-type(1) {
          padding-bottom: 0; }
    .container .article-post-inner {
      padding-top: 1rem; }
      .container .article-post-inner-index {
        max-width: 60rem;
        margin: 2rem auto 8rem;
        border: 1px solid rgba(89, 73, 63, 0.5);
        padding: 3rem 4vw; }
        @media only screen and (max-width: 767px) {
          .container .article-post-inner-index {
            margin-bottom: 5rem; } }
        .container .article-post-inner-index dt {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          font-size: 1.2rem;
          padding-bottom: 2rem; }
          .container .article-post-inner-index dt small {
            font-size: 3rem;
            line-height: 1;
            color: #f39800;
            font-weight: 700; }
        .container .article-post-inner-index dd ul {
          border-top: 1px solid rgba(89, 73, 63, 0.15); }
          .container .article-post-inner-index dd ul li {
            border-bottom: 1px solid rgba(89, 73, 63, 0.15);
            /*								@for i from 1 to 20 {
            									&:nth-of-type(i) {
            										a {
            											&:before {
            												content: "i";
            											}
            										}
            									}
            								} */ }
            .container .article-post-inner-index dd ul li a {
              padding: .8rem .8rem .8rem 4rem;
              display: flex;
              justify-content: flex-start;
              position: relative;
              font-size: 1.6rem;
              /*									&:before {
              										color: $o;
              										font-weight: 500;
              										margin-right: 1rem;
              										flex-shrink: 0;
              									} */ }
              @media only screen and (min-width: 1025px) {
                .container .article-post-inner-index dd ul li a:hover {
                  background: rgba(89, 73, 63, 0.05); } }
              .container .article-post-inner-index dd ul li a span {
                color: #f39800;
                position: absolute;
                left: .8rem;
                top: 1rem;
                font-weight: 300;
                font-size: 2.2rem; }
      .container .article-post-inner-link, .container .article-post-inner .post-link {
        padding-bottom: 3rem; }
        .container .article-post-inner-link a, .container .article-post-inner .post-link a {
          border-radius: 5rem;
          background: #b53939;
          color: #fff;
          font-weight: 700;
          height: 5rem;
          max-width: 60rem;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .container .article-post-inner-link a, .container .article-post-inner .post-link a {
              font-size: 1.4rem; } }
          .container .article-post-inner-link a span, .container .article-post-inner .post-link a span {
            margin-right: .5rem; }
          @media only screen and (min-width: 1025px) {
            .container .article-post-inner-link a:hover, .container .article-post-inner .post-link a:hover {
              opacity: 0.8; } }
      .container .article-post-inner-txt p {
        font-size: 1.6rem;
        padding-bottom: 2em; }
      .container .article-post-inner-body {
        font-size: 1.6rem; }
        .container .article-post-inner-body .post-box {
          padding-bottom: 7rem; }
          @media only screen and (max-width: 767px) {
            .container .article-post-inner-body .post-box {
              padding-bottom: 4rem; } }
          .container .article-post-inner-body .post-box .blue {
            color: #1955A1; }
          .container .article-post-inner-body .post-box .red {
            color: #b53939; }
          .container .article-post-inner-body .post-box:nth-last-of-type(1) {
            padding-bottom: 0; }
          .container .article-post-inner-body .post-box-space1 {
            display: block;
            height: 1rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-space1 {
                height: 0.6rem; } }
          .container .article-post-inner-body .post-box-space2 {
            display: block;
            height: 2rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-space2 {
                height: 1.2rem; } }
          .container .article-post-inner-body .post-box-space3 {
            display: block;
            height: 3rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-space3 {
                height: 1.8rem; } }
          .container .article-post-inner-body .post-box-space4 {
            display: block;
            height: 4rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-space4 {
                height: 2.4rem; } }
          .container .article-post-inner-body .post-box-space5 {
            display: block;
            height: 5rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-space5 {
                height: 3rem; } }
          .container .article-post-inner-body .post-box-ttl {
            font-size: 2.4rem;
            line-height: 1.3;
            display: flex;
            justify-content: flex-start;
            border-bottom: 1px solid #59493f;
            padding: 2rem 0;
            margin-bottom: 3rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-ttl {
                font-size: 2rem; } }
            .container .article-post-inner-body .post-box-ttl:before {
              content: "";
              width: 1.5rem;
              height: .4rem;
              background: #f39800;
              flex-shrink: 0;
              margin-right: 1.5rem;
              margin-top: 1.5rem; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box-ttl:before {
                  margin-right: 1rem;
                  margin-top: 1rem; } }
          .container .article-post-inner-body .post-box-sub {
            font-size: 2rem;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 2rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-sub {
                font-size: 1.8rem; } }
            .container .article-post-inner-body .post-box-sub:before {
              content: "";
              width: 2rem;
              height: 2rem;
              box-sizing: border-box;
              border: 0.4rem solid #f39800;
              flex-shrink: 0;
              margin-right: .8rem;
              margin-top: .5rem;
              border-radius: 50%; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box-sub:before {
                  margin-top: .3rem; } }
          .container .article-post-inner-body .post-box-fig {
            padding-bottom: 3rem;
            text-align: center; }
          .container .article-post-inner-body .post-box-table {
            padding-bottom: 3rem; }
            .container .article-post-inner-body .post-box-table-guide {
              display: flex;
              justify-content: center;
              align-items: center;
              padding-bottom: 1rem; }
              .container .article-post-inner-body .post-box-table-guide span {
                font-size: 1.8rem;
                margin: 0 .5rem; }
            .container .article-post-inner-body .post-box-table table {
              width: 100%;
              border-top: 1px solid rgba(89, 73, 63, 0.5); }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box-table table {
                  font-size: 1.4rem; } }
              .container .article-post-inner-body .post-box-table table th, .container .article-post-inner-body .post-box-table table td {
                border-bottom: 1px solid rgba(89, 73, 63, 0.5);
                padding: 1rem;
                vertical-align: middle; }
              .container .article-post-inner-body .post-box-table table th {
                text-align: center;
                font-weight: 700;
                background: rgba(89, 73, 63, 0.2); }
              .container .article-post-inner-body .post-box-table table td.td-logo {
                text-align: center; }
                @media only screen and (max-width: 767px) {
                  .container .article-post-inner-body .post-box-table table td.td-logo {
                    font-size: 1.2rem; } }
                .container .article-post-inner-body .post-box-table table td.td-logo img {
                  max-width: 15rem; }
                  @media only screen and (max-width: 767px) {
                    .container .article-post-inner-body .post-box-table table td.td-logo img {
                      max-width: 10rem; } }
              .container .article-post-inner-body .post-box-table table td.td-center {
                text-align: center; }
              .container .article-post-inner-body .post-box-table table td.td-price {
                text-align: right; }
              .container .article-post-inner-body .post-box-table table td.td-ttl {
                font-weight: 700; }
              .container .article-post-inner-body .post-box-table table td ul li {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                padding: .3rem 0; }
                .container .article-post-inner-body .post-box-table table td ul li:before {
                  content: "●";
                  color: #f39800;
                  flex-shrink: 0;
                  margin-right: .5rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-table-price.scrool {
                overflow: auto; }
                .container .article-post-inner-body .post-box-table-price.scrool table.small {
                  width: 120%; }
                .container .article-post-inner-body .post-box-table-price.scrool table.medium {
                  width: 150%; }
                .container .article-post-inner-body .post-box-table-price.scrool table.large {
                  width: 180%; } }
            .container .article-post-inner-body .post-box-table-scrool {
              overflow: auto; }
              .container .article-post-inner-body .post-box-table-scrool table {
                width: 200%; }
                .container .article-post-inner-body .post-box-table-scrool table th, .container .article-post-inner-body .post-box-table-scrool table td {
                  border-right: 1px solid rgba(89, 73, 63, 0.5);
                  padding: 1.5rem; }
                  .container .article-post-inner-body .post-box-table-scrool table th:nth-last-of-type(1), .container .article-post-inner-body .post-box-table-scrool table td:nth-last-of-type(1) {
                    border-right: none; }
          .container .article-post-inner-body .post-box-info {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 3rem; }
            .container .article-post-inner-body .post-box-info-ttl {
              background: rgba(89, 73, 63, 0.15);
              border-radius: .5rem;
              height: 3.6rem;
              padding: 0 1.5rem;
              margin-bottom: 1.5rem;
              display: flex;
              justify-content: center;
              align-items: center;
              min-width: 28rem; }
            .container .article-post-inner-body .post-box-info .dl-info {
              border-top: 1px solid rgba(89, 73, 63, 0.2);
              width: 100%; }
              .container .article-post-inner-body .post-box-info .dl-info div {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-bottom: 1px solid rgba(89, 73, 63, 0.2);
                padding: 1rem 0; }
                @media only screen and (max-width: 767px) {
                  .container .article-post-inner-body .post-box-info .dl-info div {
                    flex-direction: column; } }
                .container .article-post-inner-body .post-box-info .dl-info div dt {
                  width: 30%;
                  text-align: center;
                  font-weight: 700;
                  color: rgba(89, 73, 63, 0.9);
                  flex-shrink: 0; }
                  @media only screen and (max-width: 767px) {
                    .container .article-post-inner-body .post-box-info .dl-info div dt {
                      width: 100%;
                      padding-bottom: .5rem; } }
                .container .article-post-inner-body .post-box-info .dl-info div dd {
                  width: 100%;
                  text-align: left; }
                  .container .article-post-inner-body .post-box-info .dl-info div dd small {
                    font-size: 1.2rem; }
                  .container .article-post-inner-body .post-box-info .dl-info div dd strong {
                    color: #b53939; }
          .container .article-post-inner-body .post-box-check {
            border: 1px dashed #59493f;
            padding: 1rem;
            border-radius: 1rem;
            display: flex;
            justify-content: space-between;
            margin-bottom: 3rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box-check {
                flex-direction: column; } }
            .container .article-post-inner-body .post-box-check dt {
              width: 20rem;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              font-size: 1rem;
              flex-shrink: 0;
              position: relative; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box-check dt {
                  margin: 0 auto .5rem;
                  padding-top: .5rem;
                  left: 2rem; } }
              .container .article-post-inner-body .post-box-check dt:before {
                content: "\e5ca";
                font-family: "material symbols rounded", cursive;
                width: 2.4rem;
                height: 2.4rem;
                border-radius: .5rem;
                background: rgba(89, 73, 63, 0.15);
                color: #b53939;
                font-size: 2rem;
                display: flex;
                justify-content: center;
                align-items: center;
                letter-spacing: 0;
                font-weight: 400;
                position: absolute;
                left: 2rem;
                top: 50%;
                margin-top: -1.2rem; }
              .container .article-post-inner-body .post-box-check dt small {
                font-size: 2.4rem;
                line-height: 1.1;
                color: #f39800; }
            .container .article-post-inner-body .post-box-check dd {
              width: 100%; }
              .container .article-post-inner-body .post-box-check dd ul li {
                position: relative;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 1rem;
                border-radius: .5rem; }
                .container .article-post-inner-body .post-box-check dd ul li p {
                  padding-bottom: 0; }
                  @media only screen and (max-width: 767px) {
                    .container .article-post-inner-body .post-box-check dd ul li p {
                      font-size: 1.4rem; } }
                .container .article-post-inner-body .post-box-check dd ul li > a {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  z-index: 10; }
                @media only screen and (min-width: 1025px) {
                  .container .article-post-inner-body .post-box-check dd ul li:hover {
                    background: rgba(89, 73, 63, 0.1); } }
                .container .article-post-inner-body .post-box-check dd ul li figure {
                  width: 12rem;
                  flex-shrink: 0;
                  margin-right: 1rem; }
          .container .article-post-inner-body .post-box-open {
            padding-bottom: 3rem;
            display: flex;
            flex-direction: column; }
            .container .article-post-inner-body .post-box-open-btn {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 4rem;
              background: #59493f;
              color: #fff;
              border-radius: 5rem;
              padding: 0 2.5rem;
              margin: 0 auto; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box-open-btn {
                  font-size: 1.4rem; } }
              .container .article-post-inner-body .post-box-open-btn span {
                font-size: 1.8rem;
                margin-right: 1rem; }
            .container .article-post-inner-body .post-box-open-box {
              width: 100%;
              max-height: 0;
              overflow: hidden;
              transition: all .5s; }
            .container .article-post-inner-body .post-box-open.on .post-box-open-btn span {
              transform: scaleY(-1); }
            .container .article-post-inner-body .post-box-open.on .post-box-open-box {
              max-height: none;
              padding-top: 3rem; }
          .container .article-post-inner-body .post-box p {
            padding-bottom: 2em; }
          .container .article-post-inner-body .post-box .ul-point {
            background: rgba(243, 152, 0, 0.1);
            padding: 1.5rem 2.5rem;
            margin-bottom: 3rem; }
            .container .article-post-inner-body .post-box .ul-point li {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              padding: .5rem 0; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box .ul-point li {
                  flex-direction: column; } }
              .container .article-post-inner-body .post-box .ul-point li:before {
                content: "";
                width: 5em;
                color: #f39800;
                flex-shrink: 0;
                font-weight: 700; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(1):before {
                content: "POINT1."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(2):before {
                content: "POINT2."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(3):before {
                content: "POINT3."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(4):before {
                content: "POINT4."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(5):before {
                content: "POINT5."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(6):before {
                content: "POINT6."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(7):before {
                content: "POINT7."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(8):before {
                content: "POINT8."; }
              .container .article-post-inner-body .post-box .ul-point li:nth-of-type(9):before {
                content: "POINT9."; }
          .container .article-post-inner-body .post-box .ul-gallery {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap; }
            .container .article-post-inner-body .post-box .ul-gallery li {
              width: 33.333%;
              padding: .5rem;
              display: flex;
              flex-direction: column;
              align-items: center;
              font-weight: 700; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box .ul-gallery li {
                  width: 50%;
                  font-size: 1.2rem;
                  text-align: center; } }
              .container .article-post-inner-body .post-box .ul-gallery li img {
                border-radius: .5rem;
                margin-bottom: .8rem;
                overflow: hidden; }
          .container .article-post-inner-body .post-box .ul-menu {
            background: rgba(243, 152, 0, 0.1);
            padding: 1.5rem 2.5rem;
            margin-bottom: 3rem; }
            .container .article-post-inner-body .post-box .ul-menu li {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              padding: .5rem 0; }
              .container .article-post-inner-body .post-box .ul-menu li:before {
                content: "\f40f";
                font-family: "material symbols rounded", cursive;
                color: #f39800;
                flex-shrink: 0;
                font-weight: 700;
                margin-right: .8rem;
                font-size: 2rem;
                position: relative;
                top: -.3rem; }
          .container .article-post-inner-body .post-box .article-product {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            padding-bottom: 3rem; }
            @media only screen and (max-width: 767px) {
              .container .article-post-inner-body .post-box .article-product {
                flex-direction: column; } }
            .container .article-post-inner-body .post-box .article-product-fig {
              width: 36rem;
              flex-shrink: 0;
              padding-right: 3rem; }
              @media only screen and (max-width: 1024px) {
                .container .article-post-inner-body .post-box .article-product-fig {
                  width: 30rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container .article-post-inner-body .post-box .article-product-fig {
      width: 100%;
      padding: 0 0 1rem; } }

              .container .article-post-inner-body .post-box .article-product-fig-item {
                overflow: hidden;
                aspect-ratio: 6 / 5;
                display: flex;
                justify-content: center;
                align-items: center; }
                .container .article-post-inner-body .post-box .article-product-fig-item img {
                  border-radius: .5rem; }
              .container .article-post-inner-body .post-box .article-product-fig .slick-dots {
                display: flex;
                justify-content: center;
                align-items: center;
                padding-top: 1rem; }
                @media only screen and (max-width: 767px) {
                  .container .article-post-inner-body .post-box .article-product-fig .slick-dots {
                    padding-top: .2rem; } }
                .container .article-post-inner-body .post-box .article-product-fig .slick-dots li {
                  margin: 0 .3rem; }
                  .container .article-post-inner-body .post-box .article-product-fig .slick-dots li button {
                    padding: 0;
                    margin: 0;
                    border: none;
                    outline: none;
                    height: .8rem;
                    width: .8rem;
                    border-radius: 50%;
                    line-height: 0;
                    overflow: hidden;
                    text-indent: -9999rem;
                    background: #eee; }
                    @media only screen and (max-width: 767px) {
                      .container .article-post-inner-body .post-box .article-product-fig .slick-dots li button {
                        width: .6rem;
                        height: .6rem; } }
                  .container .article-post-inner-body .post-box .article-product-fig .slick-dots li.slick-active button {
                    background: #f39800; }
            .container .article-post-inner-body .post-box .article-product-inner {
              width: 100%;
              padding-bottom: 2.5rem; }
              @media only screen and (max-width: 767px) {
                .container .article-post-inner-body .post-box .article-product-inner {
                  padding-bottom: 0; } }
              .container .article-post-inner-body .post-box .article-product-inner-tag {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 1.5rem; }
                .container .article-post-inner-body .post-box .article-product-inner-tag li {
                  margin-right: .5rem;
                  background: #f39800;
                  color: #fff;
                  padding: 0 1rem;
                  height: 3rem;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
              .container .article-post-inner-body .post-box .article-product-inner-ttl {
                font-size: 2.4rem;
                line-height: 1.3;
                padding-bottom: 1.5rem; }
              .container .article-post-inner-body .post-box .article-product-inner-point li {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                padding: .3rem 0; }
                .container .article-post-inner-body .post-box .article-product-inner-point li:before {
                  content: "●";
                  color: #f39800;
                  flex-shrink: 0;
                  margin-right: .5rem; }
    .container .article-post-footer {
      margin-top: 3rem;
      padding: 2.5rem 0 0;
      border-top: 1px solid #f4eed5;
      clear: both; }
      .container .article-post-footer ul {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .container .article-post-footer li {
        width: 100%;
        max-width: 20rem;
        text-align: center; }
        .container .article-post-footer li > a, .container .article-post-footer li > div {
          height: 3.6rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .container .article-post-footer li > a span, .container .article-post-footer li > div span {
            font-weight: 400; }
        .container .article-post-footer li > div {
          opacity: 0.3; }

.div-search {
  border: 1px solid #f4eed5;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  margin: 0 auto 2vw; }
  @media only screen and (max-width: 1024px) {
    .div-search {
      width: 100%;
      max-width: 60rem;
      margin: 5vw auto 0; } }
  @media only screen and (max-width: 767px) {
    .div-search {
      max-width: 30rem;
      margin: 2vw auto 5vw; } }
  .div-search form {
    display: flex;
    justify-content: space-between; }
    .div-search form input {
      width: 100%;
      height: 4.3rem;
      border: none;
      padding: 1rem 1.5rem; }
    .div-search form button {
      width: 4.5rem;
      flex-shrink: 0;
      background: #59493f;
      color: #fff;
      border: none;
      outline: none; }
      .div-search form button:before {
        content: "\e8b6";
        font-family: "material symbols rounded", cursive;
        font-size: 2.4rem; }

.aside-pr {
  padding: 2vw 0 3vw;
  text-align: center; }
  .aside-pr img {
    max-width: 26rem;
    margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .aside-pr {
      width: 100%;
      max-width: none;
      padding: 2vw 0 5vw; } }
  @media only screen and (max-width: 767px) {
    .aside-pr {
      padding: 2vw 0 7.5vw; } }
  .aside-pr-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    .aside-pr-ttl:before, .aside-pr-ttl:after {
      content: "";
      width: 5rem;
      height: 1px;
      background: #59493f;
      margin: 0 1rem; }
.aside-owner {
  background: #fff;
  border: 1px solid #f4eed5;
  border-radius: 1rem;
  overflow: hidden;
  margin: 2vw 0; }
  @media only screen and (max-width: 1024px) {
    .aside-owner {
      max-width: 40rem;
      margin: 0 auto; } }
  .aside-owner-ttl {
    height: 4.5rem;
    background: #f39800;
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .aside-owner-ttl span {
      margin-right: .5rem; }
  .aside-owner-inner {
    padding: 1.5rem; }
    .aside-owner-inner p {
      font-size: 1.4rem;
      text-align: left; }
  .aside-owner-fig {
    width: 13.5rem;
    height: 13.5rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
    overflow: hidden; }
  .aside-owner-name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem; }
    .aside-owner-name span {
      font-size: 1.3rem;
      color: #f39800; }
.aside-cat {
  margin: 2vw 0 3vw; }
  @media only screen and (max-width: 767px) {
    .aside-cat {
      margin: 2vw 0 7vw; } }
  .aside-cat-ttl {
    text-align: center;
    font-size: 1.8rem;
    height: 4.5rem;
    border-radius: 1rem;
    margin-bottom: 1vw;
    background: #59493f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .aside-cat-ttl {
        margin-bottom: 1rem; } }
  @media only screen and (max-width: 1024px) {
    .aside-cat-list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .aside-cat-list {
      flex-direction: column; } }

  @media only screen and (max-width: 1024px) {
    .aside-cat-list li {
      width: 50%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .aside-cat-list li {
      width: 100%; } }

  .aside-cat-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    overflow: hidden;
    padding: .5rem 1vw; }
    @media only screen and (max-width: 767px) {
      .aside-cat-list li a {
        padding: .5rem 5vw; } }
    @media only screen and (min-width: 1025px) {
      .aside-cat-list li a:hover:before {
        position: relative;
        left: .2rem; } }
    .aside-cat-list li a:before {
      content: "\e5cc";
      font-family: "material symbols rounded", cursive;
      width: 1.8rem;
      height: 1.8rem;
      border-radius: 50%;
      background: #f39800;
      color: #fff;
      font-size: 1.3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin-right: .6rem;
      letter-spacing: 0;
      transition: all .5s; }
.aside-column {
  margin: 2vw 0 3.5vw; }
  @media only screen and (max-width: 767px) {
    .aside-column {
      margin: 2vw 0 7vw; } }
  .aside-column-header {
    border-radius: 1rem;
    margin-bottom: 1.5vw;
    background: #59493f;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.2rem 1.8rem; }
    @media only screen and (min-width: 1025px) {
      .aside-column-header:hover {
        opacity: 0.9; }
        .aside-column-header:hover:after {
          right: .8rem; } }
    @media only screen and (max-width: 767px) {
      .aside-column-header {
        margin-bottom: 1rem; } }
    .aside-column-header > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .aside-column-header-ttl {
      font-size: 1.8rem;
      line-height: 1.1; }
    .aside-column-header-en {
      font-size: 1rem;
      color: #f39800;
      font-weight: 700; }
    .aside-column-header:after {
      content: "\e5cc";
      font-family: "material symbols rounded", cursive;
      width: 1.8rem;
      height: 1.8rem;
      border-radius: 50%;
      background: #f39800;
      color: #fff;
      font-size: 1.3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin-right: .6rem;
      letter-spacing: 0;
      position: absolute;
      right: 1rem;
      top: 50%;
      margin-top: -.9rem;
      transition: all .5s; }
  .aside-column-list {
    padding: 0 .2rem; }
    @media only screen and (max-width: 1024px) {
      .aside-column-list {
        display: flex;
        flex-wrap: wrap; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .aside-column-list {
      flex-direction: column;
      padding: 0 .5rem; } }

    .aside-column-list div {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
      margin: 1rem 0; }
      @media only screen and (min-width: 1025px) {
        .aside-column-list div:hover {
          opacity: 0.9; } }
      @media only screen and (max-width: 1024px) {
        .aside-column-list div {
          width: calc(50% - 1.6rem);
          margin: 1rem .8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .aside-column-list div {
      width: 100%;
      margin: .8rem 0; } }

      .aside-column-list div dt {
        width: 10rem;
        margin-right: 1rem;
        flex-shrink: 0; }
        .aside-column-list div dt img {
          border-radius: .3rem;
          border: 1px solid #f4eed5;
          overflow: hidden; }
      .aside-column-list div dd {
        font-size: 1.3rem;
        line-height: 1.4; }
        .aside-column-list div dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }

.wp-pagenavi {
  text-align: center;
  clear: both;
  padding: 3vw 0;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      padding: 3vw 0 7vw;
      flex-wrap: wrap; } }
  .wp-pagenavi > a, .wp-pagenavi > span {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    text-decoration: none;
    background: rgba(89, 73, 63, 0.1);
    margin: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .wp-pagenavi > a span, .wp-pagenavi > span span {
          font-size: 1.6rem; } }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #f39800; }
    @media only screen and (max-width: 767px) {
      .wp-pagenavi > a, .wp-pagenavi > span {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1025px) {
      .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
        background: #eee; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.div-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 998; }
  @media only screen and (max-width: 767px) {
    .div-top {
      right: 1rem;
      bottom: 8rem; } }
  .div-top a {
    display: flex;
    color: #fff;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    background: rgba(243, 152, 0, 0.9);
    border-radius: 50%; }
    .div-top a span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .div-top a span {
          font-size: 1.4rem; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .div-top a {
    width: 3.6rem;
    height: 3.6rem; } }

    @media only screen and (min-width: 1025px) {
      .div-top a:hover {
        opacity: 0.8; } }

.footer {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #59493f; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .footer {
    height: auto;
    padding: 2.5rem 1.5rem; } }

  .footer-copy {
    font-size: 1rem;
    color: #f39800;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem;
        text-align: center; } }
  .footer-nav {
    width: 100%; }
    .footer-nav ul {
      display: flex;
      justify-content: center;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-nav ul {
          align-items: center;
          justify-content: center;
          flex-direction: column;
          padding-bottom: 2rem; } }
      .footer-nav ul li {
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .footer-nav ul li {
            margin: .3rem 0; } }
        .footer-nav ul li:after {
          content: "|";
          margin-left: .6rem; }
          @media only screen and (max-width: 767px) {
            .footer-nav ul li:after {
              display: none; } }
        .footer-nav ul li:nth-last-of-type(1):after {
          display: none; }
        .footer-nav ul li a {
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .footer-nav ul li a {
              font-size: 1.2rem; } }
