@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-left: 0.5em;
  border-left: solid 0.2em #d9242c;
}

.title-2 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
}

.title-3 {
  padding-left: 1.1em;
  position: relative;
}
.title-3:before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.75);
}

.title-hh-1 {
  font-size: 1rem;
  line-height: 1.5;
}
.title-hh-1 > .fs-en {
  color: #d9242c;
  font-size: min(calc(35px + 13 * (100vw - 320px) / 1280), 48px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.title-hh-1 > .txt {
  font-size: min(calc(15px + 3 * (100vw - 320px) / 1280), 18px);
  display: block;
  margin-top: 0.5em;
}

/* タイトル用フォントサイズ */
.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;
  padding-top: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    margin-top: 111px;
    padding-top: 40px;
  }
}

#mainvisual .swiper {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  overflow: visible;
}
#mainvisual .slide-photo {
  width: 100%;
  aspect-ratio: 89 / 50;
  border-radius: 20px;
  overflow: hidden;
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .swiper_foot {
  text-align: center;
  margin-top: 10px;
}
#mainvisual .swiper_foot__inner {
  display: inline-block;
  vertical-align: middle;
  padding: 0 min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  position: relative;
}
#mainvisual .swiper_foot .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: min(calc(10px + 15 * (100vw - 320px) / 1280), 25px);
}
#mainvisual .swiper_foot .swiper-pagination > span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #e7e7e7;
}
#mainvisual .swiper_foot .swiper-pagination > span.swiper-pagination-bullet {
  background-color: #7a7a7a;
}
#mainvisual .swiper_foot .swiper-button-prev, #mainvisual .swiper_foot .swiper-button-next {
  color: #7a7a7a;
  font-size: 15px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
}
#mainvisual .swiper_foot .swiper-button-prev:after, #mainvisual .swiper_foot .swiper-button-next:after {
  font-size: 1em;
  line-height: 1;
}
#mainvisual .swiper_foot .swiper-button-prev {
  left: 0;
}
#mainvisual .swiper_foot .swiper-button-next {
  right: 0;
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_ttl_1 {
  font-size: 1rem;
  line-height: 1.5;
}
.home_ttl_1 > .fs-en {
  color: #d9242c;
  font-size: min(calc(35px + 13 * (100vw - 320px) / 1280), 48px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.home_ttl_1 > .txt {
  font-size: min(calc(15px + 3 * (100vw - 320px) / 1280), 18px);
  display: block;
  margin-top: 0.5em;
}

/* ---  --- */
.home_pickup_inner .title h2 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .home_pickup_inner {
    display: flex;
  }
  .home_pickup_inner .title {
    flex: 0 0 min(calc(200px + 110 * (100vw - 768px) / 832), 310px);
  }
  .home_pickup_inner .title h2 {
    text-align: left;
  }
  .home_pickup_inner .content {
    flex: 1 1 0;
  }
}

.home_pickup_inner .content {
  padding: min(6.25vw, 70px) min(4vw, 90px);
  border-radius: 0 min(6.25vw, 100px) min(3.125vw, 60px) min(3.125vw, 60px);
  box-shadow: 10px 10px 0 0 #a78f8a;
  background-color: #f6f2f1;
}
@media print, screen and (min-width: 768px) {
  .home_pickup_inner .content {
    padding: min(4.375vw, 70px) min(5.625vw, 90px);
    border-radius: 0 min(6.25vw, 100px) min(3.75vw, 60px) min(3.75vw, 60px);
  }
}
.home_pickup_inner .content h3 {
  font-size: min(calc(22px + 10 * (100vw - 320px) / 1280), 32px);
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 0.78125em;
  border-bottom: solid 1px #cabeb9;
}
.home_pickup_inner .content .btns {
  text-align: right;
  margin-top: 30px;
}
.home_pickup_inner .content .btns .btn {
  font-size: 14px;
  text-align: left;
  width: 180px;
}

/* ---  --- */
.home_osusume {
  position: relative;
}
.home_osusume:before {
  content: "";
  position: absolute;
  top: -115px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 20vw 0 20vw 0;
  background-color: #fdf4f4;
}

.home_osusume__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px) 0;
}
.home_osusume__row > .item {
  flex: 0 0 100%;
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .home_osusume__row > .item {
    flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_osusume__row > .item {
    flex: 0 0 33.33334%;
  }
}

/* ---  --- */
.home_products {
  position: relative;
  overflow: hidden;
}
.home_products:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 800px;
  margin-top: -400px;
  border-radius: 400px 0 0 400px;
  background-color: #f6f2f1;
  z-index: -1;
  pointer-events: none;
}

