@charset "UTF-8";
/* ------------------------------------------------------------ break-point */
/* ------------------------------------------------------------ color */
/* ------------------------------------------------------------ letter-spacing */
/* ------------------------------------------------------------ weight */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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 #e6e6e6;
  margin: 1.6em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  color: #333333;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 477.4305555556%;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px), print {
  html {
    font-size: 625%;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1.4;
}

body {
  font-family: azo-sans-web, source-han-sans-japanese, sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 0.13rem;
    letter-spacing: calc(0.05em - 0.025em);
  }
}

::-moz-selection {
  background: #EBF6F6;
}

::selection {
  background: #EBF6F6;
}

::-moz-selection {
  background: #EBF6F6;
}

input::-moz-selection, textarea::-moz-selection {
  background: #EBF6F6;
}

input::selection,
textarea::selection {
  background: #EBF6F6;
}

input::-moz-selection,
textarea::-moz-selection {
  background: #EBF6F6;
}

/* link
   ========================================================================== */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

a:active {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
/* button
   ========================================================================== */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
button:hover {
  opacity: 0.5;
}

/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   responsive
   ========================================================================== */
/* decoration
   ========================================================================== */
.text-ul {
  text-decoration: underline;
}

/* image
   ========================================================================== */
/* display
   ========================================================================== */
.block {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ common */
.flex {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.img-effect {
  overflow: hidden;
  background-color: #707070;
}
.img-effect .img-load {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
}
.img-effect .img-load.loaded {
  -webkit-animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
          animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
}

@-webkit-keyframes loaded {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
            clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
  }
}

@keyframes loaded {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
            clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
  }
}
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.img-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}

:root {
  --scrollbar: 0px;
}

body {
  background: #fff;
}

.content {
  margin: 0 auto;
  padding: 0 20px;
}

