@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

.minC {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 430px) {
  .typed_con .btn_area {
    padding: 0px 10px 40px;
  }
}

.typed_con .y_line {
  text-align: center;
}

.typed_con .y_line span {
  color: #502500;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  margin: 5px 0 10px;
}

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #502500;
  transform: translateY(-50%) rotate(-15deg);
  position: absolute;
  left: 0;
  top: 53%;
}

.typed_con .y_line span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #502500;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con .mv_blc {
  padding: 20px 0 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .typed_con .mv_blc {
    padding: 20px 0;
  }
}

.typed_con .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 217px;
  background-color: #CCCCCC;
  position: relative;
}

.typed_con .mv_blc .dummy span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .typed_con .mv_blc .dummy {
    width: 100%;
    height: 51vw;
  }
}

.typed_con .mv_blc iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .typed_con .mv_blc iframe {
    width: 100%;
  }
}

.typed_con .movie_blc_h {
  margin: 10px auto;
}

.typed_con .movie_blc_h .mv_blc iframe {
  aspect-ratio: 9/16;
}

.typed_con .movie_blc_h .mv_blc .dummy {
  height: auto;
  aspect-ratio: 9/16;
}

.typed_con .btn_area {
  padding: 40px 0;
  max-width: 344px;
  margin: 0 auto;
}

@media screen and (max-width: 364px) {
  .typed_con .btn_area {
    padding: 60px 13px;
  }
}

.typed_con .btn_area a {
  max-width: 344px;
}

.typed_con .btn_area .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
  color: #fff;
}

.typed_con .btn_area .note.int {
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_online span {
  color: #fff;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11em;
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}

.typed_con .btn_store {
  background-color: #fff;
  border: solid 1px #000;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 57px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_store span {
  color: #000;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  width: 12em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
}

.typed_con .btn_store span::before {
  display: none;
}

.typed_con .btn_store.ico_w {
  background-color: #C7002F;
  border: solid 1px #C7002F;
}

.typed_con .btn_store.ico_w span {
  background-image: url(/shimamura/res/type_d/common/img/ico_shop_w.svg) !important;
  color: #fff;
  background-size: 24px auto;
  background-position: left center;
}

.typed_con .btn_lineup {
  position: relative;
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.typed_con .btn_lineup::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url(/shimamura/res/type_d/common/img/ico_btn_arrw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.typed_con .btn_lineup span {
  color: #000;
  position: relative;
}

.typed_con .item_search {
  margin: 16px 0 15px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #000000;
}

.typed_con .item_search span {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-right: 35px;
}

.typed_con .item_search span::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_search_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.typed_con .item_search_note {
  font-size: 10px;
  text-align: left;
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con .item_search_note p {
  margin-bottom: 1em;
}

.typed_con .u_line {
  background-image: linear-gradient(transparent 45%, rgba(255, 229, 83, 0.45) 45%, rgba(255, 229, 83, 0.45) 100%);
  display: inline-block;
  padding: 0 5px 7px;
}

@media (max-width: 414px) {

  .typed_con .btn_online,
  .typed_con .btn_store,
  .typed_con .btn_lineup {
    font-size: 4vw !important;
  }
}

.typed_con .kino_blc {
  display: flex;
  gap: 0px 15px;
  margin-top: 40px;
  margin: 40px 0 10px;
}

.typed_con .kino_blc .ico {
  width: 80px;
}

.typed_con .kino_blc .txt {
  width: calc(100% - 80px - 15px);
  text-align: left;
  align-items: center;
}

.typed_con .kino_blc .txt p {
  color: #474645;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.typed_con .kino_blc .txt .ttl {
  font-size: 20px;
  font-weight: 700;
}

.typed_con {
  /* --- 1. 親要素：上から下へ一定速度（linear）で落ちる --- */
  /* --- 2. 子要素：左右160px（片側80px）にゆらゆら往復＆回転する --- */
  /* --- 3. 積もった後のスタイル --- */
  /* ==============================================
   アニメーション定義
   ============================================== */
  /* 縦の等速落下キーフレーム */
  /* 左右160px（片側80px）のダイナミックなゆらゆら揺れ ＋ 回転の往復キーフレーム */
}

.typed_con .con_frm {
  background-image: url(../img/con_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.typed_con .hdr {
  background-image: url(../img/hdr_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.typed_con .clm {
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center;
}

@media screen and (max-width: 414px) {
  .typed_con .clm {
    overflow: hidden;
  }
}

@media screen and (max-width: 430px) {
  .typed_con .clm {
    max-width: 100vw;
  }
}

.typed_con .innr {
  padding: 0 13px;
}

.typed_con .hdr {
  padding: 0 0 0px !important;
}

.typed_con .hdr .clm {
  padding: 40px 0 10px;
}

.typed_con .hdr h1 {
  margin-bottom: 20px;
}

.typed_con .hdr .lead {
  margin: 0px 0;
}

.typed_con .sub_lead {
  color: #502500;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
  border-radius: 100px;
}

.typed_con .lead02 {
  line-height: 1.6;
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 430px) {
  .typed_con .lead02 {
    font-size: 6.5vw;
  }
}

.typed_con .lead02 span {
  color: #FF7600;
  font-size: 33px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 430px) {
  .typed_con .lead02 span {
    font-size: 7.5vw;
  }
}

.typed_con .box_w {
  background-color: #fff;
  background-size: 100% auto;
  padding: 20px 29px 20px;
  border-radius: 10px;
  max-width: 388px;
  margin: 0 auto;
}

@media screen and (max-width: 375px) {
  .typed_con .box_w {
    padding: 30px 13px 30px;
  }
}

.typed_con .item_box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 22px;
}

.typed_con .item_box .box {
  display: flex;
  gap: 0 3%;
  align-items: center;
  margin-bottom: 20px;
}

.typed_con .item_box .img {
  width: 40.7%;
}

.typed_con .item_box .txt {
  width: 56.3%;
}

.typed_con .item_box .txt p {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  line-height: 1.4;
}

.typed_con .item_box .txt p.item_name {
  font-size: 18px;
}

.typed_con .item_box .txt p.item_price {
  font-size: 13px;
}

.typed_con .item_box .txt p.item_price span {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 430px) {
  .typed_con .item_box .txt p {
    font-size: 3.5vw;
  }

  .typed_con .item_box .txt p.item_price {
    font-size: 2.8vw;
  }

  .typed_con .item_box .txt p.item_price span {
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .item_box .txt p {
    font-size: 3.5vw;
  }

  .typed_con .item_box .txt p.item_price {
    font-size: 2.8vw;
  }

  .typed_con .item_box .txt p.item_price span {
    font-size: 3.3vw;
  }
}

.typed_con .clm {
  position: relative;
  padding: 40px 0 0px;
}

.typed_con .clm .b_line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #502500;
  border-bottom: 1px solid #502500;
  padding-bottom: 3px;
  position: relative;
}

.typed_con .clm .b_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #502500;
  position: absolute;
  bottom: -5px;
}

.typed_con .clm h2 {
  font-family: "Zen Old Mincho", serif;
  color: #502500;
  font-size: 26px;
  font-weight: 600;
  padding: 13px 0;
  position: relative;
  letter-spacing: -1px;
}

.typed_con .clm h2 span {
  display: block;
  color: #FF7600;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.typed_con .clm h2.ico_flw {
  margin-bottom: 30px;
  width: 100%;
}

.typed_con .clm h2.ico_flw::before {
  content: "";
  width: 47px;
  height: 45px;
  background-image: url(../img/ico_h2.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 15px;
}

.typed_con .clm h2.ico_flw::after {
  content: "";
  width: 47px;
  height: 45px;
  background-image: url(../img/ico_h2.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(90deg);
}

.typed_con .clm .ico_new {
  color: #FF7600;
  font-size: 16px;
  font-weight: 700;
  background-image: url(../img/ico_ttl.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 12px;
}

.typed_con .clm01 h2 {
  margin-bottom: 0px;
}

.typed_con .clm02 .ico_check {
  margin: 20px 20px;
}

.typed_con .clm02 .ico_check li {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  background-image: url(../img/ico_check.svg);
  background-size: 9.5% auto;
  background-repeat: no-repeat;
  background-position: top 3px left;
  padding: 0 0 7px 13%;
}

.typed_con .clm02 .ico_check li span {
  color: #502500;
  font-size: 18px;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 65%, #FFFF50 66%, #FFFF50 100%);
}

.typed_con .clm02 .lnk {
  margin: 30px 0 0;
}

.typed_con .clm02 .btn_area {
  padding: 10px 0 40px;
}

.typed_con .clm02 .btn_area a {
  display: inline-block;
  background-color: #502500;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
  background-image: url(../img/ico_arrw.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
  margin-bottom: 13px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  height: 64px;
}

.typed_con .clm02 .btn_area a:nth-child(2) {
  padding-top: 15px;
}

.typed_con .clm02 .btn_area a span {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

.typed_con .clm03 h2 {
  letter-spacing: -3px;
}

.typed_con .clm03 .img_mb {
  margin-bottom: 40px;
}

.typed_con .clm03 .kino_blc {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 0px 15px;
  align-items: center;
}

.typed_con .clm03 .kino_blc .img {
  width: 60px;
}

.typed_con .clm03 .kino_blc .txt {
  width: calc(100% - 60px - 15px);
  text-align: left;
  align-items: center;
}

.typed_con .clm03 .kino_blc .txt p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
}

.typed_con .clm04 .clm04_box {
  border-radius: 10px;
  margin-bottom: 20px;
}

.typed_con .clm04 .clm04_box h3 {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 0;
  width: 223px;
  background-color: #FF7600;
  border-radius: 10px 10px 0 0;
}

.typed_con .clm04 .clm04_box h3 span {
  display: block;
}

.typed_con .clm04 .clm04_box .btm_box {
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #FF7600;
  padding: 20px 15px;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box {
  display: flex;
  gap: 0px 10px;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .txt {
  width: calc(70% - 10px);
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .txt .ttl {
  margin-bottom: 5px;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .txt .lead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .txt .item_price {
  font-size: 13px;
  font-weight: 600;
  color: #FF7600;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .txt .item_price span {
  font-size: 19px;
  font-weight: 600;
  color: #FF7600;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .txt .note {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}

.typed_con .clm04 .clm04_box .btm_box .inr_box .img {
  width: 30%;
}

.typed_con .clm04 .clm04_box p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
}

.typed_con .clm04 .clm04_box.box02 h3 {
  background-color: #D9000C;
  padding: 8px 0;
}

.typed_con .clm04 .clm04_box.box02 .btm_box {
  border: solid 2px #D9000C;
}

.typed_con .clm04 .clm04_box.box02 .btm_box .inr_box .item_price {
  color: #D9000C;
}

.typed_con .clm04 .clm04_box.box02 .btm_box .inr_box .item_price span {
  color: #D9000C;
}

.typed_con .clm04 .clm04_box.box03 h3 {
  background-color: #7D0000;
  padding: 8px 0;
}

.typed_con .clm04 .clm04_box.box03 .btm_box {
  border: solid 2px #7D0000;
}

.typed_con .clm04 .clm04_box.box03 .btm_box .inr_box .item_price {
  color: #7D0000;
}

.typed_con .clm04 .clm04_box.box03 .btm_box .inr_box .item_price span {
  color: #7D0000;
}

.typed_con .clm05 {
  padding-bottom: 150px;
}

.typed_con .clm05 h2.ico_flw {
  margin-bottom: 0;
}

.typed_con .clm05 .note {
  font-size: 12px;
  font-weight: 600;
  color: #502500;
}

.typed_con .clm05 .kino_table {
  margin-top: 30px;
}

.typed_con .clm05 .kino_table table {
  width: 100%;
}

.typed_con .clm05 .kino_table table thead th {
  width: 25%;
  text-align: center;
  padding: 15px 0 10px;
  border-radius: 10px 10px 0 0;
}

.typed_con .clm05 .kino_table table thead th:nth-child(2) {
  background-color: #767676;
  border: 3px solid #ffffff;
}

.typed_con .clm05 .kino_table table thead th:nth-child(3) {
  background-color: #D9000C;
  border: 3px solid #ffffff;
}

.typed_con .clm05 .kino_table table thead th:nth-child(4) {
  background-color: #7D0000;
  border: 3px solid #ffffff;
}

.typed_con .clm05 .kino_table table tbody tr {
  align-items: center;
}

.typed_con .clm05 .kino_table table tbody tr:not(:last-child) {
  border-bottom: dashed 1px #502500;
}

.typed_con .clm05 .kino_table table tbody tr:last-child td {
  border-bottom: 3px solid #ffffff;
}

.typed_con .clm05 .kino_table table tbody tr:last-child td.ico {
  border-bottom: none;
}

.typed_con .clm05 .kino_table table tbody tr:last-child td.line_cls {
  border-radius: 0 0 0 10px;
}

.typed_con .clm05 .kino_table table tbody tr:last-child td.line_spr {
  border-radius: 0 0 10px 0;
}

.typed_con .clm05 .kino_table table tbody td {
  padding: 5px 0;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  vertical-align: middle;
}

.typed_con .clm05 .kino_table table tbody td.ico {
  background-color: transparent;
  border: none;
  position: relative;
}

.typed_con .clm05 .kino_table table tbody td.ico:hover {
  cursor: pointer;
}

.typed_con .clm05 .kino_table table tbody td.ico .ico_box {
  display: flex;
  align-items: center;
}

.typed_con .clm05 .kino_table table tbody td.ico .ico_box .ico_img {
  width: 46%;
}

.typed_con .clm05 .kino_table table tbody td.ico .ico_box .btn {
  width: 54%;
  text-align: center;
}

.typed_con .clm05 .kino_table table tbody td.ico .ico_box .btn span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 8px 8px;
}

.typed_con .clm05 .kino_table table tbody td.ico .coment {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 8px;
  background-color: #FFFF50;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  width: calc(300% - 0px);
}

.typed_con .clm05 .kino_table table tbody td.ico .coment.is-active {
  display: block;
}

.typed_con .clm05 .kino_table table tbody td.ico .coment::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid #FFFF50;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-50%);
}

.typed_con .clm05 .kino_table table tbody td.ico .coment p {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  text-align: left;
}

.typed_con .clm05 .kino_table table tbody td .ico_cir {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #767676;
}

.typed_con .clm05 .kino_table table tbody td.line_cls {
  background-color: rgba(118, 118, 118, 0.2);
}

.typed_con .clm05 .kino_table table tbody td.line_pre {
  background-color: rgba(217, 0, 12, 0.2);
}

.typed_con .clm05 .kino_table table tbody td.line_pre .ico_cir {
  background-color: #D9000C;
}

.typed_con .clm05 .kino_table table tbody td.line_spr {
  background-color: rgba(125, 0, 0, 0.2);
}

.typed_con .clm05 .kino_table table tbody td.line_spr .ico_cir {
  background-color: #7D0000;
}

.typed_con .btn_bg {
  background-color: #502500;
}

.typed_con .cotton_blc {
  position: relative;
}

.typed_con .cotton_img {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 104px;
  object-fit: cover;
  z-index: 1;
  background-image: url(../img/con_btm_bgB.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.typed_con .cotton_blc {
  position: relative;
}

.typed_con .snow_field {
  position: relative;
  overflow: hidden;
  /* 雪が画面外へはみ出して横スクロールが出るのを防ぐ */
  width: 100%;
}

.typed_con .flw_wrapper {
  position: absolute;
  top: -60px;
  pointer-events: none;
  z-index: 1;
  /* 超低速・等速でゆったり落下 */
  animation: fallDown linear forwards;
}

.typed_con .falling_flw {
  display: block;
  animation: swingAndRotate ease-in-out infinite alternate;
}

.typed_con .stacked_wrapper {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.typed_con .stacked_flw {
  display: block;
  opacity: 0.75;
}

@keyframes fallDown {
  0% {
    top: -60px;
    opacity: 0;
  }

  5% {
    opacity: 0.85;
  }

  90% {
    opacity: 0.85;
  }

  100% {
    top: calc(100% - 30px);
    opacity: 0.85;
  }
}

@keyframes swingAndRotate {
  0% {
    /* 左に -80px 位置 ＆ 逆回転 */
    transform: translateX(-80px) rotate(-180deg);
  }

  100% {
    /* 右に +80px 位置（合計 160px の幅） ＆ 正回転 */
    transform: translateX(80px) rotate(180deg);
  }
}