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

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

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

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

.title-hh-1 {
  font-size: 1rem;
  display: grid;
  grid-template-columns: auto;
  justify-content: flex-start;
}
.title-hh-1 > .fs-en {
  color: #bf906d;
  font-size: min(calc(15px + 10 * (100vw - 320px) / 1180), 25px);
  display: block;
}
.title-hh-1 > .fs-shippori {
  font-size: min(calc(22px + 18 * (100vw - 320px) / 1180), 40px);
  display: block;
}
.title-hh-1.center {
  text-align: center;
  justify-content: center;
}
@media screen {
  .title-hh-1 > .fs-en, .title-hh-1 > .fs-shippori {
    opacity: 0;
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 100% 50%;
    -webkit-mask-size: 200% 100%;
    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;
    mask-position: 100% 50%;
    mask-size: 200% 100%;
  }
  .title-hh-1 > .fs-en {
    transition: mask-position 1s ease-in;
  }
  .title-hh-1 > .fs-shippori {
    transition: mask-position 0.7s ease-in 0.3s;
  }
  .title-hh-1.is-active > .fs-en, .title-hh-1.is-active > .fs-shippori {
    opacity: 1;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }
}

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

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

/* --- 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 {
  position: relative;
  z-index: 0;
}
#mainvisual .slide-photo {
  height: 60vh;
}
#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: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-photo {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-photo {
    height: 100vh;
    min-height: 640px;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-photo {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .slide-photo {
    height: 1000px;
  }
}
#mainvisual .mainvisual_content {
  position: absolute;
  left: min(4vw, 83px);
  bottom: min(calc(30px + 126 * (100vw - 320px) / 1180), 156px);
  z-index: 10;
}
#mainvisual .mainvisual_content h2, #mainvisual .mainvisual_content p {
  opacity: 0;
}
#mainvisual .mainvisual_content h2 {
  color: #fff;
  font-size: min(calc(20px + 30 * (100vw - 320px) / 1180), 50px);
  line-height: 1.4;
  letter-spacing: 0.065;
  margin-bottom: 0;
  animation: imageBlur 1.5s ease 1s alternate forwards;
}
#mainvisual .mainvisual_content p {
  color: #fff;
  font-size: min(calc(12px + 18 * (100vw - 320px) / 1180), 30px);
  line-height: normal;
  letter-spacing: 0.05em;
  margin-top: .5em;
  animation: imageBlur 1.5s ease 1s alternate forwards;
}
#mainvisual .scroll {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .scroll {
    display: block;
    position: absolute;
    bottom: 106px;
    right: min(3.91vw, calc(30px + 16px + 10px));
    z-index: 20;
    pointer-events: none;
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_about {
  padding: min(calc(50px + 70 * (100vw - 320px) / 880), 120px) 0;
  background-color: #faf6f3;
  position: relative;
}
.home_about .title-hh-1 {
  white-space: nowrap;
}
.home_about .bg-img {
  margin-top: 2rem;
}
@media print, screen and (min-width: 992px) {
  .home_about .bg-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: min(calc(50px + 70 * (100vw - 320px) / 880), 120px);
    bottom: min(calc(50px + 70 * (100vw - 320px) / 880), 120px);
    width: min(45vw, 900px);
  }
}

/* ---  --- */
@media screen and (min-width: 768px) {
  .home_service__head {
    position: sticky;
    top: 0;
  }
  .home_service__head .photo {
    width: 100%;
    height: 100vh;
  }
}
@media print {
  .home_service__head .photo {
    width: 100%;
    height: 560px;
  }
}
@media screen and (min-width: 768px) {
  .home_service .bg-gradation {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(250, 246, 243, 0) 0%, #faf6f3 98%, #faf6f3 100%);
    position: relative;
    z-index: 10;
  }
}
.home_service__content {
  background-color: #faf6f3;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .home_service__content .title-hh-1 {
    margin-right: min(calc(50px + 50 * (100vw - 995px) / 608), 100px);
  }
}
.home_service__content .container-fluid {
  max-width: 1668px;
}

