@charset "utf-8";

/* CSS Document */
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/*===============================================
●共通
=================================================*/
/* ================ common ================ */
#fm45th_2026 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#fm45th_2026 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#fm45th_2026 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
}

#fm45th_2026 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#fm45th_2026 img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}

/* ========================== text関連 ======================== */

#fm45th_2026 .cpn .cpn-area .kome,
#fm45th_2026 .item-area .c-txt ul .kome {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
}

#fm45th_2026 .cpn .cpn-area .c-txt .kome::before,
#fm45th_2026 .item-area .c-txt ul .kome::before {
  content: '\203b';
}

#fm45th_2026 .ttl_h2 {
  text-align: center;
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  position: relative;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
  margin-bottom: 4rem;
}

#fm45th_2026 .ttl_h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: #313131;
  font-weight: 800;
}

#fm45th_2026 .ttl_h3 span {
  display: block;
}

#fm45th_2026 .c-txt div .fc-list {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  display: block;
  width: 100%;
  text-align: left;
}

#fm45th_2026 .pic .c-pic-txt {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  color: #e20303;
}

#fm45th_2026 .item-area .area {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.9rem);
  margin: 1.5rem 0 0.5rem;
  position: relative;
}

/*====================== main-area =======================*/
div#contents {
  background: url(../images/bg.webp)repeat;
  width: 100%;
  min-height: 100%;
  background-size: 10%;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

#fm45th_2026 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-height: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

#fm45th_2026 section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

#fm45th_2026 main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 0 2rem;
  position: relative;
  z-index: 0;
}

/* ==============================================
● ローディング & 新KVエリア (完全版)
============================================== */
/* ローディング画面（白背景で全体を覆う） */
#fm45th_2026 #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  background: #f4f4f4;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fm45th_2026 .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -280px);
  font-family: 'Arial Black', sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(3rem, 10vw, 6rem);
  color: #00a33e;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
  padding-right: 0.15em;
}

#fm45th_2026 .emo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(280px, 45vw, 500px);
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

#fm45th_2026 #kv {
  position: relative !important;
  width: 100% !important;
  height: clamp(600px, 80vh, 950px) !important;
  background: #fff;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#fm45th_2026 #kv .stickers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

#fm45th_2026 #kv .stickers img {
  position: absolute;
  width: clamp(140px, 15vw, 330px);
  will-change: transform, opacity;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.12));
}

#fm45th_2026 #kv .logo-wrap {
  position: relative !important;
  z-index: 100 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 5vh, 60px);
  pointer-events: none;
}

#fm45th_2026 #kv .logo {
  opacity: 0;
  will-change: transform, filter;
}

#fm45th_2026 #kv .logo-main {
  width: clamp(220px, 25vw, 550px);
}

#fm45th_2026 #kv .logo-sub {
  width: clamp(280px, 28vw, 700px);
}

/* スクロール誘導のスタイル */
#fm45th_2026 .scroll-down {
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 150;
  text-align: center;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
}

#fm45th_2026 .scroll-down p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0171a6;
  margin-bottom: 8px;
}

#fm45th_2026 .scroll-down span {
  display: block;
  width: 2px;
  height: 40px;
  background: rgba(0, 149, 217, 0.2);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* 縦に流れるラインのアニメーション */
#fm45th_2026 .scroll-down span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0171a6;
  animation: scroll-line 2s infinite;
}

@keyframes scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
  }

  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* ==============================================
●ステートメントエリア（青いテキスト） 
============================================== */
#fm45th_2026 .statement-section {
  width: 100%;
  padding: 5rem 2rem;
}

#fm45th_2026 .statement-inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  text-align: center;
}

/* タイトル・本文共通のスタイル（青文字） */
#fm45th_2026 .statement-title,
#fm45th_2026 .statement-body p,
#fm45th_2026 .statement-footer {
  color: #0095d9;
  font-weight: 700;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#fm45th_2026 .statement-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin-bottom: 2rem;
}

#fm45th_2026 .statement-body p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 2.5rem;
}

#fm45th_2026 .statement-footer {
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  margin-top: 3rem;
  margin-bottom: 0 !important;
}

/* ==============================================
●h2 
============================================== */
#fm45th_2026 .ttl_h2 span {
  display: inline-block;
  position: relative;
  padding: 0.6em 1.4em;
  color: #fff;
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.1));
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}

#fm45th_2026 .ttl_h2 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  right: 8px;
  bottom: 5px;
  z-index: -1;
  background-color: #01873f;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.4"/%3E%3C/svg%3E');
  /* background-blend-mode: overlay; */
  clip-path: inherit;
}


/*================= ちぎれ ===================*/
#fm45th_2026 .torn-paper {
  position: relative;
  z-index: 200 !important;
}

#fm45th_2026 .torn-paper::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 5;
  background-image: url(../images/bg_torn_top.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


/* ==============================================
●news
============================================== */
#fm45th_2026 .news-area {
  background: #fff;
  padding: 5rem 2rem;
}

#fm45th_2026 .news {
  width: min(100%, 900px);
  margin: 0 auto;
}

#fm45th_2026 .news ul {
  display: grid;
  grid-template-columns: 1fr;
}

#fm45th_2026 .news ul a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
}

#fm45th_2026 .news .ly-ttl-area {
  width: 100%;
}

#fm45th_2026 .news .ly-txt-date {
  text-align: left;
}

#fm45th_2026 .news .ly-txt-tit {
  text-align: left;
  padding-top: 1rem;
}

#fm45th_2026 .news .thumb {
  width: 100px;
  height: 100px;
  border: #ccc 1px solid;
  margin: 0;
  float: none;
}

/* ==============================================
●torikumi
============================================== */
#fm45th_2026 .torikumi-area {
  background: linear-gradient(90deg, rgba(0, 163, 62, .3)50%, rgba(0, 140, 214, .3)50%);
  padding: 5rem 2rem;
}

#fm45th_2026 :is(.torikumi-wrap, .try-wrap, .history-wrap) {
  width: min(100%, 1150px);
  margin: 0 auto;
  text-align: center;
  padding: 0;
}


#fm45th_2026 .torikumi-wrap ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}

#fm45th_2026 .torikumi-wrap ol .torikumi-item {
  background-color: rgba(255, 255, 255, .7);
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.8"/%3E%3C/svg%3E');
  background-blend-mode: overlay;
  clip-path: inherit;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  align-items: center;
  padding: 0 1rem .8rem 0;
  position: relative;
  will-change: transform;
}

#fm45th_2026 .torikumi-wrap ol .torikumi-item::before {
  position: absolute;
  inset: -10px 6px 6px -10px;
  border: 5px solid #00a33e;
  content: '';
  pointer-events: none;
}

#fm45th_2026 .torikumi-wrap ol .torikumi-item:nth-child(even)::before {
  border: 5px solid #0095d9;
}

#fm45th_2026 .torikumi-area .stk {
  padding: .5rem;
}

#fm45th_2026 .torikumi-area .ttl_h3 {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 800;
}


/* ==============================================
●try
============================================== */

#fm45th_2026 .try-area {
  background: linear-gradient(90deg, rgba(255, 255, 255, .9)50%, rgba(255, 255, 255, .9)50%), url(../images/bg1_pc.webp)no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100%;
  padding: 5rem 2rem;
  position: relative;
  z-index: 1;
}

#fm45th_2026 .try-area ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  counter-reset: try-num;
}

#fm45th_2026 .try-area .try-inner {
  width: 100%;
  height: auto;
  padding: 1rem;
  position: relative;
  z-index: 1;
}

#fm45th_2026 .try-area .try-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a33e;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.1"/%3E%3C/svg%3E');
  /* background-blend-mode: overlay; */
  clip-path: inherit;
  z-index: -1;
  transform: skewY(1.5deg);
}

#fm45th_2026 .try-area .try-item {
  counter-increment: try-num;
  will-change: transform;
}

#fm45th_2026 .try-area .try-inner::after {
  content: counter(try-num);
  position: absolute;
  top: -2rem;
  left: -2.5rem;
  background: #0095d9;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 1rem;
  border-radius: 50%;
  font-size: clamp(1.1rem, 2vw, 2.5rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-family: "LINE Seed JP", sans-serif;
}

#fm45th_2026 .try-area .try-icon {
  margin: .5rem;
}

#fm45th_2026 .try-area .try-icon ul {
  display: flex;
  gap: .5rem;
}

#fm45th_2026 .try-area .try-icon li:empty {
  display: none;
}

#fm45th_2026 .try-area .try-icon ul li {
  background: #fff;
  padding: .2rem .5rem;
  font-size: clamp(0.55rem, 0.85vw, 0.9rem);
  font-family: "Mochiy Pop P One", sans-serif;
  border-radius: 50px;
}

#fm45th_2026 .try-area .c-txt {
  text-align: left;
  margin-top: 1rem;
}

#fm45th_2026 .try-area .try-name {
  text-align: left;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
}

#fm45th_2026 .try-area .try-txt {
  font-size: clamp(.9rem, 1.1vw, 1.05rem);
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
}

/* ==============================================
●history
============================================== */
#fm45th_2026 .history-area {
  padding: 5rem 2rem 2rem;
}

#fm45th_2026 .history-area .history-wrap {
  background: linear-gradient(0deg, rgba(0, 140, 214, .8)50%, rgba(0, 163, 62, .8)50%),
    url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.6"/%3E%3C/svg%3E');
  clip-path: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  width: min(100%, 800px);
  position: relative;
  z-index: 0;
}

#fm45th_2026 .history-wrap .pic {
  position: relative;
  overflow: hidden;
}

#fm45th_2026 .history-wrap .pic img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

#fm45th_2026 .history-wrap .hist-inner a {
  background: #fff;
  display: block;
  width: 100%;
  border: 15px solid #fff;
  background: #fff;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.2"/%3E%3C/svg%3E');
  background-blend-mode: overlay;
  clip-path: inherit;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

#fm45th_2026 .history-wrap .hist-txt {
  margin: 1rem 0 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: #fff;
  text-shadow: 3px 3px 3px #01873f,
    -3px -3px 3px #01873f,
    -3px 3px 3px #01873f,
    3px -3px 3px #01873f,
    3px 0px 3px #01873f,
    -3px 0px 3px #01873f,
    0px 3px 3px #01873f,
    0px -3px 3px #01873f;
  font-style: italic;
  line-height: 1.5;
  position: relative;
}

#fm45th_2026 .history-wrap .hist-txt::after {
  content: "";
  width: 16px;
  height: 20px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background: #01873f;
  position: absolute;
  top: calc(50% - -.3rem);
  right: calc(50% - 6rem);
}

