@charset "UTF-8";
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }

@-webkit-keyframes {
  0% {
    width: 100%; } }

@keyframes {
  0% {
    width: 100%; } }

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

@keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

.passing .passing-box {
  display: block;
  text-align: center; }

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.8; }

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.5; }

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards; }

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards; }

@font-face {
  font-family: 'matissem';
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype"); }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.about {
  padding-top: 100px; }
  @media (min-width: 769px) {
    .about .textBlock {
      padding-top: 32px; } }
  .about .block {
    margin-top: 24px; }
    .about .block h5 {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
      font-display: swap;
      font-weight: 700;
      padding-bottom: 8px;
      border-bottom: 1px solid #000;
      margin-bottom: 16px; }
    .about .block img {
      max-width: 235px; }
    .about .block .blockFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .about .block .blocks {
      width: calc(50% - 8px);
      border: 1px solid #aaa;
      position: relative; }
      @media (min-width: 769px) {
        .about .block .blocks:hover {
          opacity: 0.8;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          /* style */ } }
      .about .block .blocks .syasin {
        border: 1px solid #fff; }
    .about .block .wrap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -12px;
      margin: auto; }
    .about .block .midashi {
      background-color: #000;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 8px 12px;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
      font-display: swap;
      font-weight: 700;
      max-width: 155px;
      position: relative;
      margin: auto; }
      .about .block .midashi span {
        font-family: メイリオ, "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
        font-weight: 700; }
      .about .block .midashi .arrow {
        max-width: 7px;
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        margin: auto; }
      @media all and (-ms-high-contrast: none) {
        .about .block .midashi {
          padding-top: 16px;
          padding-bottom: 2px; }
          .about .block .midashi span {
            position: relative;
            top: -4px; } }

