@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;
}

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

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.title-1 strong {
  font-size: min(calc(30px + 30 * (100vw - 320px) / 510), 60px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .title-1 strong {
    font-size: min(calc(50px + 10 * (100vw - 992px) / 208), 60px);
  }
}

.title-2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-2:before, .title-2:after {
  content: "";
  flex: 0 0 2em;
  height: 1px;
  background: #fff;
  display: block;
}
.title-2:before {
  margin-right: .5em;
}
.title-2:after {
  margin-left: .5em;
}

.title-3 {
  border-left: solid 0.2em #fff;
  padding-left: 0.5em;
}

.title-hh-1 {
  text-align: center;
}
.title-hh-1 > .in {
  display: inline-block;
  padding: 1em 0;
  background-image: url("../images/common/line001.png"), url("../images/common/line001.png");
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: min(calc(20px + 12 * (100vw - 320px) / 510), 32px);
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 32px;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 830px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media print {
  .container-fluid-xl {
    width: 830px;
  }
}

/* --- 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
-------------------------------- */
#pixi-slider {
  width: 100%;
  background-color: #000;
  height: 50vh;
}
#pixi-slider canvas {
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) and (max-width: 991px) {
  #pixi-slider {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #pixi-slider {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  #pixi-slider {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #pixi-slider {
      height: 100dvh;
    }
  }
}