.home_service__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .home_service__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_service__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home_service__figure {
  width: 100%;
  aspect-ratio: 387 / 391;
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_service__figure > img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home_service__figure figcaption .txt1, .home_service__figure figcaption .txt2 {
  position: absolute;
  z-index: 10;
}
.home_service__figure figcaption .txt1 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  left: 0.8em;
  top: 0.7em;
}
.home_service__figure figcaption .txt2 {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  padding: 0.375em 0.8125em;
  border-radius: 10em;
  min-width: 7em;
  background-color: #fff;
  right: 0.875em;
  bottom: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .home_service__figure figcaption .txt1 {
    font-size: min(calc(15px + 10 * (100vw - 768px) / 900), 25px);
    left: 0.8em;
    bottom: 0.7em;
    top: auto;
  }
  .home_service__figure figcaption .txt2 {
    font-size: min(calc(10px + 6 * (100vw - 768px) / 900), 16px);
  }
}
@media print, screen and (min-width: 1200px) {
  .home_service__figure figcaption .txt1 {
    font-size: min(calc(18px + 7 * (100vw - 1200px) / 468), 25px);
  }
  .home_service__figure figcaption .txt2 {
    font-size: min(calc(10px + 6 * (100vw - 1200px) / 468), 16px);
  }
}
a > .home_service__figure:hover > img {
  opacity: 0.65;
  transform: scale(1.2);
  transition: opacity 1s ease, transform 1s ease;
}

/* ---  --- */
.home_bg_1 {
  height: 50vw;
  background-image: url("../images/home/home_bg_1.jpg");
}
@media print, screen and (min-width: 768px) {
  .home_bg_1 {
    height: min(40vw, 500px);
  }
}

/* ---  --- */
.home_news_content__item {
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: solid 1px #e8ddd4;
}
.home_news_content__item:last-child {
  margin-bottom: 0;
}
.home_news_content__item .date {
  color: #b2b0ae;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.home_news_content__item .date .new {
  color: #e29963;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
}
.home_news_content__item .columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.home_news_content__item .columns .title {
  flex: 0 0 100%;
  line-height: 1.75;
}
.home_news_content__item .columns .file {
  padding-left: 25px;
  margin-top: 0.5rem;
}
.home_news_content__item .columns .file a {
  color: #e29963;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  padding: 0 0 0.15em;
  transition: opacity 0.3s ease;
}
.home_news_content__item .columns .file a:hover {
  opacity: 0.65;
}
.home_news_content__item .columns .link {
  padding-left: 20px;
  margin-top: 0.5rem;
}
.home_news_content__item .columns .link a {
  color: #fff;
  font-size: 12px;
  width: 3em;
  height: 3em;
  border: solid 1px #bf906d;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bf906d;
}
.home_news_content__item .columns .link a:hover {
  color: #bf906d;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home_news_content__item .columns {
    flex-wrap: wrap;
  }
  .home_news_content__item .columns .title {
    flex: 1 1 0;
  }
  .home_news_content__item .columns .file, .home_news_content__item .columns .link {
    margin-top: 0;
  }
}

/* ---  --- */
.home_recruit {
  background-color: #faf6f3;
}
.home_recruit h3 {
  font-weight: 400;
  font-size: min(calc(20px + 8 * (100vw - 320px) / 1180), 28px);
  line-height: normal;
}

/* -------------------------------
	お知らせ
-------------------------------- */
.news_content h3 {
  font-weight: 500;
  font-size: min(calc(20px + 8 * (100vw - 320px) / 1180), 28px);
}
.news_content .photo-ofi {
  max-height: 60vh;
  margin: 0 auto;
}
.news_content .news_historyback {
  text-align: center;
  border-top: solid 1px #c6c6c6;
}
.news_content .news_historyback .btn {
  font-size: 14px;
  padding: 0.5em 2em;
  width: 200px;
}
.news_content .news_historyback .btn i {
  font-size: 0.875em;
}

.news_date {
  color: #b2b0ae;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.news_date .new {
  color: #e29963;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
}

.news_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.news_gallery > .box {
  flex: 0 0 calc(90% - 10px);
}
.news_gallery > .box .photo-ofi {
  padding: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .news_gallery {
    gap: 20px;
  }
  .news_gallery > .box {
    flex: 1 1 0;
  }
}
@media print, screen and (min-width: 992px) {
  .news_gallery {
    gap: 30px;
  }
}

/* -------------------------------
	業務内容
-------------------------------- */
/* ---  --- */
.business_head {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .business_head .bg {
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 100px;
    width: 45%;
  }
}

