@charset "UTF-8";
/*--------------------------------------------

khbみやぎプロモーション室
https://tohokuuminiiikoto.com/

---------------------------------------------*/
/*--------------------------------------------
   [00] 基本設定
---------------------------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  /*1rem=10px*/
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1e1c1a;
  scroll-margin-top: 200px;
  scroll-padding-top: 200px;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.4s;
  color: #ed3232;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

::-moz-selection {
  background: #ed3232;
  color: #ffffff;
}

::selection {
  background: #ed3232;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
th {
  font-weight: 700;
}

li {
  list-style-type: none;
}

main {
  width: 100%;
  position: relative;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 200px;
  background: #ed3232;
  transform: rotate(-10deg) scale(105%);
  z-index: -1;
}

.wrap {
  overflow: hidden;
}

/*セクション設定-------------------------*/
section {
  padding: 50px 0;
}
section > .w_limit_1280, section > .w_limit_1440 {
  padding: 50px 15px;
}

.w_limit_sp {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w_95per {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.w_95per_pconly {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  display: block;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  vertical-align: middle;
  z-index: 1;
}

h2 span.h2_eng {
  color: #ed3232;
  font-size: 2.1rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}

h2.under_dash_100 {
  font-size: 4.8rem;
  border-bottom: dashed 2px #ed3232;
}
h2.under_dash_100::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
h2.under_dash_100::after {
  display: none;
}

h2.ff_racingsans {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
}

h3.h3_normal {
  font-size: 2.8rem;
  line-height: 1.5;
  border-left: solid 8px #ed3232;
  padding: 25px 15px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 15px;
}

h3.h3_normal_mini {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ed3232;
  border-bottom: solid 1px #ed3232;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

h4.h4_normal {
  font-size: 1.8rem;
  line-height: 1.2;
  background-color: #eeeeee;
  padding: 5px 10px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

.comingsoon {
  text-align: center;
  color: #ed3232;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .w_95per_pconly {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1280,
  section > .w_limit_1000 {
    padding: 50px 0px;
  }
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2.8rem;
  }
}
/*--------------------------------------------
[01] 背景スライド
---------------------------------------------*/
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/*--------------------------------------------
[01] ヘッダー
---------------------------------------------*/
header {
  padding: 15px;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 99;
  transition: 0.4s;
}

.header_inner {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}
.header_inner h1 {
  position: fixed;
  width: 30%;
  padding-right: 2%;
  min-width: 200px;
  align-self: flex-start;
  top: 2%;
  left: 2%;
  transition: 0.4s;
  border: none;
}
.header_inner h1 img {
  padding-top: 1%;
  padding-bottom: 1%;
  transition: 0.4s;
  display: block;
}
.header_inner nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 70%;
  margin-left: 32%;
  justify-content: flex-end;
  position: relative;
  top: 20px;
  transition: 0.2s;
}
.header_inner nav ul.header_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 100px;
  height: 90px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border: 2px solid #ffffff;
}
.header_inner nav ul.header_nav li {
  background-color: white;
  display: block;
  position: relative;
  padding: 0 25px;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 600;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
}
.header_inner nav ul.header_nav li:first-of-type {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 40px;
}
.header_inner nav ul.header_nav li:last-of-type {
  margin-right: 0px;
  background-color: #ed3232;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-right: 40px;
}
.header_inner nav ul.header_nav li:last-of-type a {
  color: #ffffff;
  padding-left: 50px;
  padding-right: 25px;
}
.header_inner nav ul.header_nav li:last-of-type a:hover {
  color: #ffffff;
}
.header_inner nav ul.header_nav li:last-of-type a::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_talk.svg);
  background-repeat: no-repeat;
  left: 0;
  margin: auto;
  position: absolute;
}
.header_inner nav ul.header_nav li:last-of-type a::after {
  content: "";
  border-color: #ffffff;
  right: 0;
  left: auto;
  transform: rotate(45deg);
}
.header_inner nav ul.header_nav li:hover {
  transition: 0.4s;
  color: #ed3232;
}
.header_inner nav ul.header_nav li span {
  display: block;
  z-index: 5;
}
.header_inner nav ul.header_nav li a {
  text-decoration: none;
  color: #1e1c1a;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.5em;
}
.header_inner nav ul.header_nav li a::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 3px;
  left: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.6s;
  border-top: 3px solid #ed3232;
  border-right: 3px solid #ed3232;
  transform: rotate(135deg);
  background-repeat: no-repeat;
}
.header_inner nav ul.header_nav li a:hover {
  color: #ed3232;
}

header.scrolled {
  transition: 0.2s;
  padding: 0;
}
header.scrolled .header_inner {
  transition: 0.2s;
}
header.scrolled .header_inner h1 {
  width: 20%;
  min-width: 320px;
  transition: 0.2s;
  height: 100px;
  border-bottom-right-radius: 20px;
  border-right: 2px solid #ed3232;
  border-bottom: 2px solid #ed3232;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
header.scrolled .header_inner h1 img {
  height: 100px;
}
header.scrolled .header_inner nav {
  top: 10px;
  transition: 0.2s;
}
header.scrolled .header_inner nav ul.header_nav {
  height: 70px;
}

ul.header_nav li::after {
  display: none;
}

ul.header_nav li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.toggle {
  display: none;
  /* 初めは非表示 */
}

@media screen and (max-width: 1350px) {
  .header_inner nav ul.header_nav li {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .header_inner nav ul.header_nav li {
    padding: 0;
    padding-right: 15px;
    font-size: 1.4rem;
  }
  .header_inner nav ul.header_nav li:nth-last-of-type(1) {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_inner nav ul.header_nav li:last-of-type a::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header,
  header.scrolled {
    height: 70px;
    background-color: transparent;
    border: none;
  }
  header.scrolled .header_inner {
    padding-top: 0;
  }
  header.scrolled .header_inner h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 20%;
    top: 0px;
    padding-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    min-width: auto;
  }
  header.scrolled .header_inner h1 img {
    width: 100%;
    max-width: 100%;
    transition: 0.2s;
    padding: 5px;
    transition: 0.2s;
    height: auto;
  }
  header .header_inner h1 {
    width: 82%;
    margin-right: 8%;
    top: 10px;
  }
  header .header_inner,
  header.scrolled .header_inner {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header_inner nav,
  header.scrolled .header_inner nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 100dvh;
    background-color: #ffffff;
    width: 90%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    margin: 0;
    padding: 15px;
    border: solid 2px #ed3232;
  }
  header .header_inner nav ul.header_nav,
  header.scrolled .header_inner nav ul.header_nav {
    flex-direction: column;
    display: block;
    box-shadow: none;
  }
  header .header_inner nav ul.header_nav li,
  header.scrolled .header_inner nav ul.header_nav li {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 0px;
    padding-left: 15px;
    width: 100%;
    border-bottom: solid 1px #ed3232;
    align-items: center;
  }
  header .header_inner nav ul.header_nav li.sp_only,
  header.scrolled .header_inner nav ul.header_nav li.sp_only {
    display: block;
  }
  header .header_inner nav ul.header_nav li:first-of-type,
  header.scrolled .header_inner nav ul.header_nav li:first-of-type {
    border-right: none;
    border-radius: 0;
    padding-left: 15px;
  }
  header .header_inner nav ul.header_nav li:first-of-type::before,
  header.scrolled .header_inner nav ul.header_nav li:first-of-type::before {
    display: none;
  }
  header .header_inner nav ul.header_nav li:last-of-type,
  header.scrolled .header_inner nav ul.header_nav li:last-of-type {
    border-right: none;
    border-radius: 0;
  }
  header .header_inner,
  header.scrolled .header_inner {
    /*トグルナビ*/
  }
  header .header_inner .toggle_wrap,
  header.scrolled .header_inner .toggle_wrap {
    background-color: #ffffff;
    border: 3px solid #ed3232;
    position: fixed;
    top: 5px;
    right: -5px;
    width: 60px;
    height: 60px;
    z-index: 50;
    border-bottom-left-radius: 5px;
  }
  header .header_inner .toggle,
  header.scrolled .header_inner .toggle {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 10px;
  }
  header .header_inner .toggle::before, header .header_inner .toggle::after,
  header.scrolled .header_inner .toggle::before,
  header.scrolled .header_inner .toggle::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ed3232;
    transition: transform 0.3s, opacity 0.3s;
  }
  header .header_inner .toggle::before,
  header.scrolled .header_inner .toggle::before {
    top: 7px;
  }
  header .header_inner .toggle::after,
  header.scrolled .header_inner .toggle::after {
    bottom: 7px;
  }
  header .header_inner .toggle.active::before,
  header.scrolled .header_inner .toggle.active::before {
    transform: rotate(45deg);
    top: 50%;
  }
  header .header_inner .toggle.active::after,
  header.scrolled .header_inner .toggle.active::after {
    transform: rotate(-45deg);
    bottom: 50%;
  }
  header .header_inner .toggle.active,
  header.scrolled .header_inner .toggle.active {
    transform: rotate(180deg);
  }
  header .header_inner .toggle,
  header.scrolled .header_inner .toggle {
    display: block;
    /* メニューアイコンを表示 */
  }
  nav {
    left: -100%;
    transition: 0.3s;
    top: 0;
  }
  nav.show {
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 480px) {
  header .header_inner h1,
  header.scrolled .header_inner h1 {
    padding-left: 0;
  }
}
/*--------------------------------------------
  カードレイアウト
---------------------------------------------*/
.article-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.article-container > li,
.article-container > dl {
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
.article-container > li p,
.article-container > dl p {
  line-height: 1.5;
  font-size: 1.5rem;
}
.article-container > li a,
.article-container > dl a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article-container > li a:hover,
.article-container > dl a:hover {
  transition: 0.2s;
  opacity: 1;
}
.article-container h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
  border: none;
  padding: 0;
  white-space: pre-wrap;
}

figure.article_thumbnail {
  position: relative;
  width: 100%;
  height: 280px;
  /* 画像エリアの高さを固定 */
  overflow: hidden;
  border-radius: 15px;
}
figure.article_thumbnail .article_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  /* ぼかし効果 */
  transform: scale(1.2);
  /* ぼかしが端で途切れないように拡大 */
}
figure.article_thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

p.article_date {
  color: #ed3232;
  font-weight: 600;
  margin-top: 10px;
  text-align: left;
}
p.article_date time {
  font-size: 1.6rem;
  font-family: "Dosis", sans-serif;
}

.article_description {
  text-align: left;
  font-size: 1.5rem;
  white-space: pre-wrap;
}

p.caption {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
}

.article-text {
  padding: 0 15px;
}

.article-container.cal2 > li,
.article-container.cal2 > dl {
  width: 48%;
  margin-right: 4%;
}
.article-container.cal2 > li:nth-of-type(2n),
.article-container.cal2 > dl:nth-of-type(2n) {
  margin-right: 0;
}
.article-container.cal2::after {
  content: "";
  width: 48%;
}

.article-container.cal3 li {
  width: 32%;
  margin-right: 2%;
}
.article-container.cal3 li:nth-of-type(3n) {
  margin-right: 0;
}
.article-container.cal3::after {
  content: "";
  width: 32%;
}

.article-container.cal4 li {
  width: 24%;
  margin-right: 1.3333333333%;
}
.article-container.cal4 li:nth-of-type(4n) {
  margin-right: 0;
}
.article-container.cal4::after {
  content: "";
  width: 23%;
}

.article-container.cal5 li {
  width: 18.4%;
  margin-right: 2%;
}
.article-container.cal5 li:nth-of-type(5n) {
  margin-right: 0;
}
.article-container.cal5::after {
  content: "";
  width: 18.4%;
}

.event_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 高さ＝幅の56.25% → 16:9比率 */
  overflow: hidden;
}
.event_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 1280px) {
  .article-container li {
    width: 100%;
  }
  .article-container li a.Btn {
    height: 36px;
    line-height: 32px !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 13px;
  }
  .article-container li a.Btn::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .article-text {
    padding-top: 10px;
  }
  .article-container.cal3 li {
    width: 48%;
    margin-right: 4%;
  }
  .article-container.cal3 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .article-container.cal3::after {
    content: "";
    width: 48%;
  }
  .article-container.cal4 li {
    width: 48%;
    margin-right: 4%;
  }
  .article-container.cal4 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .article-container.cal4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .article-container.cal5 li {
    width: 48%;
    margin-right: 0;
  }
  .article-container.cal5 li:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .article-container.cal2 li,
  .article-container.cal3 li,
  .article-container.cal4 li {
    width: 100%;
    margin-right: 0;
    margin: 0 auto 40px;
  }
  .article-container.cal2 li:nth-of-type(2n),
  .article-container.cal3 li:nth-of-type(2n),
  .article-container.cal4 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
h1.title_h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 15px;
  text-shadow: 4px 4px 2px #ffffff, -4px 4px 2px #ffffff, 4px -4px 2px #ffffff, -4px -4px 2px #ffffff, 4px 0px 2px #ffffff, 0px 4px 2px #ffffff, -4px 0px 2px #ffffff, 0px -4px 2px #ffffff;
}

#Mainvisual {
  text-align: center;
  overflow: hidden;
}

.mv_wrap {
  position: relative;
  height: 100dvh;
  max-height: 1280px;
}
.mv_wrap::after {
  content: "";
  background-image: url(../images/logo_eng_miyapro.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  bottom: 110px;
  height: 140px;
  width: 30%;
  z-index: 0;
}

/*--------------------------------------------
MVスライド
---------------------------------------------*/
.kv-collage {
  position: relative;
  width: 75%;
  margin-left: auto;
  height: 100dvh;
  max-height: 1280px;
}

.kv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.kv-col {
  position: relative;
  overflow: hidden;
}

.kv-track {
  display: grid;
  gap: var(--gap, 16px);
  will-change: transform;
  animation: kvAuto linear infinite;
  animation-duration: var(--dur, 24s);
  animation-direction: var(--dir, normal);
}

@keyframes kvAuto {
  from {
    transform: translateY(var(--offset, 0px));
  }
  to {
    transform: translateY(calc(var(--offset, 0px) - var(--loop, 0px)));
  }
}
.kv-card {
  overflow: hidden;
  border-radius: 10px;
}

.kv-card img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@keyframes kvScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.dropshadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/*--------------------------------------------
イラスト配置
---------------------------------------------*/
.illust {
  position: absolute;
  width: clamp(68px, 9vw, 160px);
  height: auto;
  display: block;
}

.illust--lt {
  top: calc(6vh + 100px);
  left: calc(clamp(24px, 18vw, 400px) + 0.5vw);
  width: clamp(77px, 14.25vw, 182px);
  aspect-ratio: 228/133;
}

.illust--rt {
  top: calc(10vh + 100px);
  right: calc(clamp(24px, 20vw, 400px) + 0.5vw);
  width: clamp(70px, 12.44vw, 159px);
  aspect-ratio: 199/205;
}

.illust--lb {
  bottom: 2vh;
  left: calc(clamp(24px, 19vw, 400px) + 0.5vw);
  width: clamp(74px, 12.5vw, 160px);
  aspect-ratio: 200/186;
}

.illust--rb {
  bottom: calc(1vh + 100px);
  right: calc(clamp(24px, 18vw, 420px) + 0.5vw);
  width: clamp(58px, 7.87vw, 101px);
  aspect-ratio: 126/210;
}

/* コピー */
.maincopy {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  color: #ed3232;
  line-height: 1.6;
  text-align: left;
  position: absolute;
  z-index: 5;
  top: 35%;
  left: 2%;
}

.maincopy .line {
  display: inline-block;
  letter-spacing: 0.1em;
}

.maincopy .line > .char {
  display: inline-block;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--theme-color);
  line-height: 1.4;
  animation: charFade 1.2s ease-out forwards;
  animation-delay: calc(var(--line-delay, 0s) + var(--i, 0) * 0.05s);
}

/* フェードアニメ */
@keyframes charFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------
スクロールダウン
---------------------------------------------*/
.scroll_down {
  display: block;
  left: 2%;
  bottom: 2%;
  text-align: center;
  position: absolute;
}
.scroll_down p {
  letter-spacing: 0.1vw;
}
.scroll_down a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #ed3232;
  letter-spacing: 2px;
  text-decoration: none;
}
.scroll_down .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  border: 2px solid #ed3232;
  border-radius: 23px;
}
.scroll_down .mouse > * {
  position: absolute;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #ed3232;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}
/*--------------------------------------------
Media Queries
---------------------------------------------*/
/* Tablet 〜 960px */
@media (max-width: 960px), (orientation: portrait) {
  .mv_wrap::after {
    content: "";
    bottom: 0;
    left: auto;
    right: 0;
    height: 10vh;
    width: 80%;
    z-index: 1;
    margin: auto;
  }
  .maincopy {
    font-size: 2.8rem;
    writing-mode: vertical-rl;
    top: 15%;
    left: 1%;
  }
  .kv-collage {
    margin-left: auto;
  }
  .kv-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .illust {
    width: clamp(56px, 12vw, 140px);
  }
  .illust--lt {
    top: 6%;
    left: clamp(16px, 6vw, 80px);
  }
  .illust--rt {
    top: 8%;
    right: 4vw;
  }
  .illust--lb {
    bottom: 10%;
    left: clamp(16px, 6vw, 80px);
  }
  .illust--rb {
    bottom: 7%;
    right: 4vw;
  }
}
/* Scrolldown & BG 調整：〜767px */
@media screen and (max-width: 767px) {
  #Mainvisual::after {
    width: 50%;
    height: 60px;
    bottom: 0;
    display: none;
  }
  #Mainvisual::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 200px;
    background: #ed3232;
    transform: rotate(-10deg) scale(125%);
  }
  .scroll_down {
    bottom: 0;
  }
  .scroll_down .mouse {
    border-color: #ed3232;
  }
  .scroll_down .mouse span {
    background: #ed3232;
  }
  .scroll_down a {
    color: #ed3232;
  }
}
@media (max-width: 640px) {
  .illust {
    width: clamp(44px, 13vw, 120px);
  }
  .kv-card {
    overflow: hidden;
    border-radius: 5px;
  }
  .illust--lt {
    top: 20%;
    left: clamp(12px, 8vw, 60px);
    transform: scale(2.5);
  }
  .illust--rt {
    top: 20%;
    right: 5vw;
    transform: scale(2);
  }
  .illust--lb {
    bottom: 14%;
    left: clamp(12px, 20vw, 100px);
    transform: scale(2.2);
  }
  .illust--rb {
    bottom: 25%;
    right: 5vw;
    transform: scale(1.3);
  }
}
/* h1 調整：〜480px */
@media screen and (max-width: 480px) {
  h1.title_h1 {
    font-size: 3.2rem;
  }
}
.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_cal2 > div {
  width: 55%;
}
.flex_cal2 > figure {
  width: 40%;
}
.flex_cal2.order-reverse {
  flex-direction: row-reverse;
}