@media (max-width: 768px) {
  .about .textBlock {
    margin-bottom: 50px; }
  .about .imgBlock {
    margin-bottom: 100px; }
  .about .block {
    margin-top: 24px; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .about .block h5 {
      margin-bottom: 8px; } }

@media (max-width: 768px) {
    .about .block img {
      max-width: initial; }
    .about .block .blocks {
      width: calc(50% - 10px);
      border: 1px solid #aaa;
      position: relative; } }
    @media (max-width: 768px) and (max-width: 480px) {
      .about .block .blocks {
        width: calc(50% - 4px); } }

@media (max-width: 768px) {
      .about .block .blocks .syasin {
        border: 1px solid #fff; }
    .about .block .wrap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -12px;
      margin: auto; }
    .about .block .midashi {
      background-color: #000;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 8px 12px;
      font-size: 14px;
      font-size: 1.4rem;
      max-width: 155px;
      position: relative;
      margin: auto; } }
    @media (max-width: 768px) and (max-width: 480px) {
      .about .block .midashi {
        width: calc(100% - 16px);
        padding: 4px 8px;
        font-size: 10px;
        font-size: 1rem; } }

@media (max-width: 768px) {
      .about .block .midashi span {
        font-family: メイリオ, "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
        font-weight: 700; }
      .about .block .midashi .arrow {
        max-width: 7px;
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        margin: auto; } }
      @media (max-width: 768px) and (max-width: 480px) {
        .about .block .midashi .arrow {
          max-width: 5px;
          right: 8px; } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.intro .wrapper {
  margin-top: 50px;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px; }

.intro .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto; }
  .intro .bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.intro .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .intro .flex img {
    width: 50px;
    height: 50px; }

.intro .num2 {
  width: 50%; }

.intro .num1 {
  width: calc(50% - 50px); }

.intro .headings {
  margin-top: 16px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 700;
  padding-left: 0.6em;
  color: #fff;
  position: relative;
  line-height: 1.1em; }
  .intro .headings span {
    font-family: メイリオ, "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif; }
  .intro .headings:before {
    content: "";
    border-left: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* style */
    width: 6px;
    height: 42px; }

.intro dl {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.intro dd, .intro dt {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #fff;
  font-size: 16px;
  font-size: 1.6rem; }
  .intro dd:nth-last-of-type(1), .intro dt:nth-last-of-type(1) {
    border-bottom: 0; }

.intro dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  font-weight: 700;
  line-height: 1em; }

.intro dd {
  line-height: 1.5em;
  width: calc(70% - 1px); }

.intro .upper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.intro .item_visual .slide-item {
  width: 100%; }
  .intro .item_visual .slide-item img {
    width: 100%;
    max-width: 500px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover; }

.intro .item_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .intro .item_nav .slideThumb {
    margin-top: 20px;
    width: calc(50% - 10px); }
    .intro .item_nav .slideThumb img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      max-width: 240px;
      height: 180px; }

.intro .slickbutton {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .intro .slickbutton img {
    max-width: 20px;
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain; }
    @media all and (-ms-high-contrast: none) {
      .intro .slickbutton img {
        width: 20px;
        height: 20px; } }
  .intro .slickbutton.prev {
    left: 20px; }
  .intro .slickbutton.next {
    right: 20px; }

.intro .none {
  display: none; }

.intro .tyui {
  position: relative;
  padding-left: 0.8em; }
  .intro .tyui:before {
    content: "※";
    /* style */ }

@media (max-width: 768px) {
  .intro .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .intro .flex img {
      width: 50px;
      height: 50px; }
  .intro .num2 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px; }
  .intro .num1 {
    width: calc(100%);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .intro .item_visual .slide-item img {
    max-width: initial;
    height: 250px; }
  .intro .item_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .intro .item_nav .slideThumb {
      margin-top: 16px;
      width: calc(50% - 8px); }
      .intro .item_nav .slideThumb img {
        max-width: initial;
        height: 130px; }
  .intro .slickbutton {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .intro .slickbutton img {
      max-width: 20px;
      cursor: pointer;
      -o-object-fit: contain;
      object-fit: contain; }
    .intro .slickbutton.prev {
      left: 20px; }
    .intro .slickbutton.next {
      right: 20px; }
  .intro .none {
    display: none; }
  .intro .tyui {
    position: relative;
    padding-left: 0.8em; }
    .intro .tyui:before {
      content: "※";
      /* style */ } }

@media (max-width: 480px) {
  .intro .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .intro .num2 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px; }
  .intro .headings {
    margin-top: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 0.6em; }
    .intro .headings:before {
      height: 26px; }
  .intro dl {
    margin-top: 24px; }
  .intro dd, .intro dt {
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px; }
  .intro dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    font-weight: 700;
    line-height: 1em; }
  .intro dd {
    line-height: 1.5em;
    width: calc(70% - 1px); } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.buy {
  margin-top: 200px;
  margin-bottom: 100px; }
  .buy .bgimg {
    position: relative; }
    .buy .bgimg .headingsWrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .buy .bgimg .headings {
      padding: 64px;
      background-color: rgba(255, 255, 255, 0.88);
      max-width: 588px; }
      .buy .bgimg .headings h3 {
        font-size: 30px;
        font-size: 3rem;
        text-align: center;
        font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-display: swap;
        font-weight: 700; }
      .buy .bgimg .headings p {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 20px;
        line-height: 1.5em; }

@media (max-width: 768px) {
  .buy .bgimg img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover; }
  .buy .bgimg .headingsWrap {
    padding-left: 20px;
    padding-right: 20px; }
  .buy .bgimg .headings {
    padding: 32px;
    max-width: 588px; } }

@media (max-width: 480px) {
  .buy .bgimg img {
    height: 350px;
    -o-object-position: left;
    object-position: left; }
  .buy .bgimg .headingsWrap {
    padding-left: 16px;
    padding-right: 16px; }
  .buy .bgimg .headings {
    padding: 16px; }
    .buy .bgimg .headings h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1em; }
    .buy .bgimg .headings p {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 8px; }
      .buy .bgimg .headings p br {
        display: none; } }
