@charset "UTF-8";
html {
  box-sizing: border-box; }
  .block-editor-block-list__layout #toc_container .toc_list li a, .single-area #toc_container .toc_list li a {
  background: none!important;

}
#toc_container {
  margin-top: 25px
}
*, *:before, *:after {
  box-sizing: inherit; }
.grecaptcha-badge { visibility: hidden;!important; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="radio"]:checked + label {
  background: #ff0000; }

::placeholder {
  color: #BFBFBF; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* clearfix */
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

* {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a, a::before, a::after, button, button::before, button::after {
  transition: 0.3s; }

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

main {
  display: block;
  position: relative;
  z-index: 1; }

.sp {
  display: none; }
  @media screen and (max-width: 1129px) {
    .sp {
      display: block; } }

.button01 {
  display: inline-block;
  min-width: 280px;
  background: url(../images/common/button01.svg) right 30px center no-repeat #fff;
  background-size: 8px;
  border-radius: 50px;
  padding: 16px 50px 16px 50px;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  text-align: center; }
  .button01:hover {
    background-color: #FFFDF5;
    background-position: right 25px center; }
  @media screen and (max-width: 767px) {
    .button01 {
      max-width: 240px;
      font-size: 13px; } }

.title01 span {
  background: linear-gradient(transparent 10%, #fff 10%);
  line-height: 1.6;
  font-size: 48px;
  position: relative;
  z-index: 1;
  font-weight: 700; }
@media screen and (max-width: 767px) {
  .title01 span {
    font-size: 22px;
    line-height: 1.75; } }

.two_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .two_column li, .two_column div {
    width: calc(100% / 2 - 36px / 2); }
  .two_column:before, .two_column:after {
    content: "";
    display: inline-block;
    width: calc(100% / 2 - 36px / 2);
    order: 2; }
  @media screen and (max-width: 767px) {
    .two_column {
      display: block; }
      .two_column li, .two_column div {
        width: 100%; }
      .two_column:before, .two_column:after {
        content: none; } }

.three_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .three_column li, .three_column div {
    width: calc(100% / 3 - 80px / 3); }
  .three_column:before, .three_column:after {
    content: "";
    display: inline-block;
    width: calc(100% / 3 - 80px / 3);
    order: 2; }
  @media screen and (max-width: 767px) {
    .three_column {
      display: block; }
      .three_column li, .three_column div {
        width: 100%; }
      .three_column:before, .three_column:after {
        content: none; } }

.blog-list01 a {
  height: 100%;
  display: block;
  padding: 0 0 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
  .blog-list01 a:hover {
    opacity: .8;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
  .blog-list01 a span {
    display: block; }
  .blog-list01 a .img {
    position: relative; }
    .blog-list01 a .img:before {
      content: "";
      display: block;
      padding: 0 0 75%; }
    .blog-list01 a .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
  .blog-list01 a .textarea {
    padding: 30px 20px 0; }
    .blog-list01 a .textarea .status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 18px; }
      .blog-list01 a .textarea .status .category {
        display: inline-block;
        padding: 6px 25px;
        border-radius: 100px;
        background: #E6E6E6;
        font-size: 12px;
        line-height: 1;
        font-weight: 700; }
      .blog-list01 a .textarea .status time {
        font-weight: 700; }
    .blog-list01 a .textarea .title {
      font-size: 20px;
      line-height: 1.6;
      margin: 0 0 20px;
      text-align: left;
      font-weight: 700; }
    .blog-list01 a .textarea .text {
      font-size: 14px;
      line-height: 2; }
@media screen and (max-width: 767px) {
  .blog-list01 {
    width: 100vw;
    margin-left: -8vw !important; }
    .blog-list01 a {
      height: 100%;
      display: block;
      padding: 0 0 60px;
      background:#fff;
      border-radius: 10px;
      overflow: hidden; }
      .blog-list01 a .textarea {
        padding: 25px 20px 0; }
        .blog-list01 a .textarea .status {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0 0 18px; }
          .blog-list01 a .textarea .status .category {
            font-size: 10px; }
          .blog-list01 a .textarea .status time {
            font-size: 12px; }
        .blog-list01 a .textarea .title {
          font-size: 16px;
          line-height: 1.6;
          margin: 0 0 15px; }
        .blog-list01 a .textarea .text {
          font-size: 14px;
          line-height: 1.8; } }

.blog-list02 li {
  margin: 0 0 40px; }
  .blog-list02 li:nth-last-of-type(-n+3) {
    margin: 0; }
  .blog-list02 li a {
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
    .blog-list02 li a:hover {
      opacity: .8;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
    .blog-list02 li a .img {
      width: 100px;
      height: 100px;
      margin: 0 30px 0 0;
      position: relative; }
      .blog-list02 li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: bottom; }
    .blog-list02 li a .list-title {
      font-size: 18px;
      display: flex;
      align-items: center;
      height: 100px;
      flex: 1;
      font-weight: 700; }
@media screen and (max-width: 767px) {
  .blog-list02 li {
    margin: 0 0 10px; }
    .blog-list02 li:nth-last-of-type(-n+3) {
      margin: 0 0 10px; }
    .blog-list02 li:last-child {
      margin: 0; }
    .blog-list02 li a {
      height: 100%;
      display: flex;
      align-items: center;
      padding: 5px 20px 5px 5px;
      background: #fff; }
      .blog-list02 li a:hover {
        opacity: .8;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
      .blog-list02 li a .img {
        width: 50px;
        height: 50px;
        margin: 0 20px 0 0;
        position: relative; }
      .blog-list02 li a .list-title {
        height: 50px;
        font-size: 12px;
        flex: 1; } }

.blog-list03 li a {
  display: block;
  height: 100%; }
  .blog-list03 li a .img {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 30px; }
    .blog-list03 li a .img:before {
      content: "";
      display: block;
      padding: 0 0 75%; }
    .blog-list03 li a .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
      vertical-align: bottom;
      object-fit: cover; }
  .blog-list03 li a .list-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 700; }
  .blog-list03 li a .table {
    display: block;
    border-top: 1px #777 dashed; }
    .blog-list03 li a .table .inner {
      padding: 12px 0;
      display: flex;
      border-bottom: 1px #777 dashed; }
      .blog-list03 li a .table .inner:last-child {
        border-bottom: none;
      }
      .blog-list03 li a .table .inner .table-title {
        width: 140px;
        font-weight: 700; }
      .blog-list03 li a .table .inner .table-text {
        flex: 1; }
  .blog-list03 li a:hover {
    opacity: .8; }
    .blog-list03 li a:hover .img img {
      transition: 0.3s;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
@media screen and (max-width: 767px) {
  .blog-list03 {
    width: 100vw;
    margin-left: -8vw !important; }
    .blog-list03 li a .img {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 0 25px; }
    .blog-list03 li a .list-title {
      display: block;
      font-size: 16px;
      margin: 0 0 20px; }
    .blog-list03 li a .table .inner {
      padding: 10px 0;
      display: flex; }
      .blog-list03 li a .table .inner .table-title {
        font-size: 12px;
        width: 110px; }
      .blog-list03 li a .table .inner .table-text {
        font-size: 12px; }
    .blog-list03 li a:hover {
      opacity: .8; }
      .blog-list03 li a:hover .img img {
        transition: 0.3s;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); } }

.blog-list04 li {
  margin: 0 0 30px; }
  .blog-list04 li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
    .blog-list04 li a:hover {
      opacity: .8;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
    .blog-list04 li a .img {
      width: 160px;
      height: 120px;
      margin: 0 30px 0 0;
      position: relative; }
      .blog-list04 li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: bottom;
        border-radius: 6px; }
    .blog-list04 li a .textarea {
      flex: 1;
      display: block; }
      .blog-list04 li a .textarea span {
        display: block; }
      .blog-list04 li a .textarea .blog-title {
        font-size: 20px;
        margin: 0 0 5px;
        font-weight: 700; }
      .blog-list04 li a .textarea .text {
        line-height: 1.5; }
@media screen and (max-width: 767px) {
  .blog-list04 li {
    margin: 0 0 20px; }
    .blog-list04 li a {
      height: 100%;
      display: flex;
      align-items: center;
      padding: 35px 20px 25px 20px;
      position: relative; }
      .blog-list04 li a:hover {
        opacity: .8;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
      .blog-list04 li a .img {
        width: 100px;
        height: 75px;
        margin: 0;
        position: absolute;
        top: 20px;
        left: 20px; }
        .blog-list04 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          vertical-align: bottom; }
      .blog-list04 li a .textarea {
        flex: 1;
        display: block; }
        .blog-list04 li a .textarea span {
          display: block; }
        .blog-list04 li a .textarea .blog-title {
          font-size: 14px;
          min-height: 77px;
          margin: 0;
          padding: 0 0 32px 117px; }
        .blog-list04 li a .textarea .text {
          font-size: 12px;
          line-height: 2; } }

.ranking-list {
  counter-reset: number 0; }
  .ranking-list li {
    margin: 0 0 30px; }
    .ranking-list li:last-child {
      margin: 0; }
    .ranking-list li a {
      display: block;
      padding: 20px 30px 20px 25px;
      background: #fff;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      display: flex;
      position: relative; }
      .ranking-list li a:hover {
        opacity: .8;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
      .ranking-list li a .rank {
        display: flex;
        align-items: center;
        margin: 0 20px 0 0;
        font-weight: 700; }
        .ranking-list li a .rank .rank-inner {
          font-weight: 700; }
        .ranking-list li a .rank .num {
          display: inline-block;
          padding: 0 3px; }
          .ranking-list li a .rank .num:before {
            counter-increment: number 1;
            content: counter(number);
            color: #B46117;
            font-size: 30px;
            font-weight: 700; }
      .ranking-list li a .img {
        width: 160px;
        height: 120px;
        margin: 0 20px 0 0; }
        .ranking-list li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 6px; }
      .ranking-list li a .textarea {
        display: block;
        flex: 1;
        padding: 0 0 25px; }
        .ranking-list li a .textarea .category {
          display: inline-block;
          padding: 10px 9px;
          margin: 0 0 20px;
          border-radius: 100px;
          background: #E6E6E6;
          font-size: 12px;
          line-height: 1; }
        .ranking-list li a .textarea .rank-title {
          display: block;
          font-size: 20px;
          font-weight: 700; }
      .ranking-list li a time {
        position: absolute;
        bottom: 20px;
        right: 30px;
        color: #888; }
  @media screen and (max-width: 767px) {
    .ranking-list li {
      margin: 0 0 20px; }
      .ranking-list li:last-child {
        margin: 0; }
      .ranking-list li a {
        display: block;
        padding: 13px 22px;
        display: flex;
        position: relative; }
        .ranking-list li a .rank {
          display: flex;
          align-items: center;
          position: absolute;
          margin: 0; }
          .ranking-list li a .rank .rank-inner {
            font-size: 12px;
            width: 100px;
            display: inline-block;
            text-align: center; }
          .ranking-list li a .rank .num {
            display: inline-block;
            padding: 0 1px; }
            .ranking-list li a .rank .num:before {
              font-size: 22px; }
        .ranking-list li a .img {
          width: 100px;
          height: 75px;
          margin: 35px 15px 0 0; }
          .ranking-list li a .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px; }
        .ranking-list li a .textarea {
          display: block;
          flex: 1;
          padding: 0 0 25px; }
          .ranking-list li a .textarea .category {
            display: inline-block;
            padding: 5px 20px;
            margin: 0 0 15px;
            border-radius: 100px;
            background: #E6E6E6;
            font-size: 10px;
            line-height: 1; }
          .ranking-list li a .textarea .rank-title {
            display: block;
            font-size: 14px; }
        .ranking-list li a time {
          position: absolute;
          bottom: 13px;
          right: 20px;
          color: #888;
          font-size: 12px; } }
          .wp-block-embed__wrapper {
            display: none;
          }
    .wp-block-embed__wrapper:has(> iframe) {
        display: block;
    }
.tag-section {
  padding: 65px 0 55px;
  margin-bottom: 95px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    .tag-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .wp-block-column  {
      padding: 0 !important;
    }
    .tag-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .tag-section:before {
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    border-radius: 20px; }
  .tag-section .title {
    text-align: center;
    font-size: 44px;
    margin: 0 0 8px;
    font-weight: 700; }
  .tag-section .title-text {
    text-align: center;
    margin: 0 0 50px;
    font-weight: 700; }
  .tag-section .tag-list {
    padding: 0 69px;
    display: flex;
    flex-wrap: wrap; }
    .tag-section .tag-list li {
      width: calc(100% / 6 - 110px / 6);
      margin: 0 calc(110px / 12) 22px; }
      .tag-section .tag-list li a {
        display: block;
        padding: 15px 20px 15px 35px;
        background: #F7F5EF;
        text-align: center;
        font-size: 14px;
        position: relative;
        border-radius: 8px;
        font-weight: 700; }
        .tag-section .tag-list li a:before {
          content: "#";
          transform: translateY(-50%);
          position: absolute;
          left: 20px;
          top: 50%; }
        .tag-section .tag-list li a:hover {
          opacity: .8; }
  @media screen and (max-width: 767px) {
    .tag-section {
      padding: 30px 0;
      margin-bottom: 37px;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  @media screen and (max-width: 767px) and (max-width: 1340px) {
    .tag-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    .tag-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 767px) {
      .tag-section:before {
        content: "";
        width: 100%;
        height: calc(100% - 50px);
        background: #fff;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        border-radius: 20px; }
      .tag-section .title {
        text-align: center;
        font-size: 24px;
        margin: 0 0 8px; }
      .tag-section .title-text {
        font-size: 12px;
        margin: 0 0 25px; }
      .tag-section .tag-list {
        padding: 0 25px;
        display: flex;
        flex-wrap: wrap; }
        .tag-section .tag-list li {
          width: calc(100% / 2 - 36px / 2);
          margin: 0 calc(36px / 4) 11px; }
          .tag-section .tag-list li:nth-child(n+5) {
            display: none; }
          .tag-section .tag-list li a {
            display: block;
            padding: 12px 8px 12px 16px;
            background: #F7F5EF;
            text-align: center;
            font-size: 10px;
            position: relative;
            border-radius: 8px; }
            .tag-section .tag-list li a:before {
              content: "#";
              transform: translateY(-50%);
              position: absolute;
              left: 10px;
              top: 50%; }
            .tag-section .tag-list li a:hover {
              opacity: .8; }
        .tag-section .tag-list.true li:nth-child(n+5) {
          display: block; }
      .tag-section .tag-button {
        margin: 15px 25px 0;
        text-align: center;
        border: 1px solid #000;
        border-radius: 100px; }
        .tag-section .tag-button a {
          display: block;
          width: 100%; }
        .tag-section .tag-button span {
          display: inline-block;
          padding: 8px 20px;
          background: url(../images/common/tag-true.svg) no-repeat top 12px right;
          background-size: 12px;
          line-height: 1; }
          .tag-section .tag-button span:before {
            font-size: 12px;
            content: "開く"; }
        .tag-section .tag-button.true a {
          pointer-events: auto; }
        .tag-section .tag-button.true span {
          background: url(../images/common/tag-false.svg) no-repeat top 12px right;
          background-size: 12px;
          line-height: 1; }
          .tag-section .tag-button.true span:before {
            content: "閉じる"; } }

/*common*/
a {
  text-decoration: none;
  color: inherit; }

#wpadminbar {
  z-index: 9999999999999999 !important; }

*::selection {
  background: #422E07;
  color: #fff; }

*::-moz-selection {
  background: #422E07;
  color: #fff; }

.text-center {
  text-align: center; }

body {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  background: #F6F5F0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #000;
  position: relative;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.min {
  font-family: 'Inter', sans-serif; }

#header {
  width: 100%;
  top: -30px;
  background: #F6F5F0;
  z-index: 99999999;
  transition: all .1s 0s ease; }
  #header #head_menu {
    position: relative;
    padding: 22px 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1340px) {
      #header #head_menu {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      #header #head_menu {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw); } }
    #header #head_menu .logo {
      width: 250px;
      transition: all .6777s 0s ease; }
      @media screen and (max-width: 1260px) {
        #header #head_menu .logo {
          width: 186px; } }
      @media screen and (max-width: 374px) {
        #header #head_menu .logo {
          width: 180px;
          padding: 5px 0; } }
      #header #head_menu .logo a {
        display: block; }
        #header #head_menu .logo a img {
          width: 100%;
          height: 100%; }
    #header #head_menu .menu {
      display: flex; }
    #header #head_menu .gnavi .list {
      display: flex;
      align-items: center; }
      #header #head_menu .gnavi .list li {
        margin: 0 25px 0 0; }
        #header #head_menu .gnavi .list li.last {
          margin-right: 0; }
        @media screen and (max-width: 1129px) {
          #header #head_menu .gnavi .list li:last-child {
            border: none; }
          #header #head_menu .gnavi .list li.sp a {
            font-size: 12px; }
            #header #head_menu .gnavi .list li.sp a:before {
              content: ">";
              font-family: 'Inter', sans-serif;
              display: inline-block;
              margin-right: 8px; } }
        #header #head_menu .gnavi .list li a, #header #head_menu .gnavi .list li span {
          position: relative;
          color: #422E07;
          font-weight: 700;
          font-size: 15px;
          line-height: 1; }
          #header #head_menu .gnavi .list li a:hover, #header #head_menu .gnavi .list li span:hover {
            opacity: .6777; }
          @media screen and (max-width: 1129px) {
            #header #head_menu .gnavi .list li a, #header #head_menu .gnavi .list li span {
              font-size: 16px;
              color: #fff;
              background-size: 8px;
              display: block;
              padding: 12px 15px; }
              #header #head_menu .gnavi .list li a:hover, #header #head_menu .gnavi .list li span:hover {
                opacity: 1; } }
        #header #head_menu .gnavi .list li.remake .pull-menu2 {
          padding: 45px 450px; }
        #header #head_menu .gnavi .list li.remake .bn {
          width: 100%;
          position: absolute;
          top: 100%;
          transform: translatex(-50%);
          left: 50%; }
          #header #head_menu .gnavi .list li.remake .bn img {
            max-width: 400px; }
          @media screen and (max-width: 1129px) {
            #header #head_menu .gnavi .list li.remake .bn {
              position: static;
              transform: translatex(0%); } }
        #header #head_menu .gnavi .list li.remake .bn-list {
          text-align: center; }
          #header #head_menu .gnavi .list li.remake .bn-list.false {
            display: none; }
          @media screen and (max-width: 1129px) {
            #header #head_menu .gnavi .list li.remake .bn-list {
              position: static; }
              #header #head_menu .gnavi .list li.remake .bn-list ul {
                display: block; }
              #header #head_menu .gnavi .list li.remake .bn-list.false {
                display: block; } }
        #header #head_menu .gnavi .list li.pull1 span, #header #head_menu .gnavi .list li.pull1 a {
          padding: 0 18px 0 0;
          cursor: pointer;
          background: url(../images/common/gnavi-icon01.png) no-repeat center right; }
          @media screen and (max-width: 1300px) {
            #header #head_menu .gnavi .list li.pull1 span, #header #head_menu .gnavi .list li.pull1 a {
              font-size: 14px;
              padding: 0 12px 0 0;
            }
          }
          @media screen and (max-width: 1129px) {
            #header #head_menu .gnavi .list li.pull1 span, #header #head_menu .gnavi .list li.pull1 a {
              padding: 12px 15px;
              color: #fff;
              display: block;
              background: none; }
              #header #head_menu .gnavi .list li.pull1 span:before, #header #head_menu .gnavi .list li.pull1 span:after, #header #head_menu .gnavi .list li.pull1 a:before, #header #head_menu .gnavi .list li.pull1 a:after {
                content: "";
                position: absolute;
                background: #FFF;
                top: 50%;
                transform: translateY(-50%); }
              #header #head_menu .gnavi .list li.pull1 span:before, #header #head_menu .gnavi .list li.pull1 a:before {
                height: 11px;
                width: 1px;
                right: calc(39px / 2); }
              #header #head_menu .gnavi .list li.pull1 span:after, #header #head_menu .gnavi .list li.pull1 a:after {
                height: 1px;
                width: 11px;
                right: 15px; }
              #header #head_menu .gnavi .list li.pull1 span.true:before, #header #head_menu .gnavi .list li.pull1 a.true:before {
                display: none; } }
        #header #head_menu .gnavi .list li.pull1 .pull-menu1 {
          z-index: -1;
          padding: 0;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          display: flex;
          justify-content: center;
          opacity: 0;
          transition: all .1s 0s ease; }
          @media screen and (max-width: 1129px) {
            #header #head_menu .gnavi .list li.pull1 .pull-menu1 {
              position: static;
              display: none;
              padding: 0; } }
          #header #head_menu .gnavi .list li.pull1 .pull-menu1:before {
            content: "";
            background: #422E07;
            opacity: .92;
            width: 100vw;
            height: 75.5px;
            transform: translatex(-50%);
            position: absolute;
            left: 50%;
            top: 0; }
            @media screen and (max-width: 1129px) {
              #header #head_menu .gnavi .list li.pull1 .pull-menu1:before {
                width: 100%; } }
          #header #head_menu .gnavi .list li.pull1 .pull-menu1 li {
            padding: 50px 0 30px;
            margin: 0;
            transition: all .1s .1s ease;
            opacity: 0; }
            @media screen and (max-width: 1129px) {
              #header #head_menu .gnavi .list li.pull1 .pull-menu1 li {
                padding: 0; }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li:last-child span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li:last-child a {
                  border: none; } }
            #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.last a {
              padding: 0;
              margin: 0;
              border: none; }

            #header #head_menu .gnavi .list li.pull1 .pull-menu1 li span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li a {
              color: #fff;
              padding: 0;
              background: none;
              letter-spacing: -1px;
              padding: 0 15px 0 0;
              margin: 0 15px 0 0;
              border-right: 1px solid #fff;
              pointer-events: none;
              transition: all .2s 0s ease; }
              @media screen and (max-width: 1129px) {
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li a {
                  font-size: 14px;
                  padding: 12px 30px;
                  margin: 0;
                  display: block;
                  border: none;
                  background-size: 8px; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li span:before, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li span:after, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li a:before, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li a:after {
                    content: none; } }
            #header #head_menu .gnavi .list li.pull1 .pull-menu1 li:last-child span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li:last-child a {
              border: none;
              margin: 0;
              padding: 0; }
            @media screen and (max-width: 1129px) {
                            #header #head_menu .gnavi .list li.remake .bn img {
                max-width: 100%;
              }
                          #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.last a {
              padding: 10px 30px;
            }
              #header #head_menu .gnavi .list li.pull1 .pull-menu1 li:last-child span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li:last-child a {
                padding: 10px 30px;
                margin: 0;
                display: block;
                border: none; } }
            #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span {
              padding: 0 43px 0 0;
              background: url(../images/common/gnavi-icon02.png) no-repeat center right 25px; }
              @media screen and (max-width: 1129px) {
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span {
                  background: none;
                  padding: 10px 30px;
                  position: relative; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span:before, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span:after {
                    content: "";
                    position: absolute;
                    background: #fff;
                    top: 50%;
                    transform: translateY(-50%); }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span:before {
                    height: 11px;
                    width: 1px;
                    right: calc(39px / 2); }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span:after {
                    height: 1px;
                    width: 11px;
                    right: 15px; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span.true {
                    background: none; }
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 span.true:before {
                      content: none; } }
            #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 {
              padding: 45px 50px;
              overflow: scroll;
              width: 100%;
              z-index: -1;
              position: absolute;
              bottom: 75px;
              left: 0;
              display: flex;
              align-content: flex-start;
              flex-wrap: wrap;
              justify-content: space-between;
              align-items: flex-start;
              opacity: 0;
              -ms-overflow-style: none;
              scrollbar-width: none; }
              #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2::-webkit-scrollbar {
                display: none; }
              #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2:before, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2:after {
                content: "";
                display: block;
                width: calc(100% / 3 - 50px / 3);
                order: 2; }
              @media screen and (max-width: 1129px) {
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 {
                  padding: 0;
                  display: none;
                  position: static;
                  height: auto !important; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2:before {
                    width: 100%;
                    background: #fff; } }
              #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li {
                width: calc(100% / 3 - 50px / 3);
                padding: 0;
                margin: 0 0 20px;
                opacity: 0; }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.wide li {
                width: calc(100% / 2 - 32px / 2);
                padding: 0;
                margin: 0 0 20px;
                opacity: 0; }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.wide  li a{
                  padding: 37px 10px;
                  justify-content: center;
                }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li.w100 {
                  width: 100%;
                  text-align: center;
                  padding: 50px 0 200px;
                  order: 3; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li.w100 a {
                    display: inline-block;
                    background: transparent; }
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li.w100 a img {
                      max-width: 400px; }
                  @media screen and (max-width: 1129px) {
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li.w100 {
                      display: none; } }
                @media screen and (max-width: 1129px) {
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li {
                    width: 100%;
                    height: auto;
                    padding: 0;
                    margin: 0; } }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a {
                  height: 90px;
                  padding: 10px;
                  margin: 0;
                  pointer-events: none;
                  transition: all .2s 0s ease;
                  background: #fff;
                  border-radius: 8px;
                  display: block;
                  color: #000;
                  display: flex;
                  align-items: center; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a span {
                    padding: 0;
                    margin: 0;
                    color: #000; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a .img {
                    display: inline-block;
                    width: 70px;
                    height: 70px;
                    margin: 0 30px 0 0; }
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a .img img {
                      width: 100%;
                      height: 100%;
                      vertical-align: bottom;
                      object-fit: bottom; }
                  @media screen and (max-width: 1129px) {
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.wide li {
                width: 100%;
        height: auto;
        padding: 0;
        margin: 0; }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.wide  li a{
                  padding: 10px 0 10px 50px;
                  display: block;
                }
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a {
                      height: auto;
                      padding: 10px 0 10px 50px;
                      margin: 0;
                      pointer-events: none;
                      transition: all .2s 0s ease;
                      background: transparent;
                      border-radius: 0px;
                      display: block;
                      color: #fff;
                      display: flex;
                      font-size: 12px;
                      align-items: center; }
                      #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a span {
                        padding: 0;
                        margin: 0;
                        color: #fff;
                        font-size: 12px; }
                        #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a span:before, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a span:after {
                          content: none; }
                      #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li a .img {
                        display: none; } }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li:last-child span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li:last-child a {
                  border: none; }
                  @media screen and (max-width: 1129px) {
                    #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li:last-child span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2 li:last-child a {
                      padding: 10px; } }
              #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.true {
                opacity: 1;
                top: 100%;
                bottom: auto; }
                @media screen and (max-width: 1129px) {
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.true {
                    display: block; } }
                #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.true li {
                  opacity: 1;
                  pointer-events: auto; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.true li.pull2 {
                    cursor: pointer; }
                  #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.true li span, #header #head_menu .gnavi .list li.pull1 .pull-menu1 li.pull2 .pull-menu2.true li a {
                    pointer-events: auto; }
          #header #head_menu .gnavi .list li.pull1 .pull-menu1.true {
            opacity: 1;
            top: 100%;
            bottom: auto;
            transition: all .1s 0s ease; }
            @media screen and (max-width: 1129px) {
              #header #head_menu .gnavi .list li.pull1 .pull-menu1.true {
                display: block; } }
            #header #head_menu .gnavi .list li.pull1 .pull-menu1.true li {
              opacity: 1;
              transition: all .1s .1s ease; }
              #header #head_menu .gnavi .list li.pull1 .pull-menu1.true li span, #header #head_menu .gnavi .list li.pull1 .pull-menu1.true li a {
                pointer-events: auto; }
    #header #head_menu .reservation {
      position: absolute;
      top: -20px;
      right: 0;
      background: #fff;
      display: flex;
      padding: 6px 5px 8px;
      border-radius: 40px; }
      #header #head_menu .reservation li {
        line-height: 1; }
        #header #head_menu .reservation li:nth-child(2) a {
          border-left: #ccc 1px solid;
          border-right: #ccc 1px solid; }
          #header #head_menu .reservation li:nth-child(3) a {
          border-right: #ccc 1px solid; }
          #header #head_menu .reservation li:nth-child(4) a {
            border-right: #ccc 1px solid; }
        #header #head_menu .reservation li a {
          display: inline-block;
          padding: 2px 15px;
          font-size: 12px;
          font-weight: 700; }
      @media screen and (max-width: 1129px) {
        #header #head_menu .reservation {
          height: 100%;
          margin: 0 40px 0 0px;
          flex-wrap: wrap;
          border-radius: 100px;
        }
          #header #head_menu .reservation li {
            margin: 4px 0;
          width: 50%; }
          #header #head_menu .reservation a {
            width: 100%;
            display: block;
            background-size: 11px;
            padding: 0 0 0 20px;
            text-align: center;
            pointer-events: auto; }
            #header #head_menu .reservation li:nth-child(2n) a{
              border: none;
              border-left: 1px #ccc solid;
            }
            #header #head_menu .reservation a span {
              display: block;
              line-height: 1;
              font-weight: 700; }
            #header #head_menu .reservation a .num {
              margin: 0 0 3px;
              font-size: 14px;
              font-weight: 700; }
            #header #head_menu .reservation a .check {
              font-size: 10px;
              letter-spacing: -1.5px; } }
    #header #head_menu #nav-toggle {
      display: none; }
  #header:before, #header:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 1px;
    opacity: 0;
    transition: all .6777s 0s ease; }
  #header:before {
    left: 0;
    background: #422E07;
    width: 33.3vw; }
  #header:after {
    right: 0;
    background: #F2F0E7;
    width: 0; }
  #header #d-box {
    position: absolute;
    z-index: -2;
    background: #422E07;
    opacity: 0;
    transition: all .1s 0s ease;
    transform: translatex(-50%);
    left: 50%;
    top: calc(100% + 75.5px);
    width: 100vw;
    height: 0; }
    #header #d-box.true {
      opacity: .92;
      height: 100vh; }
    @media screen and (max-width: 1129px) {
      #header #d-box {
        display: none; } }
  #header .copy {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px 0 0; }
    @media screen and (max-width: 1340px) {
      #header .copy {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 1129px) {
      #header .copy {
        display: none;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw); } }

