@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  padding-left: .25em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px currentColor;
}

.title-2 {
  border-left: solid 0.2em var(--success);
  padding-left: .5em;
}

.title-hh-1 {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.title-hh-1 > .fs-serif {
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
}
.title-hh-1 > .txt {
  font-weight: 400;
  font-size: min(calc(16px + 7 * (100vw - 320px) / 1280), 23px);
  line-height: 1.25;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-left: 1em;
  margin-top: .5em;
}
.title-hh-1 > .txt:before {
  content: "";
  width: 2em;
  height: 1px;
  margin-right: 1em;
  background-color: currentColor;
}
.title-hh-1.center {
  text-align: center;
  display: block;
}
.title-hh-1.center > .txt {
  justify-content: center;
  margin-left: 0;
}
.title-hh-1.center > .txt:before {
  content: "";
  width: 1em;
  height: 1px;
  margin-right: 1em;
  background-color: currentColor;
}
.title-hh-1.center > .txt:after {
  content: "";
  width: 1em;
  height: 1px;
  margin-left: 1em;
  background-color: currentColor;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 3.125rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 50 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 50 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-xl {
    padding-left: 65px;
    padding-right: 65px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    margin-top: 100px;
  }
}
#mainvisual .slide-photo {
  height: calc(60vh - 50px);
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual .slide-photo {
    height: calc(100vh - 50px);
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-photo {
      height: calc(100dvh - 50px);
    }
  }
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-photo {
    height: calc(100vh - 100px);
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-photo {
      height: calc(100dvh - 100px);
    }
  }
}
#mainvisual .mainvisual_content {
  position: absolute;
  left: min(4vw, 40px);
  bottom: 10%;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .mainvisual_content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#mainvisual .mainvisual_content .img {
  padding-right: 20%;
}
#mainvisual .mainvisual_content .fs-serif {
  color: #fff;
  font-weight: 900;
  font-size: min(calc(15px + 9 * (100vw - 320px) / 1280), 24px);
  line-height: normal;
}

/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  font-size: min(calc(40px + 32 * (100vw - 320px) / 1280), 72px);
}