@media print, screen and (min-width: 992px) {
  .business_head__content {
    height: 600px;
    display: flex;
    flex-direction: column;
  }
  .business_head__content .inner {
    margin: auto 0;
  }
}

/* ---  --- */
.business_service {
  margin-bottom: min(calc(50px + 80 * (100vw - 320px) / 1180), 130px);
}
.business_service:last-child {
  margin-bottom: 0;
}
.business_service h4 {
  font-size: min(calc(24px + 16 * (100vw - 320px) / 1180), 40px);
}
@media print, screen and (min-width: 992px) {
  .business_service:nth-child(odd) .photo {
    transform: translateX(-5vw);
  }
  .business_service:nth-child(odd) .box-flex-column {
    padding-left: 2rem;
  }
  .business_service:nth-child(even) .photo {
    transform: translateX(5vw);
  }
  .business_service:nth-child(even) .box-flex-column {
    padding-right: 2rem;
  }
  .business_service:nth-child(even) .row > div:first-child {
    order: 13;
  }
}

/* -------------------------------
	会社案内
-------------------------------- */
.company_name {
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1180), 24px);
  text-align: right;
  margin-top: 2rem;
  margin-right: 1rem;
}
.company_name img {
  height: 1em;
}

/**/
@media print, screen and (min-width: 768px) {
  .company_access h3 {
    padding-right: min(calc(50px + 50 * (100vw - 768px) / 508), 100px);
  }
}

/* -------------------------------
	採用情報
-------------------------------- */
/* ---  --- */
.recruit_head h3 {
  font-size: min(calc(26px + 12 * (100vw - 320px) / 1180), 38px);
  text-align: center;
}
.recruit_head p {
  text-align: center;
}

/* ---  --- */
.recruit_image_1 {
  height: 50vw;
  background-image: url("../images/recruit/recruit_img_1.jpg");
}
@media print, screen and (min-width: 768px) {
  .recruit_image_1 {
    height: min(40vw, 500px);
  }
}

/* ---  --- */
.recruit_environment__content h4 {
  font-size: min(calc(20px + 8 * (100vw - 375px) / 393), 28px);
}
@media print, screen and (min-width: 992px) {
  .recruit_environment__content h4 {
    font-size: min(calc(22px + 10 * (100vw - 992px) / 508), 32px);
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_environment__content.odd .box-flex-column {
    padding-right: 2rem;
  }
  .recruit_environment__content.odd .recruit_environment__image {
    transform: translateX(5vw);
  }
  .recruit_environment__content.even .box-flex-column {
    padding-left: 2rem;
  }
  .recruit_environment__content.even .recruit_environment__image {
    transform: translateX(-5vw);
  }
}

/* ---  --- */
.recruit_flow__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  max-width: 480px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .recruit_flow__content {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1082px;
  }
}
.recruit_flow__content__step .step {
  line-height: 1.5;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.recruit_flow__content__step .step:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #faf6f3;
}
.recruit_flow__content__step .step .fs-en {
  font-size: min(calc(14px + 2 * (100vw - 320px) / 160), 16px);
  margin-top: auto;
  margin-bottom: .5em;
}
.recruit_flow__content__step .step .fs-shippori {
  font-size: min(calc(20px + 5 * (100vw - 320px) / 160), 25px);
  margin-bottom: auto;
}
.recruit_flow__content__step .column {
  font-size: min(calc(10px + 6 * (100vw - 320px) / 160), 16px);
  line-height: 1.75;
  text-align: center;
  margin-top: .5em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .recruit_flow__content__step .step .fs-en {
    font-size: min(calc(16px + 2 * (100vw - 768px) / 314), 18px);
  }
  .recruit_flow__content__step .step .fs-shippori {
    font-size: min(calc(22px + 8 * (100vw - 768px) / 314), 30px);
  }
  .recruit_flow__content__step .column {
    font-size: min(calc(11px + 5 * (100vw - 768px) / 314), 16px);
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  text-align: center;
}
.tel_contact .title-hh-1 > .fs-shippori {
  font-size: min(calc(20px + 16 * (100vw - 320px) / 1180), 36px);
  display: block;
}
.tel_contact .telphone {
  font-size: 26px;
}
.tel_contact .txt {
  font-size: 15px;
  margin-top: .5em;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .telphone {
    font-size: min(calc(30px + 15 * (100vw - 768px) / 732), 45px);
  }
}

#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: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --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: #d6a467;
    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 */