.home_products__swiper {
  margin-right: calc(-15px - 50 * (100vw - 320px) / 1280);
}
@media print, screen and (min-width: 1600px) {
  .home_products__swiper {
    margin-right: calc((1470px - 100vw) / 2);
  }
}
.home_products__swiper .swiper {
  overflow: visible;
}
.home_products__swiper .swiper .swiper-slide {
  width: max-content;
  height: auto;
}
.home_products__swiper .swiper .swiper-slide:not(.swiper-slide-visible) .link_figure {
  pointer-events: none;
  opacity: .5;
}
.home_products__swiper .swiper .link_figure {
  overflow: hidden;
  max-width: 395px;
  width: 75vw;
  height: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .home_products__swiper .swiper .link_figure {
    width: 395px;
  }
}
.home_products__swiper .swiper-controller {
  padding-right: 30px;
}
.home_products__swiper .swiper-pagination.swiper-pagination-lock, .home_products__swiper .swiper-button-lock {
  display: none !important;
}
.home_products__swiper .swiper-button-prev, .home_products__swiper .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  flex-shrink: 0;
  margin: 0;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.8s var(cubic-bezier(0.2, 1, 0.2, 1));
  z-index: 0;
}
.home_products__swiper .swiper-button-prev:before, .home_products__swiper .swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #d9242c;
}
.home_products__swiper .swiper-button-prev:after, .home_products__swiper .swiper-button-next:after {
  content: "\f105";
  color: #fff;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  z-index: 10;
}
.home_products__swiper .swiper-button-prev {
  margin-right: 10px;
  margin-left: auto;
}
.home_products__swiper .swiper-button-prev:after {
  content: "\f104";
}
.home_products__swiper .swiper-button-next:after {
  content: "\f105";
}
.home_products__swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.home_products__swiper .swiper-button-disabled:before {
  ox-shadow: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
}
.home_products__swiper .swiper-controller {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-top: clamp(15px, 3.90625vw, 30px);
}
.home_products__swiper .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
}
.home_products__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 50% !important;
  cursor: pointer;
  transition: 0.8s var(cubic-bezier(0.2, 1, 0.2, 1));
  background-color: #EFA2A5;
}
.home_products__swiper .swiper-pagination-bullet-active {
  background-color: #d9242c;
}

/* ---  --- */
.home_price {
  background-color: #f6f2f1;
  position: relative;
  z-index: 0;
}
.home_price:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 min(20vw, 400px) 0 0;
  background-color: #fff;
}

.home_price_content .home_price_content__item {
  margin-bottom: 1.5rem;
}
.home_price_content .home_price_content__image .photo {
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .home_price_content {
    display: flex;
  }
  .home_price_content .home_price_content__item {
    flex: 1 1 0;
    margin-bottom: 0;
    padding-right: min(calc(50px + 90 * (100vw - 992px) / 608), 140px);
  }
  .home_price_content .home_price_content__image {
    flex: 0 0 38.09523%;
  }
  .home_price_content.even .home_price_content__item {
    padding-left: min(calc(30px + 31 * (100vw - 992px) / 608), 61px);
    padding-right: 0;
    order: 2;
  }
  .home_price_content.even .home_price_content__image {
    order: 1;
  }
}

.home_price_content__item .title {
  max-width: 447px;
}
.home_price_content__item .title h3 {
  font-size: min(calc(20px + 8 * (100vw - 320px) / 1280), 28px);
  line-height: 1.5;
  height: 3.17857em;
  padding-left: 1.5em;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.home_price_content__item .title h3 > .fs-en {
  color: #f6f2f1;
  font-size: 4.642857em;
  line-height: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home_price_content__item .title > .column {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1280), 20px);
  padding: 1.5em 1em 1.5em 2em;
  border-radius: 1em;
  background-color: #f6f2f1;
}
.home_price_content__item .title > .column ul {
  color: #572d2a;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home_price_content__item .title > .column ul > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.home_price_content__item .title > .column ul > li:last-child {
  margin-bottom: 0;
}
.home_price_content__item .title > .column ul > li .subtxt {
  color: #d9242c;
  display: inline-block;
  margin-left: auto;
}
.home_price_content__item .columns {
  margin-top: 35px;
}