/* ---  --- */
.home_about {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_about h2 {
  font-weight: 900;
  font-size: min(calc(40px + 32 * (100vw - 320px) / 1280), 72px);
  line-height: normal;
}
.home_about h3 {
  font-size: min(calc(18px + 12 * (100vw - 320px) / 1280), 30px);
  line-height: 1.5;
}
.home_about .bg {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home_about {
    min-height: 680px;
    height: calc(100vh + 100px);
    display: flex;
    flex-direction: column;
  }
  @supports (height: 100dvh) {
    .home_about {
      height: calc(100dvh + 100px);
    }
  }
  .home_about > div {
    margin-top: auto;
    margin-bottom: auto;
  }
  .home_about h3 {
    font-size: min(calc(20px + 10 * (100vw - 768px) / 832), 30px);
    line-height: 1.5;
  }
  .home_about .bg {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 36.75%;
    height: 100%;
  }
  .home_about .bg img {
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ---  --- */
.home_works {
  padding-top: 30px;
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .home_works {
    padding-top: 0;
  }
}
.home_works .txt1 {
  font-size: min(calc(16px + 14 * (100vw - 320px) / 1280), 30px);
  text-align: center;
  margin-bottom: 2em;
}
.home_works .txt1 strong {
  font-size: 1.2em;
}
.home_works .text-loop {
  color: #fff;
  font-size: 15vw;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -.1em;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .home_works__figure.first {
    margin-top: calc(-36px - 80 * (100vw - 768px) / 832);
  }
}
@media print, screen and (min-width: 1600px) {
  .home_works__figure.first {
    margin-top: -116px;
  }
}
.home_works__figure > .photo {
  background-color: #1b1b1b;
}
.home_works__figure > .photo img {
  transition: opacity 0.3s ease;
}
.home_works__figure figcaption .ttl {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1280), 24px);
  line-height: 1.5;
  text-align: center;
  max-width: 720px;
  padding: 0.29166em 1em;
  margin: 1.25em auto 0;
  background-color: #1b1b1b;
}
.home_works__figure:hover > .photo img {
  opacity: 0.65;
}

/* --- Products --- */
.home_products__swiper .swiper {
  overflow: visible;
}
.home_products__swiper .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.slide-figure > .photo {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.slide-figure figcaption {
  font-size: min(calc(10px + 14 * (100vw - 320px) / 1280), 24px);
  text-align: center;
  margin-top: .5em;
}

/* ---  --- */
.home_recruit {
  background: url("../images/home/home_recruit_bg.png") no-repeat top center/100% auto;
}
.home_recruit h2 {
  font-weight: 900;
  font-size: min(calc(18px + 30 * (100vw - 320px) / 1280), 48px);
  text-align: center;
}
.home_recruit .columns {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.home_recruit .btn i {
  font-size: 0.625em;
  margin-left: .5em;
}
@media print, screen and (min-width: 768px) {
  .home_recruit {
    min-height: 680px;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .home_recruit > div {
    margin-top: auto;
    margin-bottom: auto;
  }
}

/* ---  --- */
.home_access {
  padding-bottom: min(15vw, 200px);
}
@media print, screen and (min-width: 768px) {
  .home_access .googlemap {
    padding-top: 0;
    height: 300px;
  }
}
.home_access__content h3 {
  color: #fff;
  font-size: min(calc(24px + 6 * (100vw - 320px) / 1280), 30px);
  text-align: center;
  padding: 0.41666em;
  background-color: #1b1b1b;
}
.home_access__content h4 {
  font-size: min(calc(20px + 4 * (100vw - 320px) / 1280), 24px);
  text-align: center;
  border-bottom: solid 1px #1b1b1b;
  margin: 1.5em 0 0.75em;
  padding-bottom: 0.75em;
}
.home_access__content dl {
  display: grid;
  gap: 10px 30px;
  align-items: baseline;
  grid-template-columns: 1fr;
}
.home_access__content dl > dt, .home_access__content dl > dd {
  font-weight: 400;
  margin: 0;
}
.home_access__content dl > dt {
  color: #fff;
  text-align: center;
  padding: 3px;
  background-color: #1b1b1b;
}
@media print, screen and (min-width: 1200px) {
  .home_access__content dl {
    grid-template-columns: 8.125em 1fr;
  }
}

/* -------------------------------
	会社案内
-------------------------------- */
/* ---  --- */
.company_greeting__name {
  text-align: right;
  margin-top: 2rem;
}
.company_greeting__name img {
  height: 1.5em;
}

/* ---  --- */
.company_access {
  background: linear-gradient(to bottom, #efefef 0%, rgba(255, 255, 255, 0) 70%);
}
.company_access__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.company_access__content .inner {
  margin: auto 0;
}
.company_access__content h4 {
  border-left: solid 0.2em #1b1b1b;
  padding-left: 0.5em;
}
.company_access__content dl {
  border: solid 1px #ccc;
  padding: 5%;
  margin-top: 2rem;
}
.company_access__content dl > dt {
  margin-bottom: 0.5em;
}
.company_access__content dl > dd {
  margin-bottom: 2em;
}
.company_access__content dl > dd:last-of-type {
  margin-bottom: 0;
}

/* ---  --- */
.page_contact {
  padding: min(calc(50px + 150 * (100vw - 320px) / 1600), 200px) 0;
  background: url("../images/common/page_contact.jpg") no-repeat center center/cover;
}
.page_contact .title-hh-1 {
  color: #fff;
}
.page_contact .page_contact__row > .box:first-child {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page_contact .page_contact__row {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(calc(30px + 30 * (100vw - 768px) / 832), 60px);
  }
  .page_contact .page_contact__row > .box:first-child {
    margin-bottom: 0;
  }
  .page_contact .page_contact__row > .box .telphone {
    text-align: right;
  }
  .page_contact .page_contact__row > .box .btns .btn {
    margin-left: 0 !important;
  }
}
.page_contact .telphone {
  color: #fff;
  font-size: min(calc(36px + 14 * (100vw - 320px) / 1280), 50px);
  text-align: center;
}
.page_contact .btns .btn {
  font-weight: 900;
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1280), 24px);
  max-width: 360px;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: solid 1px #fff;
  background-color: #fff;
}
.page_contact .btns .btn i {
  font-size: 1.5em;
  margin-right: 0.35em;
}
.page_contact .btns .btn:hover {
  color: #fff;
  background-color: #92d730;
}

/* -------------------------------
	業務内容
-------------------------------- */
/* ---  --- */
.works_head h3 {
  font-weight: 900;
  font-size: min(calc(20px + 16 * (100vw - 320px) / 1280), 36px);
  text-align: center;
}
.works_head h3 > .in {
  line-height: 2;
  padding: 3px;
  background-image: linear-gradient(180deg, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 60%, #feef44 60.1%, #feef44 82%, rgba(254, 239, 68, 0) 83%, rgba(254, 239, 68, 0) 100%);
}

.works_navi > ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.works_navi > ul > li > a {
  color: #1b1b1b;
  text-align: left;
  text-decoration: none;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5em;
  padding-left: 1.5em;
  position: relative;
  transition: background 0.3s ease;
}
.works_navi > ul > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.works_navi > ul > li > a:hover {
  color: #1b1b1b;
  background-color: #ccc;
}
@media print, screen and (min-width: 768px) {
  .works_navi > ul {
    font-size: min(calc(14px + 4 * (100vw - 768px) / 832), 18px);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .works_navi > ul > li > a {
    text-align: center;
    height: 6em;
    padding-bottom: 1em;
    padding-left: 0;
  }
  .works_navi > ul > li > a:before {
    content: "\f13a";
    font-size: 0.875em;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0.5em;
    margin: 0 0 0 -.5em;
  }
}

/* ---  --- */
.works_content {
  position: relative;
  z-index: 0;
}
.works_content .works_content__column h3 {
  font-size: min(calc(20px + 16 * (100vw - 320px) / 1280), 36px);
  border-bottom: solid 1px #1b1b1b;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 992px) {
  .works_content {
    display: flex;
    min-height: min(calc(500px + 100 * (100vw - 768px) / 832), 600px);
  }
  .works_content .container-fluid-xl {
    margin-top: auto;
    margin-bottom: auto;
  }
  .works_content > .bg {
    position: absolute;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
  .works_content > .bg img {
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .works_content.odd > .bg {
    left: 0;
  }
  .works_content.odd .row > div {
    margin-left: auto;
  }
  .works_content.odd .works_content__column {
    padding-left: min(calc(30px + 90 * (100vw - 768px) / 832), 125px);
  }
  .works_content.even > .bg {
    right: 0;
  }
  .works_content.even .row > div {
    margin-right: auto;
  }
  .works_content.even .works_content__column {
    padding-right: min(calc(30px + 90 * (100vw - 768px) / 832), 125px);
  }
}

/* ---  --- */
.works_equipment__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 30px;
}
@media print, screen and (min-width: 768px) {
  .works_equipment__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.works_equipment__row > .box {
  padding: 1em;
  border-bottom: solid 1px #c0c0c0;
}
.works_equipment__row > .box dl {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.works_equipment__row > .box dl dt {
  font-weight: 400;
  padding-right: 1em;
}
.works_equipment__row > .box dl dd {
  white-space: nowrap;
  margin: 0 0 0 auto;
}

/* -------------------------------
	製品紹介
-------------------------------- */
.product_head {
  background-color: #000;
}
.product_head .image {
  text-align: center;
}

/* ---  --- */
.product_content__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .product_content__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .product_content__row {
    gap: 30px;
  }
}

.product_figure > .photo-ofi a {
  transition: opacity 0.3s ease;
}
.product_figure > .photo-ofi a:hover {
  opacity: 0.65;
}
.product_figure figcaption {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
  text-align: center;
  margin-top: .5em;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  background: url("../images/common/bg01.jpg") no-repeat center center/cover;
}
.tel_contact h3 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .tel_contact h3 {
    padding-bottom: 0.75em;
  }
}

.tel_contact__row > .box {
  padding: 30px 0;
  border-bottom: solid 1px #1b1b1b;
}
.tel_contact__row > .box .ttl {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
.tel_contact__row > .box .telphone {
  font-size: 30px;
  text-align: center;
}
.tel_contact__row > .box .telphone i {
  color: var(--success);
}
@media print, screen and (min-width: 768px) {
  .tel_contact__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: solid 1px #1b1b1b;
  }
  .tel_contact__row > .box:first-child {
    position: relative;
  }
  .tel_contact__row > .box:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background-color: #1b1b1b;
  }
  .tel_contact__row > .box {
    padding: min(calc(30px + 30 * (100vw - 768px) / 832), 60px) 0;
    border-bottom: none;
  }
  .tel_contact__row > .box .ttl {
    font-size: min(calc(16px + 8 * (100vw - 768px) / 832), 24px);
  }
  .tel_contact__row > .box .telphone {
    font-size: min(calc(30px + 20 * (100vw - 768px) / 832), 50px);
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 100px;
  --amn-translateY-active: 0;
  --amn-translateX: 50px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 1s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

/* フェード */
@media screen {
  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }
}
@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