.stop-v {
  overflow: visible;
  height: 100%;
  position: fixed; }

.is-fixed #header, .stop-v #header {
  position: fixed;
  top: 0;
  box-shadow: -1px 5px 16px -11px rgba(0, 0, 0, 0.2); }
  .is-fixed #header .logo, .stop-v #header .logo {
    width: 250px; }
  .is-fixed #header #head_menu, .stop-v #header #head_menu {
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .is-fixed #header #head_menu, .stop-v #header #head_menu {
        padding: 15px 0; } }
    .is-fixed #header #head_menu .reservation, .stop-v #header #head_menu .reservation {
      display: none; }
  .is-fixed #header .copy, .stop-v #header .copy {
    display: none; }

#conversion-area {
  padding: 60px 0 65px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff; }
  @media screen and (max-width: 1340px) {
    #conversion-area {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #conversion-area {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #conversion-area:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: url(../images/common/conversion-bg.jpg) center/cover;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%); }
  #conversion-area .title {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-weight: 700; }
  #conversion-area .link-area {
    display: flex; }
    #conversion-area .link-area div {
      width: 30%;
      display: flex;
      align-items: center; }
      #conversion-area .link-area div:nth-child(2) {
        width: 40%;
        justify-content: center;
        border-left: 1px solid #777;
        border-right: 1px solid #777;
        padding: 0 60px;
        margin: 0 0 0 60px; 
        display: block;}
        #conversion-area .link-area div:nth-child(2) p:nth-child(1) {
          margin-bottom: 24px;
        }
      #conversion-area .link-area .tel-text a {
      display: block;
      pointer-events: none;
      font-weight: 700; }
      #conversion-area .link-area .tel-text a img {
        display: block;
        margin: 0 0 5px; }
    #conversion-area .link-area .tel-text .time {
      display: block;
      text-align: right; }
      #conversion-area .link-area .tel-text .time .time-title, #conversion-area .link-area .tel-text .time .time-text {
        display: inline-block;
        font-weight: 700; }
      #conversion-area .link-area .tel-text .time .time-title {
        margin: 0 15px 0 0; }
    #conversion-area .link-area .line-area {
      width: 100%;
      text-align: center; }
      #conversion-area .link-area .line-area a {
        display: flex;
        align-items: center;
        justify-content: center;}
        #conversion-area .link-area .line-area a:hover {
          opacity: .677777; }
        #conversion-area .link-area .line-area a .text {
          margin: 0 0 0 15px;
          font-weight: 700; }
    #conversion-area .link-area .button01 {
      color: #000;
      background-image: none;
      max-width: 100%; }
      #conversion-area .link-area .form p {
        display: block;
      }
  
      @media screen and (max-width: 990px) {
    #conversion-area {
      padding: 32px 0 25px;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      color: #fff; } }
  @media screen and (max-width: 990px) and (max-width: 1340px) {
    #conversion-area {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 990px) and (max-width: 960px) {
    #conversion-area {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 990px) {
      #conversion-area .title {
        margin: 0 0 22px;
        font-size: 16px;
        font-weight: 700;
        text-align: center; }
      #conversion-area .link-area {
        display: block; }
        #conversion-area .link-area div {
          width: 100%;
          justify-content: center; }
          #conversion-area .link-area div:nth-child(2) {
            width: 100%;
            border: none;
            border-bottom: 1px solid #777;
            border-top: 1px solid #777;
            padding: 32px 0;
            margin: 32px 0; }
        #conversion-area .link-area .tel-text a {
          display: block;
          pointer-events: none; }
          #conversion-area .link-area .tel-text a img {
            width: 265px;
            margin: 0 auto 5px; } }
      @media screen and (max-width: 990px) and (max-width: 1024px) {
        #conversion-area .link-area .tel-text a {
          pointer-events: auto; } }
  @media screen and (max-width: 990px) {
        #conversion-area .link-area .tel-text .time {
          display: block;
          text-align: right;
          font-size: 12px; }
          #conversion-area .link-area .tel-text .time .time-title, #conversion-area .link-area .tel-text .time .time-text {
            display: inline-block; }
          #conversion-area .link-area .tel-text .time .time-title {
            margin: 0 15px 0 0; }
        #conversion-area .link-area .line-area {
          width: 100%;
          text-align: center; }
          #conversion-area .link-area .line-area a {
            display: inline-flex;
            align-items: center; }
            #conversion-area .link-area .line-area a:hover {
              opacity: .677777; }
            #conversion-area .link-area .line-area a .text {
              margin: 0 0 0 15px; }
        #conversion-area .link-area .button01 {
          color: #000;
          background-image: none;
          max-width: 100%;
          font-size: 14px; } }

