@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 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 */
  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;
  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;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-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;
  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;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  background-color: #fff;
  color: #513C38;
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
  font-weight: 500;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 1;
}
.slick-next:before {
  content: ">";
}
.slick-prev:before {
  content: "<";
}
.slick-next:before, .slick-prev:before {
  display: inline-block;
  color: #8D8D8D;
  font-weight: 100;
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  vertical-align: super;
}
.current-item span {
  color: #15B87B;
}
section {
  position: relative;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.down-to-top {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateY(50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.left-to-right {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateX(-50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  a {
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.6;
  }
  html {
    font-size: calc(100vw / 1400);
    scroll-behavior: smooth;
  }
  body {
    font-size: 20rem;
    width: 100%;
    line-height: 1.4;
  }
  h6 {
    font-family: "Roboto", sans-serif;
    font-size: 30rem;
    text-align: center;
    font-weight: 300;
    font-style: italic;
  }
  .sp {
    display: none !important;
  }
  section.news {
    padding-top: 80rem;
    padding-bottom: 115rem;
    font-size: 20rem;
    line-height: 1.4;
  }
  section.news div {
    display: flex;
    align-items: flex-start;
    margin: 30rem 0 15rem;
  }
  section.news .cat {
    background-color: #000;
    color: #fff;
    width: 160rem;
    text-align: center;
    display: inline-block;
  }
  section.news .ymd {
    padding-left: 50rem;
  }
  section.news .news_title {
    text-decoration: underline;
  }
}
/*
  .slick-slide{
    
  }
  .slick-next{
    
  }
  .slick-prev{
    
  }
  .slick-prev, .slick-next{
    
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 0.8rem;
  }
  .breadcrumbs{
    margin-top: 0.1rem;
  }*/
@media screen and (max-width: 768px) {
  /*.slick-slide{
    margin:0 0.05rem;
  }
  .slick-next{
    right:-1rem;
  }
  .slick-prev{
    left:-1rem;
  }
  .slick-prev, .slick-next{
    width: 0.6rem;
    height: 0.6rem;
    top:50%;
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 1.2rem;
  }*/
  html {
    font-size: calc(100vw / 750);
  }
  body {
    font-size: 22rem;
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  html.fixed {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .site {
    padding-top: 91rem;
  }
  h6 {
    font-family: "Roboto", sans-serif;
    font-size: 40rem;
    text-align: center;
    font-weight: 300;
    font-style: italic;
  }
  .pc {
    display: none !important;
  }
  .breadcrumbs {
    margin-top: 0.5rem;
  }
}
.siteHeader {
  color: #5f5e5e;
}
@media screen and (min-width: 769px) {
  .siteHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24rem 199rem 19rem 79rem;
  }
  .siteHeader-siteBranding {
    display: block;
    background: url(/wp-content/uploads/2026/01/vitarise-honmachi_logo.png) 0 0 / contain no-repeat;
    width: 275rem;
    height: 80rem;
  }
  .siteHeader nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 15rem;
  }
  .siteHeader nav > ul {
    width: 100%;
    font-size: 15rem;
    display: flex;
    justify-content: flex-end;
  }
  .siteHeader nav > ul > li {
    margin: 0 17rem 0 0;
    position: relative;
  }
  .siteHeader nav > ul > li:last-of-type {
    margin: 0;
  }
  .siteHeader nav > ul .has_child:hover .sub-menu {
    height: auto;
    transition: 0.25s;
    opacity: 1;
  }
  .siteHeader nav > ul .sub-menu {
    opacity: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    interpolate-size: allow-keywords;
    transition: 0.25s;
    padding-top: 0.2rem;
    left: -0.2rem;
    z-index: 100;
    background: #fff;
  }
  .siteHeader nav > ul .sub-menu li {
    background: rgba(255, 133, 26, 0.6);
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    white-space: nowrap;
  }
  .siteHeader nav > ul .sub-menu li:last-child {
    border: none;
  }
  .siteHeader nav > ul .sub-menu li a {
    display: block;
    padding: 3rem 10rem;
  }
  .siteHeader nav p {
    color: #fff;
    font-size: 16rem;
    background: #ff851a;
    width: 130rem;
    height: 40rem;
    position: absolute;
    right: 30rem;
    top: 46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
  }
  .siteHeader .icon {
    display: flex;
    color: #fff;
  }
  .siteHeader .icon a {
    display: block;
    width: 76rem;
    height: 76rem;
    background: #ff851a;
    margin-right: 5rem;
    text-align: center;
    padding: 52rem 0 0;
    font-size: 11rem;
  }
  .siteHeader .icon a:nth-of-type(2) {
    background: #bf7727 url(../img/common/i_reserve.png) center 12rem / 36rem no-repeat;
  }
  .siteHeader .icon a:nth-of-type(3) {
    background: #bf7727 url(../img/common/i_access.png) center 12rem / 23rem no-repeat;
  }
  .siteHeader .icon a:nth-of-type(4) {
    background: #bf7727 url(../img/common/i_mail.png) center 16rem / 36rem no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    justify-content: space-between;
    padding-right: 81rem;
    height: 91rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    /*********************************
    ハンバーガーメニュー
    *********************************/
  }
  .siteHeader-siteBranding {
    display: block;
    background: url(/wp-content/uploads/2026/01/vitarise-honmachi_logo.png) 0rem 0 / contain no-repeat;
    width: 323rem;
    height: 104rem;
    margin-left: 56rem;
    margin-top: 0rem;
  }
  .siteHeader .icon {
    display: flex;
    color: #fff;
  }
  .siteHeader .icon a {
    display: block;
    width: 80rem;
    height: 90rem;
    background: #ff851a;
    margin-right: 5rem;
    text-align: center;
    padding: 66rem 0 0;
    font-size: 15rem;
  }
  .siteHeader .icon a:nth-of-type(1) {
    background: #ff851a url(../img/common/sp_tel.png) center 20rem / 43rem no-repeat;
  }
  .siteHeader .icon a:nth-of-type(2) {
    background: #ff851a url(../img/common/sp_cal.png) center 20rem / 47rem no-repeat;
  }
  .siteHeader .icon a:nth-of-type(3) {
    background: #ff851a url(../img/common/sp_access.png) center 20rem / 35rem no-repeat;
  }
  .siteHeader-humberger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80rem;
    height: 90rem;
    transition: 0.5s;
    z-index: 2000;
    font-size: 16rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    background: #ff851a;
    padding: 25rem 0 8rem;
  }
  .siteHeader-humberger span {
    background: #fff;
    height: 4rem;
    border-radius: 50px;
    width: 34rem;
    transition: 0.4s;
    margin: 0 auto;
  }
  .siteHeader-humberger p {
    text-align: center;
    color: #fff;
  }
  .siteHeader-humberger.close span:nth-of-type(1) {
    transform: translateY(15rem) rotate(-135deg);
    width: 61%;
  }
  .siteHeader-humberger.close span:nth-of-type(2) {
    opacity: 0;
  }
  .siteHeader-humberger.close span:nth-of-type(3) {
    transform: translateY(-14rem) rotate(135deg);
    width: 61%;
  }
  .siteHeader-spMenu {
    display: none;
    background: #fff;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 91rem;
    left: 0;
    color: #5f5e5e;
    z-index: 240;
    overflow: auto;
    padding: 0 45rem;
  }
  .siteHeader-spMenu > ul {
    padding: 50rem 0rem 0;
  }
  .siteHeader-spMenu > ul > li {
    border-top: 1px solid #ff851a;
    font-size: 28rem;
    line-height: 90rem;
  }
  .siteHeader-spMenu > ul > li a {
    display: inline-block;
    padding: 0 80rem 0 70rem;
    /*display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 80rem 0 70rem;
          &::after {
            content: ">";
            transform: scale(0.5, 1);
            font-size: 55rem;
            font-weight: 100;
            color: #ff851a;
          }*/
  }
  .siteHeader-spMenu > ul > li.has_child {
    position: relative;
  }
  .siteHeader-spMenu > ul > li.has_child > a {
    position: relative;
    z-index: 100;
  }
  .siteHeader-spMenu > ul > li.has_child span {
    position: absolute;
    top: 0.4rem;
    right: 30rem;
    transition: 0.5s;
  }
  .siteHeader-spMenu > ul > li.has_child span::after {
    content: "＋";
  }
  .siteHeader-spMenu > ul > li.has_child .sub-menu {
    height: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    transition: 0.5s;
  }
  .siteHeader-spMenu > ul > li.has_child .sub-menu li a {
    padding: 0 0;
  }
  .siteHeader-spMenu > ul > li.has_child.open span {
    transform: rotate(-45deg);
    transition: 0.5s;
  }
  .siteHeader-spMenu > ul > li.has_child.open .sub-menu {
    height: auto;
    transition: 0.5s;
    padding-left: 70rem;
  }
  .siteHeader-spMenu iframe {
    display: block;
    height: 360rem;
  }
  .siteHeader-spMenu p {
    text-align: center;
    font-size: 20rem;
    margin-top: 20rem;
    line-height: 1.6;
  }
  .siteHeader-spMenu-tel {
    display: block;
    position: relative;
    width: 5.35rem;
    margin: 0.6rem auto 0;
    border-radius: 5rem;
    text-align: center;
    padding: 0.4rem 0;
    background: #15b87b;
    color: #fff;
  }
  .siteHeader-spMenu-tel::after {
    position: absolute;
    content: ">";
    transform: scale(0.5, 1);
    font-size: 0.8rem;
    font-weight: normal;
    right: 0.45rem;
    top: 0.19rem;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter {
    padding: 40rem 350rem 20rem;
    text-align: center;
  }
  .siteFooter .logo {
    display: block;
    width: 314rem;
    margin: 0 auto;
  }
  .siteFooter .icon {
    width: 166.54rem;
    margin: 13rem auto 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .siteFooter .icon a {
    width: 27.3rem;
  }
  .siteFooter .icon a.i_fb {
    width: 12.92rem;
  }
  .siteFooter .icon a.i_ig {
    width: 27.75rem;
  }
  .siteFooter .icon a.i_yt {
    width: 29.38rem;
  }
  .siteFooter ul {
    display: flex;
    justify-content: space-between;
    font-size: 15rem;
    margin-top: 30rem;
  }
  .siteFooter a.entry {
    width: 280rem;
    height: 50rem;
    background: #FF851A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16rem;
    margin: 0 auto 30rem;
    color: #fff;
    border-radius: 5rem;
  }
  .siteFooter-copy {
    margin-top: 71rem;
    font-size: 12rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding: 40rem 0 20rem;
    text-align: center;
  }
  .siteFooter .logo {
    display: block;
    width: 369rem;
    margin: 0 auto;
  }
  .siteFooter .icon {
    width: 261rem;
    margin: 13rem auto 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .siteFooter .icon a {
    width: 42.75rem;
  }
  .siteFooter .icon a.i_fb {
    width: 20.23rem;
  }
  .siteFooter .icon a.i_ig {
    width: 43.46rem;
  }
  .siteFooter .icon a.i_yt {
    width: 46.01rem;
  }
  .siteFooter a.entry {
    width: 440rem;
    height: 80rem;
    background: #FF851A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25rem;
    margin: 0 auto 30rem;
    color: #fff;
    border-radius: 10rem;
  }
  .siteFooter-copy {
    margin-top: 81rem;
    font-size: 16rem;
  }
}
.home section {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .home {
    /*&::-webkit-scrollbar{
  display: none;
}*/
  }
  .home section {
    padding-left: 140rem;
    padding-right: 140rem;
  }
  .home section h2 {
    font-size: 30rem;
    color: #FF851A;
    text-align: center;
    letter-spacing: 2rem;
    position: relative;
    right: -5rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .home section h2 span {
    display: block;
    font-size: 12rem;
    font-weight: 400;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    margin-top: 6rem;
    letter-spacing: 0.35em;
  }
  .home section p {
    font-size: 14rem;
    letter-spacing: 1rem;
    line-height: 1.6;
  }
  .home .openk {
    top: 185rem;
    background: #FF851A;
    font-size: 18rem;
    height: 190rem;
  }
  .home .openk span {
    text-combine-upright: all;
  }
  .home .subsc {
    top: 390rem;
    background: #43C125;
    font-size: 14rem;
    height: 167rem;
  }
  .home .openk, .home .subsc {
    writing-mode: vertical-rl;
    color: #fff;
    position: fixed;
    left: 0;
    width: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    z-index: 50;
  }
  .home .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16rem;
    color: #fff;
    width: 280rem;
    height: 50rem;
    background: #FF851A;
    letter-spacing: 1rem;
    margin: 0 auto 0;
    border-radius: 5rem;
  }
  .home .mv {
    height: 641rem;
    position: relative;
  }
  .home a.mv-link:hover {
    opacity: 1;
  }
  .home .about {
    padding-top: 44rem;
  }
  .home .about .box {
    display: flex;
    justify-content: space-between;
    margin-top: 49rem;
  }
  .home .about .box picture {
    order: 2;
  }
  .home .about .box .txt {
    width: 510rem;
  }
  .home .about img {
    display: block;
    width: 550rem;
  }
  .home .about p {
    font-size: 18rem;
    letter-spacing: 1rem;
    line-height: 1.9;
    margin: 38rem 0 42rem;
    padding-right: 20rem;
  }
  .home .about h3 {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 30rem;
    letter-spacing: 2rem;
  }
  .home .about h3 + p {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 22rem;
    padding: 0;
    margin: 34rem 0 0;
    letter-spacing: 1rem;
    line-height: 1.8;
  }
  .home .worries {
    padding-top: 81rem;
    padding-bottom: 70rem;
  }
  .home .worries img {
    display: block;
    width: 500rem;
    margin-top: 36rem;
    position: relative;
    z-index: 2;
  }
  .home .worries h3 {
    background: #FF851A;
    color: #fff;
    text-align: center;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    width: 522rem;
    height: 45rem;
    font-size: 30rem;
    margin-left: auto;
    position: relative;
    top: -386rem;
    left: -180rem;
    padding: 0;
    line-height: 45rem;
    z-index: 3;
  }
  .home .worries .wrapper {
    border: 1px solid #FF851A;
    border-radius: 20rem;
    position: relative;
    padding: 140rem 59rem 35rem 182rem;
    margin-left: auto;
    margin-top: -495rem;
    width: 701rem;
  }
  .home .worries .wrapper p {
    font-size: 20rem;
    line-height: 1.7;
    margin-bottom: 31rem;
    position: relative;
    letter-spacing: 1rem;
  }
  .home .worries .wrapper p::after {
    content: "";
    width: 109rem;
    border-bottom: 1px dashed #513C38;
    position: absolute;
    top: 38rem;
    left: -1rem;
  }
  .home .slider {
    background: url(/wp-content/uploads/2025/01/obi-2.jpg) 0 0 /1400rem repeat-x;
    height: 280rem;
    animation: infinitescroll 30s linear infinite;
  }
  .home .features {
    padding: 64rem 0 56rem;
    counter-reset: number 0;
  }
  .home .features h2 {
    left: -15rem;
    letter-spacing: 2.5rem;
  }
  .home .features .box {
    margin-top: 10rem;
    margin-bottom: 46rem;
    padding: 45rem 140rem 0 140rem;
    background: url(../img/top/f_odd.png) right 0 top 0 /369rem no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home .features .box img {
    display: block;
    width: 600rem;
    border-radius: 15rem;
    order: 2;
  }
  .home .features .box .txt {
    margin-top: 35rem;
    padding-right: 63rem;
  }
  .home .features .box .txt h3 {
    font-size: 28rem;
    border-bottom: 2rem solid #FF851A;
    color: #FF851A;
    padding-bottom: 8rem;
    line-height: 1.5;
    position: relative;
    padding-left: 81rem;
    letter-spacing: 2rem;
  }
  .home .features .box .txt h3::before {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-size: 49rem;
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    position: absolute;
    top: -18rem;
    left: 0rem;
  }
  .home .features .box .txt p {
    font-size: 17rem;
    margin-top: 28rem;
    line-height: 2;
    letter-spacing: 2rem;
  }
  .home .features .box:nth-of-type(even) {
    margin-top: 35rem;
    margin-bottom: 44rem;
    background: url(../img/top/f_even.png) 0 0 /369rem no-repeat;
  }
  .home .features .box:nth-of-type(even) .txt {
    order: 3;
    padding-left: 60rem;
    padding-right: 0;
  }
  .home .voice {
    padding-top: 66rem;
    padding-bottom: 70rem;
    background: #FEF0E5;
  }
  .home .voice .voice-slider {
    display: none;
  }
  .home .voice .voice-slider.slick-initialized {
    display: block;
    width: 1170rem;
    margin: 26rem auto 0;
  }
  .home .voice .box {
    background: #fff;
    margin: 0;
    width: 340rem;
  }
  .home .voice .box p {
    height: 169rem;
    padding: 19rem 25rem 0rem 24rem;
    letter-spacing: 0.7rem;
    font-size: 14rem;
    line-height: 1.9;
  }
  .home .voice .detail {
    margin: 60rem auto 0;
  }
  .home .blog {
    padding-top: 62rem;
    padding-bottom: 58rem;
  }
  .home .blog .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40rem 0 0;
  }
  .home .blog .inner .box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50rem;
    position: relative;
    width: 521rem;
  }
  .home .blog .inner .box::after {
    position: absolute;
    content: "";
    width: 91rem;
    height: 24rem;
    background: url(../img/top/more.png) 0 0 /contain no-repeat;
    right: 8rem;
    bottom: 1rem;
  }
  .home .blog .inner .box img {
    width: 270rem;
    height: 170rem;
    object-fit: cover;
  }
  .home .blog .inner .box .txt {
    padding: 0rem 0 0 26rem;
    width: 250rem;
  }
  .home .blog .inner .box .txt time {
    font-size: 14rem;
    margin: 2rem 0 0;
    display: block;
    letter-spacing: 1rem;
  }
  .home .blog .inner .box .txt h4 {
    font-size: 16rem;
    color: #FF851A;
    margin-top: 2rem;
    line-height: 1.4;
    letter-spacing: 1rem;
  }
  .home .blog .inner .box .txt p {
    font-size: 14rem;
    margin-top: 3rem;
  }
  .home .blog .detail {
    margin-top: 10rem;
  }
  .home .lesson {
    padding-top: 71rem;
    padding-bottom: 0rem;
    counter-reset: number2 0;
    background: #FEF0E5 url(../img/top/beforeafter.png) center 61rem /1120rem no-repeat;
  }
  .home .lesson .intro {
    padding: 41rem 0 114rem;
    margin: 0 362rem 0 367rem;
  }
  .home .lesson .intro p {
    font-size: 16rem;
    line-height: 2.7;
  }
  .home .lesson .intro .caution {
    margin-top: 25rem;
    padding-left: 15rem;
    line-height: 1.55;
  }
  .home .lesson .intro .caution::before {
    content: "※";
    margin-left: -15rem;
  }
  .home .lesson .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24rem;
  }
  .home .lesson .box {
    background: #FFDDBF url(../img/top/corner.png) right 0 bottom 0/ 30rem no-repeat;
    margin-top: 90rem;
    padding: 67rem 37rem 40rem 38rem;
    position: relative;
    width: 330rem;
    height: 330rem;
  }
  .home .lesson .box::after {
    content: "";
    display: block;
    width: 330rem;
    height: 330rem;
    background-image: url(../img/top/lesson01.jpg);
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0.4s;
  }
  .home .lesson .box:nth-of-type(2):after {
    background-image: url(../img/top/lesson02.jpg);
  }
  .home .lesson .box:nth-of-type(3):after {
    background-image: url(../img/top/lesson03.jpg);
  }
  .home .lesson .box:nth-of-type(4):after {
    background-image: url(../img/top/lesson04.jpg);
  }
  .home .lesson .box:nth-of-type(5):after {
    background-image: url(../img/top/lesson05.jpg);
  }
  .home .lesson .box:nth-of-type(6):after {
    background-image: url(../img/top/lesson06.jpg);
  }
  .home .lesson .box:hover::after {
    opacity: 0;
    transition: 0.4s;
  }
  .home .lesson .box h3 {
    font-size: 19rem;
    display: flex;
    align-items: center;
  }
  .home .lesson .box h3::before {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-size: 30rem;
    counter-increment: number2 1;
    content: counter(number2, decimal-leading-zero) "";
    margin-right: 10rem;
  }
  .home .lesson .box p {
    margin-top: 4rem;
    font-size: 16rem;
    line-height: 1.9;
  }
  .home .lesson .wrapper {
    background: #FEF0E5 url(/wp-content/uploads/2025/01/lesson00-2.jpg) 0 0/cover no-repeat;
    padding: 68rem 45rem 0rem 863rem;
    width: 100vw;
    height: 600rem;
    position: relative;
    left: -140rem;
    margin-top: 47rem;
  }
  .home .lesson .wrapper h4 {
    font-size: 24rem;
    color: #FF851A;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    letter-spacing: 1rem;
    line-height: 1.8;
  }
  .home .lesson .wrapper p {
    font-size: 18rem;
    margin-top: 24rem;
    line-height: 2.8;
  }
  .home .menu {
    padding-top: 61rem;
    padding-bottom: 60rem;
  }
  .home .menu .box {
    margin-top: 53rem;
    margin-bottom: -19rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home .menu .box picture {
    width: 500rem;
  }
  .home .menu .box .txt {
    width: 560rem;
  }
  .home .menu .box .txt h3 {
    font-size: 26rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    border-bottom: 2rem solid #FF851A;
    padding-bottom: 11rem;
    margin-top: 7rem;
    color: #FF851A;
    letter-spacing: 2rem;
  }
  .home .menu .box .txt h3::before {
    content: "〇";
    font-size: 17rem;
    font-weight: bold;
    margin-right: 3rem;
  }
  .home .menu .box .txt h4 {
    font-size: 20rem;
    color: #FF851A;
    margin-top: 11rem;
    letter-spacing: 1rem;
  }
  .home .menu .box .txt p {
    background: #FEF0E5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10rem 26rem 10rem 70rem;
    min-height: 60rem;
    margin-top: 21rem;
    margin-bottom: -7rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    border-radius: 10rem;
    line-height: 1.5;
  }
  .home .menu .box .txt p span {
    width: 305rem;
    font-size: 20rem;
  }
  .home .menu .box .txt p span:nth-of-type(even) {
    width: 120rem;
    font-size: 27rem;
    margin-left: 37rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .home .menu .box .txt p span:nth-of-type(even)::before {
    content: "￥";
    margin-right: 0rem;
    font-size: 24rem;
  }
  .home .menu .box .txt p.intro {
    background: none;
    padding: 0;
    margin-top: 5rem;
    line-height: 1.3;
    font-size: 16rem;
  }
  .home .menu .box.last span {
    width: 330rem !important;
  }
  .home .menu .box.last span:nth-of-type(even) {
    width: 130rem !important;
    margin-left: 0 !important;
  }
  .home .menu .detail {
    margin-top: 65rem;
  }
  .home .question {
    padding-top: 75rem;
    padding-bottom: 50rem;
    background: #FEF0E5;
  }
  .home .question h3 {
    background: #fff;
    height: 40rem;
    text-align: center;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 24rem;
    margin-top: 42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1rem;
  }
  .home .question h3 + .qa {
    border-top: none;
    margin: 19rem 0 0;
    padding: 0 0 0rem;
  }
  .home .question .qa + h3 {
    margin-top: 70rem;
  }
  .home .question .qa {
    border-top: 2rem solid #FF851A;
    padding: 18rem 0 0rem;
    margin-bottom: 0rem;
    display: block;
    cursor: pointer;
    /* 一部ブラウザで消えなかった場合は以下も追記 */
  }
  .home .question .qa summary {
    font-size: 18rem;
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 20rem;
  }
  .home .question .qa summary::before {
    content: "Q.";
    margin-right: 14rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 30rem;
  }
  .home .question .qa summary::after {
    content: ">";
    position: absolute;
    right: 5rem;
    top: 5rem;
    font-size: 26rem;
    font-weight: 300;
    color: #FF851A;
    transform: scale(1, 2);
    transition: all 0.2s ease-out;
  }
  .home .question .qa summary::-webkit-details-marker {
    display: none;
  }
  .home .question .qa[open] summary::after {
    transform: scale(2, 1) rotate(90deg);
    transition: all 0.2s ease-out;
  }
  .home .question .qa p {
    font-size: 18rem;
    position: relative;
    padding: 0rem 15rem 25rem 52rem;
    letter-spacing: 1rem;
  }
  .home .question .qa p::before {
    content: "A";
    display: inline-block;
    text-align: center;
    background: #FF851A;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #fff;
    font-size: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 36rem;
    width: 35rem;
    line-height: 31rem;
    font-weight: 100;
  }
  .home .question .detail {
    margin-top: 60rem;
  }
  .home .shop {
    padding-top: 60rem;
    padding-bottom: 50rem;
  }
  .home .shop .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .home .shop .wrapper .box {
    border: 2rem solid #FF851A;
    margin-top: 40rem;
    padding: 32rem 30rem;
    border-radius: 20rem;
    width: 530rem;
    height: 650rem;
  }
  .home .shop .wrapper .box h3 {
    background: url(../img/common/logo.png) 1rem 5rem /198rem no-repeat;
    height: 58rem;
    padding: 17rem 0 0 207rem;
    font-size: 18rem;
    margin-top: 18rem;
  }
  .home .shop .wrapper .box p {
    font-size: 15rem;
    margin-top: 10rem;
    padding: 0 0 0 12rem;
    letter-spacing: 0rem;
    line-height: 1.7;
  }
  .home .shop .wrapper .box .link {
    display: flex;
    justify-content: space-between;
    margin-top: 33rem;
    padding: 0 43rem;
  }
  .home .shop .wrapper .box .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180rem;
    height: 40rem;
    color: #fff;
    font-size: 16rem;
    letter-spacing: 3rem;
    background: #FF851A;
    border-radius: 5rem;
  }
  .home .banner {
    padding: 0;
  }
  .home .access {
    padding-top: 60rem;
    padding-bottom: 60rem;
    text-align: center;
    background: #FEF0E5;
  }
  .home .access iframe {
    display: block;
    height: 300rem;
    margin-top: 11rem;
    margin-bottom: 20rem;
  }
  .home .access p {
    margin-top: 2rem;
    font-size: 14rem;
    letter-spacing: 1rem;
    line-height: 1.8;
  }
  .home .access p span {
    line-height: 1.8;
    margin-left: 8rem;
  }
  @keyframes infinitescroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1400rem 0;
    }
  }
  .home .cp_btn {
    display: block;
    background: #ff851a;
    width: 500rem;
    text-align: center;
    margin: 44rem auto 20rem;
    padding: 20rem;
    font-size: 25rem;
    color: #fff;
    line-height: 1.5;
    border-radius: 10rem;
  }
  .home .cpbn-area {
    display: flex;
    justify-content: space-around;
    margin: 60rem auto 30rem;
    width: 1100rem;
  }
  .home .cpbn-area a {
    display: block;
    width: 530rem;
  }
}
@media screen and (max-width: 768px) {
  .home section {
    padding-left: 45rem;
    padding-right: 45rem;
  }
  .home section h2 {
    font-size: 40rem;
    color: #FF851A;
    text-align: center;
    letter-spacing: 3rem;
    position: relative;
    right: -5rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .home section h2 span {
    display: block;
    font-size: 16rem;
    font-weight: 400;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    margin-top: 17rem;
    letter-spacing: 0.35em;
  }
  .home section h2::before {
    content: "";
    background: url("../img/common/h2.png") 0 0/contain no-repeat;
    width: 56.87rem;
    height: 68.41rem;
    position: absolute;
    display: inline-block;
    top: -32rem;
    margin-left: -42rem;
  }
  .home section p {
    font-size: 28rem;
    letter-spacing: 2rem;
    line-height: 1.6;
  }
  .home .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25rem;
    color: #fff;
    width: 440rem;
    height: 80rem;
    background: #FF851A;
    letter-spacing: 2rem;
    margin: 0 auto 0;
    border-radius: 10rem;
  }
  .home .openk, .home .subsc {
    writing-mode: vertical-rl;
    color: #fff;
    position: fixed;
    left: 0;
    width: 80rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
    z-index: 10;
  }
  .home .openk {
    bottom: 50rem;
    background: #FF851A;
    font-size: 27rem;
    height: 295rem;
  }
  .home .openk span {
    text-combine-upright: all;
  }
  .home .subsc {
    top: 750rem;
    background: #43C125;
    font-size: 21rem;
    height: 260rem;
  }
  .home .mv {
    height: 1325rem;
  }
  .home .about {
    padding-top: 75rem;
  }
  .home .about img {
    display: block;
    margin-top: 44rem;
  }
  .home .about p {
    font-size: 28rem;
    letter-spacing: 2rem;
    line-height: 1.6;
    margin: 20rem 0 42rem;
  }
  .home .about h3 {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 40rem;
    margin-top: 52rem;
    letter-spacing: 3rem;
  }
  .home .about h3 + p {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 32rem;
    margin: 34rem 0 0;
    letter-spacing: 2rem;
    line-height: 1.7;
  }
  .home .worries {
    padding-top: 25rem;
    padding-bottom: 58rem;
  }
  .home .worries img {
    display: block;
    width: 500rem;
    margin-top: 32rem;
    position: relative;
    z-index: 2;
  }
  .home .worries h3 {
    background: #FF851A;
    color: #fff;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    width: 407rem;
    height: 118rem;
    font-size: 39rem;
    margin-left: auto;
    position: relative;
    top: -83rem;
    right: -45rem;
    padding: 5rem 36rem;
    line-height: 1.3;
    z-index: 3;
  }
  .home .worries .wrapper {
    border: 1px solid #FF851A;
    border-radius: 20rem;
    position: relative;
    padding: 380rem 59rem 35rem;
    margin-left: 33rem;
    margin-top: -433rem;
  }
  .home .worries .wrapper p {
    font-size: 34rem;
    line-height: 1.7;
    margin-bottom: 38rem;
    position: relative;
  }
  .home .worries .wrapper p::after {
    content: "";
    width: 207rem;
    border-bottom: 1px dashed #513C38;
    position: absolute;
    top: 60rem;
    left: -5rem;
  }
  .home .slider {
    background: url(/wp-content/uploads/2025/01/obi-2.jpg) 0 0 /1500rem no-repeat;
    height: 300rem;
    animation: infinitescroll 30s linear infinite;
  }
  .home .features {
    padding: 81rem 0 56rem;
    counter-reset: number 0;
  }
  .home .features .box {
    margin-top: 35rem;
    padding: 29rem 40rem 0 45rem;
    background: url(../img/top/f_odd.png) right 0 top 0 /310rem no-repeat;
  }
  .home .features .box img {
    display: block;
    width: 500rem;
    margin-left: 92rem;
    border-radius: 15rem;
  }
  .home .features .box .txt {
    margin-top: 43rem;
  }
  .home .features .box .txt h3 {
    font-size: 40rem;
    border-bottom: 2rem solid #FF851A;
    color: #FF851A;
    padding-bottom: 15rem;
    line-height: 1.5;
    position: relative;
    padding-left: 131rem;
    letter-spacing: 2rem;
    margin: 0 10rem 0 5rem;
  }
  .home .features .box .txt h3::before {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-size: 74rem;
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    position: absolute;
    top: -30rem;
    left: -2rem;
  }
  .home .features .box .txt p {
    font-size: 28rem;
    margin-top: 17rem;
    line-height: 1.8;
  }
  .home .features .box:nth-of-type(even) {
    margin-top: 51rem;
    padding: 29rem 40rem 0 45rem;
    background: url(../img/top/f_even.png) 0 0 /310rem no-repeat;
  }
  .home .features .box:nth-of-type(even) .txt {
    margin-top: 20rem;
  }
  .home .features .box:nth-of-type(even) .txt h3 {
    font-size: 40rem;
    border-bottom: 2rem solid #FF851A;
    color: #FF851A;
    padding-bottom: 15rem;
    line-height: 1.5;
    position: relative;
    padding-left: 108rem;
    letter-spacing: 2rem;
    margin: 0 10rem 0 5rem;
  }
  .home .features .box:nth-of-type(even) .txt h3::before {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-size: 74rem;
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    position: absolute;
    top: -30rem;
    left: -2rem;
  }
  .home .features .box:nth-of-type(even) .txt p {
    font-size: 28rem;
    margin-top: 17rem;
    line-height: 1.8;
  }
  .home .voice {
    padding-top: 66rem;
    padding-bottom: 50rem;
    background: #FEF0E5;
  }
  .home .voice .voice-slider {
    width: 500rem;
    margin: 35rem auto 0;
  }
  .home .voice .box {
    background: #fff;
    margin: 0 auto;
    width: 450rem;
  }
  .home .voice .box p {
    height: 329rem;
    padding: 24rem 28rem 0rem;
    letter-spacing: 0;
  }
  .home .voice .detail {
    margin: 64rem auto 0;
  }
  .home .blog {
    padding-top: 80rem;
    padding-bottom: 62rem;
  }
  .home .blog .box {
    display: flex;
    align-items: flex-start;
    margin-top: 50rem;
    margin-bottom: 60rem;
    position: relative;
  }
  .home .blog .box::after {
    position: absolute;
    content: "";
    width: 113.53rem;
    height: 37.84rem;
    background: url(../img/top/more.png) 0 0 /contain no-repeat;
    right: 1rem;
    bottom: -5rem;
  }
  .home .blog .box img {
    width: 260rem;
    height: 240rem;
    object-fit: cover;
  }
  .home .blog .box .txt {
    padding: 6rem 0 0 30rem;
    width: 372rem;
  }
  .home .blog .box .txt time {
    font-size: 22rem;
  }
  .home .blog .box .txt h4 {
    font-size: 28rem;
    color: #FF851A;
    margin-top: 14rem;
    line-height: 1.2;
    letter-spacing: 1rem;
  }
  .home .blog .box .txt p {
    font-size: 24rem;
    margin-top: 10rem;
    line-height: 1.8;
  }
  .home .lesson {
    padding-top: 121rem;
    padding-bottom: 0rem;
    counter-reset: number2 0;
    background: #FEF0E5;
  }
  .home .lesson .intro {
    background: url(../img/top/beforeafter_sp.png) 0 26rem /contain no-repeat;
    padding: 693rem 0 0;
  }
  .home .lesson .intro p {
    font-size: 28rem;
    line-height: 1.8;
  }
  .home .lesson .box {
    background: #FFDDBF;
    margin-top: 70rem;
    margin-bottom: -18rem;
    min-height: 327rem;
    max-height: 355rem;
    padding: 58rem 20rem 40rem 39rem;
    position: relative;
  }
  .home .lesson .box::after {
    content: "";
    display: block;
    width: 89rem;
    height: 34rem;
    background: url(../img/top/lesson_arrow.png) 0 0 /contain no-repeat;
    position: absolute;
    left: 50%;
    bottom: -34rem;
    margin-left: -44.5rem;
  }
  .home .lesson .box h3 {
    font-size: 34rem;
    display: flex;
    align-items: center;
  }
  .home .lesson .box h3::before {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-size: 58rem;
    counter-increment: number2 1;
    content: counter(number2, decimal-leading-zero) "";
    margin-right: 32rem;
    top: -30rem;
    left: -2rem;
  }
  .home .lesson .box p {
    margin-top: 18rem;
    letter-spacing: -0.3rem;
  }
  .home .lesson .box:nth-of-type(6)::after {
    display: none;
  }
  .home .lesson .wrapper {
    background: #FEF0E5 url(/wp-content/uploads/2025/01/lesson00_sp-2.jpg) 0 0/contain no-repeat;
    padding: 631rem 45rem 70rem;
    width: 100vw;
    position: relative;
    left: -45rem;
    margin-top: 67rem;
  }
  .home .lesson .wrapper h4 {
    font-size: 40rem;
    color: #FF851A;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    letter-spacing: 3rem;
    line-height: 1.5;
  }
  .home .lesson .wrapper p {
    font-size: 28rem;
    margin-top: 32rem;
    line-height: 2.2;
  }
  .home .menu {
    padding-top: 112rem;
    padding-bottom: 60rem;
  }
  .home .menu .box {
    margin-top: 48rem;
    margin-bottom: 75rem;
  }
  .home .menu .box .txt h3 {
    font-size: 36rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    border-bottom: 2rem solid #FF851A;
    padding-bottom: 17rem;
    margin-top: 19rem;
    color: #FF851A;
    letter-spacing: 2rem;
  }
  .home .menu .box .txt h3::before {
    content: "〇";
    font-size: 20rem;
    margin-right: 10rem;
  }
  .home .menu .box .txt h4 {
    font-size: 26rem;
    color: #FF851A;
    margin-top: 16rem;
  }
  .home .menu .box .txt p {
    background: #FEF0E5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 38rem 10rem 82rem;
    min-height: 71rem;
    margin-top: 28rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    border-radius: 10rem;
    line-height: 1.5;
  }
  .home .menu .box .txt p span {
    width: 340rem;
    font-size: 24rem;
  }
  .home .menu .box .txt p span:nth-of-type(even) {
    width: 155rem;
    font-size: 34rem;
    text-align: right;
  }
  .home .menu .box .txt p span:nth-of-type(even)::before {
    content: "￥";
    margin-right: -4rem;
    font-size: 28rem;
  }
  .home .menu .box .txt p.intro {
    background: none;
    padding: 0;
    margin-top: 20rem;
    line-height: 1.3;
    font-size: 25rem;
  }
  .home .menu .box.last span {
    width: 375rem !important;
  }
  .home .menu .box.last span:nth-of-type(even) {
    width: 160rem !important;
  }
  .home .question {
    padding-top: 114rem;
    padding-bottom: 50rem;
    background: #FEF0E5;
  }
  .home .question h3 {
    background: #fff;
    height: 40rem;
    text-align: center;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 26rem;
    padding-top: 5rem;
    margin-top: 47rem;
    letter-spacing: 1rem;
  }
  .home .question h3 + .qa {
    border-top: none;
    margin: 33rem 0 0;
    padding: 0 0 15rem;
  }
  .home .question .qa {
    border-top: 2rem solid #FF851A;
    padding: 40rem 0 0;
    margin-bottom: 23rem;
  }
  .home .question .qa summary {
    font-size: 24rem;
    list-style: none;
    margin-bottom: 20rem;
    position: relative;
    display: block;
  }
  .home .question .qa summary::before {
    content: "Q.";
    margin-right: 14rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 37rem;
  }
  .home .question .qa summary::after {
    content: ">";
    position: absolute;
    right: 5rem;
    top: 5rem;
    font-size: 26rem;
    font-weight: 300;
    color: #FF851A;
    transform: scale(1, 2);
    transition: all 0.2s ease-out;
  }
  .home .question .qa summary::-webkit-details-marker {
    display: none;
  }
  .home .question .qa[open] summary::after {
    transform: scale(2, 1) rotate(90deg);
    transition: all 0.2s ease-out;
  }
  .home .question .qa p {
    font-size: 24rem;
    position: relative;
    padding: 10rem 15rem 0 52rem;
    letter-spacing: 0;
  }
  .home .question .qa p::before {
    content: "A";
    display: inline-block;
    text-align: center;
    background: #FF851A;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #fff;
    font-size: 36rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 40rem;
    width: 40rem;
    line-height: 34rem;
    font-weight: 100;
  }
  .home .question .detail {
    margin-top: 60rem;
  }
  .home .shop {
    padding-top: 69rem;
    padding-bottom: 60rem;
  }
  .home .shop .wrapper .box {
    border: 2rem solid #FF851A;
    margin-top: 40rem;
    padding: 38rem 38rem;
    border-radius: 20rem;
  }
  .home .shop .wrapper .box h3 {
    background: url(../img/common/logo.png) 10rem 5rem /303rem no-repeat;
    height: 89rem;
    padding: 38rem 0 0 324rem;
    font-size: 24rem;
    margin-top: 10rem;
  }
  .home .shop .wrapper .box p {
    font-size: 20rem;
    margin-top: 10rem;
    padding: 0 0 0 12rem;
    letter-spacing: 1rem;
  }
  .home .shop .wrapper .box .link {
    display: flex;
    justify-content: space-between;
    margin-top: 46rem;
  }
  .home .shop .wrapper .box .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 275rem;
    height: 60rem;
    color: #fff;
    font-size: 24rem;
    letter-spacing: 3rem;
    background: #FF851A;
    border-radius: 10rem;
  }
  .home .banner {
    padding: 0;
  }
  .home .access {
    padding-top: 60rem;
    padding-bottom: 50rem;
    text-align: center;
    background: #FEF0E5;
  }
  .home .access iframe {
    display: block;
    height: 360rem;
    margin-top: 36rem;
    margin-bottom: 20rem;
  }
  .home .access p {
    margin-top: 10rem;
    font-size: 20rem;
    letter-spacing: 0rem;
    line-height: 1.4;
  }
  .home .access p span {
    display: block;
    margin-bottom: 15rem;
    line-height: 1.8;
  }
  @keyframes infinitescroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -750rem 0;
    }
  }
  .home .cp_btn {
    display: block;
    background: #ff851a;
    width: 500rem;
    text-align: center;
    margin: 44rem auto 20rem;
    padding: 20rem;
    font-size: 30rem;
    color: #fff;
    line-height: 1.5;
    border-radius: 10rem;
  }
  .home .cpbn-area {
    display: block;
    margin: 60rem auto 30rem;
    width: 90%;
  }
  .home .cpbn-area a {
    display: block;
    width: 100%;
    margin-bottom: 30rem;
  }
}
@media screen and (min-width: 769px) {
  .sub .entryHeader {
    height: 150rem;
    background: #FEF0E5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sub .entryHeader h1 {
    text-align: center;
    color: #FF851A;
    font-size: 30rem;
    transform: rotate(0.05deg);
    line-height: 1.6;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .sub .entryHeader h1 span {
    display: block;
    font-size: 12rem;
    color: #FF851A;
    letter-spacing: 2rem;
  }
  .sub .entry-content .content {
    padding: 50rem 300rem 0rem;
  }
  .sub .entry-content .content h2 {
    border-top: 1px solid #FF851A;
    border-bottom: 1px solid #FF851A;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 27rem;
    padding: 5rem 10rem;
    width: 500rem;
    text-align: center;
    margin: 0 auto;
  }
  .sub .entry-content .content .box {
    margin: 40rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sub .entry-content .content .box h3 {
    font-size: 22rem;
    color: #FF851A;
    letter-spacing: 0.1em;
    padding: 5rem 0 5rem 20rem;
    line-height: 1.4;
    border-left: 10rem solid #FF851A;
    background: #FEF0E5;
    width: 100%;
    margin-bottom: 30rem;
  }
  .sub .entry-content .content .box img {
    display: block;
    width: 48%;
    height: auto;
  }
  .sub .entry-content .content .box .txt {
    width: 48%;
  }
  .sub .entry-content .content .box .txt p {
    line-height: 1.6;
    font-size: 17rem;
  }
  .sub .entry-content .content .box.gmap iframe {
    width: 100%;
    height: 500rem;
  }
  .sub .entry-content .content .box.gmap table {
    width: 100%;
    margin-top: 20rem;
    line-height: 1.6;
    font-size: 17rem;
  }
  .sub .entry-content .content .box.gmap table tr {
    border-bottom: solid 1px #ff851a;
  }
  .sub .entry-content .content .box.gmap table tr th {
    width: 150rem;
    text-align: center;
    color: #ff851a;
  }
  .sub .entry-content .content .box.gmap table tr th, .sub .entry-content .content .box.gmap table tr td {
    padding: 15rem;
  }
  .sub .entry-content .content .contact-tb {
    width: 100%;
    margin-top: 50rem;
  }
  .sub .entry-content .content .contact-tb tr th, .sub .entry-content .content .contact-tb tr td {
    border: solid 1px #9d9d9d;
    padding: 20rem 15rem;
  }
  .sub .entry-content .content .contact-tb tr th {
    width: 35%;
    vertical-align: middle;
    background: #f1efef;
  }
  .sub .entry-content .content .contact-tb tr th span {
    background: #ff851a;
    color: #fff;
    margin-left: 10rem;
    padding: 5rem;
    border-radius: 3rem;
  }
  .sub .entry-content .content .contact-tb tr td {
    line-height: 2;
  }
  .sub .entry-content .content .contact-tb tr td input[type = "text"], .sub .entry-content .content .contact-tb tr td textarea {
    border: solid 1px #c3c3c3;
    background: #f4f5f7;
    padding: 10rem 15rem;
    width: 100%;
  }
  .sub .entry-content .content .contact-tb tr td label {
    display: inline-block;
  }
  .sub .entry-content .content .contact-tb tr td span:first-child {
    margin-left: 10px;
  }
  .sub .entry-content .content .btn-area {
    display: flex;
    justify-content: space-evenly;
    margin: 30rem 0;
  }
  .sub .entry-content .content .btn-area button {
    background: #ff851a;
    color: #fff;
    text-align: center;
    width: 170rem;
    padding: 10rem;
  }
  .sub .entry-content .content .staff-box {
    border: 1px solid #FF851A;
    margin-top: 50rem;
    padding: 40rem;
    border-radius: 20rem;
    display: flex;
  }
  .sub .entry-content .content .staff-box img {
    width: 40%;
    height: fit-content;
    margin-right: 30rem;
  }
  .sub .entry-content .content .staff-box .staff-txt h4 {
    font-size: 25rem;
    color: #ff851a;
    border-bottom: solid 1px;
    margin-bottom: 15rem;
  }
  .sub .entry-content .content .staff-box .staff-txt h4 span {
    font-size: 20rem;
    margin-left: 30rem;
  }
  .sub .entry-content .content .staff-box .staff-txt p {
    font-size: 17rem;
  }
  .sub .entry-content .content .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    margin: 30rem 0 100rem;
  }
  .sub .entry-content .content .btn a {
    background: #ff851a;
    color: #fff;
    width: 350rem;
    padding: 10rem;
    border-radius: 10rem;
    font-size: 17rem;
  }
  .sub .entry-content .content .btn a span {
    font-size: 23rem;
  }
  .sub .entry-content .content .cpbn-area {
    display: flex;
    justify-content: space-around;
    margin: 60rem auto 30rem;
    width: 80%;
  }
  .sub .entry-content .content .cpbn-area a {
    display: block;
    width: 60%;
  }
  .sub .entry-content .content .youtube {
    position: relative;
    width: 80%;
    padding-top: 45%;
    margin: 20rem auto 50rem;
  }
  .sub .entry-content .content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub .entryHeader {
    height: 150rem;
    background: #FEF0E5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sub .entryHeader h1 {
    text-align: center;
    color: #FF851A;
    font-size: 40rem;
    transform: rotate(0.05deg);
    line-height: 1.6;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .sub .entryHeader h1 span {
    display: block;
    font-size: 16rem;
    color: #FF851A;
  }
  .sub .entry-content .content {
    padding: 50rem 45rem 0rem;
  }
  .sub .entry-content .content h2 {
    border-top: 1px solid #FF851A;
    border-bottom: 1px solid #FF851A;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    color: #FF851A;
    font-size: 40rem;
    padding: 10rem 10rem;
  }
  .sub .entry-content .content .box {
    margin: 40rem 0 0;
  }
  .sub .entry-content .content .box h3 {
    font-size: 30rem;
    color: #FF851A;
    letter-spacing: 0.1em;
    padding: 0 0 0 20rem;
    line-height: 1.4;
    border-left: 10rem solid #FF851A;
    background: #FEF0E5;
  }
  .sub .entry-content .content .box img {
    display: block;
    margin-top: 30rem;
  }
  .sub .entry-content .content .box .txt p {
    margin-top: 20rem;
    line-height: 1.6;
    font-size: 30rem;
  }
  .sub .entry-content .content .box.gmap iframe {
    width: 100%;
    height: 500rem;
  }
  .sub .entry-content .content .box.gmap table {
    width: 100%;
    margin-top: 20rem;
    line-height: 1.6;
    font-size: 30rem;
  }
  .sub .entry-content .content .box.gmap table tr {
    border-bottom: solid 1px #ff851a;
  }
  .sub .entry-content .content .box.gmap table tr th {
    width: 150rem;
    text-align: center;
    color: #ff851a;
  }
  .sub .entry-content .content .box.gmap table tr th, .sub .entry-content .content .box.gmap table tr td {
    padding: 15rem;
  }
  .sub .entry-content .content .contact-tb {
    width: 100%;
    margin-top: 50rem;
    line-height: 1.6;
    font-size: 30rem;
  }
  .sub .entry-content .content .contact-tb tr th, .sub .entry-content .content .contact-tb tr td {
    display: block;
    border: solid 1px #9d9d9d;
    padding: 25rem 25rem;
  }
  .sub .entry-content .content .contact-tb tr th {
    width: 100%;
    vertical-align: middle;
    background: #f1efef;
    border-bottom: none;
    border-top: none;
  }
  .sub .entry-content .content .contact-tb tr th span {
    background: #ff851a;
    color: #fff;
    margin-left: 10rem;
    padding: 5rem;
    border-radius: 3rem;
  }
  .sub .entry-content .content .contact-tb tr:first-child th {
    border-top: solid 1px #9d9d9d;
  }
  .sub .entry-content .content .contact-tb tr td {
    line-height: 2;
  }
  .sub .entry-content .content .contact-tb tr td input[type = "text"], .sub .entry-content .content .contact-tb tr td textarea {
    border: solid 1px #c3c3c3;
    background: #f4f5f7;
    padding: 10rem 15rem;
    width: 100%;
  }
  .sub .entry-content .content .contact-tb tr td label {
    display: inline-block;
  }
  .sub .entry-content .content .contact-tb tr td span:first-child {
    margin-left: 10px;
  }
  .sub .entry-content .content .btn-area {
    display: flex;
    justify-content: space-evenly;
    margin: 30rem 0;
    line-height: 1.6;
    font-size: 30rem;
  }
  .sub .entry-content .content .btn-area button {
    background: #ff851a;
    color: #fff;
    text-align: center;
    width: 230rem;
    padding: 10rem;
  }
  .sub .entry-content .content .staff-box {
    border: 1px solid #FF851A;
    margin-top: 50rem;
    padding: 40rem;
    border-radius: 20rem;
    display: block;
  }
  .sub .entry-content .content .staff-box img {
    width: 100%;
    height: auto;
  }
  .sub .entry-content .content .staff-box .staff-txt h4 {
    font-size: 35rem;
    color: #ff851a;
    border-bottom: solid 1px;
    margin-bottom: 20rem;
    margin-top: 30rem;
    padding-bottom: 10rem;
  }
  .sub .entry-content .content .staff-box .staff-txt h4 span {
    font-size: 27rem;
    margin-left: 30rem;
  }
  .sub .entry-content .content .staff-box .staff-txt p {
    font-size: 30rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .btn {
    display: block;
    text-align: center;
    margin: 30rem 0 100rem;
  }
  .sub .entry-content .content .btn a {
    display: block;
    background: #ff851a;
    color: #fff;
    width: 80%;
    padding: 20rem;
    border-radius: 10rem;
    font-size: 30rem;
    margin: 0 auto 30rem;
    line-height: 1.3;
  }
  .sub .entry-content .content .btn a span {
    font-size: 35rem;
  }
  .sub .entry-content .content .cpbn-area {
    display: flex;
    justify-content: space-around;
    margin: 60rem auto 30rem;
    width: 100%;
  }
  .sub .entry-content .content .cpbn-area a {
    display: block;
    width: 100%;
  }
  .sub .entry-content .content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 20rem auto 50rem;
  }
  .sub .entry-content .content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.archive .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive .wp-pagenavi a, .archive .wp-pagenavi span {
  border-radius: 100%;
  width: 54rem;
  height: 54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF851A;
  border-color: #FF851A;
  margin: 0 10rem;
}
.archive .wp-pagenavi span {
  background: #F8CBA3;
}
.archive .wp-pagenavi .previouspostslink, .archive .wp-pagenavi .nextpostslink {
  color: #fff;
  background: #FF851A;
}
@media screen and (min-width: 769px) {
  .archive .content {
    padding: 50rem 140rem !important;
  }
  .archive .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .archive .list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 517rem;
    margin-bottom: 40rem;
  }
  .archive .list a::after {
    position: absolute;
    content: "";
    width: 113.53rem;
    height: 37.84rem;
    background: url(../img/top/more.png) 0 0 /contain no-repeat;
    right: 1rem;
    bottom: -5rem;
  }
  .archive .list a img {
    width: 270rem;
    height: 170rem;
    object-fit: cover;
  }
  .archive .list a .text {
    width: 222rem;
  }
  .archive .list a .text time {
    font-size: 14rem;
  }
  .archive .list a .text h2 {
    font-size: 16rem;
    text-align: left;
    border: none;
    padding: 0;
    font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    margin-top: 10rem;
    line-height: 1.3;
    margin: 0rem 0;
    width: inherit;
  }
  .archive .list a .text p {
    font-size: 14rem;
    line-height: 1.5;
    margin-top: 3rem;
  }
  .archive .wp-pagenavi a, .archive .wp-pagenavi span {
    width: 24rem;
    height: 24rem;
    margin: 0 7rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .archive .list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50rem;
  }
  .archive .list a::after {
    position: absolute;
    content: "";
    width: 113.53rem;
    height: 37.84rem;
    background: url(../img/top/more.png) 0 0 /contain no-repeat;
    right: 1rem;
    bottom: -5rem;
  }
  .archive .list a img {
    width: 260rem;
    height: 240rem;
    object-fit: cover;
  }
  .archive .list a .text {
    width: 372rem;
  }
  .archive .list a .text time {
    font-size: 22rem;
  }
  .archive .list a .text h2 {
    font-size: 28rem;
    border: none;
    padding: 0;
    font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    margin-top: 10rem;
    line-height: 1.4;
  }
  .archive .list a .text p {
    font-size: 24rem;
    line-height: 1.6;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .post-type-archive .sub .entry-content .content .voice_head {
    font-size: 22rem;
    font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.4;
    width: 100%;
    padding: 10rem 0;
    text-align: left;
  }
  .post-type-archive .sub .entry-content .content .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50rem;
  }
  .post-type-archive .sub .entry-content .content .list::after {
    content: "";
    display: block;
    width: 340rem;
  }
  .post-type-archive .sub .entry-content .content .list .box {
    border: 1px solid #FF851A;
    padding: 0;
    width: 340rem;
  }
  .post-type-archive .sub .entry-content .content .list .box img {
    display: block;
    width: 100%;
  }
  .post-type-archive .sub .entry-content .content .list .box .text {
    padding: 20rem 30rem 20rem;
  }
  .post-type-archive .sub .entry-content .content .list .box .text p {
    font-size: 14rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive .sub .entry-content .content .voice_head {
    font-size: 34rem;
    font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.4;
  }
  .post-type-archive .sub .entry-content .content .list {
    margin-bottom: 50rem;
  }
  .post-type-archive .sub .entry-content .content .list .box {
    border: 1px solid #FF851A;
    padding: 50rem 0 0;
    margin-bottom: 50rem;
  }
  .post-type-archive .sub .entry-content .content .list .box img {
    display: block;
    width: 440rem;
    margin: 0 auto;
  }
  .post-type-archive .sub .entry-content .content .list .box .text {
    padding: 30rem 40rem 40rem;
  }
  .post-type-archive .sub .entry-content .content .list .box .text p {
    font-size: 28rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .single .entryHeader {
    height: 150rem;
    background: #FEF0E5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single .entryHeader h1 {
    text-align: center;
    color: #FF851A;
    font-size: 30rem;
    transform: rotate(0.05deg);
    line-height: 1.6;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .single .entryHeader h1 span {
    display: block;
    font-size: 12rem;
    color: #FF851A;
  }
  .single .entry-content {
    padding-bottom: 60rem;
  }
  .single .entry-content .content {
    padding: 50rem 300rem 0rem;
  }
  .single .entry-content .content .slick .slick-slide {
    border-radius: 15rem;
    background: #FEF0E5;
    height: 534rem;
    object-fit: contain;
  }
  .single .entry-content .content .slick .slick-slide img {
    margin: 0 auto;
    height: 100%;
  }
  .single .entry-content .content .thumbnail {
    width: 830rem;
    left: -24rem;
    margin-top: 20rem;
  }
  .single .entry-content .content .thumbnail .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single .entry-content .content .thumbnail .slick-track .slick-slide {
    width: 244rem !important;
    height: 255rem;
  }
  .single .entry-content .content .thumbnail .slick-track .slick-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    margin: 0 auto;
  }
  .single .entry-content .content h2 {
    color: #FF851A;
    font-size: 22rem;
    margin-top: 10rem;
  }
  .single .entry-content .content .box {
    margin: 40rem 0 0;
  }
  .single .entry-content .content .box time {
    font-size: 18rem;
  }
  .single .entry-content .content .box p {
    line-height: 1.8;
    font-size: 16rem;
    margin-top: 15rem;
  }
  .single .entry-content .link {
    margin: 20rem auto 0;
    color: #fff;
    width: 400rem;
    font-size: 13rem;
  }
  .single .entry-content .link td {
    width: 128rem;
    text-align: center;
    padding: 10rem 0;
  }
  .single .entry-content .link td a {
    display: flex;
    background: #FF851A;
    height: 29rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .single .entry-content .link td.arc {
    width: 144rem;
  }
  .single .entry-content .link td.arc a {
    background-color: transparent;
    width: 120rem;
    margin: 0 auto;
    border: 1px solid #FF851A;
    color: #5F5E5E;
    border-radius: 50rem;
  }
  .single .entry-content .link td:nth-child(1) a::before {
    content: "←";
    position: absolute;
    left: 16rem;
  }
  .single .entry-content .link td:nth-child(3) a::after {
    content: "→";
    position: absolute;
    right: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .single .entryHeader {
    height: 150rem;
    background: #FEF0E5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single .entryHeader h1 {
    text-align: center;
    color: #FF851A;
    font-size: 40rem;
    transform: rotate(0.05deg);
    line-height: 1.6;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .single .entryHeader h1 span {
    display: block;
    font-size: 16rem;
    color: #FF851A;
  }
  .single .entry-content .content {
    padding: 50rem 45rem 0rem;
  }
  .single .entry-content .content .thumbnail {
    width: 690rem;
    left: -15rem;
    margin-top: 20rem;
  }
  .single .entry-content .content .thumbnail .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .single .entry-content .content .thumbnail .slick-track .slick-slide {
    padding: 0 15rem;
  }
  .single .entry-content .content .thumbnail .slick-track .slick-slide img {
    object-fit: cover;
    height: 210rem;
    width: 100%;
    border-radius: 10rem;
  }
  .single .entry-content .content .slick .slick-slide {
    background: #FEF0E5;
    border-radius: 20rem;
  }
  .single .entry-content .content .slick .slick-slide img {
    border-radius: 20rem;
    height: 440rem;
    width: auto;
    margin: 0 auto;
  }
  .single .entry-content .content time {
    font-size: 26rem;
  }
  .single .entry-content .content h2 {
    color: #FF851A;
    font-size: 38rem;
    margin-top: 10rem;
  }
  .single .entry-content .content .box {
    margin: 40rem 0 0;
  }
  .single .entry-content .content .box h3 {
    font-size: 30rem;
    color: #FF851A;
    letter-spacing: 0.1em;
    padding: 0 0 0 20rem;
    line-height: 1.4;
    border-left: 10rem solid #FF851A;
    background: #FEF0E5;
  }
  .single .entry-content .content .box p {
    margin-top: 25rem;
    line-height: 1.6;
    font-size: 28rem;
  }
  .single .entry-content .link {
    margin-top: 20rem;
    color: #fff;
  }
  .single .entry-content .link td {
    width: 200rem;
    text-align: center;
    padding: 10rem 0;
  }
  .single .entry-content .link td a {
    display: flex;
    background: #FF851A;
    height: 47.45rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .single .entry-content .link td.arc {
    width: 250rem;
  }
  .single .entry-content .link td.arc a {
    background-color: transparent;
    width: 200rem;
    margin: 0 auto;
    border: 1px solid #FF851A;
    color: #5F5E5E;
    border-radius: 50rem;
  }
  .single .entry-content .link td:nth-child(1) a::before {
    content: "←";
    position: absolute;
    left: 16rem;
  }
  .single .entry-content .link td:nth-child(3) a::after {
    content: "→";
    position: absolute;
    right: 16rem;
  }
}
aside {
  margin-right: 120rem;
  line-height: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 769px) {
  aside {
    padding-top: 40rem;
  }
  aside h3 {
    font-size: 24rem;
    border-bottom: 1px solid #C1C1C1;
  }
  aside h4 {
    font-size: 18rem;
    font-weight: bold;
    margin-top: 10rem;
  }
  aside h4::before {
    content: "●";
    color: #8ABF6B;
  }
  aside ul {
    font-size: 16rem;
    padding-left: 38rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Ftmstest14.site%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_config.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_top.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_sidebar.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACGA%3BAAGA%3BACHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmCA%3BAAAA%3BAAAA%3BAFnCA%3BAAAA%3BAAAA%3BAE2CA%3BAAAA%3BAAAA%3BAF3CA%3BAAAA%3BAEkDA%3BAAAA%3BAAAA%3BAFlDA%3BAAAA%3BAEiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjEA%3BAAAA%3BAEgFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhFA%3BAAAA%3BAE0FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1GA%3BAAAA%3BAAAA%3BAAAA%3BAEyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF9HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzIA%3BAAAA%3BAAAA%3BAAAA%3BAEoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpJA%3BAAAA%3BAAAA%3BAE6JA%3BAAAA%3BAAAA%3BAF7JA%3BAAAA%3BAAAA%3BAAAA%3BAEuKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvKA%3BAAAA%3BAAAA%3BAEkLA%3BAAAA%3BAAAA%3BAFlLA%3BAAAA%3BAAAA%3BAAAA%3BAE2LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkNA%3BAAAA%3BAAAA%3BAFlNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhOA%3BAAAA%3BAAAA%3BAEsPA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF3PA%3BAAAA%3BAAAA%3BAAAA%3BAEqQA%3BAAAA%3BAAAA%3BAAAA%3BAFrQA%3BAAAA%3BAAAA%3BAAAA%3BAEgRA%3BAAAA%3BAAAA%3BAAAA%3BAFhRA%3BAAAA%3BAAAA%3BAE0RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAFnSA%3BAAAA%3BAAAA%3BAE8SA%3BAAAA%3BAAAA%3BAAAA%3BAF9SA%3BAAAA%3BAAAA%3BAE0TA%3BAAAA%3BAAAA%3BAF1TA%3BAAAA%3BAAAA%3BAEqUA%3BAAAA%3BAAAA%3BAFrUA%3BAAAA%3BAAAA%3BAE6UA%3BAAAA%3BAAAA%3BAF7UA%3BAAAA%3BAAAA%3BAEqVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlWA%3BAAAA%3BAAAA%3BAE8WA%3BAAAA%3BAAAA%3BAF9WA%3BAAAA%3BAAAA%3BAEsXA%3BAAAA%3BAAAA%3BAFtXA%3BAAAA%3BAAAA%3BAE8XA%3BAAAA%3BAAAA%3BAF9XA%3BAAAA%3BAAAA%3BAEuYA%3BAAAA%3BAAAA%3BAAAA%3BAFvYA%3BAAAA%3BAAAA%3BAE%2BYA%3BAAAA%3BAAAA%3BAF%2FYA%3BAAAA%3BAAAA%3BAAAA%3BAEwZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxZA%3BAAAA%3BAAAA%3BAEiaA%3BAAAA%3BAAAA%3BAFjaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4aA%3BAAAA%3BAAAA%3BAF5aA%3BAAAA%3BAAAA%3BAEobA%3BAAAA%3BAAAA%3BAFpbA%3BAAAA%3BAAAA%3BAE4bA%3BAAAA%3BAAAA%3BAF5bA%3BAAAA%3BAEmcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAFldA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8dA%3BAAAA%3BAAAA%3BAF9dA%3BAAAA%3BAAAA%3BAEseA%3BAAAA%3BAAAA%3BACneA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDE%3BADqEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAH3HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAE3LF%3BAAAA%3BAAAA%3BADDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADlGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvSN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAECE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1FF%3BAAAA%3BAAAA%3BAHEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhuBJ%3BAGwuBE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHn3CJ%3BAIDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlMR%3BAI8ME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAJ5bF%3BAImcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpfJ%3BAI8fI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpiBR%3BAIgjBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtkBR%3BAI%2BkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtmBR%3BAKDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL5GX%3BAKyHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxPb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANGE%3BAAAA%3BAAAA%3BAAAA%3BAMGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */