@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Zen+Old+Mincho:wght@400;600&display=swap");
:root {
  --vw-size11: clamp(10px, calc(((11 + 2) / 1260) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 2) / 1260) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 2) / 1260) * 100vw), 14px);
  --vw-size16: clamp(13px, calc(((16 + 2) / 1260) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 2) / 1260) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 2) / 1260) * 100vw), 20px);
  --vw-size22: clamp(16px, calc(((22 + 2) / 1260) * 100vw), 22px);
  --vw-size24: clamp(18px, calc(((24 + 2) / 1260) * 100vw), 24px);
  --vw-size26: clamp(18px, calc(((26 + 2) / 1260) * 100vw), 26px);
  --vw-size28: clamp(19px, calc(((28 + 2) / 1260) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 2) / 1260) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 2) / 1260) * 100vw), 32px);
  --vw-size34: clamp(21px, calc(((34 + 2) / 1260) * 100vw), 34px);
  --vw-size36: clamp(22px, calc(((36 + 2) / 1260) * 100vw), 36px);
  --vw-size40: clamp(22px, calc(((40 + 2) / 1260) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 2) / 1260) * 100vw), 45px);
  --vw-size48: clamp(26px, calc(((48 + 2) / 1260) * 100vw), 48px);
  --vw-size50: clamp(28px, calc(((50 + 2) / 1260) * 100vw), 50px);
  --vw-size56: clamp(30px, calc(((56 + 2) / 1260) * 100vw), 56px);
  --vw-size80: clamp(40px, calc(((80 + 2) / 1260) * 100vw), 80px);
  --vw-size100: clamp(50px, calc(((100 + 2) / 1260) * 100vw), 100px);
  --vw-size140: clamp(70px, calc(((140 + 2) / 1260) * 100vw), 140px);
}

/* Vendor prefix
--------------------------------- */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: A1 Mincho, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-family: A1 Mincho, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
}
body.ovhide {
  overflow: hidden;
}

html.no-smooth {
  scroll-behavior: auto;
}

.l-header {
  position: relative;
}

.l-header--simple .l-header__headInner {
  padding-bottom: 3px;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .l-header--simple .l-header__headInner {
    padding-bottom: 13px;
    padding-top: 17px;
  }
}

.go {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

.footer p {
  line-height: 1.8em;
}

main {
  overflow: hidden;
}
main div, main span, main applet, main object, main iframe,
main h1, main h2, main h3, main h4, main h5, main h6, main p, main blockquote, main pre,
main a, main abbr, main acronym, main address, main big, main cite, main code,
main del, main dfn, main em, main img, main ins, main kbd, main q, main s, main samp,
main small, main strike, main strong, main sub, main sup, main tt, main var,
main b, main u, main i, main center,
main dl, main dt, main dd,
main fieldset, main form, main label, main legend,
main table, main caption, main tbody, main tfoot, main thead, main tr, main th, main td,
main article, main aside, main canvas, main details, main embed,
main figure, main figcaption, main footer, main header, main hgroup,
main menu, main nav, main output, main ruby, main section, main summary,
main time, main mark, main audio, main video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main a {
  text-decoration: none;
  color: #000;
}
main img, main x:-moz-any-link, main x:default {
  box-shadow: #000 0 0 0;
}
main img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
main p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  main p {
    font-size: 11px;
  }
}
main small {
  font-size: 80%;
}
@media (min-width: 992px) {
  main a {
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
  }
  main a:hover {
    opacity: 0.7;
  }
  main a:hover img {
    opacity: 1;
  }
  main a[href^="tel:"] {
    pointer-events: none;
  }
  main a[href^="tel:"]:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  main .vsp02 {
    display: none;
  }
}
@media (min-width: 992px) {
  main .vsp {
    display: none;
  }
}
@media (max-width: 991px) {
  main .vpc {
    display: none;
  }
}
@media (max-width: 767px) {
  main .vpc02 {
    display: none;
  }
}
main sup {
  font-size: 60%;
  vertical-align: super;
}
main .inner01 {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
main .inner02 {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}
main .mvArea {
  position: relative;
}
main .mvArea .logo {
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
@media (max-width: 767px) {
  main .mvArea .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main .mvArea .logo img {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 767px) {
  main .mvArea .logo img {
    max-width: 100px;
  }
}
main .mvArea .txtWrap {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  main .mvArea .txtWrap {
    top: 30px;
  }
}
main .mvArea .txtWrap .txtInner {
  width: 90%;
  margin: 0 auto;
}
main .mvArea .txtWrap h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: var(--vw-size50);
  line-height: 1.5em;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media (max-width: 767px) {
  main .mvArea .txtWrap h1 {
    font-size: 6.8vw;
    line-height: 1.3em;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
main .mvArea .txtWrap h1 strong {
  color: #20664d;
}
main .mvArea .txtWrap .mvTxt {
  font-size: var(--vw-size18);
  line-height: 1.8em;
  margin-top: 30px;
}
@media (max-width: 767px) {
  main .mvArea .txtWrap .mvTxt {
    text-align: center;
  }
}
main .mvArea .imgWrap figure {
  width: 100%;
  height: 100%;
}
main .mvArea .imgWrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .floatBtn01 {
  width: 100px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 767px) {
  main .floatBtn01 {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .floatBtn01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a9e61), to(#264429));
  background: -webkit-linear-gradient(top, #5a9e61, #264429);
  background: linear-gradient(to bottom, #5a9e61, #264429);
  padding: 30px 0 10px;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  main .floatBtn01 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 25px 10px 25px 20%;
    position: relative;
    border-radius: 8px 8px 0 0;
  }
}
main .floatBtn01 a .cata {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 767px) {
  main .floatBtn01 a .cata {
    position: absolute;
    width: 25%;
    top: -5px;
    left: -2%;
    margin-left: 0;
  }
}
main .floatBtn01 a .txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  main .floatBtn01 a .txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}
@media (max-width: 767px) {
  main .floatBtn01 a .txt {
    font-size: 4.5vw;
  }
}
main .floatBtn01 a .icon {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
main .floatBtn01 a .icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 2px #264429;
  border-bottom: solid 2px #264429;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  right: 7px;
  margin-top: -3px;
}
main .floatBtn {
  width: 510px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 250, 210, 0.9)), to(rgba(202, 225, 196, 0.9)));
  background: -webkit-linear-gradient(left, rgba(255, 250, 210, 0.9), rgba(202, 225, 196, 0.9));
  background: linear-gradient(to right, rgba(255, 250, 210, 0.9), rgba(202, 225, 196, 0.9));
  padding: 20px 20px 20px 115px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  main .floatBtn {
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
  }
}
main .floatBtn .close {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 5px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  main .floatBtn .close {
    top: 5px;
  }
}
@media (min-width: 992px) {
  main .floatBtn .close:hover {
    opacity: 0.7;
  }
}
main .floatBtn .close::before, main .floatBtn .close::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
}
main .floatBtn .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .floatBtn .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main .floatBtn p {
  color: #000;
  text-align: center;
}
main .floatBtn p.floatTtl {
  font-size: var(--vw-size26);
  line-height: 1.3em;
}
main .floatBtn p.floatTxt {
  font-size: var(--vw-size20);
  line-height: 1.3em;
  margin-bottom: 5px;
}
main .floatBtn .cata {
  width: 149px;
  position: absolute;
  top: 0;
  left: -40px;
}
@media (max-width: 767px) {
  main .floatBtn .cata {
    display: none;
  }
}
main .floatBtn .cataSp01 {
  display: none;
}
@media (max-width: 767px) {
  main .floatBtn .cataSp01 {
    display: block;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 5px;
  }
}
main .floatBtn .cataSp02 {
  display: none;
}
@media (max-width: 767px) {
  main .floatBtn .cataSp02 {
    display: block;
    width: 70px;
    position: absolute;
    top: 5px;
    left: -15px;
  }
}
main .floatBtn .btnCatalog {
  width: 100%;
}
@media (max-width: 767px) {
  main .floatBtn .btnCatalog {
    width: 80%;
    margin: 0 auto;
  }
}
main .floatBtn .btnCatalog a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a9e61), to(#264429));
  background: -webkit-linear-gradient(top, #5a9e61, #264429);
  background: linear-gradient(to bottom, #5a9e61, #264429);
  position: relative;
  font-size: var(--vw-size22);
  overflow: hidden;
  padding: 0 50px 0 20px;
  height: 80px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  main .floatBtn .btnCatalog a {
    padding: 0 50px 0 10px;
    height: 60px;
    font-size: var(--vw-size20);
  }
}
main .floatBtn .btnCatalog a span.tag {
  color: #264429;
  background: #fff;
  padding: 6px 10px;
  white-space: nowrap;
  border-radius: 30px;
}
@media (max-width: 767px) {
  main .floatBtn .btnCatalog a span.tag {
    padding: 6px 10px;
    font-size: var(--vw-size20);
  }
}
main .floatBtn .btnCatalog a span.txt {
  color: #fff;
  line-height: 1.1em;
  text-align: left;
}
main .floatBtn .btnCatalog a span.txt small {
  display: block;
  line-height: 1;
  margin-bottom: 0.3em;
  font-size: var(--vw-size18);
}
@media (max-width: 767px) {
  main .floatBtn .btnCatalog a span.txt small {
    font-size: var(--vw-size14);
  }
}
main .floatBtn .btnCatalog a span.icon {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
main .floatBtn .btnCatalog a span.icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 2px #264429;
  border-bottom: solid 2px #264429;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  right: 8px;
  margin-top: -4px;
}
main h2.en {
  font-size: var(--vw-size14);
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
main .ttl01 {
  font-size: var(--vw-size34);
  letter-spacing: 0.15em;
  line-height: 1.8em;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media (max-width: 767px) {
  main .ttl01 {
    font-size: var(--vw-size28);
  }
}
main .ttl01 strong {
  display: inline-block;
  border: solid 1px #000;
  padding: 1px 8px;
  font-weight: normal;
  text-shadow: none;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  margin: 0 5px;
}
main .txt01 {
  font-size: var(--vw-size18);
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  main .txt01 {
    font-size: var(--vw-size22);
  }
}
main .txt01.cnt {
  text-align: center;
}
main .txt02 {
  font-size: var(--vw-size16);
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.8em;
}
main .txt02.cnt {
  text-align: center;
}
main .introArea {
  padding: clamp(35px, 5.5555555556%, 70px) 0 clamp(60px, 9.5238095238%, 120px);
}
main .introArea .introBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(45px, 7.1428571429%, 90px);
     -moz-column-gap: clamp(45px, 7.1428571429%, 90px);
          column-gap: clamp(45px, 7.1428571429%, 90px);
}
@media (max-width: 767px) {
  main .introArea .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
main .introArea .introBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
main .introArea .introBox .txtWrap .bg {
  width: 50%;
  position: absolute;
  top: -120px;
  left: -30px;
  z-index: -1;
}
@media (max-width: 767px) {
  main .introArea .introBox .txtWrap .bg {
    top: -100px;
    left: -15px;
  }
}
main .introArea .introBox .txtWrap .ttl01 {
  margin-bottom: 30px;
}
main .introArea .introBox .imgWrap {
  width: 48.0952380952%;
}
@media (max-width: 767px) {
  main .introArea .introBox .imgWrap {
    width: 100%;
  }
}
main .catalogArea {
  margin-top: 120px;
}
@media (max-width: 767px) {
  main .catalogArea {
    margin-top: 100px;
  }
}
main .catalogArea .cataCc01 {
  text-align: center;
  font-size: var(--vw-size26);
  line-height: 1.5em;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  main .catalogArea .cataCc01 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 10px;
  }
}
main .catalogArea .cataCc01::before, main .catalogArea .cataCc01::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #333;
}
main .catalogArea .cataCc01 strong {
  color: #144230;
  font-weight: normal;
}
main .catalogArea .catalogBox02 {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}
main .catalogArea .catalogBox02 .cataImg01 {
  width: 39.5%;
  position: absolute;
  bottom: 0;
  left: -25%;
  z-index: 2;
}
@media (max-width: 991px) {
  main .catalogArea .catalogBox02 .cataImg01 {
    width: 27.5%;
    bottom: 30px;
    left: -10%;
  }
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox02 .cataImg01 {
    width: 100px;
    bottom: -30px;
    left: -30px;
  }
}
main .catalogArea .catalogBox02 .cataImg02 {
  width: 22.4603174603%;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox02 .cataImg02 {
    width: 120px;
    top: calc(100% - 60px);
    right: -50px;
  }
}
main .catalogArea .catalogBox {
  width: 80%;
  max-width: 1036px;
  margin: 0 auto;
  background: #cae1c4;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox {
    width: 100%;
  }
}
main .catalogArea .catalogBox .cataTtl {
  text-align: center;
  font-size: var(--vw-size32);
  line-height: 1.2em;
  margin-bottom: 30px;
}
main .catalogArea .catalogBox .cataTtl02 {
  text-align: center;
  font-size: var(--vw-size24);
  line-height: 1.2em;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
main .catalogArea .catalogBox .cataList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin: 0 10%;
}
@media (max-width: 991px) {
  main .catalogArea .catalogBox .cataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox .cataList {
    margin: 0;
  }
}
main .catalogArea .catalogBox .cataList li {
  padding: 10px 15px 10px 35px;
  position: relative;
  font-size: var(--vw-size18);
  line-height: 1.5em;
  color: #000;
}
@media (max-width: 991px) {
  main .catalogArea .catalogBox .cataList li {
    padding: 5px 0 5px 30px;
  }
}
main .catalogArea .catalogBox .cataList li:not(:last-child) {
  border-right: solid 1px #000;
}
@media (max-width: 991px) {
  main .catalogArea .catalogBox .cataList li:not(:last-child) {
    border-right: none;
  }
}
main .catalogArea .catalogBox .cataList li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border: solid 3px #4f7e6b;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 991px) {
  main .catalogArea .catalogBox .cataList li::before {
    width: 18px;
    height: 18px;
    top: 0;
  }
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox .cataList li::before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
@media (max-width: 991px) {
  main .catalogArea .catalogBox .cataList li br {
    display: none;
  }
}
main .catalogArea .catalogBox .cataImg01 {
  width: 32.2393822394%;
  position: absolute;
  top: -5px;
  left: -19%;
  z-index: 2;
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox .cataImg01 {
    width: 120px;
    top: -55px;
    left: -10%;
  }
}
main .catalogArea .catalogBox .cataImg01.inview img {
  -webkit-animation: fuwafuwa 5s ease-in-out 0.5s 3;
          animation: fuwafuwa 5s ease-in-out 0.5s 3;
}
main .catalogArea .catalogBox .cataImg02 {
  width: 27.3166023166%;
  position: absolute;
  top: -20px;
  right: -13%;
  z-index: 2;
}
@media (max-width: 767px) {
  main .catalogArea .catalogBox .cataImg02 {
    width: 120px;
    top: calc(100% - 60px);
    right: -10%;
  }
}
main .catalogArea .catalogBox .cataImg02.inview img {
  -webkit-animation: fuwafuwa 6s ease-in-out 3;
          animation: fuwafuwa 6s ease-in-out 3;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  25% {
    -webkit-transform: translate(2, -3px) rotate(0deg);
            transform: translate(2, -3px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
  70% {
    -webkit-transform: translate(-2, 3px) rotate(0deg);
            transform: translate(-2, 3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  25% {
    -webkit-transform: translate(2, -3px) rotate(0deg);
            transform: translate(2, -3px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
  70% {
    -webkit-transform: translate(-2, 3px) rotate(0deg);
            transform: translate(-2, 3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
}
main .catalogArea .btnCatalog, main .catalogArea02 .btnCatalog {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  main .catalogArea .btnCatalog, main .catalogArea02 .btnCatalog {
    margin-top: 10px;
  }
}
main .catalogArea .btnCatalog a, main .catalogArea02 .btnCatalog a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a9e61), to(#264429));
  background: -webkit-linear-gradient(top, #5a9e61, #264429);
  background: linear-gradient(to bottom, #5a9e61, #264429);
  position: relative;
  font-size: var(--vw-size40);
  overflow: hidden;
  padding: 0 80px;
  height: 120px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  main .catalogArea .btnCatalog a, main .catalogArea02 .btnCatalog a {
    padding: 0 50px;
    height: 80px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    font-size: var(--vw-size24);
  }
}
main .catalogArea .btnCatalog a span.tag, main .catalogArea02 .btnCatalog a span.tag {
  color: #264429;
  background: #fff;
  padding: 15px 20px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  main .catalogArea .btnCatalog a span.tag, main .catalogArea02 .btnCatalog a span.tag {
    padding: 6px 10px;
    font-size: var(--vw-size20);
  }
}
main .catalogArea .btnCatalog a span.txt, main .catalogArea02 .btnCatalog a span.txt {
  color: #fff;
  line-height: 1.1em;
}
main .catalogArea .btnCatalog a span.txt small, main .catalogArea02 .btnCatalog a span.txt small {
  display: block;
  line-height: 1;
  margin-bottom: 0.3em;
  font-size: var(--vw-size26);
}
main .catalogArea .btnCatalog a span.icon, main .catalogArea02 .btnCatalog a span.icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  main .catalogArea .btnCatalog a span.icon, main .catalogArea02 .btnCatalog a span.icon {
    width: 24px;
    height: 24px;
    right: 10px;
    margin-top: -12px;
  }
}
main .catalogArea .btnCatalog a span.icon::after, main .catalogArea02 .btnCatalog a span.icon::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: solid 2px #264429;
  border-bottom: solid 2px #264429;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  right: 16px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  main .catalogArea .btnCatalog a span.icon::after, main .catalogArea02 .btnCatalog a span.icon::after {
    width: 8px;
    height: 8px;
    right: 10px;
    margin-top: -5px;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
main .catalogArea02 {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 0;
  background: #cae1c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  main .catalogArea02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    padding: 50px 20px 30px;
  }
}
main .catalogArea02 .imgWrap {
  width: 20%;
  position: relative;
}
@media (max-width: 767px) {
  main .catalogArea02 .imgWrap {
    width: 100%;
    max-width: 80px;
    position: absolute;
    top: -60px;
    right: -10px;
  }
}
main .catalogArea02 .imgWrap .cata {
  width: 150%;
  position: absolute;
  bottom: -30px;
  left: -60%;
}
@media (max-width: 767px) {
  main .catalogArea02 .imgWrap .cata {
    width: 150%;
    max-width: 230px;
    left: 10px;
  }
}
main .catalogArea02 .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .catalogArea02 .txtWrap .cataTtl {
  font-size: var(--vw-size28);
  margin-bottom: 20px;
}
main .catalogArea02 .txtWrap .cataTxt {
  font-size: var(--vw-size18);
  line-height: 1.8em;
}
main .catalogArea02 .txtWrap .btnCatalog {
  max-width: 500px;
  margin: 30px 0 0;
}
main .catalogArea02 .txtWrap .btnCatalog a {
  font-size: var(--vw-size24);
}
@media (max-width: 767px) {
  main .catalogArea02 .txtWrap .btnCatalog a {
    font-size: var(--vw-size20);
  }
}
main .catalogArea02 .txtWrap .btnCatalog a span {
  height: 100px;
}
@media (max-width: 767px) {
  main .catalogArea02 .txtWrap .btnCatalog a span {
    height: 60px;
  }
}
main .detailArea {
  padding: clamp(60px, 7.9365079365%, 100px) 0;
  background: url(../../lib_image/lp_reforest2/bg_detail.jpg) no-repeat center center/cover;
}
main .detailArea h2 {
  text-align: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #6e5a32;
  font-weight: normal;
}
@media (max-width: 767px) {
  main .detailArea h2 {
    margin-bottom: 30px;
  }
}
main .detailArea h2 span.s {
  display: inline-block;
  color: #6e5a32;
  border-bottom: solid 2px #6e5a32;
  position: relative;
  font-size: var(--vw-size24);
  line-height: 1.5em;
  margin-bottom: 20px;
}
main .detailArea h2 span.s::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #6e5a32;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -1px;
}
main .detailArea h2 span.m {
  display: block;
  color: #6e5a32;
  font-size: var(--vw-size45);
  line-height: 1.5em;
}
main .detailArea h3 {
  font-size: var(--vw-size28);
  font-weight: normal;
  line-height: 1.3em;
  color: #000;
  border-bottom: solid 1px #6e5a32;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  main .detailArea h3 {
    margin-bottom: 0;
    font-size: var(--vw-size36);
  }
}
main .detailArea h3 small {
  line-height: 1.3;
}
main .detailArea h3 span {
  color: #6e5a32;
  position: absolute;
  top: 0;
  left: 0;
}
main .detailArea .detailBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(30px, 4.5871559633%, 50px);
     -moz-column-gap: clamp(30px, 4.5871559633%, 50px);
          column-gap: clamp(30px, 4.5871559633%, 50px);
}
@media (max-width: 767px) {
  main .detailArea .detailBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
main .detailArea .detailBox > h3 {
  border-bottom: none;
}
main .detailArea .detailBox .imgWrap {
  width: 46.7889908257%;
}
@media (max-width: 767px) {
  main .detailArea .detailBox .imgWrap {
    width: 100%;
  }
}
main .detailArea .detailBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  main .detailArea .detailBox .txtWrap h3 {
    display: none;
  }
}
main .detailArea .detailBox .txtWrap .txt02 {
  padding: 0 20px;
}
main .woodArea {
  padding: clamp(60px, 7.9365079365%, 100px) 0;
}
@media (max-width: 767px) {
  main .woodArea {
    padding: 80px 0 60px;
  }
}
main .woodArea .introBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(45px, 7.1428571429%, 90px);
     -moz-column-gap: clamp(45px, 7.1428571429%, 90px);
          column-gap: clamp(45px, 7.1428571429%, 90px);
  position: relative;
}
@media (max-width: 767px) {
  main .woodArea .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .woodArea .introBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
main .woodArea .introBox .txtWrap .bg {
  width: 50%;
  position: absolute;
  top: -120px;
  left: -30px;
  z-index: -1;
}
@media (max-width: 767px) {
  main .woodArea .introBox .txtWrap .bg {
    width: 80%;
    top: -50px;
  }
}
main .woodArea .introBox .txtWrap .ttl01 {
  margin-bottom: 30px;
}
main .woodArea .introBox .imgWrap {
  width: 22.619047619%;
}
@media (max-width: 767px) {
  main .woodArea .introBox .imgWrap {
    width: 30%;
    position: absolute;
    top: -80px;
    right: -10%;
  }
}
main .woodArea .introBox .imgWrap img {
  margin-top: -60px;
}
@media (max-width: 767px) {
  main .woodArea .introBox .imgWrap img {
    margin-top: 0;
  }
}
main .woodArea h3 {
  text-align: center;
  font-size: var(--vw-size32);
  line-height: 1.5em;
  color: #000;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: solid 2px #bab9b7;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .woodArea h3 {
    margin-bottom: 30px;
  }
}
main .woodArea h3 strong {
  font-weight: normal;
  color: #976c18;
  font-size: 130%;
}
main .woodArea .woodList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 12px;
}
@media (max-width: 767px) {
  main .woodArea .woodList {
    gap: 10px 8px;
  }
}
main .woodArea .woodList li.col3 {
  width: calc((100% - 24px) / 3);
}
@media (max-width: 767px) {
  main .woodArea .woodList li.col3 {
    width: 100%;
  }
}
main .woodArea .woodList li.col4 {
  width: calc((100% - 36px) / 4);
}
@media (max-width: 767px) {
  main .woodArea .woodList li.col4 {
    width: calc((100% - 8px) / 2);
  }
}
main .woodArea .woodList li a {
  display: block;
  position: relative;
}
main .woodArea .woodList li a span {
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
main .woodArea .woodList li a span::before, main .woodArea .woodList li a span::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
}
main .woodArea .woodList li a span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .caseArea {
  padding: clamp(80px, 11.9047619048%, 150px) 0;
  background: #ebe7e0;
}
main .caseArea h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .caseArea h2 {
    margin-bottom: 30px;
  }
}
main .caseArea h2 span {
  display: block;
  color: #000;
}
main .caseArea h2 span.en {
  font-family: "Bodoni Moda", serif;
  opacity: 0.6;
  font-size: var(--vw-size80);
  line-height: 1;
  margin-bottom: 20px;
}
main .caseArea h2 span.jp {
  font-size: var(--vw-size34);
  line-height: 1.5em;
}
main .caseArea .caseSlideWrap .slide {
  margin: 0 40px;
}
@media (max-width: 991px) {
  main .caseArea .caseSlideWrap .slide {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  main .caseArea .caseSlideWrap .slide {
    margin: 0 10px;
  }
}
main .caseArea .caseSlideWrap .slide .imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 767px) {
  main .caseArea .caseSlideWrap .slide .imgWrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
main .caseArea .caseSlideWrap .slide .imgWrap figure:first-child {
  width: 18px;
}
main .caseArea .caseSlideWrap .slide .imgWrap figure:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .caseArea .caseSlideWrap .slide .txt {
  font-size: var(--vw-size24);
  line-height: 1.8em;
  margin-top: 20px;
  padding-left: 33px;
}
@media (max-width: 767px) {
  main .caseArea .caseSlideWrap .slide .txt {
    font-size: var(--vw-size20);
    padding-left: 28px;
  }
}
main .caseArea .tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  border-bottom: solid 1px #bab9b7;
}
@media (max-width: 767px) {
  main .caseArea .tabList {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
main .caseArea .tabList li {
  width: calc((100% - 50px) / 3);
  max-width: 250px;
}
main .caseArea .tabList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 126px;
  background: rgba(167, 153, 133, 0.32);
  color: #a79985;
  font-size: var(--vw-size24);
  line-height: 1.5em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color 0.4s ease 0s, background 0.4s ease 0s;
  transition: color 0.4s ease 0s, background 0.4s ease 0s;
}
@media (max-width: 767px) {
  main .caseArea .tabList li a {
    height: 80px;
    font-size: var(--vw-size18);
  }
}
main .caseArea .tabList li a small {
  display: inline-block;
  font-size: var(--vw-size14);
  line-height: 1.2em;
}
@media (min-width: 992px) {
  main .caseArea .tabList li a:hover {
    background: rgb(167, 153, 133);
    color: #fff;
    opacity: 1;
  }
}
main .caseArea .tabList li a.current {
  background: rgb(167, 153, 133);
  color: #fff;
}
main .caseArea .caseBox {
  width: 100%;
  max-width: 1060px;
  display: none;
  margin: 0 auto;
}
main .caseArea .caseBox.current {
  display: block;
}
main .caseArea .caseBox .txtWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  main .caseArea .caseBox .txtWrap {
    margin-bottom: 20px;
  }
}
main .caseArea .caseBox .txtWrap * {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
main .caseArea .caseBox .txtWrap h3 {
  position: relative;
  font-size: var(--vw-size18);
  color: #000;
  padding-left: 1.3em;
  margin-bottom: 20px;
}
main .caseArea .caseBox .txtWrap h3 span {
  color: #01674b;
  position: absolute;
  top: 0;
  left: 0;
}
main .caseArea .caseBox .txtWrap h3 strong {
  font-size: 130%;
}
main .caseArea .caseBox .txtWrap .txt {
  font-size: var(--vw-size18);
  line-height: 1.5em;
}
main .caseArea .caseBox .caseSlide img {
  width: 100%;
  max-width: none;
}
main .caseArea .caseBox .caseSlide .slick-prev, main .caseArea .caseBox .caseSlide .slick-next {
  width: 40px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
main .caseArea .caseBox .caseSlide .slick-prev::before, main .caseArea .caseBox .caseSlide .slick-next::before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
main .caseArea .caseBox .caseSlide .slick-prev {
  left: 0;
}
main .caseArea .caseBox .caseSlide .slick-prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 15px;
}
main .caseArea .caseBox .caseSlide .slick-next {
  right: 0;
}
main .caseArea .caseBox .caseSlide .slick-next::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 15px;
}
main .caseArea .caseBox .caseSlideThumb {
  margin-top: 20px;
}
main .caseArea .caseBox .caseSlideThumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  main .caseArea .caseBox .caseSlideThumb .slick-track {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 5px;
  }
}
main .caseArea .caseBox .caseSlideThumb .slick-track::before, main .caseArea .caseBox .caseSlideThumb .slick-track::after {
  display: none;
}
main .caseArea .caseBox .caseSlideThumb .slick-track .slide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block !important;
  float: none !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  main .caseArea .caseBox .caseSlideThumb .slick-track .slide {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 10px) / 3) !important;
  }
}
@media (min-width: 992px) {
  main .caseArea .caseBox .caseSlideThumb .slick-track .slide:hover figure::before {
    opacity: 0;
  }
}
main .caseArea .caseBox .caseSlideThumb .slick-track .slide.slick-current figure::before {
  opacity: 0;
}
main .caseArea .caseBox .caseSlideThumb .slick-track .slide figure {
  width: 100%;
  aspect-ratio: 15/9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
main .caseArea .caseBox .caseSlideThumb .slick-track .slide figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
main .caseArea .caseBox .caseSlideThumb .slick-track .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .caseArea .caseBox .caseSlideThumb .slick-track .slide figure figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 1;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
}
@media (max-width: 767px) {
  main .caseArea .caseBox .caseSlideThumb .slick-track .slide figure figcaption {
    font-size: 10px;
  }
}
main .presentArea {
  text-align: center;
  padding: 80px 0;
}
main .presentArea .txt, main .presentArea .txt02 {
  color: #fff;
}
main .presentArea a:hover .onlineBox img {
  opacity: 1;
}
main .presentArea .onlineBox {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}
@media (max-width: 767px) {
  main .presentArea .onlineBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .presentArea .onlineBox figure {
  width: 40%;
}
@media (max-width: 767px) {
  main .presentArea .onlineBox figure {
    width: 100%;
  }
}
main .presentArea .onlineBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .presentArea .onlineBox .txtArea {
  width: 60%;
  background: -webkit-linear-gradient(20deg, #272626, #535050);
  background: linear-gradient(70deg, #272626, #535050);
}
@media (max-width: 767px) {
  main .presentArea .onlineBox .txtArea {
    width: 100%;
  }
}
main .presentArea .onlineBox > .ttl {
  background: #204A70;
  padding: 10px;
}
main .presentArea .onlineBox .txtArea .ttl {
  background: #204A70;
  padding: 20px 20px 20px 0;
}
@media (max-width: 767px) {
  main .presentArea .onlineBox .txtArea .ttl.vpc02 {
    display: none;
  }
}
main .presentArea .onlineBox .txtArea .txt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 0;
  padding: 20px;
}
main .presentArea .onlineBox .txtArea .txt strong {
  color: #feffd3;
}
main .noteArea {
  padding: 60px 0;
}
@media (max-width: 767px) {
  main .noteArea {
    padding: 30px 0;
  }
}
main .noteArea .note {
  font-size: var(--vw-size12);
}
main .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
main .modal .back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
main .modal .modalInner {
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .modal .modalInner .imgBox {
  max-width: 1164px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
main .modal .modalInner .imgBox .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  cursor: pointer;
}
main .modal .modalInner .imgBox .close::before, main .modal .modalInner .imgBox .close::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}
main .modal .modalInner .imgBox .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main .modal .modalInner .imgBox .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .invUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
main .invUp.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .invFade {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
main .invFade.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
main .invClipRight {
  -webkit-clip-path: inset(18% 13% 0 0);
          clip-path: inset(18% 13% 0 0);
  -webkit-transition: -webkit-clip-path 1s ease 0s;
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
main .invClipRight.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
main .invClipLeft {
  -webkit-clip-path: inset(18% 0 0 13%);
          clip-path: inset(18% 0 0 13%);
  -webkit-transition: -webkit-clip-path 1s ease 0s;
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
main .invClipLeft.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
main .mb200 {
  margin-bottom: clamp(100px, 14.7058823529%, 200px) !important;
}
main .mb160 {
  margin-bottom: clamp(80px, 11.7647058824%, 160px) !important;
}
main .mb120 {
  margin-bottom: clamp(60px, 8.8235294118%, 120px) !important;
}
main .mb80 {
  margin-bottom: clamp(40px, 5.8823529412%, 80px) !important;
}
main .mb60 {
  margin-bottom: clamp(30px, 4.4117647059%, 60px) !important;
}
main .mb40 {
  margin-bottom: clamp(20px, 2.9411764706%, 40px) !important;
}
main .mb30 {
  margin-bottom: clamp(20px, 2.2058823529%, 30px) !important;
}
main .mb0 {
  margin-bottom: 0 !important;
}