.content-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/*------------------------------------------------------------------------------------ ページ遷移用アニメーション */
.mask {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask.is-close {
  pointer-events: auto;
  opacity: 1;
}

.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: solid 2px;
  border-color: #000000 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------------------------ ヘッダー */
header {
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 0 32px;
  height: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo a {
  display: inline-block;
  color: #fff;
  line-height: 1;
}
header .header-nav ul li {
  margin-left: 20px;
}
header .header-nav ul li a {
  display: inline-block;
  color: #fff;
}

/*------------------------------------------------------------------------------------ フッター */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  width: 100%;
  height: 80px;
  padding: 0 32px;
  color: #fff;
  margin-top: 100px;
}
footer p {
  margin-left: auto;
}

/*------------------------------------------------------------------------------------ ページトップ */
.top-scroll {
  position: fixed;
  right: 32px;
  bottom: 100px;
  z-index: 100;
  background-color: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
.top-scroll button {
  cursor: pointer;
  color: #333;
  font-size: 10px;
  font-size: 0.1rem;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-scroll button::before {
  content: "";
  margin-bottom: 3px;
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*------------------------------------------------------------------------------------ タイトル */
.page-ttl {
  font-size: 32px;
  font-size: 0.32rem;
}

.content-ttl {
  font-size: 24px;
  font-size: 0.24rem;
  position: relative;
  text-align: center;
  z-index: 3;
}
.content-ttl::before {
  content: "";
  display: block;
  background-color: #707070;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: -2;
}
.content-ttl span {
  font-size: 72px;
  font-size: 0.72rem;
  font-family: lobster;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 0%;
  translate: -50% -50%;
  z-index: -1;
  padding: 0 30px;
  color: rgba(51, 51, 51, 0.2);
  line-height: 0.6;
}

/*------------------------------------------------------------------------------------ ボタン */
.btn {
  display: inline-block;
  padding: 15px 65px 15px 20px;
  border: solid 1px #333333;
  border-radius: 40px;
  line-height: 1;
  position: relative;
}
.btn .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.btn .arrow::before {
  width: 8px;
  height: 6px;
}

.arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
}
.arrow::before, .arrow::after {
  content: "";
  display: block;
  position: absolute;
}
.arrow::before {
  background-color: #fff;
  width: 10px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 11;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.arrow::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
  background-color: #333333;
}

/*------------------------------------------------------------------------------------ カラー */
.color-y {
  color: #FFC679;
}

.color-p {
  color: #F99292;
}

/*------------------------------------------------------------------------------------ タイトル */
/*------------------------------------------------------------------------------------ タイトル */
/*------------------------------------------------------------------------------------ タイトル */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ home */
.mv {
  padding: 100px 0 0;
}
.mv .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 100dvh;
}
.mv .catchcopy-side {
  width: 26.19%;
}
.mv .catchcopy-side .catchcopy {
  margin: 0 auto;
  font-size: 36px;
  font-size: 0.36rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: -0.02em;
  line-height: 1.6;
  letter-spacing: 0.52em;
}
.mv .catchcopy-side .desc {
  font-size: 18px;
  font-size: 0.18rem;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
}
.mv .img {
  width: 73.81%;
}

/*------------------------------------------------------------------------------------ home */
.top-news {
  margin-top: 100px;
}
.top-news .content-inner {
  max-width: 100%;
  margin: 0 70px;
}
.top-news .top-news-slider {
  margin-top: 60px;
  padding: 0 70px 10px;
  position: relative;
}
.top-news .top-news-slider .slider-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.top-news .slide-btn {
  position: absolute;
  border-top: solid 2px #FFC679;
  border-right: solid 2px #FFC679;
  width: 36px;
  height: 36px;
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}
.top-news .slide-btn.prev {
  rotate: 225deg;
  left: 0;
}
.top-news .slide-btn.next {
  right: 0;
}
.top-news .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 80px;
}
.top-news .pagination span {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 1px #707070;
}
.top-news .pagination .active {
  background-color: #707070;
}
.top-news .btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.top-news .post {
  display: block;
  width: 29.1666666667vw;
  -webkit-box-shadow: 10px 10px 6px rgba(255, 198, 121, 0.3);
          box-shadow: 10px 10px 6px rgba(255, 198, 121, 0.3);
}
.top-news .post .info {
  padding: 30px;
}
.top-news .post .cate {
  font-weight: 700;
}
.top-news .post .date {
  float: right;
}
.top-news .post .ttl {
  font-weight: 700;
  font-size: 18px;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.top-news .post .desc {
  margin-top: 40px;
}

/*------------------------------------------------------------------------------------ top-contents-column */
.top-contents-column {
  padding: 0;
}
.top-contents-column.breeder-content {
  margin-top: 100px;
}
.top-contents-column .content-inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  background-color: #FFF4E0;
}
.top-contents-column .content-desc {
  padding-inline: 80px;
  padding-block: 80px 160px;
  width: 50%;
  background-color: #fff;
}
.top-contents-column .content-desc p:first-of-type {
  margin-top: 80px;
}
.top-contents-column .content-desc p + p {
  margin-top: 30px;
}
.top-contents-column .content-desc p.cation {
  font-size: 15px;
  font-size: 0.15rem;
}
.top-contents-column .content-desc a {
  text-decoration: underline;
  color: #FFC679;
}
.top-contents-column .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-contents-column .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/*------------------------------------------------------------------------------------ home */
.inspection-content .img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*------------------------------------------------------------------------------------ ご質問・お問い合わせ欄 */
.f-content {
  position: relative;
}
.f-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #FFF4E0;
  width: 100%;
  height: 100%;
}
.f-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-content .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 100px 60px 80px;
  background-color: #707070;
  background: no-repeat center/cover;
  position: relative;
}
.f-content .block::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
}
.f-content .block .ttl {
  padding: 16px 20px;
  font-size: 24px;
  font-size: 0.24rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.f-content .block .arrow::after {
  background-color: #fff;
}
.f-content .block p {
  margin-top: 24px;
  color: #fff;
}
.f-content .faq-block {
  background-image: url(/common/img/contact.jpg);
}
.f-content .faq-block .ttl {
  background-color: rgba(255, 198, 121, 0.8);
}
.f-content .faq-block .ttl .arrow::before {
  background-color: #FFC679;
}
.f-content .contact-block {
  background-image: url(/common/img/faq.jpg);
}
.f-content .contact-block .ttl {
  background-color: rgba(249, 146, 146, 0.8);
}
.f-content .contact-block .ttl .arrow::before {
  background-color: #F99292;
}

/*------------------------------------------------------------------------------------ home */
/*------------------------------------------------------------------------------------ home */
/*------------------------------------------------------------------------------------ home */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ animation */
.zoom-in *:has(img) {
  overflow: hidden;
}
.zoom-in img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.zoom-in:hover img {
  scale: 1.2;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*# sourceMappingURL=common.css.map */