/**/
.home_price_banner .swiper {
  padding: 0 70px;
  height: min(calc(48px + 22 * (100vw - 320px) / 880), 70px);
  position: relative;
}
.home_price_banner .swiper-slide {
  width: max-content;
  height: auto;
}
.home_price_banner .swiper-slide > a {
  overflow: hidden;
  width: min(calc(100px + 88 * (100vw - 320px) / 880), 188px);
  display: block;
  transition: opacity 0.3s ease;
}
.home_price_banner .swiper-button-lock {
  display: none !important;
}
.home_price_banner .swiper-button-prev, .home_price_banner .swiper-button-next {
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  font-size: min(calc(14px + 8 * (100vw - 320px) / 880), 22px);
  width: 3.181818em;
  height: 3.181818em;
  margin-top: -1.590909em;
  cursor: pointer;
  transition: 0.8s var(cubic-bezier(0.2, 1, 0.2, 1));
  z-index: 10;
}
.home_price_banner .swiper-button-prev:before, .home_price_banner .swiper-button-next:before {
  display: none;
}
.home_price_banner .swiper-button-prev:after, .home_price_banner .swiper-button-next:after {
  content: "\e900";
  color: #d9242c;
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  width: 3.181818em;
  height: 3.181818em;
  display: grid;
  place-content: center;
  border: solid 1px #d9242c;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
}
.home_price_banner .swiper-button-prev {
  left: 1px;
}
.home_price_banner .swiper-button-prev:after {
  transform: scaleX(-1);
}
.home_price_banner .swiper-button-next {
  right: 0;
}
.home_price_banner .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* ---  --- */
.home_shop {
  background-color: #f6f2f1;
}
.home_shop .home_shop__content {
  max-width: 470px;
  margin: 0 auto;
}
.home_shop .home_shop__content h2 {
  color: #d9242c;
  font-size: min(calc(20px + 4 * (100vw - 320px) / 1280), 24px);
  text-align: center;
  margin-bottom: 1.5em;
}
.home_shop .home_shop__content h2 i {
  color: #d9242c;
  font-size: min(calc(30px + 24 * (100vw - 320px) / 1280), 54px);
  line-height: 1;
  width: 2.59259em;
  height: 2.59259em;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 0.8em;
  border: solid 1px #d9242c;
}
.home_shop .row > div:first-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cabeb9;
}
@media print, screen and (min-width: 768px) {
  .home_shop .row > div:first-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    border-right: solid 1px #cabeb9;
  }
}

/* -------------------------------
	ご利用ガイド
-------------------------------- */
/* ---  --- */
.guide_contents small {
  font-size: 0.875em;
}

/* -------------------------------
	会社概要
-------------------------------- */
/* ---  --- */
@media print, screen and (min-width: 992px) {
  .company_greetings {
    position: relative;
    z-index: 0;
  }
  .company_greetings:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 360px;
    border-radius: 0 180px 0 0;
    background-color: #fdf4f4;
    transform: translateY(50%);
  }
}

.company_greetings_row .columns {
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #fdf4f4;
}
@media print, screen and (min-width: 992px) {
  .company_greetings_row {
    display: flex;
  }
  .company_greetings_row .title {
    flex: 0 0 30%;
  }
  .company_greetings_row .columns {
    font-size: min(calc(16px + 2 * (100vw - 992px) / 608), 18px);
    line-height: 2;
    flex: 1 1 0;
    padding: 0 50px 50px;
    border-radius: 30px;
    box-shadow: 10px 10px 0 #F7D4D4;
    background-color: #fff;
    position: relative;
    z-index: 0;
  }
}

/* ---  --- */
@media print, screen and (min-width: 992px) {
  .company_overview {
    position: relative;
    z-index: 0;
  }
  .company_overview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 360px;
    border-radius: 180px 0 0 0;
    background-color: #fff;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact .row {
  gap: 10px 0;
}