.fv {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 1rem;
  height: 50vh;
}
@media (orientation: landscape) and (max-width: 991px) {
  .fv {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .fv {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  .fv {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .fv {
      height: 100dvh;
    }
  }
}
@media print {
  .fv {
    height: 600px;
  }
}
.fv .logo-ani {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .logo-ani .cls-1 {
  fill: #d93216;
}
.fv .logo-ani .cls-2 {
  fill: #fff;
}
.fv .logo-ani svg {
  height: clamp(3.75rem, calc(2.625rem + 5.63vw), 9.375rem);
  width: auto;
}
.fv .logo-ani .logo-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.fv .logo-ani svg .cls-2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fv .logo-ani svg .cls-2.show {
  opacity: 1;
  transform: translateY(0);
}
.fv .logo-ani svg .svg-elem-1 {
  transform-origin: left;
  transform: scaleX(0);
}
.fv .logo-ani .animate-line .svg-elem-1 {
  animation: line-draw 1s ease forwards;
}
.fv .logo-ani .cls-2.show {
  animation: glitchFadeIn 0.6s ease forwards;
}
.fv .scroll-indicator {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: clamp(0.625rem, calc(0.45rem + 0.88vw), 1.25rem);
  font-size: 12px;
  color: #fff;
}
.fv .scroll-indicator .scroll-bar {
  width: 3px;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.fv .scroll-indicator .scroll-bar .scroll-bar__inner {
  width: 5px;
  height: 25px;
  background-color: #d93216;
  position: absolute;
  top: -25px;
  left: 0;
  animation: scroll-loop 1.5s linear infinite;
}
.fv .scroll-indicator .scroll-bar .scroll-text {
  transform: rotate(90deg) translateX(30px);
  transform-origin: center;
}

.fv .logo-ani {
  height: 100vh;
}
.fv .logo-ani .cls-2 {
  fill: #231815;
}

@keyframes line-draw {
  to {
    transform: scaleX(1);
  }
}
@keyframes glitchFadeIn {
  0% {
    opacity: 0;
    transform: translateY(100%) skewX(15deg);
    filter: contrast(200%) brightness(180%);
  }
  30% {
    transform: translateY(-5px) skewX(-10deg);
    filter: contrast(250%) brightness(200%);
  }
  50% {
    transform: translateX(4px);
  }
  65% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.fv .scroll-indicator {
  color: #000;
  font-size: 18px;
}

.fv .scroll-indicator .scroll-bar {
  width: 5px;
  height: min(10vh, 160px);
  background-color: #F7BCB2;
}
@media print, screen and (min-width: 992px) {
  .fv .scroll-indicator .scroll-bar {
    height: min(20vh, 160px);
  }
}

@keyframes scroll-loop {
  0% {
    top: -25px;
  }
  100% {
    top: min(20vh, 160px);
  }
}
.con img {
  width: 100%;
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_ttl_1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.home_ttl_1 strong {
  font-size: min(calc(30px + 30 * (100vw - 320px) / 510), 60px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .home_ttl_1 strong {
    font-size: min(calc(50px + 10 * (100vw - 992px) / 208), 60px);
  }
}

/* ---  --- */
.home_business .title-hh-1 {
  font-size: 1.125rem;
  font-weight: 400;
}

/* ---  --- */
.home_recrut__figure .photo {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home_recrut__figure figcaption {
  color: #fff;
  line-height: 1.6875;
  padding: 1em;
}
.home_recrut__figure figcaption h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .home_recrut__figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .home_recrut__figure .photo {
    aspect-ratio: auto;
  }
  .home_recrut__figure figcaption {
    padding-left: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .home_recrut__figure figcaption {
    font-size: min(calc(14px + 2 * (100vw - 992px) / 208), 16px);
  }
}
a > .home_recrut__figure .photo img {
  transition: transform 0.5s ease;
}
a > .home_recrut__figure figcaption {
  padding-right: 2em;
  position: relative;
}
a > .home_recrut__figure figcaption:before {
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  font-size: 1.6875em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -.5em;
}
a > .home_recrut__figure:hover .photo img {
  transform: scale(1.2);
}
a > .home_recrut__figure:hover figcaption:before {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* ---  --- */
.foot_contact {
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .foot_contact .row > div:first-child {
    border-right: solid 1px #fff;
  }
}
.foot_contact__tel {
  text-align: center;
}
.foot_contact__tel p {
  margin: 0;
}
.foot_contact__tel .telphone {
  font-size: min(calc(36px + 12 * (100vw - 320px) / 510), 48px);
  padding: 0.25em 0;
}
.foot_contact__tel .txt2 {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .foot_contact__tel .telphone {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .foot_contact__tel .telphone {
    font-size: 48px;
  }
}
.foot_contact__mail {
  text-align: center;
}
.foot_contact__mail a {
  color: #fff;
  font-size: min(calc(36px + 12 * (100vw - 320px) / 510), 48px);
  text-align: center;
  padding: 0;
  position: relative;
}
.foot_contact__mail a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.foot_contact__mail a:hover {
  color: #fff;
}
.foot_contact__mail a:hover:after {
  transform: scaleX(1);
  visibility: visible;
}
@media print, screen and (min-width: 992px) {
  .foot_contact__mail a {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .foot_contact__mail a {
    font-size: 48px;
  }
}

/* -------------------------------
	事業紹介
-------------------------------- */
.business_contact {
  padding: 50px 0;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
@media print, screen and (min-width: 768px) {
  .business_contact .row > div:first-child {
    border-right: solid 1px #fff;
  }
}
.business_contact__tel {
  text-align: center;
}
.business_contact__tel p {
  margin: 0;
}
.business_contact__tel .telphone {
  font-size: min(calc(36px + 12 * (100vw - 320px) / 510), 48px);
  padding: 0.25em 0;
}
.business_contact__tel .txt2 {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .business_contact__tel .telphone {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_contact__tel .telphone {
    font-size: 48px;
  }
}
.business_contact__mail {
  text-align: center;
}
.business_contact__mail .btn {
  font-size: 20px;
}

/* -------------------------------
	採用情報
-------------------------------- */
.recruit_head {
  overflow: hidden;
}
.recruit_head h3 {
  font-weight: 500;
  font-size: min(calc(14px + 6 * (100vw - 320px) / 448), 20px);
}
.recruit_head h3 strong {
  font-size: 2em;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 1200px) {
  .recruit_head h3 {
    font-size: 20px;
  }
}
.recruit_head .txt {
  font-size: min(calc(14px + 4 * (100vw - 320px) / 448), 18px);
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 1em 0;
}
.recruit_head .txt strong {
  font-size: 1.5em;
}
@media print, screen and (min-width: 1200px) {
  .recruit_head .txt {
    font-size: 18px;
  }
}

/**/
.recruit_process {
  margin-bottom: 50px;
}
.recruit_process.last {
  margin-bottom: 0;
}
.recruit_process .image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.recruit_process .image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit_process .columns h4 {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  margin: 0.5em 0;
}
.recruit_process .columns h4 .num {
  font-size: 1.5em;
  line-height: 1;
  margin-right: 10px;
}
.recruit_process .columns .telphone {
  font-weight: 700;
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .recruit_process {
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 0 50px;
  }
  .recruit_process .image {
    width: auto;
    aspect-ratio: auto;
  }
  .recruit_process .image img {
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit_process .columns {
    display: flex;
    flex-direction: column;
  }
  .recruit_process .columns .in {
    margin: auto 0;
  }
  .recruit_process .columns h4 {
    margin-top: 0;
  }
}

/* -------------------------------
	会社概要
-------------------------------- */
/**/
.company_table_1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.company_table_1 > tbody > tr > th, .company_table_1 > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.company_table_1 > tbody > tr > th {
  font-weight: 700;
  font-size: 25px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.company_table_1 > tbody > tr > td {
  padding-left: 20px;
}
.company_table_1 > tbody > tr > td h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.company_table_1 > tbody > tr > td .image {
  max-width: 300px;
  margin-right: 20%;
}
@media print, screen and (min-width: 768px) {
  .company_table_1 > tbody > tr > th {
    font-size: 40px;
    padding-right: 30px;
  }
  .company_table_1 > tbody > tr > td {
    padding-left: 30px;
  }
  .company_table_1 > tbody > tr > td h4 {
    font-size: 20px;
  }
}

/* -------------------------------
	福利厚生
-------------------------------- */
.benefit_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .benefit_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.benefit_figure figcaption {
  padding: 0 1em;
}
.benefit_figure figcaption h3 {
  font-size: 20px;
  text-align: center;
  margin: 1em 0 0.5em;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
.tel_contact .telphone {
  font-size: 32px;
  text-align: center;
  padding: 0.35em 0;
}
.tel_contact p {
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tel_contact .row > div:first-child {
    border-right: solid 1px #fff;
  }
}
@media print, screen and (min-width: 992px) {
  .tel_contact .telphone {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .telphone {
    font-size: 36px;
  }
}

#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: 13em;
  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) " )";
}
#policy .contents a {
  color: #fff;
}

/* 
 * スクロールエフェクト（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));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
@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: #73b400;
    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 */
