@charset "utf-8";
:root {
 --color-baseRed: #DB002F;
 --color-lightRed: #FF0B4D;
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2")format("woff2"), url("../fonts/NotoSansJP-Regular.woff")format("woff"), url("../fonts/NotoSansJP-Regular.eot")format("eot"), url("../fonts/NotoSansJP-Regular.ttf")format("truetype");
  
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2")format("woff2"), url("../fonts/NotoSansJP-Medium.woff")format("woff"), url("../fonts/NotoSansJP-Medium.eot")format("eot"), url("../fonts/NotoSansJP-Medium.ttf")format("truetype");

  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-SemiBold.woff2")format("woff2"), url("../fonts/NotoSansJP-SemiBold.woff")format("woff"), url("../fonts/NotoSansJP-SemiBold.eot")format("eot"), url("../fonts/NotoSansJP-SemiBold.ttf")format("truetype");
  
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2")format("woff2"), url("../fonts/NotoSansJP-Bold.woff")format("woff"), url("../fonts/NotoSansJP-Bold.eot")format("eot"), url("../fonts/NotoSansJP-Bold.ttf")format("truetype");
  
  font-family: "Zen Old Mincho";
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/ZenOldMincho-Medium.woff2")format("woff2"), url("../fonts/ZenOldMincho-Medium.woff")format("woff"), url("../fonts/ZenOldMincho-Medium.eot")format("eot"), url("../fonts/ZenOldMincho-Medium.ttf")format("truetype");
  
  font-family: "Poppins";
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Poppins-ExtraLight.woff2")format("woff2"), url("../fonts/Poppins-ExtraLight.woff")format("woff"), url("../fonts/Poppins-ExtraLight.eot")format("eot"), url("../fonts/Poppins-ExtraLight.ttf")format("truetype");

  font-family: "Poppins";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.woff2")format("woff2"), url("../fonts/Poppins-Light.woff")format("woff"), url("../fonts/Poppins-Light.eot")format("eot"), url("../fonts/Poppins-Light.ttf")format("truetype");

  font-family: "Poppins";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff2")format("woff2"), url("../fonts/Poppins-Regular.woff")format("woff"), url("../fonts/Poppins-Regular.eot")format("eot"), url("../fonts/Poppins-Regular.ttf")format("truetype");
  
  font-family: "Poppins";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff2")format("woff2"), url("../fonts/Poppins-Medium.woff")format("woff"), url("../fonts/Poppins-Medium.eot")format("eot"), url("../fonts/Poppins-Medium.ttf")format("truetype");
}
.font-min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.font-poppins-el {
 font-family: "Poppins", sans-serif;
 font-weight: 200;
 font-style: normal;
}
.font-poppins-l {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
}
.font-poppins-r {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.font-poppins-m {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
}
a:link {
  text-decoration: none;
}
html,
body {
  margin: 0;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.8em;
  font-family: Arial, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  color: #444;
  letter-spacing: 0.05em;
  position: relative;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0; 
  -webkit-transition: opacity .5s ease; 
  transition: opacity .5s ease;
}
body.page-transition::after {
  opacity: 1;
}
body.page-transition .main{
  -webkit-transform:scale(20px);
  transform: translateY(20px);
}
.main {
  display: block;
  margin-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
}
#home .main {
  margin-top: 0;
  padding-bottom: 0;
}

a:link {
  color: #222937;
}
img {
  max-width: 100%; 
  vertical-align: bottom;
}
ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
}
p,span {
  padding: 0;
  margin: 0;
}
/* -----------------------------------------------------------------------------
　list
----------------------------------------------------------------------------- */
dl dt,
dl dd {
  padding: 0;
  margin: 0;
}
ul.list {
  padding-left: 16px;
  margin-top: 20px;
}
ul.list li {
  text-align: left;
  list-style: disc;
}
ol.list {
  padding-left: 20px;
  margin-top: 20px;
}
ol.list li {
  text-align: left;
  list-style: decimal;
}
/* -----------------------------------------------------------------------------
　wrapper section 
----------------------------------------------------------------------------- */

#box-column2 {
  display: flex;
  justify-content: space-between;
}
.sec-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
section > .sec-inner p {
  text-align: left;
}
article#post-content {
  width: 100%;
  max-width: 800px;
  text-align: left;
}


/* -----------------------------------------------------------------------------
　タイトル
----------------------------------------------------------------------------- */
#pageHeader {
  padding: 110px 0 60px;
  margin-bottom: 80px;
  border-bottom: solid 1px #A3A3A3;
  position: relative;
  box-sizing: border-box;
  height: 280px;
}
#pageHeader::before {
  content:'';
  background: var(--color-baseRed);
  width: 300px;
  height: 1px;
  position: absolute;
  bottom:-1px;
  left: 0;
}
h1.page-ttl,
h2.page-ttl {
  color: var(--color-baseRed);
  text-align: left;
  font-size: clamp(0.813rem, 0.653rem + 0.8vw, 1.25rem);
  position: relative;
}
h1.page-ttl span,
h2.page-ttl span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222;
  font-size: clamp(1.75rem, 0.841rem + 4.55vw, 4.25rem);
  display: block;
  margin-bottom: 0;
}


h2.sec-ttl {
  position: relative;
  font-size: 13px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
h2.sec-ttl::before {
  content:'';
  height: 7px;
  width: 7px;
  background: var(--color-baseRed);
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
}
h2.sec-ttl::after{
  content:'';
  height: 7px;
  width: 7px;
  background: #222937;
  position: absolute;
  left:7px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-ttl-subtext {
  font-size: clamp(1.75rem, 1.205rem + 2.73vw, 3.25rem);
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color:#222937 !important;
  display: block;
}
h3.sec-cont_ttl {
  font-size:15px;
  text-align: left;
  padding-left: 0;
  margin-bottom: 15px;
  color: var(--color-baseRed);
}
h3.sec-cont_ttl span {
  font-size: clamp(1.75rem, 1.205rem + 2.73vw, 3.25rem);
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color:#222937 !important;
  display: block;
}


h3.sub-ttl {
  font-weight: 600;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  text-align: left;
  margin-bottom: 25px;
}



/* -----------------------------------------------------------------------------
　一覧を見るボタン
----------------------------------------------------------------------------- */
.top-newsListLink {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.moreview {
  width: 260px;
  height: auto;
  position: relative;
}
.moreview .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border:solid 1px var(--color-baseRed);
  border-radius: 1.625rem;
}
.moreview .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.moreview .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.moreview .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid var(--color-baseRed);
  border-right: 0.125rem solid var(--color-baseRed);
  transform: rotate(45deg);
}
.moreview .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #222937;
  font-size: 14px;
}
.moreview .button-text.opennew {
  background: url(../img/icon/icon-opennew.svg) no-repeat 92% center;
  background-size: 16px auto;
  padding-right: 20px;
}
.moreview:hover .circle {
  width: 100%;
  background: var(--color-baseRed);
}
.moreview:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.moreview:hover .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #FFF;
  border-right: 0.125rem solid #FFF;
  transform: rotate(45deg);
}
.moreview:hover .button-text {
  color: #FFF;
}
.moreview:hover .button-text.opennew {
  background: url(../img/icon/icon-opennew_w.svg) no-repeat 92% center;
  background-size: 16px auto;
  padding-right: 20px;
}


/* -----------------------------------------------------------------------------
　header
----------------------------------------------------------------------------- */
#header {
  position: fixed;
  top:0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#header.UpMove {
 animation: UpAnime 0.5s forwards;
 background: none;
 box-shadow: none;
}
#header.DownMove {
 animation: DownAnime 0.5s forwards;
 padding-bottom: 0;
 background: #FFF;
 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}

/* アニメーションを定義 */
@keyframes UpAnime {
 from {
  opacity: 1;
  transform: translateY(0);
 }
 to {
  opacity: 1;
  transform: translateY(-120px);
 }
}
@keyframes DownAnime {
 from {
  opacity: 0;
  transform: translateY(-120px);
 }

 to {
  opacity: 1;
  transform: translateY(0);
 }
}
#header .header-inner {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#header h1,
#header p.header-logo {
  max-width: 280px;
  margin: 0;
  padding: 0;
}
#header h1 img,
#header p.header-logo img {
  width: 100%;
}
#header .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 240px);
}
#header input[type=checkbox] {
  display: none;
}
#header #nav-container h2 {
  display: none;
}

/*==nav 981px以上====*/
@media(min-width: 1025px) {

  .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .menu li {
    margin-left: 35px;
    position: relative;
    font-weight: 500;
    color: transparent;
    background: linear-gradient(to right, #FA002C 50%, #222 50%) 100%;
    background-clip: text;
    background-size: 200% 100%;
    transition: background-position 0.3s;
    font-size: 16px;
  }
  .menu li:hover {
    background-position: 0 100%;
  }
  .menu li a {
    display: block;
    padding: 15px 0 12px;
    text-decoration: none;
    line-height: 1em;
    color: transparent;
    background: linear-gradient(to right, #FA002C 50%, #222 50%) 100%;
    background-clip: text;
    background-size: 200% 100%;
    transition: background-position 0.3s;
  }
  .menu li a:hover {
    background-position: 0 100%;
  }
  .menu label {
    display: block;
    padding: 15px 0 15px;
    line-height: 1em;
    cursor: pointer;
  }
  .dropdown__nav {
    position: relative;
    display: inline-block;
  }
  .dropdown__nav ul {
    display: none;
    transform-origin: center top;
    transition: all .3s;
    position: absolute;
    top: 44px;
    left: 0;
    padding: 30px 0 0;
    min-width: 240px;
    padding: 15px 20px 10px;
    background-color: #FA002C;
    border-radius: 8px;
  }
  .dropdown__nav:hover ul {
    display: block;
    animation-name: fadein;
    animation-duration: 0.5s;
  }
  @keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(-20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
  }
  .dropdown__nav ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: relative;
    border-bottom: solid 1px #EF9191;
  }
  .dropdown__nav ul li:last-child {
    border-bottom:none;
    margin: 0;
  }
  .dropdown__nav ul li a {
    padding: 0.8em 0;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #FFF;
    position: relative;
    width: 100%;
  }
  .dropdown__nav ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 0.1rem solid #FFF;
    border-right: 0.1rem solid #FFF;
    transform: rotate(45deg);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  .dropdown__nav ul li:hover a::before {
    right:0;
  }

  /*
  .menu #menu_bar01:hover ~ #links01 li,
  .menu #menu_bar02:hover ~ #links02 li {
    display: flex;
    align-items: center;
    height: 54px;
    opacity: 1;
  }
  */
}

#header ul.h-sns-list,
#header ul.h-sub-menulist {
  display: none;
}

/* -----------------------------------------------------------------------------
 footer
----------------------------------------------------------------------------- */
footer {
  border-top:solid 1px #CCC;
  padding-top: 100px;
  position: sticky !important;
  top: 100vh;
  background: #FFF;
}
footer #f-nav {
  background: #222937;
}
footer #f-nav .sec-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  color: #FFF;
}
footer h3.sns-ttl {
  display: none;
}
footer #f-nav .sec-inner ul.f-nav-list {
  display: flex;
  justify-content: flex-start;
}
footer #f-nav .sec-inner ul.f-nav-list li {
  margin-right: 20px;
}
footer #f-nav .sec-inner ul.f-nav-list li a {
  color: #FFF;
  font-size: 13px;
  line-height: 1.1em;
}
footer li a:hover {
  opacity: 0.6;
}
footer #f-nav .sec-inner .copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
}
footer .f-sns-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer .f-sns-list li {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
footer .f-sns-list li+li {
  margin-left: 20px;
}
footer .f-sns-list li.link-facebook {
  background: url(../img/icon/icon-facebook_b.svg) no-repeat 12px 50%;
}
footer .f-sns-list li.link-youtube {
  background: url(../img/icon/icon-youtube_b.svg) no-repeat 12px 50%;
}
footer .f-sns-list li.link-instagram {
  background: url(../img/icon/icon-instagram_b.svg) no-repeat 12px 50%;
}
footer .f-sns-list li.link-newsroom {
  background: url(../img/icon/icon-newsroom_b.svg) no-repeat 12px 50%;
}
footer .f-sns-list li a {
  display: block;
  padding: 8px 0 8px 45px;
}

/* -----------------------------------------------------------------------------
 sidebar
----------------------------------------------------------------------------- */
#aside {
  width: 320px;
}
#aside h3.aside-ttl {
  color: var(--color-baseRed);
  text-align: left;
  padding: 0 0 10px;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  position: relative;
  border-bottom: solid 1px #A3A3A3;
  width: 100%;
}
#aside h3.aside-ttl::before {
  content:'';
  background: var(--color-baseRed);
  width: 30%;
  height: 1px;
  position: absolute;
  bottom:-1px;
  left: 0;
}
#aside .aside-cateList {
  text-align: left;
  margin-bottom: 60px;
}
#aside .aside-cateList li {
  border-bottom: solid 1px #CCC;
  display: block;
  position: relative;
}
#aside .aside-cateList li a {
  display: block;
  padding: 20px 0;
  text-align: left;
  font-weight: 500;
  position: relative;
}
#aside .aside-cateList li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 0.1rem solid var(--color-baseRed);
  border-right: 0.1rem solid var(--color-baseRed);
  transform: rotate(45deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
#aside .aside-cateList li:hover a::before {
  right:0;
}
#aside .aside-cateList.cate-year li:nth-child(n+5) {
  display: none;
}

/* -----------------------------------------------------------------------------
　ページトップへ
----------------------------------------------------------------------------- */
.pagetop-btn {
  display: none;
}
@media(max-width: 480px) {
  .pagetop-btn {
    display: block;
    position: fixed;
    width: 42px;
    height: 42px;
    background: rgba(230, 0, 62, 0.85);
    border-radius: 3px;
    border:none;
    cursor: pointer;
    right: 12px;
    bottom: 125px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .pagetop-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(45deg);
  }
  .pagetop-btn.visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------------------------------------------------
　パンくずリスト
----------------------------------------------------------------------------- */
#breadcrumb {
  position: fixed;
  top: 200px;
  right: 50px;
  z-index: 999;
}
#breadcrumb ul {
  display: flex;
  flex-direction: column;
}
#breadcrumb ul li {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  position: relative;
  padding-top: 25px;
  width: 15px;
}
#breadcrumb ul li:hover {
  opacity: 0.8;
}
#breadcrumb ul li:before {
  content:'';
  background: #E6003E;
  width: 1px;
  height: 15px;
  position: absolute;
  top:5px;
  left: 50%;
  transform: translateX(-50%);
}
#breadcrumb ul li:first-child{
  padding-top: 0;
}
#breadcrumb ul li:first-child:before {
  display: none;
}
#breadcrumb ul li.home img {
  width: 14px;
  height: 14px;
}
#breadcrumb ul li.home .hometext {
  display: none;
}
#breadcrumb ul li a {
  writing-mode: vertical-rl;
  display: inline-block;  
  padding: 0 1.2px 0 0;
}
#breadcrumb ul li:first-child a {
  padding: 0;
}
#breadcrumb ul li.post-ttl-name {
  visibility: hidden;
}



/* -----------------------------------------------------------------------------
ページネーション
----------------------------------------------------------------------------- */
.pagination {
  width: 100%;
  margin-top: 60px;
}
.pagination .pnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.pagination .pnavi span,
.pagination .pnavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 5px;
}
.pagination .pnavi a:hover {
  color: var(--color-lightRed);
}
.pagination .current {
  border-radius: 50%;
  background: var(--color-baseRed);
  color: #FFF;
}


/* -----------------------------------------------------------------------------
　404.
----------------------------------------------------------------------------- */

.text404 dt {
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.text404 dd {
  margin-top: 40px;
}
.not-found .text404 {
 text-align: left;
}
.not-found .text404 dt {
  font-size: 28px;
}

/* -----------------------------------------------------------------------------
　戻るボタン
----------------------------------------------------------------------------- */
#btn-backtop {
  text-align: center;
  margin-top: 60px;
}
#btn-backtop a {
  color:#FFF;
  padding-left: 40px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: var(--color-baseRed);
  border-radius: calc(infinity * 1px);
  padding: 14px 25px 14px 40px;
}
#btn-backtop a:hover {
  background: var(--color-lightRed);
}
#btn-backtop a::before,
#btn-backtop a::after {
 content: "";
 position: absolute;
 top: calc(50% - 1px);
 left: 20px;
 width: 8px;
 height: 2px;
 border-radius: 9999px;
 background-color: #FFF;
 transform-origin: 1px 50%;
}
#btn-backtop a::before {
 transform: rotate(45deg);
}
#btn-backtop a::after {
 transform: rotate(-45deg);
}

/* -----------------------------------------------------------------------------
　table
----------------------------------------------------------------------------- */
.tbl_block table {
 width: 100%;
 margin: 0 auto;
 text-align: left;
}
.tbl_block table th{
 padding: 1em 1.2em;
 border-bottom: solid 1px #CCC;
}
.tbl_block table td {
 padding: 1em 1.2em;
 border-bottom: solid 1px #CCC;
}
.tbl_block table th {
 width: 180px;
}
.tbl_block table td {
 width: calc(100% - 180px);
}

@media(max-width: 768px) {
 .tbl_block table th,
 .tbl_block table td {
  display: block;
  width: 100%;
 }
 .tbl_block table th {
  border: none;
 }
}
/* -----------------------------------------------------------------------------
　アニメーション
----------------------------------------------------------------------------- */
.inview.fadeup {
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(60px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadedown {
	opacity: 0;
  display: none;
	transition-duration: 1s;
	transform: translateY(-5px);
}
.inview.fadedown.active {
	opacity: 1;
  display: block;
	transform: translateY(0px);
  transition-delay: 2s;
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-10px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(10px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .5s;
}
.delay03 {
	transition-delay: .7s;
}
.delay04 {
	transition-delay: .9s;
}
.delay05 {
	transition-delay: 1.1s;
}
.delay06 {
	transition-delay: 1.3s;
}
.delay07 {
	transition-delay: 1.5s;
}
.delay08 {
	transition-delay: 1.7s;
}
.delay09 {
	transition-delay: 1.9s;
}
.delay10 {
	transition-delay: 4s;
}
@media(max-width: 480px) {
  .inview.fadeup {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(40px);
  }
}


/* -----------------------------------------------------------------------------
改行
----------------------------------------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp480 {
    display: none;
  }
.sp320 {
  display: none;
}
@media(max-width: 840px) {
  .pc {
  display: none;
  }
  .sp {
    display: block;
  }
}
@media(max-width: 320px) {
  .sp320 {
    display: block;
  }
}

/* -----------------------------------------------------------------------------
　Margin Top
----------------------------------------------------------------------------- */
.marT60 {
  margin-top: 60px;
}
.marB60 {
  margin-top: 60px;
}

.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}

/* -----------------------------------------------------------------------------
　Padding Top
----------------------------------------------------------------------------- */
.padTB60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}


/* -----------------------------------------------------------------------------
loading
----------------------------------------------------------------------------- */
#wrap {
  background: #FFF;
  display: none;
}

/* === ローディング全体 === */
#loading {
  width: 100vw;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

/* テキスト */
.loading-text {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  width: 200px;
  height: 200px;
  position: relative;
  animation: loadingAnimation 1s 2s infinite;
}
.loading-text svg {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  z-index: 1;
}
.loading-text img {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: auto;
  z-index: 2;
}
@keyframes loadingAnimation {
  0% {transform: translateY(0);}
  50% {transform: translateY(-10px);}
  100% {transform: translateY(0);}
}


/***************************************************
 * Generated by SVG Artista on 10/31/2025, 1:11:24 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1686.583984375px;
    stroke-dasharray: 1686.583984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1686.583984375px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1686.583984375px;
    stroke-dasharray: 1686.583984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1686.583984375px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 834.2919921875px;
    stroke-dasharray: 834.2919921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 834.2919921875px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 834.2919921875px;
    stroke-dasharray: 834.2919921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 834.2919921875px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.12s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.12s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 834.2919921875px;
    stroke-dasharray: 834.2919921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 834.2919921875px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 834.2919921875px;
    stroke-dasharray: 834.2919921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 834.2919921875px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.24s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.24s both;
}


    




/* -----------------------------------------------------------------------------
modal
----------------------------------------------------------------------------- */
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .modal__container {
  background-color: #fff;
  padding: 20px 30px 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .modal .modal__container {
    max-height: 90vh;
    max-width: 300px;
  }
}

.modal .modal__header {
  display: flex;
  justify-content: flex-end;
}
.modal .modal__close {
  background: transparent;
  border: 0;
}
.modal .modal__header .modal__close:before {
  content: "\2715";
}
.modal .modal__content {
  margin-top: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: var(--color-baseRed);
  color: #fff;
  margin-left: 20px;
}

/**************************\
  Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