.flex_cal2_even {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex_cal2_even > div {
  width: 48%;
}
.flex_cal2_even.order-reverse {
  flex-direction: row-reverse;
}

.flex_cal3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_cal3 > div, .flex_cal3 > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.flex_cal3 > div:nth-of-type(3n), .flex_cal3 > li:nth-of-type(3n) {
  margin-right: 0;
}

h3.about_catch {
  color: #ed3232;
  font-size: 3.2rem;
  font-weight: 900;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}

@media screen and (max-width: 1280px) {
  .flex_cal2 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .flex_cal2 {
    flex-direction: column !important;
    align-items: center;
  }
  .flex_cal2 > div {
    width: 100%;
    margin-top: 25px;
  }
  .flex_cal2 > figure {
    width: 100%;
  }
  .flex_cal2.order-reverse {
    flex-direction: row;
  }
  .flex_cal2_even {
    flex-direction: column !important;
    align-items: center;
  }
  .flex_cal2_even > div {
    width: 100%;
  }
  .flex_cal2_even.order-reverse {
    flex-direction: row;
  }
  .flex_cal3 {
    flex-direction: column;
  }
  .flex_cal3 > div, .flex_cal3 > li {
    width: 100%;
    margin-right: 0;
  }
  .flex_cal2_even {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  h3.about_catch {
    font-size: 2.6rem;
  }
}
table.default-table {
  margin: auto;
  margin-top: 15px;
  font-size: 2.1rem;
  width: 100%;
  line-height: 1.2;
  /*  border: solid 5px $theme-color;*/
}
table.default-table tr:first-of-type {
  border-top: solid 1px #ed3232;
}
table.default-table tr:last-of-type th {
  border-bottom: solid 1px #ed3232;
}
table.default-table tr th {
  background-color: rgba(237, 50, 50, 0.2);
  color: #1e1c1a;
  padding: 25px 15px;
  width: 20%;
  max-width: 100px;
  text-align: center;
  border-bottom: solid 1px #ffffff;
  border-bottom: solid 1px #ed3232;
  vertical-align: middle;
  font-weight: 600;
}
table.default-table tr td {
  padding: 25px 15px;
  width: 70%;
  border-bottom: solid 1px #ed3232;
  vertical-align: middle;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.1rem;
    padding: 15px;
  }
  table.default-table tr {
    display: block;
    width: 100%;
  }
  table.default-table tr th {
    max-width: 100%;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
  }
  table.default-table tr td {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}
/*--------------------------------------------
[04] はじめに
---------------------------------------------*/
.container {
  padding: 4%;
  border-top: 8px solid #ed3232;
  background-color: #fff;
}

.container_translucent {
  background-color: rgba(255, 255, 255, 0.92);
}

.border_dashed_box {
  border: dashed 2px #ed3232;
  padding: 25px;
}

/*span装飾*/
.txt-orange {
  color: #ff7800;
  font-weight: bold;
  font-size: 1.2em;
}

.txt-blue {
  color: #0068b7;
  font-weight: bold;
  font-size: 1.2em;
  /*  background: linear-gradient(transparent 50%, yellow 50%);*/
}

.txt-line {
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight: bold;
}

.txt-blueline {
  font-weight: bold;
  font-size: 1.3em;
  background: linear-gradient(transparent 0, #a8eaff 0);
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*--------------------------------------------
[0X] みやぎプロモーション室とは？
---------------------------------------------*/
section#About {
  position: relative;
}

.about_read {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #ed3232;
  font-weight: 600;
  margin-bottom: 20px;
}

.flex_cal2.aboutStack {
  display: flex;
  align-items: center;
}

.photoStack {
  position: relative;
  height: 320px;
  margin: 0;
  margin-top: 50px;
}

.photoStack__img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  will-change: transform, opacity;
}

.photoStack__img--base {
  z-index: 1;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(18px) scale(0.99);
}

.photoStack__img--top {
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate(18px, -10px) rotate(-10deg) scale(0.98);
  transform-origin: 20% 20%;
}

.aboutStack.is-inview .photoStack__img--base {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.aboutStack.is-inview .photoStack__img--top {
  opacity: 1;
  transform: translate(0, 0) rotate(-10deg) scale(1);
  transition: opacity 700ms ease 220ms, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 220ms;
}

/* スマホは縦積み */
@media (max-width: 767px) {
  .flex_cal2.aboutStack {
    flex-direction: column;
    align-items: stretch;
  }
  .photoStack {
    height: 40vh;
  }
  .photoStack__img--top {
    left: -10px;
  }
}
@media (max-width: 480px) {
  .photoStack {
    height: 48vh;
    max-width: 360px;
    margin: auto;
    margin-top: 10px;
  }
}
/* 動きを減らす人向け */
@media (prefers-reduced-motion: reduce) {
  .photoStack__img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 600px) {
  .about_read {
    font-size: 2.1rem;
  }
}
/*--------------------------------------------
[0X] できること
---------------------------------------------*/
ul.wedo_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
ul.wedo_flex li {
  width: 23%;
  margin-right: 2.6666666667%;
  text-align: center;
}
ul.wedo_flex li:last-of-type {
  margin-right: 0;
}

.wedo__circle {
  position: relative;
  max-width: 300px;
  aspect-ratio: 1/1;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.wedo_circle_img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
  /*    border: 2px solid $theme-color;*/
}

.wedo__copy {
  position: absolute;
  top: -30px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
  margin: 0;
  color: #1e1c1a;
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.35;
}

h3.wedo__heading {
  margin: 30px 0 15px;
  color: #ed3232;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 2.2rem;
}

.wedo__desc {
  margin: 0 auto;
  color: #1e1c1a;
  font-size: 1.6rem;
  line-height: 1.85;
  text-align: left;
}

@media (max-width: 1280px) {
  ul.wedo_flex {
    margin-top: 50px;
  }
  ul.wedo_flex li {
    width: 46%;
    margin-right: 8%;
    text-align: center;
    margin-bottom: 80px;
  }
  ul.wedo_flex li:nth-of-type(2) {
    margin-right: 0;
  }
  h3.wedo__heading {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  ul.wedo_flex {
    flex-direction: column;
  }
  ul.wedo_flex li {
    width: 100%;
  }
}
/*--------------------------------------------
  [0X] 実績紹介
---------------------------------------------*/
#Works h3.h3_normal_mini {
  margin-bottom: 15px;
  font-size: 2.1rem;
  color: #a8a8a8;
  text-align: right;
  margin-bottom: 50px;
}

p.works_desc {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}

.event-thumb {
  aspect-ratio: 656/389;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.3s;
}
.event-thumb:hover {
  transform: scale(1.05);
}
.event-thumb:hover img {
  transition: 0.3s;
}

.event-content {
  padding-top: 10px;
}

.event-date {
  font-weight: 600;
  color: #a8a8a8;
}

@media screen and (max-width: 640px) {
  .event-card {
    margin-bottom: 10px !important;
  }
}
.works-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.works-modal {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  width: 95%;
  max-width: 1920px;
  height: 95%;
  padding: 50px 3%;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1000;
}

.works-modal-close {
  position: absolute;
  z-index: 1001;
  top: 25px;
  right: 50px;
  width: 44px;
  height: 44px;
  border: 0;
  background: #e60012;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.works-modal-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.works-modal-inner {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}

.works-modal-media {
  width: 45%;
}
.works-modal-body {
  width: 50%;
  flex: 1 1 0%;
  padding: 48px 48px 40px;
  display: flex;
  flex-direction: column;
}

.works-modal-title {
  margin: 0 0 30px;
  font-size: 2.8rem;
  line-height: 1.5;
}

.works-modal-subtitle {
  margin: 0 0 16px;
  color: #444;
}

.works-modal-desc {
  margin: 0 0 26px;
  color: #333;
  line-height: 1.9;
}

.works-modal-dl {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.works-modal-dl > div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.works-modal-dl dt {
  width: 140px;
  flex: 0 0 140px;
  padding-left: 15px;
  font-size: 1.6rem;
  color: #e60012;
  font-weight: 700;
}
.works-modal-dl dd {
  margin: 0;
  flex: 1 1 auto;
  word-break: break-word;
  font-size: 1.6rem;
}
.works-modal-dl a {
  color: #e60012;
  text-decoration: underline;
}
.works-modal-dl a:hover {
  text-decoration: none;
}

.arrow_dot {
  width: 18px;
  height: 18px;
  background-color: #ed3232;
  border-radius: 50px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.arrow_dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}

.event-card-button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
.event-card-button:focus-visible {
  outline: 2px solid #e60012;
  outline-offset: 4px;
}

.works-fade-enter-active,
.works-fade-leave-active {
  transition: opacity 0.2s ease;
}

.works-fade-enter-from,
.works-fade-leave-to {
  opacity: 0;
}

.works-fade-enter-active .works-modal,
.works-fade-leave-active .works-modal {
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.works-fade-enter-from .works-modal,
.works-fade-leave-to .works-modal {
  transform: translateY(8px) scale(0.98);
  opacity: 0;
}

.works-modal-video {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}

/* 16:9 埋め込みの枠（レスポンシブ） */
.video-16x9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 12px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.video-16x9 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ギャラリー（左カラム内） */
.works-modal-gallery-grid {
  display: flex;
}

.works-modal-gallery-item {
  width: 100%;
}

.works-modal-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 100%;
}

/*ギャラリースライダー*/
.works-slider-main {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.works-slider-image {
  width: 100%;
  height: auto;
  display: block;
}

.works-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background-color: white;
}
.works-slider-nav::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 15px;
  margin: auto;
  transform: translate(-50%, -50%);
  border-top: 3px solid #ed3232;
  border-right: 3px solid #ed3232;
}

.works-slider-nav.is-prev {
  left: -15px;
}
.works-slider-nav.is-prev::before {
  transform: rotate(225deg);
  left: 18px;
}

.works-slider-nav.is-next {
  right: -15px;
}
.works-slider-nav.is-next::before {
  transform: rotate(45deg);
  right: 18px;
}

.works-slider-counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.5);
}

.works-slider-autoplay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ラベル */
.works-slider-autoplay .label {
  opacity: 0.9;
}

/* トラック */
.works-slider-autoplay .track {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* ノブ */
.works-slider-autoplay .knob {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease;
}

/* ON状態 */
.works-slider-autoplay[aria-pressed=true] .track {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.45);
}

.works-slider-autoplay[aria-pressed=true] .knob {
  transform: translate(20px, -50%);
  background-color: #ed3232;
}

/* focus */
.works-slider-autoplay:focus-visible .track {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.works-slider-thumbs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 40px;
}

.works-slider-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
}

.works-slider-thumb img {
  width: 100%;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works-slider-thumb.is-active {
  border-color: #ed3232;
}

.works-slider-stage {
  position: relative;
}

.works-slider-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 14px;
}

.works-slider-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(18px);
  transform: scale(1.1);
  opacity: 0.9;
}