#footer {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff; }
  @media screen and (max-width: 1340px) {
    #footer {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #footer {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #footer:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #34332A;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%); }
  #footer .footer-inner {
    padding: 65px 0 75px;
    display: flex;
    justify-content: space-between; }
    #footer .footer-inner .logo-area, #footer .footer-inner .link-area {
      width: 33%; }
    #footer .footer-inner .sns-area {
      width: 27%;
      padding: 0 40px;
      border-left: 1px solid #5C5B54;
      border-right: 1px solid #5C5B54; }
      #footer .footer-inner .sns-area .title {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin: 0 0 20px; }
      #footer .footer-inner .sns-area ul {
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px; }
        #footer .footer-inner .sns-area ul li {
          height: 39px; }
          #footer .footer-inner .sns-area ul li img {
            width: auto;
            height: 100%; }
      #footer .footer-inner .sns-area .button {
        text-align: center; }
        #footer .footer-inner .sns-area .button a {
          display: inline-block;
          width: 194px;
          padding: 10px 0;
          border: 1px solid #fff;
          border-radius: 50px;
          background: url(../images/common/button-w.svg) no-repeat center right 20px;
          background-size: 8px;
          line-height: 1;
          font-weight: 700; }
          #footer .footer-inner .sns-area .button a:hover {
            color: #000;
            background: url(../images/common/button01.svg) no-repeat center right 15px #fff;
            background-size: 8px; }
    #footer .footer-inner .logo-area .logo {
      margin: 0 0 15px; }
      #footer .footer-inner .logo-area .logo a img {
        vertical-align: bottom; }
    #footer .footer-inner .logo-area .copy {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700; }
    #footer .footer-inner .link-area {
      display: flex; }
      #footer .footer-inner .link-area ul li {
        margin: 0 0 15px; }
        #footer .footer-inner .link-area ul li:last-child {
          margin: 0; }
        #footer .footer-inner .link-area ul li a {
          font-size: 14px;
          font-weight: 700;
          text-decoration: underline; }
          #footer .footer-inner .link-area ul li a:hover {
            opacity: .6777; }
      #footer .footer-inner .link-area .list01, #footer .footer-inner .link-area .list02 {
        margin: 0 40px 0 0; }
  #footer .copy-right {
    position: relative;
    padding: 20px 0;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    font-weight: 700; }
    #footer .copy-right:before {
      content: "";
      width: 100vw;
      height: 100%;
      background: #22211A;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: -1;
      transform: translateX(-50%); }
  @media screen and (max-width: 990px) {
    #footer .footer-inner {
      padding: 35px 0 50px;
      flex-direction: column;
      align-items: center; }
      #footer .footer-inner .logo-area {
        width: 100%;
        margin: 0 0 30px; }
        #footer .footer-inner .logo-area .logo {
          margin: 0 0 15px;
          text-align: center; }
          #footer .footer-inner .logo-area .logo img {
            width: 165px; }
        #footer .footer-inner .logo-area .copy {
          font-size: 12px;
          width: 100%; }
      #footer .footer-inner .link-area {
        display: none; }
      #footer .footer-inner .sns-area {
        width: 100%;
        padding: 0 40px;
        border: none; }
        #footer .footer-inner .sns-area .title {
          font-size: 14px;
          font-weight: 700;
          text-align: center;
          line-height: 1;
          margin: 0 0 20px; }
        #footer .footer-inner .sns-area ul {
          display: flex;
          justify-content: space-between;
          margin: 0 0 20px; }
          #footer .footer-inner .sns-area ul li {
            height: 39px; }
            #footer .footer-inner .sns-area ul li img {
              width: auto;
              height: 100%; }
        #footer .footer-inner .sns-area .button {
          text-align: center; }
          #footer .footer-inner .sns-area .button a {
            font-size: 12px; }
    #footer .copy-right {
      font-size: 12.5px; } }

.close, .conversion {
  display: none; }

#page_top {
  position: fixed;
  right: 50px;
  bottom: -200px;
  z-index: 99999999999; }

#page_top a {
  position: relative;
  display: block;
  text-decoration: none; }

@media screen and (max-width: 1129px) {
  body.stop {
    overflow: hidden; }

  #header {
    display: flex;
            align-items: center;
    min-height: 76px;
    top: 0;
    perspective-origin: ;
    opacity: 0;
    transition: all 0.5s 0s ease; }
    #header.true {
      opacity: 1; }
      #header.true #head_menu {
        display: flex; }
    #header #head_menu {
      display: none;
      height: auto;
      padding: 15px 0;
      position: static; }
      #header #head_menu .logo {
        margin: 0; }
        #header #head_menu .logo a {
          display: block;
          height: auto; }
        #header #head_menu .logo img {
          max-width: 100%; }
        #header #head_menu .logo.true {
          top: 10px; }
      #header #head_menu .menu {
        display: block;
        padding: 13px 0 0 0;
        width: 100vw;
        height: 100vh;
        position: absolute;
        right: -120%;
        top: 0;
        background: rgba(66, 36, 7, 0.92);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 10000000;
        overflow: scroll; }
        #header #head_menu .menu .logo {
          margin: 0 8vw 25px; }
        #header #head_menu .menu .reservation {
          display: flex;
          justify-content: center;
          margin: 0 8vw 35px;
          position: static;
          height: auto;
          font-size: 12px;
          padding: 12px 8px; }
      #header #head_menu .gnavi {
        margin: 0 0 100px 0;
        position: relative;
        background: none;
        overflow-y: auto;
        height: 100%; }
        #header #head_menu .gnavi .list {
          display: block;
          margin: 0; }
          #header #head_menu .gnavi .list li {
            width: 100%;
            height: 100%;
            display: none; }
            #header #head_menu .gnavi .list li ul {
              transform: translateX(0%); }
              #header #head_menu .gnavi .list li ul li {
                border: none; }
                #header #head_menu .gnavi .list li ul li a {
                  text-align: left;
                  border: none;
                  width: 100%;
                  padding: 10px 50px; }
      #header #head_menu .reservation {
        display: none; }

  #header.open #head_menu .menu {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0; }
  #header.open #head_menu .gnavi .list li {
    display: block; }

    #header.open #head_menu .gnavi .list li a {
      pointer-events: auto; }
      #header #head_menu .reservation li:nth-child(3) a {
        border: none;
      }
    #header.open #head_menu .gnavi .list li ul {
      position: static;
      display: none;
      opacity: 1; }
      #header.open #head_menu .gnavi .list li ul li {
        opacity: 1; }
        #header.open #head_menu .gnavi .list li ul li a {
          color: #fff; }

  #global-nav ul {
    list-style: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
    font-size: 14px;
    width: 90%;
    display: block; }

  #global-nav ul li {
    float: none;
    position: static;
    width: 100%;
    height: 52px;
    border: none;
    margin-bottom: 3px; }
    #global-nav ul li:last-child {
      margin-bottom: 0; }

  #header #global-nav ul li a,
  #header.fixed #global-nav ul li a {
    width: 100%;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    border: 1px solid #cec899;
    background-color: #fff; }
    #header #global-nav ul li a:after,
    #header.fixed #global-nav ul li a:after {
      content: none; }
    #header #global-nav ul li a button,
    #header.fixed #global-nav ul li a button {
      font-size: 10px;
      margin-top: 5px; }

  #header #head_menu #nav-toggle {
    display: block;
    background: #fff;
    border-radius: 50px; }
    #header #head_menu #nav-toggle:before {
      width: 100%;
      text-align: center;
      content: "メニュー";
      color: #000;
      bottom: 10px;
      position: absolute;
      font-size: 10px; }

  .open#header #head_menu #nav-toggle:before {
    font-size: 10px;
    content: "閉じる"; }

  .open #nav-toggle button {
    background: #000; }

  .open #nav-toggle button:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle button:nth-child(2) {
    top: 13px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  .open#header #header_inner .contents #global-nav {
    opacity: 1;
    display: flex;
    z-index: 999999; }
    .open#header #header_inner .contents #global-nav a {
      pointer-events: auto; }

  #nav-toggle {
    display: block;
    position: absolute;
    right: 4vw;
    width: 60px;
    height: 60px;
    top: 8px;
    cursor: pointer;
    z-index: 99999999999;
    padding: 10px 0 0 0; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle button {
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 35px);
    background: #000;
    left: 0;
    -webkit-transition: .33s ease-in-out;
    -moz-transition: .33s ease-in-out;
    transition: .33s ease-in-out;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
    border-radius: 6px;
    pointer-events: none; }

  #nav-toggle button:nth-child(1) {
    top: 10px; }

  #nav-toggle button:nth-child(2) {
    top: 18px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw; }
    body.stop {
      overflow: hidden; }

  #header .copy {
    display: none; }
  #header #head_menu .logo img {
    max-width: 100%; }
  #header #head_menu .logo.true {
    top: 2.667vw; }
  #header #head_menu .menu {
    display: block; }
  #header #head_menu .gnavi .list li a svg {
    left: 5.333vw; }
  #header #head_menu .gnavi .list li.contact a {
    max-width: 85.333vw;
    margin: 5.333vw 0 0; }

  #cv_area .inner {
    padding: 13.333vw 0;
    height: 120vw; }
    #cv_area .inner .title {
      font-size: 5.333vw;
      margin: 0 0 6.667vw; }
    #cv_area .inner .dsc {
      width: 80vw;
      margin: 0 0 6.667vw;
      padding: 0 6.667vw; }

  #page_top {
    right: 2.667vw;
    bottom: -53.333vw; }

  #page_top a img {
    width: 13.333vw; } }
.contact-section {
  max-width: 790px;
  margin: 65px auto 130px; }
  .contact-section .two_column.blog-list01 {
    display: flex;
    margin-top: 35px; }
    .contact-section .two_column.blog-list01 li {
      margin: 40px 0 0;
      padding: 0; }
      .contact-section .two_column.blog-list01 li:before {
        content: none; }
      .contact-section .two_column.blog-list01 li:nth-child(-n+2) {
        margin: 0; }
      .contact-section .two_column.blog-list01 li a {
        color: #000;
        text-decoration: none; }
  @media screen and (max-width: 990px) {
    .contact-section {
      margin: 30px auto 37px; }
      .contact-section .two_column.blog-list01 {
        display: flex;
        margin-top: 20px;
        width: 100%;
        margin-left: 0 !important; }
        .contact-section .two_column.blog-list01 li {
          width: 100%;
          margin: 0 0 20px; }
          .contact-section .two_column.blog-list01 li:nth-child(-n+2) {
            margin: 0 0 20px; } }

.form-section p {
  margin-top: 0 !important; }
.form-section .ttl {
  margin: 0 0 22px;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center; }
  .form-section .ttl .must {
    display: inline-block;
    margin-top: 1px;
    margin-left: 17px;
    background: #FF7F00;
    font-size: 12px;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700; }
.form-section .border-ttl {
  padding: 0 0 16px;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #ddd; }
.form-section .wpcf7-form-control-wrap.your-file, .form-section .wpcf7-form-control-wrap.your-file2 {
  display: block;
  padding: 11px 0 16px;
  border-bottom: 1px solid #ddd; }
.form-section .form-box {
  margin-bottom: 40px; }
  .form-section .form-box .wpcf7-list-item {
    display: block;
    margin: 0 0 6px; }
    .form-section .form-box .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      padding-left: 8px; }
    .form-section .form-box .wpcf7-list-item:last-child {
      margin: 0; }
  .form-section .form-box .flex {
    display: flex;
    margin-top: 12px; }
    .form-section .form-box .flex .span-innner {
      display: flex;
      color: #222; }
  .form-section .form-box .wpcf7-form-control-wrap {
    display: block; }
    .form-section .form-box .wpcf7-form-control-wrap .wpcf7-text {
      width: 100%;
      padding: 10px 15px;
      border: 1px solid #ddd;
      border-radius: 10px;
      font-size: 16px; }
    .form-section .form-box .wpcf7-form-control-wrap .wpcf7-select {
      width: 100%;
      max-width: 370px;
      padding: 10px 15px;
      border: 1px solid #ddd;
      border-radius: 10px;
      font-size: 16px;
      -webkit-appearance: none;
      background-image: url(../images/common/appearance.svg);
      background-position: right 15px center;
      background-repeat: no-repeat;
      appearance: none; }
      .form-section .form-box .wpcf7-form-control-wrap .wpcf7-select::-ms-expand {
        display: none; }
    .form-section .form-box .wpcf7-form-control-wrap .wpcf7-textarea {
      width: 100%;
      height: 240px;
      padding: 10px 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 16px; }
.form-section .privacy-box {
  padding-top: 50px;
  text-align: center; }
  .form-section .privacy-box .wpcf7-list-item-label {
    display: none; }
  .form-section .privacy-box .wpcf7-list-item {
    margin: 0; }
  .form-section .privacy-box a {
    display: inline-block;
    text-decoration: none;
    background: url(../images/common/blank-link.svg) center right 8px no-repeat;
    padding-right: 20px;
    margin-left: 10px; }
    .form-section .privacy-box a:hover {
      text-decoration: underline; }
.form-section .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  background: #FF7F00;
  color: #fff;
  line-height: 1;
  padding: 25px 10px;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 6px; }
  .form-section .wpcf7-submit:hover {
    opacity: .6777777; }
@media screen and (max-width: 990px) {
  .form-section .ttl {
    margin: 0 0 16px;
    font-size: 16px; }
    .form-section .ttl .must {
      font-size: 10px; }
  .form-section .border-ttl {
    padding: 0 0 11px;
    font-size: 16px; }
  .form-section .wpcf7-form-control-wrap.your-file, .form-section .wpcf7-form-control-wrap.your-file2 {
    padding: 11px 0 11px; }
  .form-section .form-box {
    margin-bottom: 25px; }
    .form-section .form-box .wpcf7-form-control-wrap {
      display: block; }
      .form-section .form-box .wpcf7-form-control-wrap .wpcf7-text {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px; }
      .form-section .form-box .wpcf7-form-control-wrap .wpcf7-select {
        width: 100%;
        max-width: 370px;
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px;
        -webkit-appearance: none;
        background-image: url(../images/common/appearance.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        appearance: none; }
        .form-section .form-box .wpcf7-form-control-wrap .wpcf7-select::-ms-expand {
          display: none; }
      .form-section .form-box .wpcf7-form-control-wrap .wpcf7-textarea {
        width: 100%;
        height: 200px;
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px; }
  .form-section .privacy-box {
    padding-top: 25px;
    text-align: center; }
    .form-section .privacy-box .wpcf7-list-item-label {
      display: none; }
    .form-section .privacy-box .wpcf7-list-item {
      margin: 0; }
    .form-section .privacy-box a {
      display: inline-block;
      text-decoration: none;
      background: url(../images/common/blank-link.svg) center right 8px no-repeat;
      padding-right: 20px;
      margin-left: 10px; }
      .form-section .privacy-box a:hover {
        text-decoration: underline; }
  .form-section .wpcf7-submit {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background: #FF7F00;
    color: #fff;
    line-height: 1;
    padding: 20px 10px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700; }
    .form-section .wpcf7-submit:hover {
      opacity: .6777777; } }

.under .first-view {
  height: 255px;
  margin-bottom: 70px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1340px) {
    .under .first-view {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .under .first-view {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .under .first-view.no-image:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #EDEBDF;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%; }
  .under .first-view.image {
    height: 250px; }
    .under .first-view.image:before {
      content: "ROOTS FACTORY";
      position: absolute;
      z-index: 4;
      left: calc( 100vw - ( 100vw - 100% ) / 2 - 50px);
      top: calc(50% - 15px);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: 14px; }
    .under .first-view.image img {
      width: calc( 100vw - ( 100vw - 100% ) / 2);
      max-width: 100vw;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 50%;
      z-index: -1;
      transform: translateY(-50%);
      border-radius: 8px; }
    .under .first-view.image .top-title, .under .first-view.image .title, .under .first-view.image .text {
      color: #fff; }
  .under .first-view .top-title, .under .first-view .title {
    margin: 0 0 20px;
    line-height: 1;
    font-weight: 700; }
  .under .first-view .top-title {
    font-size: 20px; }
  .under .first-view .title {
    font-size: 40px;
    font-weight: 700; }
  @media screen and (max-width: 990px) {
    .under .first-view {
      margin-bottom: 25px; }
      .under .first-view.no-image {
        height: 160px; }
      .under .first-view.image {
        height: 160px; }
        .under .first-view.image:before {
          height: 100%;
          text-align: center;
          z-index: 4;
          left: calc( 100vw - ( 100vw - 100% ) / 2 - 25px);
          top: calc(50%);
          font-size: 10px; }
        .under .first-view.image img {
          width: calc( 100vw - ( 100vw - 100% ) / 2);
          max-width: 100vw;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 50%;
          z-index: -1;
          transform: translateY(-50%);
          border-radius: 10px 0 0 10px; }
        .under .first-view.image .top-title, .under .first-view.image .title, .under .first-view.image .text {
          color: #fff; }
      .under .first-view .text {
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
        margin-top: 10px; }
      .under .first-view .top-title, .under .first-view .title {
        margin: 0 0 10px; }
      .under .first-view .top-title {
        font-size: 12px; }
      .under .first-view .title {
        font-size: 23px;
        margin: 0; } }
  .under .first-view .menu-gesture {
    position: absolute;
    bottom: -30px;
    right: calc( ( 100% - 100vw ) / 2 );
    display: flex;
    background: #fff;
    padding-left: 10px;
    border-radius: 100px 0 0 100px; }
    .under .first-view .menu-gesture li {
      padding: 1.349vw 0; }
      .under .first-view .menu-gesture li a {
        display: inline-block;
        padding: 0 20px;
        font-size: 14px;
        border-right: 1px solid #ccc;
        font-weight: 700; }
        .under .first-view .menu-gesture li a:hover {
          opacity: .6777; }
           @media screen and (max-width: 1290px) {
            .under .first-view .menu-gesture li a {
              letter-spacing: -1px;
            }
          }
                       @media screen and (max-width: 1220px) {
            .under .first-view .menu-gesture li a {
              font-size: 13px;
              letter-spacing: -1.5px;
            }
           }
                                  @media screen and (max-width: 1120px) {
            .under .first-view .menu-gesture li a {
              font-size: 12px;
              letter-spacing: -2px;
            }
           }
      .under .first-view .menu-gesture li:last-child {
        padding-right: 4.412vw; }
        .under .first-view .menu-gesture li:last-child a {
          border-right: none; }
    @media screen and (max-width: 990px) {
      .under .first-view .menu-gesture {
        display: none; } }
.under .company-links-section {
  margin: 80px 0 0;
  position: relative;
  padding: 45px 0 65px; }
  .under .company-links-section:before {
    content: "";
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    background: #F2F0E7; }
  @media screen and (max-width: 990px) {
    .under .company-links-section {
      padding: 25px 0 30px; } }
  .under .company-links-section .list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .under .company-links-section .list li {
      width: calc(50% - 20px);
      padding: 0;
      margin: 40px 0 0; }
      .under .company-links-section .list li:before {
        content: none; }
      .under .company-links-section .list li:nth-child(-n+2) {
        margin: 0; }
      .under .company-links-section .list li a {
        display: block;
        background: #fff;
        height: 100%;
        border-radius: 10px;
        padding: 30px 35px;
        color: #000;
        text-decoration: none; }
        .under .company-links-section .list li a span {
          display: block; }
        .under .company-links-section .list li a .title {
          border-bottom: 1px solid #000;
          padding: 0 0 10px;
          margin: 0 0 15px; }
          .under .company-links-section .list li a .title span {
            font-size: 20px;
            display: inline-flex;
            align-items: center;
            font-weight: 700; }
            .under .company-links-section .list li a .title span:after {
              transition: 0.3s;
              content: "";
              margin: 4px 0 0 15px;
              display: inline-block;
              width: 8px;
              height: 18px;
              background: url(../images/common/button01.svg) center no-repeat;
              background-size: contain; }
        .under .company-links-section .list li a:hover {
          opacity: 0.67777; }
          .under .company-links-section .list li a:hover .title {
            border-bottom: 1px solid #000;
            padding: 0 0 10px;
            margin: 0 0 15px; }
            .under .company-links-section .list li a:hover .title span {
              align-items: center;
              font-weight: 700; }
              .under .company-links-section .list li a:hover .title span:after {
                margin: 4px 0 0 20px; }
  @media screen and (max-width: 990px) {
    .under .company-links-section {
      margin: 45px 0 0; }
      .under .company-links-section .list {
        display: block; }
        .under .company-links-section .list li {
          width: 100%;
          padding: 0;
          margin: 20px 0 0; }
          .under .company-links-section .list li:before {
            content: none; }
          .under .company-links-section .list li:nth-child(-n+2) {
            margin: 20px 0 0; }
          .under .company-links-section .list li:first-child {
            margin: 0; }
          .under .company-links-section .list li a {
            height: auto;
            padding: 25px 20px; }
            .under .company-links-section .list li a .title {
              border-bottom: 1px solid #000;
              padding: 0 0 10px;
              margin: 0 0 15px; }
              .under .company-links-section .list li a .title span {
                font-size: 16px;
                display: inline-flex;
                align-items: center; }
                .under .company-links-section .list li a .title span:after {
                  transition: 0.3s;
                  content: "";
                  margin: 4px 0 0 15px;
                  display: inline-block;
                  width: 6px;
                  height: 14px;
                  background: url(../images/common/button01.svg) center no-repeat;
                  background-size: contain; } }
.under .blog-one-column {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1060px) {
    .under .blog-one-column {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .under .blog-one-column {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .under .blog-one-column .main-column {
    width: 100%;
    flex: 1; }
    .under .blog-one-column .main-column .catch-img {
      margin: 0 0 30px; }
      .under .blog-one-column .main-column .catch-img img {
        border-radius: 10px;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
        vertical-align: bottom; }
    @media screen and (max-width: 990px) {
      .under .blog-one-column .main-column .catch-img {
        margin: 0 0 25px; } }
  .under .blog-one-column .single-area {
    max-width: 790px;
    margin: 0 auto; }
.under .blog-one-column-archives {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    .under .blog-one-column-archives {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .under .blog-one-column-archives {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .under .blog-one-column-archives .blog-list01 li {
    margin: 40px 0 0; }
    .under .blog-one-column-archives .blog-list01 li:nth-child(-n+2) {
      margin: 0; }
    @media screen and (max-width: 990px) {
      .under .blog-one-column-archives .blog-list01 li {
        margin: 20px 0 0; }
        .under .blog-one-column-archives .blog-list01 li:nth-child(-n+2) {
          margin: 20px 0 0; }
        .under .blog-one-column-archives .blog-list01 li:first-child {
          margin: 0; } }
  @media screen and (max-width: 990px) {
    .under .blog-one-column-archives .blog-list01 {
      width: 100%;
      margin-left: auto !important; } }
.under .blog-tow-column {
  display: flex; }
  @media screen and (max-width: 990px) {
    .under .blog-tow-column {
      display: block; } }
  .under .blog-tow-column .main-column {
    width: 100%;
    flex: 1; }
    .under .blog-tow-column .main-column .catch-img img {
      border-radius: 10px;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
      vertical-align: bottom; }
    .under .blog-tow-column .main-column .main-title {
      font-size: 32px;
      line-height: 1.625;
      margin: 0 0 25px;
      font-weight: 700; }
    .under .blog-tow-column .main-column .list {
      margin: 0 0 45px; }
    @media screen and (max-width: 990px) {
      .under .blog-tow-column .main-column .list {
        margin: 0 0 25px; }
      .under .blog-tow-column .main-column .main-title {
        font-size: 18px;
        line-height: 1.56;
        margin: 0 0 15px; } }
  .under .blog-tow-column .list {
    display: flex; }
    .under .blog-tow-column .list time {
      font-size: 18px;
      color: #888;
      display: inline-block;
      margin-right: 20px; }
    .under .blog-tow-column .list ul {
      display: flex;
      flex-wrap: wrap; }
      .under .blog-tow-column .list ul li {
        margin-right: 15px;
        margin-bottom: 15px; }
        .under .blog-tow-column .list ul li:last-child {
          margin-right: 0; }
        .under .blog-tow-column .list ul li a {
          font-size: 12px;
          line-height: 1;
          padding: 6px 12px;
          border-radius: 30px; }
        .under .blog-tow-column .list ul li .category {
          border: 1px solid #E6E6E6;
          background: #E6E6E6;
          font-weight: 700; }
        .under .blog-tow-column .list ul li .tag {
          border: 1px solid #C7C5C0;
          font-weight: 700; }
    @media screen and (max-width: 990px) {
      .under .blog-tow-column .list {
        display: block; }
        .under .blog-tow-column .list time {
          font-size: 18px;
          color: #888;
          display: inline-block;
          margin-bottom: 15px; }
        .under .blog-tow-column .list ul {
          display: flex;
          flex-wrap: wrap;
          position: relative; }
          .under .blog-tow-column .list ul li {
            margin-right: 15px;
            margin-bottom: 15px; }
            .under .blog-tow-column .list ul li:last-child {
              margin-right: 0; }
            .under .blog-tow-column .list ul li:first-child {
              margin: 0; }
            .under .blog-tow-column .list ul li a {
              font-size: 12px;
              line-height: 1;
              padding: 6px 12px;
              border-radius: 30px; }
            .under .blog-tow-column .list ul li .category {
              border: 1px solid #E6E6E6;
              background: #E6E6E6;
              position: absolute;
              top: -42px;
              left: 98px;
              font-weight: 700; }
            .under .blog-tow-column .list ul li .tag {
              font-weight: 700;
              border: 1px solid #C7C5C0; } }
.under .under-cvarea {
  max-width: 1000px;
  width: 100%;
  height: 290px;
  background: url(../images/common/under-cvarea-bg.jpg) no-repeat center/cover;
  padding: 40px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 85px auto; }
  .under .under-cvarea .inner {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    background-image: url(../images/common/cvarea-top-left.svg), url(../images/common/cvarea-bottom-left.svg), url(../images/common/cvarea-top-right.svg), url(../images/common/cvarea-bottom-right.svg);
    background-position: top 10px left 10px,bottom 10px left 10px,top 10px right 10px,bottom 10px right 10px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .under .under-cvarea .inner .title, .under .under-cvarea .inner .center {
      width: 100%;
      text-align: center;
      margin-top: 0; }
    .under .under-cvarea .inner .title {
      font-size: 24px;
      margin: 0 0 20px;
      line-height: 1.375;
      font-weight: 700; }
    .under .under-cvarea .inner .button01 {
      border: 1px solid #000;
      color: #000;
      text-decoration: none; }
  @media screen and (max-width: 990px) {
    .under .under-cvarea {
      margin: 45px 0 0;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      height: 150px;
      padding: 20px 15px; } }
  @media screen and (max-width: 990px) and (max-width: 1340px) {
    .under .under-cvarea {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 990px) and (max-width: 960px) {
    .under .under-cvarea {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 990px) {
      .under .under-cvarea .inner {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.86);
        background-image: url(../images/common/cvarea-top-left-sp.svg), url(../images/common/cvarea-bottom-left-sp.svg), url(../images/common/cvarea-top-right-sp.svg), url(../images/common/cvarea-bottom-right-sp.svg);
        background-position: top 5px left 5px,bottom 5px left 5px,top 5px right 5px,bottom 5px right 5px;
        background-size: 9px;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .under .under-cvarea .inner .title, .under .under-cvarea .inner .center {
          width: 100%;
          text-align: center; }
        .under .under-cvarea .inner .title {
          font-size: 13px;
          margin: 0 0 10px; }
        .under .under-cvarea .inner .button01 {
          width: 145px;
          max-width: auto;
          min-width: auto;
          padding: 7px 0;
          border: 1px solid #000;
          font-size: 10px;
          background-size: 5px;
          background-position: center right 5px; } }
.under .banner-area {
  margin-top: 70px; }
  @media screen and (max-width: 990px) {
    .under .banner-area {
      margin-top: 35px; } }
.under .profile-box {
  margin: 70px 0 0;
  border-bottom: 1px solid #000;
  padding: 0 0 30px; }
  .under .profile-box .title {
    position: relative;
    margin: 0 0 30px; }
    .under .profile-box .title:before {
      content: "";
      height: 1px;
      width: 100%;
      background: #000;
      position: absolute;
      margin: auto 0;
      top: 0;
      bottom: 0;
      left: 0; }
    .under .profile-box .title span {
      position: relative;
      z-index: 2;
      display: inline-block;
      background: #F7F5EF;
      padding-right: 15px;
      font-size: 18px;
      font-weight: 700; }
  .under .profile-box .inner {
    display: flex; }
    .under .profile-box .inner .img {
      width: 114px;
      height: 114px;
      margin-right: 35px; }
      .under .profile-box .inner .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 9999px; }
    .under .profile-box .inner .name span {
      font-weight: 700; }
    .under .profile-box .inner .textarea {
      flex: 1; }
      .under .profile-box .inner .textarea .title {
        margin: 0 0 10px;
        font-weight: 700; }
      .under .profile-box .inner .textarea .text {
        margin: 0 0 20px;
        line-height: 2;
        font-size: 14px; }
      .under .profile-box .inner .textarea .sns-area {
        display: flex; }
        .under .profile-box .inner .textarea .sns-area li {
          width: 25px;
          height: 25px;
          margin-right: 10px; }
          .under .profile-box .inner .textarea .sns-area li:last-child {
            margin: 0; }
          .under .profile-box .inner .textarea .sns-area li a {
            display: block;
            height: 100%; }
            .under .profile-box .inner .textarea .sns-area li a:hover {
              opacity: .8; }
            .under .profile-box .inner .textarea .sns-area li a img {
              width: 100%;
              height: 100%;
              vertical-align: bottom; }
  @media screen and (max-width: 990px) {
    .under .profile-box {
      margin: 40px 0 0;
      padding: 0 0 20px; }
      .under .profile-box .title {
        margin: 0 0 20px; }
        .under .profile-box .title span {
          padding-right: 15px;
          font-size: 14px; }
      .under .profile-box .inner {
        display: flex; }
        .under .profile-box .inner .img {
          width: 85px;
          height: 85px;
          margin-right: 18px; }
        .under .profile-box .inner .textarea {
          flex: 1; }
          .under .profile-box .inner .textarea .title {
            font-weight: 700;
            margin: 0 0 5px;
            font-size: 12px; }
          .under .profile-box .inner .textarea .text {
            margin: 0 01 0px;
            line-height: 1.65;
            font-size: 12px; }
          .under .profile-box .inner .textarea .sns-area {
            display: flex; }
            .under .profile-box .inner .textarea .sns-area li {
              width: 25px;
              height: 25px;
              margin-right: 10px; }
              .under .profile-box .inner .textarea .sns-area li:last-child {
                margin: 0; }
              .under .profile-box .inner .textarea .sns-area li a {
                display: block;
                height: 100%; }
                .under .profile-box .inner .textarea .sns-area li a:hover {
                  opacity: .8; }
                .under .profile-box .inner .textarea .sns-area li a img {
                  width: 100%;
                  height: 100%;
                  vertical-align: bottom; } }
.under .recommend {
  margin-top: 55px; }
  .under .recommend .title {
    font-size: 26px;
    margin: 0 0 30px;
    font-weight: 700; }
  @media screen and (max-width: 990px) {
    .under .recommend {
      margin-top: 40px; }
      .under .recommend .title {
        font-size: 16px;
        margin: 0 0 15px; } }
.under .suide-column .title {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 25px;
  font-weight: 700; }
.under .suide-column div {
  margin-bottom: 70px; }
  .under .suide-column div a:hover {
    opacity: .6777; }
.under .suide-column .img-list {
  border-top: 1px solid #DBDAD9; }
  .under .suide-column .img-list li a {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #DBDAD9; }
    .under .suide-column .img-list li a .img {
      width: 60px;
      height: 60px; }
      .under .suide-column .img-list li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px; }
    .under .suide-column .img-list li a .textarea {
      flex: 1;
      margin-left: 15px; }
      .under .suide-column .img-list li a .textarea .img-list-title {
        display: block;
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 700; }
      .under .suide-column .img-list li a .textarea time {
        color: #888;
        display: block;
        font-size: 14px;
        line-height: 1; }
.under .suide-column .text-list {
  border-top: 1px solid #DBDAD9; }
  .under .suide-column .text-list li a {
    font-weight: 700;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #DBDAD9;
    background: url(../images/common/button01.svg) right center no-repeat; }
@media screen and (max-width: 990px) {
  .under .suide-column .title {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 17px; }
  .under .suide-column div {
    margin-bottom: 40px; }
    .under .suide-column div a:hover {
      opacity: .6777; }
  .under .suide-column .img-list {
    border-top: 1px solid #DBDAD9; }
    .under .suide-column .img-list li a {
      display: flex;
      padding: 20px 0;
      border-bottom: 1px solid #DBDAD9; }
      .under .suide-column .img-list li a .img {
        width: 60px;
        height: 60px; }
        .under .suide-column .img-list li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 6px; }
      .under .suide-column .img-list li a .textarea .img-list-title {
        font-size: 12px; }
      .under .suide-column .img-list li a .textarea time {
        font-size: 10px; }
  .under .suide-column .text-list {
    border-top: 1px solid #DBDAD9; }
    .under .suide-column .text-list li a {
      padding: 15px;
      font-size: 14px;
      background-size: 6px; } }
.under .breadcrumb {
  margin-bottom: 60px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    .under .breadcrumb {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .under .breadcrumb {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .under .breadcrumb ul {
    justify-content: flex-end;
    width: 100%;
    display: flex;
    align-items: center; }
  .under .breadcrumb li {
    position: relative; }
    .under .breadcrumb li a, .under .breadcrumb li span {
      display: block;
      font-size: 14px;
      line-height: 1; }
    .under .breadcrumb li a {
      color: #888;
      padding: 0 15px 0 0; }
      .under .breadcrumb li a:after {
        content: "/";
        color: #000;
        display: inline-block;
        padding: 0 0 0 15px; }
  @media screen and (max-width: 990px) {
    .under .breadcrumb {
      margin-bottom: 25px;
      padding: 6px 0;
      overflow-x: scroll; }
      .under .breadcrumb ul {
        padding: 6px 0;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-start; }
      .under .breadcrumb li a, .under .breadcrumb li span {
        white-space: nowrap;
        font-size: 10px; }
      .under .breadcrumb li:first-child {
        padding: 0;
        margin: 0;
        background: none; } }
.under .pager div {
  margin-bottom: 85px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1340px) {
    .under .pager div {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .under .pager div {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .under .pager div a, .under .pager div span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 9999px;
    margin-right: 10px; }
    .under .pager div a.current, .under .pager div span.current {
      background: #422E07;
      color: #fff; }
    .under .pager div a:last-child, .under .pager div span:last-child {
      margin: 0; }
    .under .pager div a:hover, .under .pager div span:hover {
      opacity: .6777; }
    .under .pager div a.previouspostslink, .under .pager div span.previouspostslink {
      text-indent: -9999999999999px;
      background: url(../images/common/pager-r.svg) no-repeat center #fff; }
    .under .pager div a.nextpostslink, .under .pager div span.nextpostslink {
      text-indent: -9999999999999px;
      background: url(../images/common/pager-l.svg) no-repeat center #fff; }
@media screen and (max-width: 990px) {
  .under .pager div {
    margin-bottom: 30px; }
    .under .pager div a, .under .pager div span {
      width: 40px;
      height: 40px; }
      .under .pager div a.current, .under .pager div span.current {
        background: #422E07;
        color: #fff; }
      .under .pager div a:last-child, .under .pager div span:last-child {
        margin: 0; }
      .under .pager div a:hover, .under .pager div span:hover {
        opacity: .6777; }
      .under .pager div a.previouspostslink, .under .pager div span.previouspostslink {
        display: none; }
      .under .pager div a.nextpostslink, .under .pager div span.nextpostslink {
        display: none; } }

#template-top .openingsection {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 65px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    #template-top .openingsection {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #template-top .openingsection {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #template-top .openingsection .img {
    width: 640px;
    margin-left: 80px; }
    #template-top .openingsection .img img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      border-radius: 10px;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
  #template-top .openingsection .textarea {
    flex: 1; }
    #template-top .openingsection .textarea .title01 {
      margin: 0 0 40px; }
      #template-top .openingsection .textarea .title01 span {
        font-size: 32px;
        font-weight: 700; }
    #template-top .openingsection .textarea .text {
      line-height: 2.1; }
#template-top .pickup-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    #template-top .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #template-top .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #template-top .pickup-section .title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 35px;
    font-weight: 700; }
@media screen and (max-width: 767px) {
  #template-top .openingsection {
    display: block;
    margin-bottom: 35px; }
    #template-top .openingsection .img {
      width: 100%;
      margin: 0 0 26px; }
    #template-top .openingsection .textarea {
      flex: 1; }
      #template-top .openingsection .textarea .title01 {
        margin: 0 0 15px; }
        #template-top .openingsection .textarea .title01 span {
          font-size: 21px;
          font-weight: 700; }
      #template-top .openingsection .textarea .text {
        line-height: 2; }
  #template-top .pickup-section {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
  @media screen and (max-width: 767px) and (max-width: 1340px) {
    #template-top .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    #template-top .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
@media screen and (max-width: 767px) {
    #template-top .pickup-section .title {
      font-size: 21px;
      text-align: center;
      margin: 0 0 26px;
      font-weight: 700; } }

.editor-seciton {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    .editor-seciton {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .editor-seciton {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }

.link-section {
  position: relative;
  padding: 80px 0; }
  .link-section .title-top {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 700; }
  .link-section .title {
    margin-bottom: 65px;
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    font-weight: 700; }
    .link-section .title:before {
      content: none; }
  .link-section:before {
    content: "";
    height: 100%;
    width: calc(100vw);
    background: #F2F0E7;
    position: absolute;
    z-index: -1;
    left: 10vw;
    bottom: 0;
    border-radius: 30px 0 0 30px; }
  .link-section .three_column {
    margin-bottom: 45px;
    margin-top: 0; }
    .link-section .three_column li {
      padding: 0; }
      .link-section .three_column li:before {
        content: none; }
      .link-section .three_column li a {
        color: #000;
        text-decoration: none; }
  .link-section .text-center {
    margin: 0; }
    .link-section .text-center a {
      color: #000;
      text-decoration: none; }
  .link-section .works-section {
    margin-bottom: 85px; }
    .works-section .blog-list03 li a .img:before ,#archive-case .blog-list03 li a .img:before ,#template-top .blog-list01 li a .img:before {
      padding: 0 0 50%;
    }
    .original#archive-case .blog-list03 li a .img:before {
      padding: 0 0 75%;
    }
  @media screen and (max-width: 767px) {
    .link-section {
      position: relative;
      padding: 20px 0 40px; }
      .link-section .title-top {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0; }
      .link-section .title {
        margin-bottom: 30px;
        margin-top: 0;
        font-size: 21px;
        text-align: center; }
        .link-section .title:before {
          content: none; }
      .link-section .works-section {
        margin-bottom: 30px; }
      .link-section .slick-dots li {
        width: 20px; }
      .link-section .slick-list {
        overflow: visible; }
      .link-section .slick-slide a {
        margin: 0 8vw; }
      .link-section .slick-dots {
        bottom: -50px; }
      .link-section .slick-dots li button:before {
        font-family: slick;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 50px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000; }
      .link-section .slick-dots li.slick-active button:before {
        color: #742F0F;
        opacity: 1; }
      .link-section .title01 {
        margin: 0 0 22px;
        font-weight: 700; }
      .link-section .blog-list01, .link-section .blog-list03 {
        margin-bottom: 70px !important; } }

.flow-section {
  padding: 80px 0;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1060px) {
    .flow-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .flow-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  .flow-section .top-title {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: center; }
  .flow-section .title {
    margin: 0 0 45px;
    font-size: 36px;
    text-align: center;
    font-weight: 700; }
  .flow-section .table {
    margin: 0 0 55px; }
    .flow-section .table dl {
      display: flex;
      padding: 0 0 30px;
      margin: 0 0 80px;
      position: relative;
      border-bottom: 1px solid #000; }
      .flow-section .table dl:before {
        content: "";
        width: 100%;
        height: 12px;
        background: url(../images/common/flow-arrow.svg) no-repeat center;
        position: absolute;
        left: 0;
        top: calc(100% + 30px); }
      .flow-section .table dl:last-child {
        margin: 0; }
        .flow-section .table dl:last-child:before {
          content: none; }
      .flow-section .table dl dt {
        width: 240px;
        font-size: 20px;
        text-align: center; }
      .flow-section .table dl dd {
        padding: 2px 0 0;
        flex: 1;
        width: 100%; }
  @media screen and (max-width: 990px) {
    .flow-section {
      padding: 35px 0; }
      .flow-section .top-title {
        font-size: 12px; }
      .flow-section .title {
        margin: 0 0 25px;
        font-size: 21px;
        text-align: center; }
      .flow-section .table {
        margin: 0 0 30px; }
        .flow-section .table dl {
          display: block;
          padding: 0 0 20px;
          margin: 0 0 46px;
          position: relative; }
          .flow-section .table dl:last-child {
            margin: 0; }
            .flow-section .table dl:last-child:before {
              content: none; }
          .flow-section .table dl dt {
            width: 100%;
            font-size: 14px;
            text-align: left; }
          .flow-section .table dl dd {
            padding: 2px 0 0;
            width: 100%; } }

.under-cvarea {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    .under-cvarea {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .under-cvarea {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }

.banner-area {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 1060px) {
    .banner-area {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    .banner-area {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }

#index .first-view {
  height: 630px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  #index .first-view.slick-slider {
    overflow: visible; }
  #index .first-view:before {
    content: "ROOTS FACTORY";
    position: absolute;
    z-index: 4;
    right: 25px;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px; }
  #index .first-view .contents {
    position: relative; }
    #index .first-view .contents .inner {
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;}
      @media screen and (max-width: 1340px) {
        #index .first-view .contents .inner {
          width: calc(100% - 60px);
          margin-left: 30px;
          margin-right: 30px; } }
      @media screen and (max-width: 960px) {
        #index .first-view .contents .inner {
          margin-left: auto;
          margin-right: auto;
          width: calc(100% - 16vw); } }
      #index .first-view .contents .inner .img {
        position: absolute;
        top: 0;
        right: 0;
        width: 900px;
        height: 600px; }
        #index .first-view .contents .inner .img img {
          width: 100%;
          height: 100%;
          object-fit: cever;
          border-radius: 8px 0 0 8px; }
      #index .first-view .contents .inner .textarea {
        position: relative;
        z-index: 2;
        max-width: 38.889vw; }
        @media screen and (max-width: 1260px) {
          #index .first-view .contents .inner .textarea {
            max-width: 490px; } }
        #index .first-view .contents .inner .textarea .category {
          margin: 0 0 25px; }
          #index .first-view .contents .inner .textarea .category span {
            display: inline-block;
            padding: 10px 15px;
            background: #E21362;
            font-size: 28px;
            line-height: 1;
            color: #fff; }
        #index .first-view .contents .inner .textarea .title {
          margin: 0 0 45px; }
          #index .first-view .contents .inner .textarea .title span {
            background: linear-gradient(transparent 10%, #fff 10%);
            line-height: 1.6;
            font-size: 48px;
            position: relative;
            z-index: 1;
            font-weight: 700; }
        #index .first-view .contents .inner .textarea .text {
          width: 345px;
          line-height: 2.375;
          margin: 0 0 25px;
          font-weight: 700; }
        #index .first-view .contents .inner .textarea .link a {
          border-bottom: 1px solid #000;
          font-size: 18px;
          font-weight: 700;
          background: url(../images/common/link-icon.svg) no-repeat center right;
          padding: 0 20px 0 0; }
          #index .first-view .contents .inner .textarea .link a:hover {
            opacity: .8; }
  #index .first-view .slick-next, #index .first-view .slick-prev {
    z-index: 1000;
    top: calc(100% + 12px); }
  #index .first-view .slick-next {
    right: 20px; }
  #index .first-view .slick-prev {
    right: 185px;
    left: auto; }
  #index .first-view .slick-next:before, #index .first-view .slick-prev:before {
    opacity: 1; }
  #index .first-view .slick-next:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background: url(../images/index/mv-carousel-button-r.svg); }
  #index .first-view .slick-prev:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background: url(../images/index/mv-carousel-button-l.svg); }
  @media screen and (max-width: 990px) {
    #index .first-view {
      padding: 0 0 60px;
      height: auto; }
      #index .first-view:before {
        z-index: 4;
        right: 5px;
        top: 32vw;
        font-size: 10px; }
      #index .first-view .contents .inner {
        height: auto;
        position: relative; }
        #index .first-view .contents .inner .img {
          margin: 0 0 45px;
          position: relative;
          top: 0;
          left: 0;
          width: calc(100vw - 8vw);
          max-width: 100vw;
          height: auto; }
          #index .first-view .contents .inner .img:before {
            content: "";
            display: block;
            padding: 0 0 66.67%; }
          #index .first-view .contents .inner .img img {
            position: absolute;
            top: 0;
            left: 0; }
        #index .first-view .contents .inner .textarea {
          position: relative;
          z-index: 2; }
          #index .first-view .contents .inner .textarea .category {
            margin: 0 0 15px; }
            #index .first-view .contents .inner .textarea .category span {
              display: inline-block;
              padding: 10px 15px;
              font-size: 13px;
              line-height: 1;
              color: #fff; }
          #index .first-view .contents .inner .textarea .title {
            margin: 0 0 20px; }
            #index .first-view .contents .inner .textarea .title span {
              font-size: 30px;
              font-weight: 700; }
          #index .first-view .contents .inner .textarea .text {
            font-size: 14px;
            width: 100%;
            line-height: 1.786;
            margin: 0 0 20px; }
          #index .first-view .contents .inner .textarea .link a {
            font-size: 14px; }
            #index .first-view .contents .inner .textarea .link a:hover {
              opacity: 1; }
      #index .first-view .slick-next, #index .first-view .slick-prev {
        top: 66.5vw;         z-index: 99999999999999999999999;}
      #index .first-view .slick-next {
        right: 27px; }
      #index .first-view .slick-prev {
        right: 160px;
        left: auto; }
      #index .first-view .slick-next:before, #index .first-view .slick-prev:before {
        opacity: 1; }
      #index .first-view .slick-next:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 12px;
        background: url(../images/index/mv-carousel-button-r.svg) no-repeat center / contain;}
      #index .first-view .slick-prev:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 12px;
        background: url(../images/index/mv-carousel-button-l.svg)no-repeat center / contain; } }
#index .slick-num {
  margin: 0 0 40px; }
  #index .slick-num .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 35px; }
  #index .slick-num .nowcnt, #index .slick-num .allcnt {
    padding: 0 10px; }
  #index .slick-num .border {
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #C7C7C7;
    position: relative; }
    #index .slick-num .border .bar {
      height: 100%;
      transition: all .1s 0s ease;
      background: #000;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
@media screen and (max-width: 990px) {
  #index .slick-num {
    position: absolute;
    top: 64vw;
    right: 0; }
    #index .slick-num .inner {
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 35px; }
    #index .slick-num .nowcnt, #index .slick-num .allcnt {
      padding: 0 10px; }
    #index .slick-num .border {
      display: inline-block;
      width: 80px;
      height: 3px;
      background: #C7C7C7;
      position: relative; }
      #index .slick-num .border .bar {
        height: 100%;
        transition: all .1s 0s ease;
        background: #000;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0; } }
#index .concept-section {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 1400px) {
    #index .concept-section {
      width: calc(100% - 60px);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 960px) {
    #index .concept-section {
      padding-left: 0px;
      padding-right: 0px;
      width: calc(100% - 10.667vw); } }
  #index .concept-section .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
    margin: 0 0 30px;
    position: relative; }
    /*#index .concept-section .title:before {
      content: "";
      height: 100%;
      width: 100vw;
      background: url(../images/index/section01-title-bg.svg);
      background-size: cover;
      position: absolute;
      left: 0;
      z-index: -1; }*/
    #index .concept-section .title span {
      display: flex;
      align-items: center;
      font-weight: 700; }
    #index .concept-section .title .small {
      font-size: 32px;
      margin-right: 20px; }
    #index .concept-section .title .big {
      font-size: 56px; }
  #index .concept-section .contents {
    display: flex;
    justify-content: space-between;
    padding: 140px 0 0;
    position: relative;
    margin: 0 0 60px; }
    #index .concept-section .contents:before {
      content: "";
      width: 100vw;
      height: 95px;
      transform: translateX(-50%);
      background: url(../images/index/section01-bg01.png);
      background-size: contain;
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 0; }
    #index .concept-section .contents li {
      width: calc(100% / 3 - 10px / 3);
      height: 580px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 10px;
      overflow: hidden; }
      #index .concept-section .contents li a {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); }
        #index .concept-section .contents li a:hover {
          background: transparent; }
        #index .concept-section .contents li a .img {
          height: 75px;
          margin: 0 0 40px; }
        #index .concept-section .contents li a span {
          width: 100%;
          display: inline-block;
          text-align: center;
          color: #fff; }
        #index .concept-section .contents li a .contets-title {
          font-size: 24px;
          margin: 0 0 18px;
          font-weight: 700; }
        #index .concept-section .contents li a .contets-text {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.44; }
      #index .concept-section .contents li.ordermade {
        background-image: url(../images/index/section01-img01.jpg); }
      #index .concept-section .contents li.remake {
        background-image: url(../images/index/section01-img02.jpg); }
      #index .concept-section .contents li.original {
        background-image: url(../images/index/section01-img03.jpg); }
  @media screen and (max-width: 767px) {
    #index .concept-section {
      max-width: 1360px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) and (max-width: 1400px) {
    #index .concept-section {
      width: calc(100% - 60px);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    #index .concept-section {
      padding-left: 0px;
      padding-right: 0px;
      width: calc(100% - 10.667vw); } }
  @media screen and (max-width: 767px) {
      #index .concept-section .title {
        display: flex;
        flex-wrap: wrap;
        height: 72px;
        margin: 0 0 10px;
        position: relative; }
        #index .concept-section .title:before {
          content: "";
          height: 100%;
          width: 100vw;
          background: url(../images/index/section01-title-bg.svg);
          background-size: cover;
          position: absolute;
          left: 0;
          z-index: -1; }
        #index .concept-section .title span {
          width: 100%;
          text-align: center;
          display: block;
          font-weight: 700; }
        #index .concept-section .title .small {
          font-size: 12px;
          margin-right: 20px; }
        #index .concept-section .title .big {
          font-size: 26px; }
      #index .concept-section .contents {
        display: block;
        padding: 65px 0 0;
        position: relative;
        margin: 0 0 35px; }
        #index .concept-section .contents:before {
          content: "";
          width: 100vw;
          height: 54px;
          transform: translateX(-50%);
          background: url(../images/index/section01-bg01.png);
          background-size: auto 54px;
          position: absolute;
          z-index: -1;
          left: 50%;
          top: 0; }
        #index .concept-section .contents li {
          width: 100%;
          height: 66.667vw;
          margin: 0 0 10px; }
          #index .concept-section .contents li a .img {
            height: 52px;
            margin: 0 0 10px; }
            #index .concept-section .contents li a .img img {
              height: 100%;
              width: auto; }
          #index .concept-section .contents li a .contets-title {
            font-size: 18px;
            margin: 0 0 15px; }
          #index .concept-section .contents li a .contets-text {
            font-size: 14px;
            line-height: 1.643; }
          #index .concept-section .contents li.original {
            margin: 0; } }
#index .information-section {
  padding: 15px 0 80px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #index .information-section h2.title {
    font-size: 44px;
    line-height: 1;
    text-align: center;
    margin: 0 0 60px;
    font-weight: 700; }

  @media screen and (max-width: 1340px) {
    #index .information-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .information-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #index .information-section .desgin-title {
    margin: 0 0 30px;
    position: relative;
    width: calc(100% - 300px); }
    #index .information-section .desgin-title:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      transform: translateY(-50%);
      position: absolute;
      z-index: -1;
      left: 0;
      top: 50%; }
    #index .information-section .desgin-title span {
      display: inline-block;
      background: #F6F5F0;
      padding: 0 20px 0 0;
      font-weight: 700;
      font-size: 18px; }
  #index .information-section .title01 {
    margin: 0 0 42px;
    font-weight: 700; }
    #index .information-section .title01 span {
      font-weight: 700; }
  #index .information-section .blog-list01 {
    margin: 0 0 60px; }
  @media screen and (max-width: 767px) {
    #index .information-section {
      padding: 0 0 55px;
      background-size: 218px; }
      #index .information-section h2.title {
        font-size: 24px;
        line-height: 1;
        text-align: center;
        margin: 0 0 25px; }
      #index .information-section .desgin-title {
        margin: 0 0 20px;
        position: relative;
        width: 100%; }
        #index .information-section .desgin-title:before {
          content: "";
          width: 100%;
          height: 1px;
          background: #000;
          transform: translateY(-50%);
          position: absolute;
          z-index: -1;
          left: 0;
          top: 50%; }
        #index .information-section .desgin-title span {
          padding: 0 10px 0 0;
          font-size: 13px; }
      #index .information-section .slick-dots li {
        width: 20px; }
      #index .information-section .slick-list {
        overflow: visible; }
      #index .information-section .slick-slide a {
        margin: 0 8vw; }
      #index .information-section .slick-dots {
        bottom: -50px; }
      #index .information-section .slick-dots li button:before {
        font-family: slick;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 50px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000; }
      #index .information-section .slick-dots li.slick-active button:before {
        color: #742F0F;
        opacity: 1; }
      #index .information-section .title01 {
        margin: 0 0 22px;
        font-weight: 700; }
      #index .information-section .blog-list01 {
        margin: 0 0 70px; } }
#index .makelist-section {
  padding: 55px 0 85px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #index .makelist-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .makelist-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  /*#index .makelist-section:before {
    content: "";
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    background: url(../images/index/section03-bg01.svg) no-repeat center top #F2F0E7; }*/
  #index .makelist-section .title-top {
    margin: 0 0 20px;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    font-weight: 700; }
  #index .makelist-section .title {
    margin: 0 0 65px;
    text-align: center; }
    #index .makelist-section .title span {
      display: inline-block;
      padding: 0 30px;
      line-height: 1;
      font-size: 54px;
      position: relative;
      font-weight: 700; }
      /*#index .makelist-section .title span:before, #index .makelist-section .title span:after {
        width: 20px;
        height: 17px;
        content: "";
        position: absolute;
        background-repeat: no-repeat; }
      #index .makelist-section .title span:before {
        background-image: url(../images/index/section03-title-l.svg);
        top: 0;
        left: 0; }
      #index .makelist-section .title span:after {
        background-image: url(../images/index/section03-title-r.svg);
        bottom: 0;
        right: 0; }*/
  @media screen and (max-width: 767px) {
    #index .makelist-section {
      padding: 27px 0 33px; }
      #index .makelist-section:before {
        background-size: contain; }
      #index .makelist-section .title-top {
        margin: 0 0 10px;
        font-size: 12px; }
      #index .makelist-section .title {
        margin: 0 0 25px;
        text-align: center; }
        #index .makelist-section .title span {
          display: inline-block;
          padding: 0 15px;
          line-height: 1;
          font-size: 22px;
          position: relative; }
          #index .makelist-section .title span:before, #index .makelist-section .title span:after {
            width: 11px;
            height: 9px;
            background-size: contain; }
          #index .makelist-section .title span:before {
            background-image: url(../images/index/section03-title-l.svg);
            top: 0;
            left: 0; }
          #index .makelist-section .title span:after {
            background-image: url(../images/index/section03-title-r.svg);
            bottom: 0;
            right: 0; } }
#index .works-section {
  padding: 80px 0 65px;
  margin-bottom: 45px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #index .works-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .works-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #index .works-section:before {
    content: "";
    height: calc(100% - 100px);
    width: calc(100vw);
    background: #F2F0E7;
    position: absolute;
    z-index: -1;
    left: 10vw;
    bottom: 0;
    border-radius: 30px 0 0 30px; }
  #index .works-section .title {
    font-size: 44px;
    line-height: 1;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 700; }
  #index .works-section .title-text {
    margin: 0 0 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 700; }
  #index .works-section .blog-list03 {
    margin: 0 0 65px; }
  @media screen and (max-width: 767px) {
    #index .works-section {
      padding: 50px 0;
      margin-bottom: 45px;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  @media screen and (max-width: 767px) and (max-width: 1340px) {
    #index .works-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    #index .works-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 767px) {
      #index .works-section:before {
        content: "";
        height: calc(100% - 8vw);
        width: calc(100vw);
        background: #F2F0E7;
        position: absolute;
        z-index: -1;
        left: 10vw;
        bottom: 0;
        border-radius: 15px 0 0 15px; }
      #index .works-section .title {
        font-size: 24px;
        line-height: 1;
        text-align: center;
        margin: 0 0 20px; }
      #index .works-section .title-text {
        margin: 0 0 25px;
        font-size: 12px;
        text-align: center; }
      #index .works-section .blog-list03 {
        margin: 0 0 70px; }
      #index .works-section .slick-dots li {
        width: 20px; }
      #index .works-section .slick-list {
        overflow: visible; }
      #index .works-section .slick-slide a {
        margin: 0 8vw; }
      #index .works-section .slick-dots {
        bottom: -50px; }
      #index .works-section .slick-dots li button:before {
        font-family: slick;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 50px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000; }
      #index .works-section .slick-dots li.slick-active button:before {
        color: #742F0F;
        opacity: 1; }
      #index .works-section .title01 {
        margin: 0 0 22px;
        font-weight: 700; }
      #index .works-section .blog-list01 {
        margin: 0 0 70px; } }
#index .topix-section {
  padding: 60px 0 100px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #index .topix-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .topix-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #index .topix-section .title01 {
    margin: 0 0 60px;
    font-weight: 700; }
  #index .topix-section .inner {
    position: relative;
    margin: 0 0 50px; }
    #index .topix-section .inner:before {
      content: "";
      background: #F2F0E7;
      width: 100vw;
      height: 100%;
      position: absolute;
      transform: translateX(-50%);
      z-index: -2;
      top: 0;
      left: 50%; }
    #index .topix-section .inner .bg-img {
      position: absolute;
      bottom: calc(100% - 10px);
      left: calc( ( 100% - 100vw ) / 2);
      max-width: none;
      opacity: .8;
      vertical-align: bottom; }
    #index .topix-section .inner .box {
      display: flex;
      position: relative;
      z-index: 2; }
      #index .topix-section .inner .box .bg {
        max-width: 700px;
        width: 50vw;
        display: block; }
        #index .topix-section .inner .box .bg:before {
          content: "";
          display: block;
          padding: 0 0 64.29%; }
      #index .topix-section .inner .box .img {
        max-width: 700px;
        width: 50vw;
        position: absolute;
        right: 50%; }
        #index .topix-section .inner .box .img:before {
          content: "";
          display: block;
          padding: 0 0 64.29%; }
        #index .topix-section .inner .box .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          vertical-align: bottom; }
      #index .topix-section .inner .box .textarea {
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        top: 50%;
        width: calc(50% - 60px); }
        #index .topix-section .inner .box .textarea .category {
          margin: 0 0 25px; }
          #index .topix-section .inner .box .textarea .category span {
            display: inline-block;
            padding: 10px 15px;
            background: #E21362;
            font-size: 21px;
            line-height: 1;
            color: #fff;
            font-weight: 700; }
        #index .topix-section .inner .box .textarea .box-title {
          margin: 0 0 20px;
          font-size: 26px;
          font-weight: 700;
          line-height: 1.54; }
        #index .topix-section .inner .box .textarea .text {
          line-height: 2.375;
          margin: 0 0 25px;
          font-weight: 700; }
        #index .topix-section .inner .box .textarea .link a {
          border-bottom: 1px solid #000;
          font-size: 18px;
          font-weight: 700;
          background: url(../images/common/link-icon.svg) no-repeat center right;
          padding: 0 20px 0 0; }
          #index .topix-section .inner .box .textarea .link a:hover {
            opacity: .8; }
      #index .topix-section .inner .box:nth-child(2) .img {
        left: 50%; }
      #index .topix-section .inner .box:nth-child(2) .textarea {
        left: 0; }
  @media screen and (max-width: 767px) {
    #index .topix-section {
      padding: 0px 0  35px; }
      #index .topix-section:before {
        content: "";
        width: 100vw;
        height: 100%;
        background-size: 225px;
        transform: translateX(-50%);
        position: absolute;
        z-index: -2;
        top: 120px;
        left: 50%; }
      #index .topix-section .title01 {
        margin: 0 0 60px; }
      #index .topix-section .inner {
        position: relative;
        margin: 0 0 30px; }
        #index .topix-section .inner:before {
          content: "";
          background: #F2F0E7;
          width: 100vw;
          height: 100%;
          position: absolute;
          transform: translateX(-50%);
          z-index: -2;
          top: 0;
          left: 50%; }
        #index .topix-section .inner .bg-img {
          position: absolute;
          bottom: calc(100% - 10px);
          left: calc( ( 100% - 100vw ) / 2);
          max-width: none;
          opacity: .8;
          vertical-align: bottom;
          width: auto;
          height: 73px; }
        #index .topix-section .inner .box {
          display: block;
          position: relative;
          z-index: 2; }
          #index .topix-section .inner .box .bg {
            width: 100vw;
            display: block;
            margin-left: -8vw; }
            #index .topix-section .inner .box .bg:before {
              content: "";
              display: block;
              padding: 0 0 64.29%; }
          #index .topix-section .inner .box .img {
            width: 100vw;
            position: absolute;
            right: -8vw; }
            #index .topix-section .inner .box .img:before {
              content: "";
              display: block;
              padding: 0 0 64.29%; }
            #index .topix-section .inner .box .img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              position: absolute;
              top: 0;
              left: 0;
              vertical-align: bottom; }
          #index .topix-section .inner .box .textarea {
            transform: translateY(0%);
            position: static;
            right: 0;
            top: 50%;
            width: 100%;
            padding: 30px 0 40px; }
            #index .topix-section .inner .box .textarea .category {
              margin: 0 0 15px; }
              #index .topix-section .inner .box .textarea .category span {
                font-size: 15px; }
            #index .topix-section .inner .box .textarea .box-title {
              margin: 0 0 20px;
              font-size: 18px;
              line-height: 1.39; }
            #index .topix-section .inner .box .textarea .text {
              font-size: 12px;
              line-height: 1.5;
              margin: 0 0 25px; }
            #index .topix-section .inner .box .textarea .link a {
              font-size: 13px; }
              #index .topix-section .inner .box .textarea .link a:hover {
                opacity: 1; }
          #index .topix-section .inner .box:nth-child(2) .img {
            left: -8vw; }
          #index .topix-section .inner .box:nth-child(2) .textarea {
            padding-bottom: 45px; } }
#index .ranking-section {
  padding: 55px 0 90px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1060px) {
    #index .ranking-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .ranking-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #index .ranking-section:before {
    content: "";
    height: 100%;
    width: 100vw;
    background: #F2F0E7;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1; }
  #index .ranking-section .title {
    margin: 0 0 40px;
    text-align: center;
    font-size: 44px;
    font-weight: 700; }
  @media screen and (max-width: 767px) {
    #index .ranking-section {
      padding: 30px 0 35px; }
      #index .ranking-section .title {
        margin: 0 0 25px;
        font-size: 22px; } }
#index .news-section {
  padding: 70px 0 65px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1340px) {
    #index .news-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .news-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #index .news-section .title-box {
    width: 280px; }
    #index .news-section .title-box .top-title {
      margin: 0 0 20px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1; }
    #index .news-section .title-box .title {
      margin: 0 0 38px;
      font-size: 40px;
      line-height: 1;
      font-weight: 700; }
    #index .news-section .title-box .button a {
      width: 200px;
      min-width: 200px;
      font-size: 14px; }
  #index .news-section .news-list {
    border-top: 1px solid #000;
    flex: 1; }
    #index .news-section .news-list li {
      border-bottom: 1px solid #000; }
      #index .news-section .news-list li a {
        display: block;
        padding: 30px 40px;
        background: url(../images/common/button01.svg) right 40px center no-repeat; }
        #index .news-section .news-list li a time {
          display: block;
          font-weight: 700; }
        #index .news-section .news-list li a .title {
          display: block;
          font-weight: 700; }
        #index .news-section .news-list li a:hover {
          opacity: .8;
          background: url(../images/common/button01.svg) right 30px center no-repeat; }
  @media screen and (max-width: 767px) {
    #index .news-section {
      padding: 30px 0 125px;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      position: relative; } }
  @media screen and (max-width: 767px) and (max-width: 1340px) {
    #index .news-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    #index .news-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 767px) {
      #index .news-section .title-box {
        width: 100%; }
        #index .news-section .title-box .top-title {
          margin: 0 0 12px;
          font-size: 15px;
          text-align: center; }
        #index .news-section .title-box .title {
          margin: 0 0 30px;
          font-size: 25px;
          text-align: center;
          font-weight: 700; }
        #index .news-section .title-box .button {
          text-align: center;
          width: 100%;
          position: absolute;
          bottom: 40px; }
          #index .news-section .title-box .button a {
            width: 220px;
            font-size: 13px; }
      #index .news-section .news-list li a {
        display: block;
        padding: 22px 20px 22px 0;
        font-size: 12px;
        background: url(../images/common/button01.svg) right center no-repeat; }
        #index .news-section .news-list li a time {
          display: block; }
        #index .news-section .news-list li a .title {
          display: block;
          font-weight: 700; } }
#index .pickup-section {
  padding: 80px 0 70px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #index .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #index .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  /*#index .pickup-section:before {
    content: "";
    height: 100%;
    width: calc(100vw);
    background: #F2F0E7;
    position: absolute;
    z-index: -1;
    left: 10vw;
    bottom: 0;
    border-radius: 30px 0 0 30px; }*/
  #index .pickup-section .title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 35px;
    font-weight: 700; }
  #index .pickup-section .blog-list04.first {
    margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    #index .pickup-section {
      padding: 35px 0 30px;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  @media screen and (max-width: 767px) and (max-width: 1340px) {
    #index .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    #index .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 767px) {
      #index .pickup-section:before {
        content: "";
        height: 100%;
        width: calc(100vw);
        background: #F2F0E7;
        position: absolute;
        z-index: -1;
        left: 8vw;
        bottom: 0;
        border-radius: 15px 0 0 15px; }
      #index .pickup-section .title {
        text-align: center;
        font-size: 22px;
        margin: 0 0 25px;
        font-weight: 700; }
      #index .pickup-section .blog-list04.first {
        margin-bottom: 35px; } }

#single-story .blog-tow-column {
  margin-bottom: 40px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1200px) {
    #single-story .blog-tow-column {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #single-story .blog-tow-column {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #single-story .blog-tow-column .recommend .blog-list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #single-story .blog-tow-column .recommend .blog-list01 li {
      width: calc(100% / 2 - 40px / 2);
      margin: 0 0 40px; }
      #single-story .blog-tow-column .recommend .blog-list01 li a .category-list span, #single-story .blog-tow-column .recommend .blog-list01 li a .tag-list span {
        display: inline-block;
        padding: 5px 12px;
        margin: 0 12px 15px 0;
        border-radius: 9999px;
        font-size: 12px;
        font-weight: 700; }
      #single-story .blog-tow-column .recommend .blog-list01 li a .category-list span {
        background: #E6E6E6;
        border: 1px solid #E6E6E6; }
      #single-story .blog-tow-column .recommend .blog-list01 li a .tag-list span {
        border: 1px solid #CDCDCD; }
  @media screen and (max-width: 990px) {
    #single-story .blog-tow-column .recommend .blog-list01 {
      display: block;
      width: 100%;
      margin: 0 !important; }
      #single-story .blog-tow-column .recommend .blog-list01 li {
        width: 100%;
        margin: 0 0 30px; }
        #single-story .blog-tow-column .recommend .blog-list01 li:nth-child(3), #single-story .blog-tow-column .recommend .blog-list01 li:nth-child(4) {
          display: none; }
        #single-story .blog-tow-column .recommend .blog-list01 li:nth-child(2) {
          margin: 0; }
        #single-story .blog-tow-column .recommend .blog-list01 li a .category-list span, #single-story .blog-tow-column .recommend .blog-list01 li a .tag-list span {
          display: inline-block;
          padding: 5px 8px;
          margin: 0 12px 10px 0;
          border-radius: 9999px;
          font-size: 10px; } }
  #single-story .blog-tow-column .suide-column {
    width: 280px;
    margin: 0 0 0 70px; }
    @media screen and (max-width: 990px) {
      #single-story .blog-tow-column .suide-column {
        width: 100%;
        margin: 50px 0 0; } }
#single-story .pickup-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    #single-story .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #single-story .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #single-story .pickup-section .title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 35px;
    font-weight: 700; }
  @media screen and (max-width: 990px) {
    #single-story .pickup-section .title {
      font-size: 21px;
      text-align: center;
      margin: 0 0 25px; } }

#single-remake-cace .main-column {
  margin-bottom: 40px; }
  #single-remake-cace .main-column .status {
    margin-bottom: 50px;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 990px) {
      #single-remake-cace .main-column .status {
        margin-bottom: 35px; } }
    @media screen and (max-width: 1060px) {
      #single-remake-cace .main-column .status {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      #single-remake-cace .main-column .status {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw); } }
    #single-remake-cace .main-column .status .catch-img {
      margin: 0 0 30px; }
      #single-remake-cace .main-column .status .catch-img img {
        border-radius: 10px;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
        vertical-align: bottom; }
    #single-remake-cace .main-column .status .main-title {
      font-size: 36px;
      line-height: 1.625;
      margin: 0 0 25px;
      font-weight: 700; }
    @media screen and (max-width: 990px) {
      #single-remake-cace .main-column .status .catch-img {
        margin: 0 0 25px; }
      #single-remake-cace .main-column .status .main-title {
        font-size: 21px;
        line-height: 1.56;
        margin: 0 0 15px; } }
    #single-remake-cace .main-column .status .status-list {
      display: flex;
      margin-bottom: 50px; }
      #single-remake-cace .main-column .status .status-list dl {
        display: flex;
        margin-right: 25px; }
        #single-remake-cace .main-column .status .status-list dl:last-child {
          margin: 0; }
        #single-remake-cace .main-column .status .status-list dl dt {
          color: #888;
          margin-right: 12px; }
        #single-remake-cace .main-column .status .status-list dl dd {
          display: flex; }
          #single-remake-cace .main-column .status .status-list dl dd a {
            display: inline-block;
            margin-right: 10px;
            font-weight: 700; }
            #single-remake-cace .main-column .status .status-list dl dd a:last-child {
              margin: 0; }
            #single-remake-cace .main-column .status .status-list dl dd a:hover {
              text-decoration: underline; }
      @media screen and (max-width: 990px) {
        #single-remake-cace .main-column .status .status-list {
          display: block;
          margin-bottom:0px; }
          #single-remake-cace .main-column .status .status-list dl {
            display: flex;
            margin: 0 0 12px;
            font-size: 12px; }
            #single-remake-cace .main-column .status .status-list dl:last-child {
              margin: 0; }
            #single-remake-cace .main-column .status .status-list dl dt {
              color: #888;
              margin-right: 12px; }
            #single-remake-cace .main-column .status .status-list dl dd {
              display: flex;
              flex: 1;
              flex-wrap: wrap; }
              #single-remake-cace .main-column .status .status-list dl dd a {
                display: inline-block;
                margin-right: 10px; }
                #single-remake-cace .main-column .status .status-list dl dd a:last-child {
                  margin: 0; }
                #single-remake-cace .main-column .status .status-list dl dd a:hover {
                  text-decoration: underline; } }
    #single-remake-cace .main-column .status .customer {
      border-top: 1px solid #000; }
      #single-remake-cace .main-column .status .customer .inner {
        padding: 30px 0;
        border-bottom: 1px solid #000;
        display: flex; }
        #single-remake-cace .main-column .status .customer .inner .title {
          width: 367px; }
          #single-remake-cace .main-column .status .customer .inner .title span {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700; }
            #single-remake-cace .main-column .status .customer .inner .title span img {
              display: inline-block;
              vertical-align: bottom;
              margin-right: 20px; }
        #single-remake-cace .main-column .status .customer .inner .text-list {
          flex: 1;
          width: 100%; }
          #single-remake-cace .main-column .status .customer .inner .text-list .link {
            margin: 0 0 20px; }
            #single-remake-cace .main-column .status .customer .inner .text-list .link a {
              font-weight: 700;
              display: inline-block;
              font-size: 20px;
              padding-left: 35px;
              color: #000;
              text-decoration: none;
              background: url(../images/common/topic-link.svg) left top 5px no-repeat; }
          #single-remake-cace .main-column .status .customer .inner .text-list ul li, #single-remake-cace .main-column .status .customer .inner .text-list ol li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            font-weight: 700; }
            #single-remake-cace .main-column .status .customer .inner .text-list ul li:last-child, #single-remake-cace .main-column .status .customer .inner .text-list ol li:last-child {
              margin: 0; }
          #single-remake-cace .main-column .status .customer .inner .text-list ul li:before {
            position: absolute;
            content: "● ";
            left: 0;
            top: 3px;
            font-size: 10px;
            color: #422E07; }
        #single-remake-cace .main-column .status .customer .inner:nth-child(2) .title span {
          font-weight: 700; }
          #single-remake-cace .main-column .status .customer .inner:nth-child(2) .title span img {
            padding-bottom: 10px; }
      @media screen and (max-width: 990px) {
        #single-remake-cace .main-column .status .customer .inner {
          padding: 20px 0;
          display: block; }
          #single-remake-cace .main-column .status .customer .inner .title {
            width: 100%; }
            #single-remake-cace .main-column .status .customer .inner .title span {
              font-size: 18px; }
              #single-remake-cace .main-column .status .customer .inner .title span img {
                display: inline-block;
                vertical-align: bottom;
                margin-right: 20px; }
          #single-remake-cace .main-column .status .customer .inner .text-list {
            flex: 1;
            width: 100%; }
            #single-remake-cace .main-column .status .customer .inner .text-list .link {
              margin: 0 0 20px; }
              #single-remake-cace .main-column .status .customer .inner .text-list .link a {
                display: inline-block;
                font-size: 14px;
                padding-left: 25px;
                color: #000;
                text-decoration: none;
                background: url(../images/common/topic-link.svg) left top 5px no-repeat;
                background-size: 17px; }
            #single-remake-cace .main-column .status .customer .inner .text-list ul li, #single-remake-cace .main-column .status .customer .inner .text-list ol li {
              position: relative;
              padding-left: 15px;
              margin-bottom: 10px; }
              #single-remake-cace .main-column .status .customer .inner .text-list ul li:last-child, #single-remake-cace .main-column .status .customer .inner .text-list ol li:last-child {
                margin: 0; }
            #single-remake-cace .main-column .status .customer .inner .text-list ul li {
              font-size: 12px; }
          #single-remake-cace .main-column .status .customer .inner:nth-child(2) .title span {
            font-weight: 700; }
            #single-remake-cace .main-column .status .customer .inner:nth-child(2) .title span img {
              padding-bottom: 10px; } }
  #single-remake-cace .main-column .edit-column {
    margin-bottom: 120px;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 790px; }
    @media screen and (max-width: 1060px) {
      #single-remake-cace .main-column .edit-column {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      #single-remake-cace .main-column .edit-column {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw); } }
    #single-remake-cace .main-column .edit-column .title-top, #single-remake-cace .main-column .edit-column .title {
      text-align: center; }
    #single-remake-cace .main-column .edit-column .title-top {
      margin: 0 0 10px; }
      #single-remake-cace .main-column .edit-column .title-top span {
        display: inline-flex;
        align-items: center;
        font-size: 20px;
        font-weight: 700; }
        #single-remake-cace .main-column .edit-column .title-top span img {
          display: inline-block;
          vertical-align: bottom;
          margin-right: 20px; }
    #single-remake-cace .main-column .edit-column .title {
      font-weight: 700;
      font-size: 32px;
      margin: 0 0 35px; }
    #single-remake-cace .main-column .edit-column .textarea {
      margin-bottom: 80px; }
      #single-remake-cace .main-column .edit-column .textarea p {
        margin-bottom: 25px;
        line-height: 2.625; }
        #single-remake-cace .main-column .edit-column .textarea p:last-child {
          margin: 0; }
    #single-remake-cace .main-column .edit-column #section-concept .title-top span img {
      padding-bottom: 10px; }
    @media screen and (max-width: 990px) {
      #single-remake-cace .main-column .edit-column {
        margin-bottom: 30px; }
        #single-remake-cace .main-column .edit-column .title-top {
          margin: 0 0 8px; }
          #single-remake-cace .main-column .edit-column .title-top span {
            display: inline-flex;
            align-items: center;
            font-size: 14px; }
            #single-remake-cace .main-column .edit-column .title-top span img {
              display: inline-block;
              vertical-align: bottom;
              margin-right: 5px;
              width: auto;
              height: 22px; }
        #single-remake-cace .main-column .edit-column .title {
          font-size: 21px;
          margin: 0 0 22px; }
        #single-remake-cace .main-column .edit-column .textarea {
          margin-bottom: 30px; }
          #single-remake-cace .main-column .edit-column .textarea p {
            margin-bottom: 20px;
            line-height: 2;
            font-size: 12px; }
            #single-remake-cace .main-column .edit-column .textarea p:last-child {
              margin: 0; }
        #single-remake-cace .main-column .edit-column #section-concept .title-top span img {
          height: 25px;
          padding-bottom: 0px; } }
  #single-remake-cace .main-column .voice-column {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1060px) {
      #single-remake-cace .main-column .voice-column {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      #single-remake-cace .main-column .voice-column {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw); } }
    #single-remake-cace .main-column .voice-column section {
      border-bottom: 1px solid #000;
      margin: 0 0 80px; }
      #single-remake-cace .main-column .voice-column section:first-child {
        margin: 0 0 60px; }
      #single-remake-cace .main-column .voice-column section .title {
        position: relative; }
        #single-remake-cace .main-column .voice-column section .title:before {
          content: "";
          width: 100%;
          height: 1px;
          background: #000;
          margin: auto 0;
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          bottom: 0; }
        #single-remake-cace .main-column .voice-column section .title span {
          font-weight: 700;
          font-size: 20px;
          display: inline-block;
          background: #F7F5EF;
          padding-right: 10px; }
      #single-remake-cace .main-column .voice-column section .inner {
        display: flex;
        padding: 30px 0 35px 15px; }
        #single-remake-cace .main-column .voice-column section .inner .img {
          width: 114px;
          height: 114px;
          margin-right: 20px; }
          #single-remake-cace .main-column .voice-column section .inner .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 9999px; }
        #single-remake-cace .main-column .voice-column section .inner .textarea {
          flex: 1; }
          #single-remake-cace .main-column .voice-column section .inner .textarea .inner-title {
            font-size: 20px;
            margin: 0 0 20px;
            font-weight: 700; }
          #single-remake-cace .main-column .voice-column section .inner .textarea .text {
            line-height: 2.625; }
    @media screen and (max-width: 990px) {
      #single-remake-cace .main-column .voice-column section {
        margin: 0 0 35px; }
        #single-remake-cace .main-column .voice-column section:first-child {
          margin: 0 0 30px; }
        #single-remake-cace .main-column .voice-column section .title span {
          font-size: 14px; }
        #single-remake-cace .main-column .voice-column section .inner {
          display: flex;
          padding: 18px 0 35px; }
          #single-remake-cace .main-column .voice-column section .inner .img {
            width: 83px;
            height: 83px;
            margin-right: 15px; }
          #single-remake-cace .main-column .voice-column section .inner .textarea {
            flex: 1; }
            #single-remake-cace .main-column .voice-column section .inner .textarea .inner-title {
              font-size: 12px;
              font-weight: 700;
              margin: 0 0 10px; }
            #single-remake-cace .main-column .voice-column section .inner .textarea .text {
              font-size: 12px;
              line-height: 2; } }
  #single-remake-cace .main-column .single-bottom {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1060px) {
      #single-remake-cace .main-column .single-bottom {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      #single-remake-cace .main-column .single-bottom {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw); } }