.tel_contact__box {
  text-align: center;
  border: solid 1px #ccc;
  padding: 50px 0;
}
.tel_contact__box h2 {
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1280), 24px);
}
.tel_contact__box .telphone {
  color: #d9242c;
  font-size: min(calc(24px + 16 * (100vw - 320px) / 1280), 40px);
  justify-content: center;
}

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

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  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 {
  font-weight: 500;
  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;
}
.table-contact > tbody > tr > td .form_name {
  flex: 0 0 3em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th {
    margin-bottom: 0.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, #terms {
  margin-top: 30px;
}
#policy .contents, #terms .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, #terms .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents h6, #terms .contents h6 {
  font-size: 0.875em;
  margin: 1rem 0;
}
#policy .contents p, #policy .contents ol, #terms .contents p, #terms .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol, #terms .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li, #terms .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before, #terms .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* -------------------------------
	商品一覧
-------------------------------- */
/* ---  --- */
.item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 50px 0;
}
.item_list .item_list__box {
  padding: 0 15px;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .item_list .item_list__box {
    flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .item_list .item_list__box {
    flex: 0 0 33.33334%;
  }
}
@media print, screen and (min-width: 1600px) {
  .item_list .item_list__box {
    flex: 0 0 25%;
  }
}
.item_list .figure_link_1 figcaption {
  padding: 15px 20px;
  border-radius: 0 0 15px 15px;
  background-color: #fdf4f4;
}
.item_list .figure_link_1 figcaption .ttl {
  font-size: 18px;
  padding-right: 1em;
}

/* -------------------------------
	商品 カテゴリー　一覧
-------------------------------- */
/* ---  --- */
.item_noto p {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1280), 24px);
  line-height: 2;
}

/* ---  --- */
.list__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px) 0;
}
.list__row > .item {
  flex: 0 0 100%;
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .list__row > .item {
    flex: 0 0 50%;
  }
  .list__row > .item .figure_item_1 {
    max-width: 100%;
  }
  .list__row > .item .figure_item_1 figcaption .tag {
    font-size: 11px;
    gap: 5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .list__row > .item {
    flex: 0 0 33.33334%;
  }
}
@media print, screen and (min-width: 1600px) {
  .list__row > .item {
    flex: 0 0 25%;
  }
}

/* -------------------------------
	詳細
-------------------------------- */
/* ---  --- */
.detail_image {
  max-width: 550px;
  margin: 0 auto;
}
@media print, screen and (min-width: 992px) {
  .detail_image {
    max-width: 100%;
    padding-right: min(calc(50px + 70 * (100vw - 992px) / 608), 120px);
    margin: 0;
  }
}

.splide-gallery {
  margin: 0 auto;
}
.splide-gallery .splide__inner {
  position: relative;
}
.splide-gallery .splide__inner .photo-ofi {
  aspect-ratio: 4/3;
  border: solid 1px #efefef;
  background-color: #fff;
}

/* 前へ / 次へボタン */
.splide-gallery .splide__arrow--prev, .splide-gallery .splide__arrow--next {
  font-size: 1rem;
  display: grid;
  place-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #df8425;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  z-index: 20;
}
.splide-gallery .splide__arrow--prev svg, .splide-gallery .splide__arrow--next svg {
  fill: #fff;
  width: 1em;
}
.splide-gallery .splide__arrow--prev:hover, .splide-gallery .splide__arrow--next:hover {
  outline: none;
}
.splide-gallery .splide__arrow--prev {
  left: 15px;
}
.splide-gallery .splide__arrow--prev svg {
  transform: scale(-1, 1);
}
.splide-gallery .splide__arrow--next {
  right: 15px;
}
.splide-gallery .splide__arrow:disabled {
  background-color: #efefef;
  pointer-events: none;
  opacity: 1;
}
.splide-gallery .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

/* サムネイル */
.splide-gallery .splide__pagination {
  list-style: none;
  padding: 5px 0 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.splide-gallery .splide__pagination > li button {
  border: none;
  padding: 0;
  outline: none;
  aspect-ratio: 4 / 3;
  background-color: #000;
  transition: opacity 0.3s ease;
}
.splide-gallery .splide__pagination > li button img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide-gallery .splide__pagination > li button.is-active img {
  opacity: 0.5;
}

/* ---  --- */
.detail_content .tag {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1rem;
}
.detail_content .tag > span {
  text-align: center;
  display: block;
  flex: 0 0 9.1666em;
  padding: 2px 0.5em 3px;
  border: solid 1px currentColor;
  border-radius: 10em;
}
.detail_content .price {
  font-size: 16px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px 40px;
}
.detail_content .price dt, .detail_content .price dd {
  margin: 0;
}
.detail_content .price dt {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 0.875em;
}
.detail_content .price dd {
  font-weight: 500;
}
.detail_content .price dd .num {
  font-size: 1.5em;
  display: inline-block;
  position: relative;
}
.detail_content .price dd .num.line-through {
  color: #333;
}
.detail_content .price dd .num.line-through:before, .detail_content .price dd .num.line-through:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: solid 2px #ff0000;
  z-index: 10;
}
.detail_content .price dd .num.line-through:before {
  margin-top: -3px;
}
.detail_content .price dd .num.line-through:after {
  margin-top: 3px;
}
.detail_content .price dd .custom-select {
  width: auto;
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
  .detail_content .price {
    font-size: 20px;
  }
}
.detail_content .buttons {
  text-align: center;
}
.detail_content .buttons button {
  width: 250px;
}
@media print, screen and (min-width: 768px) {
  .detail_content .buttons {
    text-align: left;
    justify-content: flex-start;
  }
  .detail_content .buttons button {
    font-size: 18px;
    width: 280px;
  }
}

.detail_itemcode {
  font-size: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
}
.detail_itemcode > dt, .detail_itemcode > dd {
  margin: 0;
}
.detail_itemcode > dt {
  white-space: nowrap;
}

.detail_connection_cat {
  border: solid 1px #e7e7e7;
  padding: 20px 15px;
  border-radius: 10px;
}
.detail_connection_cat .ttl {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.detail_connection_cat > ul {
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.detail_connection_cat > ul > li {
  border: solid 1px #777;
  padding: 0 0.75em 0.1em;
  border-radius: 3px;
}

/* -------------------------------
	header
-------------------------------- */
#cart-header .head_row_sub {
  display: flex;
  align-items: center;
  height: 30px;
  border-bottom: solid 1px #e7e7e7;
}
#cart-header .head_row_sub .col-left {
  padding-left: min(4vw, 50px);
}
#cart-header .head_row_sub .col-right {
  display: none;
  padding-right: min(4vw, 50px);
}
@media print, screen and (min-width: 768px) {
  #cart-header .head_row_sub .col-right {
    display: block;
    margin-left: auto;
  }
}
#cart-header .head_row_sub .username {
  color: #aaa;
  font-size: 12px;
}
#cart-header .head_row_sub .telphone {
  color: #d9242c;
  font-size: 18px;
}
#cart-header .logo {
  text-align: center;
  padding: 30px 15px;
}