.works-slider-frame.is-single {
  aspect-ratio: auto;
  height: auto;
}

.works-slider-frame.is-single .works-slider-bg {
  display: none;
}

.works-slider-frame.is-single .works-slider-fg {
  position: static;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.works-slider-fg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 280ms ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.works-slider-nav,
.works-slider-counter {
  position: absolute;
  z-index: 2;
}

@media (max-width: 1280px) {
  .works-modal-overlay {
    padding: 14px;
  }
  .works-modal-inner {
    flex-direction: column;
    min-height: auto;
  }
  .works-modal-media {
    flex: 0 0 auto;
    max-height: auto;
    width: 100%;
  }
  .works-modal-body {
    padding: 28px 20px 24px;
    width: 100%;
  }
  .works-modal-dl dt {
    width: 110px;
    flex-basis: 110px;
  }
}
@media (max-width: 900px) {
  .works-modal-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  p.works_desc {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  padding: 50px 0 100px;
  position: relative;
  background: #ed3232;
}

.contact-box {
  /*  border: solid 1px #372163;*/
  padding: 50px 5%;
  border: solid 5px #ed3232;
  background-color: #ffffff;
}

.contact-title {
  display: block;
  font-size: 3.6rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 800;
  padding-right: 25px;
  line-height: 1.5;
  color: #ed3232;
}

.contact-txt {
  text-align: center;
}

a.Btn.btn_cta.btn_white {
  text-align: center;
  margin: auto;
  font-weight: 800;
  border-width: 4px;
  margin-bottom: 30px;
  position: relative;
  padding: 0;
}
a.Btn.btn_cta.btn_white::before {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(../images/icon_mail_red.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
a.Btn.btn_cta.btn_white:hover {
  border-width: 4px;
  border-color: #ed3232;
}
a.Btn.btn_cta.btn_white:hover::before {
  background-image: url(../images/icon_mail_white.svg);
}

small {
  display: block;
  text-align: center;
}

.copyright {
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 5%;
}

#PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  z-index: 5;
  scroll-behavior: auto;
}
#PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s;
  background-color: #f5f5f1;
  border: solid 2px #ed3232;
  border-radius: 50px;
}
#PageTop a::before {
  content: "";
  border-style: solid;
  border-color: #ffffff;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  margin: auto;
  top: 12px;
  left: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
}
#PageTop a:hover {
  transition: 0.5s;
  background: #ed3232;
  border-color: #ffffff;
  opacity: 1;
}
#PageTop a:hover::before {
  background-image: url(../images/icon_arrow_w.svg);
}