#single-remake-cace .works-section {
  padding: 80px 0 65px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #single-remake-cace .works-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #single-remake-cace .works-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #single-remake-cace .works-section:before {
    content: "";
    height: 100%;
    width: calc(100vw);
    background: #F2F0E7;
    transform: translateX(-50%);
    position: absolute;
    z-index: -2;
    top: 0;
    left: 50%; }
  #single-remake-cace .works-section .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 60px; }
  #single-remake-cace .works-section .title-text {
    margin: 0 0 60px;
    font-size: 18px;
    text-align: center; }
  #single-remake-cace .works-section .blog-list03 {
    margin: 0 0 65px; }
    #single-remake-cace .works-section .blog-list03 a {
      height: 100%;
      display: block;
      padding: 0 0 20px;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
      #single-remake-cace .works-section .blog-list03 a:hover {
        opacity: .8;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
    #single-remake-cace .works-section .blog-list03 .list-title {
      font-size: 20px; }
    #single-remake-cace .works-section .blog-list03 .textarea {
      padding: 0 20px;
      display: block; }
  @media screen and (max-width: 767px) {
    #single-remake-cace .works-section {
      padding: 25px 0;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  @media screen and (max-width: 767px) and (max-width: 1340px) {
    #single-remake-cace .works-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 960px) {
    #single-remake-cace .works-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 767px) {
      #single-remake-cace .works-section .title {
        font-size: 23px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        margin: 0 0 20px; }
      #single-remake-cace .works-section .title-text {
        margin: 0 0 25px;
        font-size: 12px;
        text-align: center; }
      #single-remake-cace .works-section .blog-list03 {
        margin: 0 0 70px; }
      #single-remake-cace .works-section .slick-dots li {
        width: 20px; }
      #single-remake-cace .works-section .slick-list {
        overflow: visible; }
      #single-remake-cace .works-section .slick-slide a {
        margin: 0 8vw; }
      #single-remake-cace .works-section .slick-dots {
        bottom: -50px; }
      #single-remake-cace .works-section .slick-dots li button:before {
        font-family: slick;
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 50px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000; }
      #single-remake-cace .works-section .slick-dots li.slick-active button:before {
        color: #742F0F;
        opacity: 1; }
      #single-remake-cace .works-section .title01 {
        margin: 0 0 22px;
        font-weight: 700; }
      #single-remake-cace .works-section .blog-list01 {
        margin: 0 0 70px; } }
#single-remake-cace .category-section {
  padding: 0 0 65px;
  margin: 0 0 80px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #single-remake-cace .category-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #single-remake-cace .category-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #single-remake-cace .category-section:before {
    content: "";
    height: 100%;
    width: calc(100vw);
    background: #F2F0E7;
    transform: translateX(-50%);
    position: absolute;
    z-index: -2;
    top: 0;
    left: 50%; }
  #single-remake-cace .category-section .title {
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin: 0 0 45px;
    font-weight: 700; }
  #single-remake-cace .category-section .category-list {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 10px;
    border-radius: 20px; }
    #single-remake-cace .category-section .category-list:before, #single-remake-cace .category-section .category-list:after {
      content: "";
      display: block;
      width: calc(100% / 4 - 60px / 4 );
      order: 2; }
    #single-remake-cace .category-section .category-list li {
      width: calc(100% / 4 - 60px / 4 );
      margin: 0 0 20px; }
      #single-remake-cace .category-section .category-list li a {
        font-size: 14px;
        display: block;
        padding: 20px;
        background: url(../images/common/button01.svg) right 30px center no-repeat #F7F5EF;
        border-radius: 8px; }
  @media screen and (max-width: 990px) {
    #single-remake-cace .category-section {
      padding: 0 0 50px;
      margin-bottom: 40px; }
      #single-remake-cace .category-section .title {
        font-size: 23px;
        margin: 0 0 20px; }
      #single-remake-cace .category-section .category-list {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 15px 10px;
        border-radius: 10px; }
        #single-remake-cace .category-section .category-list:before, #single-remake-cace .category-section .category-list:after {
          content: none; }
        #single-remake-cace .category-section .category-list li {
          width: calc(100% / 2 - 10px / 4 );
          margin: 0 0 10px; }
          #single-remake-cace .category-section .category-list li a {
            font-size: 10px;
            display: block;
            padding: 12px 15px 12px 8px;
            background: url(../images/common/button01.svg) right 10px center no-repeat #F7F5EF;
            background-size: 7px;
            border-radius: 6px; } }
#single-remake-cace .pickup-section {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1200px) {
    #single-remake-cace .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #single-remake-cace .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #single-remake-cace .pickup-section .title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 35px;
    font-weight: 700; }
  @media screen and (max-width: 990px) {
    #single-remake-cace .pickup-section .title {
      font-size: 21px;
      text-align: center;
      margin: 0 0 25px; } }

#archive-case .category-section {
  margin: 0 0 80px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #archive-case .category-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #archive-case .category-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #archive-case .category-section .title {
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin: 0 0 45px; }
    #archive-case .tab-section ul{
      display: flex;
     justify-content: center;
    }
    #archive-case .tab-section li {
      cursor: pointer;
      padding: 16px 24px;
      width: 400px;
      border-radius: 20px 20px 0 0;
      background: #EDEBDF;
      text-align: center;
      font-weight: 700;
      transition: 0.3s;
      font-size: 20px;
    }
    #archive-case .tab-section li:hover {
      opacity: .67777;
    }
    #archive-case .tab-section li:nth-child(2) {
      margin-left: 24px;
    }
     #archive-case .tab-section li.true {
      cursor: auto;
      pointer-events: none;
      background: #fff;
    }
    #archive-case .content-list.pull-list {
      background: #fff;
       border-radius: 20px;
       padding: 72px 69px 60px;
       margin-bottom: 70px;
    }
    #archive-case .pull-list .pull-menu4 {
      background: #fff;
      display: none;
      justify-content: space-between;
    }
    #archive-case .pull-list .pull-menu4:before,#archive-case .pull-list .pull-menu4:after {
      content: "";
      display: block;
       width: calc(100% / 3 - 64px / 3 );
       height: 0;
       order: 2;
    }
    #archive-case .pull-list .pull-menu4.true {
      display: flex;
      flex-wrap: wrap;
    }
    #archive-case .pull-list .pull-menu4 li {
      width: calc(100% / 3 - 64px / 3 );
      margin-bottom: 20px;
    }
    #archive-case .pull-list .pull-menu4 li a {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 700;
    }
    #archive-case .pull-list .pull-menu4 li a:hover {
      opacity: .67777;
    }
    #archive-case .pull-list .pull-menu4 li span {
      display: block;
    }
    #archive-case .pull-list .pull-menu4 li a .img {
      width: 120px;
      height: 120px;
      margin-right: 20px;
    }
    #archive-case .pull-list .pull-menu4 li a .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }
    @media screen and (max-width: 960px) {
          #archive-case .tab-section ul{
          display: flex;
         justify-content: center;
               margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw - 16px); } 
        #archive-case .tab-section li {
          cursor: pointer;
          padding: 12px 16px;
          width: calc(50% - 6px);
          border-radius: 8px 8px 0 0;
          background: #EDEBDF;
          text-align: center;
          font-weight: 700;
          transition: 0.3s;
          font-size: 15px;
        }
        #archive-case .tab-section li:hover {
          opacity: 1;
        }
        #archive-case .tab-section li:nth-child(2) {
          margin-left: 12px;
        }
        #archive-case .content-list.pull-list {
          background: #fff;
           border-radius:8px;
           padding: 35px 20px 25px 20px;
           margin-bottom: 35px;
        }
        #archive-case .pull-list .pull-menu4 {
          background: #fff;
          display: none;
          justify-content: space-between;
          flex-wrap: wrap;
        }
        #archive-case .pull-list .pull-menu4:before,#archive-case .pull-list .pull-menu4:after {
          content: "";
          display: block;
           width: calc(50% - 6px);
           height: 0;
           order: 2;
        }
        #archive-case .pull-list .pull-menu4.true {
          display: flex;
        }
        #archive-case .pull-list .pull-menu4 li {
          width: 100%;
          margin-bottom: 12px;
        }
        #archive-case .pull-list .pull-menu4 li a {
          display: flex;
          align-items: center;
          font-size: 13px;
          font-weight: 700;
        }
        #archive-case .pull-list .pull-menu4 li span {
          display: block;
        }
        #archive-case .pull-list .pull-menu4 li a .img {
          width: 80px;
          height: 80px;
          margin-right: 12px;
        }
        #archive-case .pull-list .pull-menu4 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 8px;
        }
    }
  #archive-case .category-section .category-list {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 10px;
    border-radius: 20px; }
    #archive-case .category-section .category-list:before, #archive-case .category-section .category-list:after {
      content: "";
      display: block;
      width: calc(100% / 4 - 60px / 4 );
      order: 2; }
    #archive-case .category-section .category-list li {
      width: calc(100% / 4 - 60px / 4 );
      margin: 0 0 20px; }
      #archive-case .category-section .category-list li a {
        font-size: 14px;
        display: block;
        padding: 20px;
        background: url(../images/common/button01.svg) right 20px center no-repeat #F7F5EF;
        border-radius: 8px;
        font-weight: 700; }
        #archive-case .category-section .category-list li a:hover {
          opacity: .67777; }
  @media screen and (max-width: 990px) {
    #archive-case .category-section {
      margin-bottom: 40px; }
      #archive-case .category-section .title {
        font-size: 23px;
        margin: 0 0 20px; }
      #archive-case .category-section .category-list {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 15px 10px;
        border-radius: 10px; }
        #archive-case .category-section .category-list:before, #archive-case .category-section .category-list:after {
          content: none; }
        #archive-case .category-section .category-list li {
          width: calc(100% / 2 - 10px / 4 );
          margin: 0 0 10px; }
          #archive-case .category-section .category-list li a {
            font-size: 10px;
            display: block;
            padding: 12px 15px 12px 8px;
            background: url(../images/common/button01.svg) right 10px center no-repeat #F7F5EF;
            background-size: 7px;
            border-radius: 6px; } }
#archive-case .content-list {
  padding: 0 0 40px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    #archive-case .content-list {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #archive-case .content-list {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #archive-case .content-list .blog-list03 li {
    margin-bottom: 40px; }
    #archive-case .content-list .blog-list03 li a .img img {
      border-radius: 10px 10px 0 0;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  #archive-case .content-list .blog-list03 a {
    height: 100%;
    display: block;
    padding: 0 0 18px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }
    #archive-case .content-list .blog-list03 a:hover {
      opacity: .8;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0); }
  #archive-case .content-list .blog-list03 .list-title {
    font-size: 20px; }
  #archive-case .content-list .blog-list03 .textarea {
    padding: 0 20px;
    display: block; }
  #archive-case .content-list .blog-list01 li {
    margin-bottom: 40px; }
  @media screen and (max-width: 990px) {
    #archive-case .content-list {
      padding: 0 0 10px;
      max-width: 1280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  @media screen and (max-width: 990px) and (max-width: 1340px) {
    #archive-case .content-list {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; }}
  @media screen and (max-width: 990px) and (max-width: 960px) {
      #archive-case .content-list .blog-list03 .list-title {
    font-size: 18px; }
    #archive-case .content-list {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  @media screen and (max-width: 990px) {
      #archive-case .content-list .blog-list03, #archive-case .content-list .blog-list01 {
        width: 100%;
        margin: 0 !important; }
        #archive-case .content-list .blog-list03 li, #archive-case .content-list .blog-list01 li {
          margin-bottom: 15px; } }
#archive-case .banner-area {
  text-align: center;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1340px) {
    #archive-case .banner-area {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #archive-case .banner-area {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
#archive-case .pickup-section {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1200px) {
    #archive-case .pickup-section {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 960px) {
    #archive-case .pickup-section {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 16vw); } }
  #archive-case .pickup-section .title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 35px;
    font-weight: 700; }
  @media screen and (max-width: 990px) {
    #archive-case .pickup-section .title {
      font-size: 21px;
      text-align: center;
      margin: 0 0 25px; } }

#single-shop .blog-list01 a .img:before {
  padding: 0 0 63%; }
  .recruitment .main-img{
      max-width: 1280px;
      height: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .recruitment .editor-seciton {
     max-width: 1000px;
  }
    .recruit-cover {
      margin-top: 72px;
    }
    .recruitment .recruit-title {
      font-size:54px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 64px;
    }
  .recruitment .editor-seciton .btn {
    text-align: center;
  }
  .recruitment .editor-seciton .btn a {
    display: inline-block;
    width: 100%;
    max-width: 448px;
    padding: 16px 0;
    color: #fff;
    border: 1px solid #ff7f00;
    background: #ff7f00;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 8px;
  }
    .recruitment .editor-seciton .btn a:hover{
      color: #ff7f00;
      background: #fff;
    }
    .recruit-cover"{
      margin-top: 72px;
    }
    .recruitment .recruit-title {
      font-size: 54px;
      font-weight: 700;
      margin-bottom: 64px;
      text-align: center;
    }
    .recruitment .recruit-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .recruitment .recruit-list:before ,.recruitment .recruit-list:after {
      content: "";
      display: block;
      width: calc(100% / 3 - 64px / 3);
      height: 0px;
      order: 1;
    }
    .recruitment .recruit-list li {
      width: calc(100% / 3 - 64px / 3);
      margin-bottom: 60px;
    }
    .recruitment .recruit-list li .img {
      display: block;
      position: relative;
      margin: 0 0 32px;
    }
    .recruitment .recruit-list li .img:before {
      content: "";
      display: block;
      padding: 0 0 75%;
    }
    .recruitment .recruit-list li .img img {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    }
    .recruitment .recruit-list li .title {
      font-size: 28px;
      font-weight: 700;
      margin: 0 0 28px;
    }
    .recruitment .recruit-list li .button-cover {
      text-align: center;
      display: block;
      margin: 32px 0 0;
    } 
    .recruitment .recruit-list li:not(.flagon) a {
      pointer-events: none;
    }
    .recruitment .recruit-list li:not(.flagon) .button-cover {
      display: none;
    }
  .recruitment .main-img img {
        border-radius: 8px;
        width: 100%;
        height: 100%;
        object-fit: cover;

      }
    @media screen and (max-width: 1023px) {
        .recruitment .recruit-list:before ,.recruitment .recruit-list:after {
          content:none;
        }
        .recruitment .recruit-list li {
          width: calc(100% / 2 - 56px / 2);
          margin-bottom: 60px;
        }
    }
    @media screen and (max-width: 960px) {
        .recruit-cover {
          margin-top: 40px;
        }
        .recruitment .recruit-title {
          font-size:28px;
          font-weight: 700;
          margin-bottom: 32px;
        }
        .recruitment .recruit-list li {
          width: 100%;
          margin-bottom: 40px;
        }
      .recruitment .recruit-list li .img {
        display: block;
        position: relative;
        margin: 0 0 24px;
      }
    .recruitment .recruit-list li .title {
          font-size: 21px;
          font-weight: 700;
          margin: 0 0 24px;
        }
            .recruitment .recruit-list li .text {
          font-size: 14px;
        }
    .recruitment .recruit-list li .button-cover {
          text-align: center;
          display: block;
          margin: 24px 0 0;
        } 
    }
    @media screen and (max-width: 1340px) {
      .recruitment .main-img{
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      .recruitment .main-img{
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw);
      }
      .flex-col {
          flex-wrap: wrap-reverse !important;
        }
        .recruitment .main-img{ 
          height: 240px;
        }
      }
      .recruit-cover {
          max-width: 1280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
      }
      @media screen and (max-width: 1340px) {
      .recruit-cover{
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 960px) {
      .recruit-cover{
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 16vw);
      }
  }
        .entryform .editor-seciton{
        max-width: 1000px;
      }
      .search-form_wrapper {
        position: relative;
      }
      .search-form_wrapper .search-form_input {
        width: 100%;
        padding: 8px 60px 8px 12px;
      }
      .search-form_wrapper .search-form_button {
        position: absolute;
        top:0;
        right:0;
        height: 35px;
        width: 35px;
        text-indent: -9999999999px;
        background: url(../images/common/btn-search.svg) no-repeat center / 20px;
        cursor: pounter;
      }