/* -------------------------------
	footer
-------------------------------- */
#cart-footer {
  text-align: center;
  padding: 50px 0;
  background-color: #f6f2f1;
}
#cart-footer .copyright {
  text-align: center;
}

/* -------------------------------
	main title
-------------------------------- */
.cart_main_ttl {
  background-color: #fdf4f4;
}
.cart_main_ttl h2 {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.cart_main_ttl h2 > .fs-en {
  color: #d9242c;
  font-size: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.cart_main_ttl h2 > .txt {
  font-size: 16px;
  display: block;
  margin-top: .5em;
}

/* -------------------------------
	cart flow
-------------------------------- */
.progressbar {
  font-size: min(calc(10px + 5 * (100vw - 320px) / 1280), 15px);
  letter-spacing: normal;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-reset: step;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.progressbar > li {
  color: #aaa;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  list-style-type: none;
  flex: 0 0 20%;
  padding: 0 0.5em;
  position: relative;
  white-space: nowrap;
}
.progressbar > li:before {
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  content: counter(step);
  counter-increment: step;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 6px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar > li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: calc((1.5em * 2) / 2);
  left: -50%;
  z-index: -1;
}
.progressbar > li:first-child:after {
  content: none;
}
.progressbar > li.active {
  color: var(--primary);
}
.progressbar > li.active:before {
  background-color: var(--primary);
  color: #fff;
}
.progressbar > li.active + li:after {
  background-color: var(--primary);
}

/* -------------------------------
	新規・ログイン
-------------------------------- */
.cart_box_a {
  border: solid 1px #4c3c3c;
  height: 100%;
  background-color: #fff;
}
.cart_box_a .ttl {
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  margin: 0 0 auto;
  background: #d9242c;
}
@media print, screen and (min-width: 992px) {
  .cart_box_a .ttl {
    font-size: 1.3125rem;
  }
}
.cart_box_a .inner {
  font-size: 0.9375rem;
  width: 100%;
  padding: 15px 20px;
  padding: clamp(15px, 2.5vw, 30px) clamp(20px, 4.16667vw, 50px);
}
.cart_box_a .inner .btn {
  min-width: inherit;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.cart_box_a .inner .telphone {
  font-size: 28px;
}

/* -------------------------------
	table
-------------------------------- */
/* --- 基本設定 --- */
.cart_table {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .cart_table {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .cart_table {
    font-size: 16px;
  }
}
.cart_table > thead > tr > th, .cart_table > thead > tr > td, .cart_table > tbody > tr > th, .cart_table > tbody > tr > td {
  padding: 0.75em 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cart_table > thead > tr > th {
  text-align: center;
  background-color: #e7e7e7;
}
.cart_table > tbody > tr > td.td_unit {
  text-align: center;
  width: 11em;
}
.cart_table > tbody > tr > td.td_num {
  text-align: center;
  width: 5em;
}
.cart_table > tbody > tr > td.td_subtotal {
  text-align: center;
  width: 13em;
}
.cart_table > tbody > tr > td.td_delete {
  width: 5em;
  text-align: center;
}
.cart_table > tbody > tr > td.td_delete .btn {
  font-size: 12px;
  padding: 0.25em 1em;
}
@media screen and (max-width: 991px) {
  .cart_table {
    border: none;
  }
  .cart_table > thead {
    display: none;
  }
  .cart_table > tbody > tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .cart_table > tbody > tr > th, .cart_table > tbody > tr > td {
    display: block;
    border: none;
  }
  .cart_table > tbody > tr > td.td_item {
    flex: 0 0 100%;
    order: 1;
    border-bottom: solid 1px #e7e7e7;
  }
  .cart_table > tbody > tr > td.td_unit {
    font-size: 0.875em;
    text-align: right;
    width: auto;
    flex: 0 0 100%;
    order: 4;
  }
  .cart_table > tbody > tr > td.td_unit:before {
    content: "単価：";
  }
  .cart_table > tbody > tr > td.td_num {
    text-align: center;
    width: auto;
    flex: 0 0 8em;
    order: 2;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .cart_table > tbody > tr > td.td_num:before {
    content: "数量：";
    white-space: nowrap;
  }
  .cart_table > tbody > tr > td.td_subtotal {
    text-align: right;
    flex: 0 0 100%;
    width: auto;
    padding-top: 0;
    order: 5;
  }
  .cart_table > tbody > tr > td.td_subtotal:before {
    content: "小計：";
  }
  .cart_table > tbody > tr > td.td_delete {
    width: auto;
    text-align: center;
    order: 3;
  }
  .cart_table > tbody > tr > td.td_delete .btn {
    font-size: 12px;
    padding: 0.25em 1em;
  }
}

/**/
.cart_item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  align-items: center;
}
.cart_item .ttl {
  font-weight: 500;
}
.cart_item .detail_itemcode {
  font-size: 11px;
}

/* ---  --- */
.cart_total .ttl {
  font-weight: 500;
  font-size: 18px;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #ccc;
}
.cart_total table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}
.cart_total table > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.cart_total table > tbody > tr > th, .cart_total table > tbody > tr > td {
  padding: 0.5em 1em;
  background-color: #fafafa;
}
.cart_total table > tbody > tr > th {
  font-weight: 400;
  font-size: 0.9375em;
  text-align: right;
}
.cart_total table > tbody > tr > td {
  font-weight: 500;
  width: 40%;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .cart_total table > tbody > tr > td {
    width: 25%;
  }
}
.cart_total table > tbody > tr.bg_1 > th {
  background-color: #efefef;
}
.cart_total table > tbody > tr.bg_1 > td {
  font-size: 1.0625em;
  font-weight: 700;
}
.cart_total table > tbody > tr.bg_2 > td {
  font-size: 1.0625em;
  font-weight: 700;
}
.cart_total table > tbody > tr.bg_3 > td {
  font-size: 1.25em;
  font-weight: 700;
}

/* ---  --- */
.field-icon {
  color: #555;
  float: right;
  margin-right: 10px;
  margin-top: -2.15em;
  position: relative;
  z-index: 2;
}

.table-login {
  width: 100%;
  margin: 0 auto 20px;
}
.table-login > tbody > tr > th, .table-login > tbody > tr > td {
  padding: 0;
}
.table-login > tbody > tr > th {
  padding: 10px 0;
}

/* -------------------------------
	送り主情報・配送先
-------------------------------- */
.cart_route {
  border: solid 1px #ddd;
  padding: 2.5%;
}
.cart_route label {
  font-size: 18px;
  font-weight: 700;
}

.cart_payment {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  border-top: dashed 1px #ccc;
}

.cart_payment__dl {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
}
.cart_payment__dl > dt, .cart_payment__dl > dd {
  margin: 0;
}
.cart_payment__dl > dt {
  font-weight: 400;
  padding-right: 0.5em;
}
.cart_payment__dl > dd {
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
.cart_payment__dl > dd:before {
  content: "：";
  position: absolute;
  left: 0;
}

.cart_payment__box {
  padding: 20px 15px;
  border-radius: 10px;
  border: solid 1px #ccc;
  background-color: #fafafa;
}

/* -------------------------------
	ログイン
-------------------------------- */
#wrapper-login {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 20p 15px;
  background-color: #f3eeed;
}
@supports (height: 100dvh) {
  #wrapper-login {
    min-height: 100dvh;
  }
}
#wrapper-login > div {
  margin-top: auto;
  margin-bottom: auto;
}
#wrapper-login .inner {
  padding: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px) 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
#wrapper-login .inner .logo {
  text-align: center;
  padding: 0 15%;
}
#wrapper-login .login_dl {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#wrapper-login .login_dl > dt, #wrapper-login .login_dl > dd {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper-login .login_dl {
    grid-template-columns: repeat(2, auto);
  }
}

/* -------------------------------
	マイページ
-------------------------------- */
/* --- navi --- */
.mypage_navi > ul {
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .mypage_navi > ul {
    font-size: 1rem;
  }
}
.mypage_navi > ul > li {
  padding: 0 5px;
  margin: 5px 0;
  flex: 0 0 50%;
}
.mypage_navi > ul > li > a {
  color: #d9242c;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.75em 0;
  display: block;
  border: solid 1px #d9242c;
  background-color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
  position: relative;
}
.mypage_navi > ul > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.mypage_navi > ul > li > a:hover {
  color: #d9242c;
  background-color: #F6CACC;
}
.mypage_navi > ul > li.active > a {
  color: #fff;
  border-color: #d9242c;
  background-color: #d9242c;
}

/* ---  --- */
.mypage_table_1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #F4CACC;
}
.mypage_table_1 > thead > tr {
  border-bottom: 1px solid #F4CACC;
}
.mypage_table_1 > thead > tr > th {
  color: #d9242c;
  text-align: center;
  padding: 1em 0;
  background-color: #FAE6E7;
}
.mypage_table_1 > tbody > tr {
  border-bottom: 1px solid #e7e7e7;
}
.mypage_table_1 > tbody > tr > th, .mypage_table_1 > tbody > tr > td {
  text-align: center;
  padding: 1em 0;
}
.mypage_table_1 > tbody > tr > td .btn {
  font-size: 0.75rem;
  padding: 0.5em 1.5em;
}
@media print, screen and (min-width: 768px) {
  .mypage_table_1 > tbody > tr > td.date {
    width: 25%;
  }
  .mypage_table_1 > tbody > tr > td.d-block {
    width: auto;
  }
  .mypage_table_1 > tbody > tr > td.situation {
    width: 25%;
  }
  .mypage_table_1 > tbody > tr > td.detail {
    width: 10em;
  }
}
@media print, screen and (max-width: 767px) {
  .mypage_table_1 {
    font-size: 14px;
  }
  .mypage_table_1 > thead {
    display: none;
  }
  .mypage_table_1 > tbody > tr {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .mypage_table_1 > tbody > tr > td {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0;
    gap: 5px;
  }
  .mypage_table_1 > tbody > tr > td:before, .mypage_table_1 > tbody > tr > td .inner {
    padding: 0.25em 0.5em;
  }
  .mypage_table_1 > tbody > tr > td:before {
    color: #777;
    font-weight: 500;
    content: attr(data-ttl);
    flex: 0 0 6em;
  }
  .mypage_table_1 > tbody > tr > td .d-block {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 1em;
  }
  .mypage_table_1 > tbody > tr > td .btn {
    font-size: 0.75rem;
    padding: 0.25em 1em;
  }
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.9s;
  --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 */