@media screen and (max-width: 1024px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px;
  }
  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #ffffff;
  }
  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px;
  }
  .contact-txt .contact-add {
    align-items: center;
    text-align: center;
  }
  .btn-box {
    flex-direction: column;
  }
  .btn-box p {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .btn-box p:last-of-type {
    margin-right: 0;
  }
  .btn-box a.Btn {
    min-width: 300px;
  }
  footer {
    padding-bottom: 150px;
  }
  #PageTop {
    display: block;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 10;
  }
}
/*--------------------------------------------
[0X] サブページ共通
---------------------------------------------*/
#Subpage main::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -50px;
  right: 0;
  margin: auto;
  width: 150%;
  height: 300px;
  background: #ed3232;
  transform: rotate(-10deg) scale(105%);
  z-index: -1;
}
#Subpage section .container {
  border-top: none;
}

.subpage-header {
  position: relative;
  padding-top: 160px;
}
.subpage-header h1.subpage_title {
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  display: block;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  vertical-align: middle;
  z-index: 1;
  color: #ffffff;
}
.subpage-header h1.subpage_title span.h1_eng {
  color: #ed3232;
  font-size: 2.1rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
}

.subpage_header_txt {
  display: flex;
  align-items: flex-end;
}
.subpage_header_txt > p {
  margin-left: 1em;
  background-color: #ffffff;
  padding: 0.1em 0.4em;
}

.Crumbs {
  margin-top: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.5rem;
  margin: auto;
}
.Crumbs li {
  position: relative;
  margin-right: 30px;
  font-weight: 600;
  line-height: 1.5;
}
.Crumbs li i.fa-solid.fa-house {
  margin-right: 3px;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: -0.1em;
  background-size: contain;
  font-style: normal;
  background: url("../images/house-solid.svg") no-repeat center center;
}
.Crumbs li a {
  color: #ed3232;
}
.Crumbs li::after {
  content: "";
  border-width: 1px 0px 0px 1px;
  border-color: #ffffff;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -22px;
  margin: auto;
}
.Crumbs li:first-of-type::after {
  display: none;
}