#fm45th_2026 .btn {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.ly-contents-area {
  padding: 10px 0 0;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #fm45th_2026 .pc-none {
    display: none;
  }

  #fm45th_2026 .history-wrap .hist-inner a:hover .pic img {
    transform: scale(1.03);
  }

  #fm45th_2026 .news li a:hover {
    text-decoration: underline;
  }


}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #fm45th_2026 .sp-none {
    display: none;
  }

  #fm45th_2026 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }

  #fm45th_2026 #loader {
    height: 100dvh !important;
  }

  #fm45th_2026 #kv {
    height: 100dvh !important;
    min-height: 600px !important;
  }

  #fm45th_2026 .imgbox {
    background: none;
  }

  #fm45th_2026 #kv .logo-wrap {
    gap: 15px !important;
  }

  #fm45th_2026 #kv .logo-main {
    width: 70vw !important;
    max-width: 320px;
  }

  #fm45th_2026 #kv .logo-sub {
    width: 80vw !important;
    max-width: 380px;
  }

  #fm45th_2026 .scroll-down {
    bottom: calc(50% - 64.5vw);
  }

  #fm45th_2026 .scroll-down span {
    height: 40px;
    background: #fff;
  }

  #fm45th_2026 .scroll-down p {
    background: #fff;
    padding: .2rem .5rem;
    border-radius: 1rem;
  }

  #fm45th_2026 .year {
    transform: translate(-50%, -150px);
    font-size: 3.5rem;
  }

  #fm45th_2026 .emo img {
    border: 5px solid #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);

  }

  #fm45th_2026 .statement-section {
    padding: 3rem 1rem;
  }

  #fm45th_2026 .statement-section .statement-title {
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  #fm45th_2026 .statement-body p {
    margin-bottom: 1.5rem;
  }

  #fm45th_2026 .statement-footer {
    margin-top: 2rem;
  }

  #fm45th_2026 .torn-paper::before {
    top: -7vw;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 5;
    background-image: url(../images/bg_torn_top_sp.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #fm45th_2026 .ttl_h2 {
    margin-bottom: 3rem;
  }

  #fm45th_2026 .ttl_h2 span {
    padding: 0.6em 1.6em;
  }

  #fm45th_2026 .news-area,
  #fm45th_2026 .torikumi-area {
    padding: 3rem 1rem;
  }

  #fm45th_2026 .history-area {
    padding: 3rem 0 0;
  }

  #fm45th_2026 .torikumi-wrap {
    margin-left: .3rem;
  }

  #fm45th_2026 .torikumi-area .stk {
    padding: 0;
  }

  #fm45th_2026 .news .ly-ttl-area {
    width: 100%;
  }


  #fm45th_2026 .torikumi-wrap ol {
    grid-template-columns: repeat(2, 1fr);
  }

  #fm45th_2026 .torikumi-wrap ol .torikumi-item {
    padding: .3rem 1rem .8rem .5rem;
  }

  #fm45th_2026 .torikumi-wrap ol .torikumi-item::before {
    inset: -8px 6px 6px -8px;
    border: 3px solid #00a33e;
  }

  #fm45th_2026 .torikumi-wrap ol .torikumi-item:nth-child(even)::before {
    border: 3px solid #0095d9;
  }

  #fm45th_2026 .torikumi-item .ttl_h3 {
    line-height: 1.2;
  }

  #fm45th_2026 .try-area {
    background: none;
    clip-path: none;
    padding: 3rem .5rem 4rem;
    position: relative;
    z-index: 5;
  }

  #fm45th_2026 .ios-fixed-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: inset(0);
    overflow: hidden;
    pointer-events: none;
  }

  #fm45th_2026 .torn-paper::before {
    z-index: 10 !important;
  }

  #fm45th_2026 .try-area ol {
    grid-template-columns: 1fr;
  }

  #fm45th_2026 .try-area .try-item {
    display: grid;
    grid-template-columns: 1.5fr 1.1fr;
    gap: .5rem;
  }

  #fm45th_2026 .try-area .try-inner {
    padding: .5rem;
  }

  #fm45th_2026 .try-area .try-inner::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 26vw);
    left: calc(50% - 28vw);
    padding: .5rem;
  }

  #fm45th_2026 .try-area .try-icon {
    margin: .5rem 0;
  }

  #fm45th_2026 .ios-fixed-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
  }

  #fm45th_2026 .ios-fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, rgba(255, 255, 255, .9)50%, rgba(255, 255, 255, .9)50%), url(../images/bg1_sp.webp)no-repeat;
    background-position: top;
    background-size: cover;
  }

  #fm45th_2026 .history-area .history-wrap {
    padding: 1rem;
  }

  #fm45th_2026 .history-wrap .hist-txt::after {
    width: 12px;
    height: 16px;
    top: calc(50% - -3px);
    right: calc(50% - 122px);
  }

  #fm45th_2026 .btn {
    padding: 0 1rem;
  }

  .others {
    padding: 0 0.8rem;
  }

}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {}

@media screen and (min-width: 737px) and (max-width: 1023px) {}