@media (max-width: 1030px) {
  #Subpage main::before {
    display: block;
    content: "";
    position: absolute;
    top: -120px;
    left: -50px;
    right: 0;
    margin: auto;
    width: 150%;
    height: 300px;
    background: #ed3232;
    transform: rotate(-10deg) scale(105%);
    z-index: -1;
  }
  #Subpage section .container {
    border-top: none;
  }
  .subpage-header {
    padding-top: 120px;
  }
  .subpage_header_txt {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .subpage_header_txt > p {
    margin-left: 0em;
    margin-bottom: 35px;
  }
  .subpage-header h1.subpage_title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #Subpage main::before {
    top: -100px;
    display: block;
  }
  .subpage-header {
    padding-top: 120px;
  }
  .Crumbs {
    display: none;
  }
  .subpage_header_txt > p {
    margin-bottom: 0;
  }
}
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem !important;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-21 {
  font-size: 2.1rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-26 {
  font-size: 2.6rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem !important;
}

.fz-36 {
  font-size: 3.6rem !important;
}

.fz-40 {
  font-size: 4rem !important;
}

@media screen and (max-width: 600px) {
  /**/
  .fz-18 {
    font-size: 1.62rem;
  }
  .fz-21 {
    font-size: 1.89rem;
  }
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
  .fz-40 {
    font-size: 3.2rem;
  }
  .fz-16_sp {
    font-size: 1.6rem !important;
  }
  .fz-18_sp {
    font-size: 1.8rem !important;
  }
  .fz-21_sp {
    font-size: 2.1rem !important;
  }
  .fz-28_sp {
    font-size: 2.8rem !important;
  }
  .fz-32_sp {
    font-size: 3.2rem !important;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.ff_racingsans {
  font-family: "Josefin Sans", sans-serif;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.fc-normal {
  color: #1e1c1a;
}

.fc-black {
  color: #1e1c1a !important;
}

.fc-themecolor_01 {
  color: #ed3232;
}

.fc-white {
  color: #ffffff;
}

.fc-white a {
  color: #ffffff;
}

.fc-red {
  color: #f63a3a;
}

.fc-yellow {
  color: #fccf00;
}

.mgl-0 {
  margin-left: 0px !important;
}

.mgl-15 {
  margin-left: 15px;
}

.mgl-1em {
  margin-left: 1em;
}

.mgr-0 {
  margin-right: 0px !important;
}

.mgr-15 {
  margin-right: 15px;
}

.mgr-1em {
  margin-right: 1em;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-75 {
  margin-top: 75px;
}

.mgt-100 {
  margin-top: 100px;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-25 {
  margin-bottom: 25px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgb-75 {
  margin-bottom: 75px;
}

.mgb-100 {
  margin-bottom: 100px;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left !important;
}

/*padding*/
.pdt-5 {
  padding-top: 5px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

.bdrs-15 {
  border-radius: 15px;
}

.bdrs-25 {
  border-radius: 25px;
}

@media screen and (max-width: 600px) {
  .ta-center-600 {
    text-align: center !important;
  }
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
  .mgt-50_sp {
    margin-top: 50px;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480,
.br_600,
.br_768,
.br_767,
.br_1280 {
  display: none;
}

@media screen and (max-width: 1280px) {
  .br_1280 {
    display: inline;
  }
  .br_pconly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline;
  }
  .block-767 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
  .br_600 {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #eaeaea;
}

.bg-pink {
  background: #fff7f5;
}

.bg-yellow-grad {
  background: linear-gradient(0deg, rgb(245, 186, 58) 0%, rgb(246, 231, 110) 100%);
}

.bg-red-grad {
  background: linear-gradient(0deg, rgb(156, 21, 27) 0%, rgb(223, 67, 24) 52.4%, rgb(237, 185, 93) 100%);
}

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, rgb(251, 215, 197) 0%, rgb(255, 255, 255) 52.4%, rgb(251, 228, 206) 100%);
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen_02 {
  background-size: auto auto;
  background-image: repeating-linear-gradient(-50deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 9px, rgba(30, 28, 26, 0.1) 5px, rgba(30, 28, 26, 0.1) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(0, 86, 169);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(0, 75, 160) 15px, rgb(0, 75, 160) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgba(237, 50, 50, 0.1) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgba(237, 50, 50, 0.1) 16px);
  background-size: 16px 16px;
}

/*rgba(218, 250, 227, 0.6)*/
.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%), radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(230, 230, 230) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 70px, #ffc7c7 70px, #ffc7c7 72px);
}

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 480px;
  height: 90px;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  background: #ed3232;
  border: solid 2px #ed3232;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 35px;
}
a.Btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background-color: #ffffff;
  color: #ed3232;
  border: solid 2px #ed3232;
  opacity: 1;
}
a.Btn:hover::after, a.Btn:hover::before {
  border-color: #ed3232;
  transition: 0.6s;
}

a.Btn.btn_red {
  background: #a8a8a8;
  border: solid 2px #a8a8a8;
}
a.Btn.btn_red::after {
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
}
a.Btn.btn_red:hover {
  background-color: #ffffff;
  color: #a8a8a8;
  border: solid 2px #a8a8a8;
}
a.Btn.btn_red:hover::after, a.Btn.btn_red:hover::before {
  border-color: #a8a8a8;
}

a.Btn.btn_mizuiro {
  background: #a8a8a8;
  border: solid 2px #a8a8a8;
}
a.Btn.btn_mizuiro::after {
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
}
a.Btn.btn_mizuiro:hover {
  background-color: #ffffff;
  color: #a8a8a8;
  border: solid 2px #a8a8a8;
}
a.Btn.btn_mizuiro:hover::after, a.Btn.btn_mizuiro:hover::before {
  border-color: #a8a8a8;
}

a.Btn.btn_white {
  background: #ffffff;
  border: solid 2px #ed3232;
  color: #ed3232;
}
a.Btn.btn_white::after {
  border-width: 2px 2px 0 0;
  border-color: #ed3232;
}
a.Btn.btn_white:hover {
  background-color: #ed3232;
  color: #ffffff;
  border: solid 2px #ffffff;
}
a.Btn.btn_white:hover::after, a.Btn.btn_white:hover::before {
  border-color: #ffffff;
}

a.Btn.btn_small {
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 380px;
  height: 60px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  a.Btn {
    font-size: 1.8rem;
    text-align: left;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.js-animation.js-ani-nomove {
  transform: translateY(0px);
  transition: all 1.2s;
}
.js-animation.js-ani-nomove.is-show {
  transform: translateY(0px);
}

/*20240321_新スクロールアニメーション*/
.slidein_right.is-show {
  animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.slidein_left.is-show {
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */