@charset "utf-8";
:root {
 --color-baseBlue: #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: "Roboto";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Roboto_Condensed-BoldItalic.woff2")format("woff2"), url("../fonts/Roboto_Condensed-BoldItalic.woff")format("woff"), url("../fonts/Roboto_Condensed-BoldItalic.eot")format("eot"), url("../fonts/Roboto_Condensed-BoldItalic.ttf")format("truetype");

  font-family: "Roboto";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto_Condensed-Medium.woff2")format("woff2"), url("../fonts/Roboto_Condensed-Medium.woff")format("woff"), url("../fonts/Roboto_Condensed-Medium.eot")format("eot"), url("../fonts/Roboto_Condensed-Medium.ttf")format("truetype");

  font-family: "Roboto";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto_Condensed-Bold.woff2")format("woff2"), url("../fonts/Roboto_Condensed-Bold.woff")format("woff"), url("../fonts/Roboto_Condensed-Bold.eot")format("eot"), url("../fonts/Roboto_Condensed-Bold.ttf")format("truetype");
  
}
.font-min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.font-Roboto-m {
 font-family: "Roboto", sans-serif;
 font-weight: 500;
 font-style: normal !important;
}
.font-Roboto-b {
 font-family: "Roboto", sans-serif;
 font-weight: 700;
 font-style: normal !important;
}
.font-Roboto-bl {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  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;
}
.main {
  display: block;
  margin-top: 100px;
  -webkit-transition: transform .8s ease-out;
  transition: transform .8s ease-out;
}

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-baseBlue);
  width: 300px;
  height: 1px;
  position: absolute;
  bottom:-1px;
  left: 0;
}
.sec-ttl-head {
    margin-bottom: 30px;
}
h1.page-ttl,
h2.page-ttl {
  color: var(--color-baseBlue);
  text-align: left;
  font-size: clamp(0.813rem, 0.653rem + 0.8vw, 1.25rem);
  position: relative;
}
h1.page-ttl span,
h2.page-ttl span {
  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: #DB002F;
  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;
  color:#222937 !important;
  display: block;
}
h3.sec-cont_ttl {
  font-size:15px;
  text-align: left;
  padding-left: 0;
  margin-bottom: 15px;
  color: var(--color-baseBlue);
}
h3.sec-cont_ttl span {
  font-size: clamp(1.75rem, 1.205rem + 2.73vw, 3.25rem);
  text-align: left;
  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-baseBlue);
  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-baseBlue);
  border-right: 0.125rem solid var(--color-baseBlue);
  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-baseBlue);
}
.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%;
  background: #232D3D;
}
#header.UpMove {
 animation: UpAnime 0.5s forwards;
 background: #232D3D;
 box-shadow: none;
}
#header.DownMove {
 animation: DownAnime 0.5s forwards;
 padding-bottom: 0;
 background: #232D3D;
 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 h1 a,
#header p.header-logo a {
  display: flex;
  justify-content: flex-start;
}
#header h1 a span ,
#header p.header-logo a span {
  color: #FFF;
  display: inline-block;
  margin-left: 15px;
  letter-spacing: 0.08em;
}
#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;
  }
  .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 {
  position: sticky !important;
  top: 100vh;
  color: #FFF;
}
footer #f-head {
  background: #222937;
  padding: 60px 0;
}
footer .sec-inner {
  display: flex;
  justify-content: space-between;
}
footer .f-sns {
  width: 360px;
}
footer h3.f-logo img {
  max-width: 200px;
}
footer .f-sns-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
footer .f-sns-list li {
  display: flex;
  justify-content: flex-start;
  font-size: 13px;
}
footer .f-sns-list li.link-facebook {
  background: url(../img/icon/icon-facebook_w.svg) no-repeat 0 50%;
}
footer .f-sns-list li.link-youtube {
  background: url(../img/icon/icon-youtube_w.svg) no-repeat 0 50%;
}
footer .f-sns-list li.link-instagram {
  background: url(../img/icon/icon-instagram_w.svg) no-repeat 0 50%;
}
footer .f-sns-list li.link-newsroom {
  background: url(../img/icon/icon-newsroom_w.svg) no-repeat 0 50%;
}
footer .f-sns-list li a {
  display: block;
  color: #FFF;
  padding: 4px 6px 4px 35px;
}
footer .f-h-nav {
  width: calc(100% - 360px);
  padding: 54px 0 0;
}
footer .f-h-brandlist {
  display: block;
}
/*
footer .f-h-brandlist h4 {
  width: 210px;
  padding: 4px 0;
}
  */
footer .f-h-brandlist ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .f-h-brandlist ul li+li {
  margin-left: 60px;
}
footer .f-h-brandlist ul li a {
  color: #FFF;
}
footer .f-h-brandsitelist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
/*
footer .f-h-brandsitelist h4 {
  width: 210px;
  padding: 4px 0;
}
*/
footer .f-h-brandsitelist ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .f-h-brandsitelist ul li {
  width: 48%;
  margin-top: 15px;
}
footer .f-h-brandsitelist ul li a {
  color: #FFF;
  text-align: left;
}
footer .f-h-brandsitelist ul li a h5 {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.1em;
}
footer #f-bottom .sec-inner {
  align-items: center;
  padding: 15px 0;
}

footer li a:hover {
  opacity: 0.6;
}
footer .f-b-nav ul {
  display: flex;
  justify-content: flex-start;
}
footer .f-b-nav ul li+li {
  margin-left: 20px;
} 
footer .f-b-nav ul li a {
  font-size: 12px;
  color: #646464;
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #646464;
}




/* -----------------------------------------------------------------------------
　ページトップへ
----------------------------------------------------------------------------- */
.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);
  }
}


/* -----------------------------------------------------------------------------
　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;
	transition-duration: .5s;
	transform: translateY(-10px);
}
.inview.fadedown.active {
	opacity: 1;
	transform: translateY(0px);
}
.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;
}
@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: 540px) {
  .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
----------------------------------------------------------------------------- */
.loading {
 width: 100vw;
 height: 100vh;
 position: fixed;
 top: 0;
 left: 0;
 background:#F0F0F0;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 transition: all 0.8s linear;
 z-index: 99999;
}

.loading.loaded {
 opacity: 0;
 visibility: hidden;
}
.noscroll {
 overflow: hidden;
 height: 100vh;
}

/***************************************************
 * Generated by SVG Artista on 6/5/2025, 1:34:33 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

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

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

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

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

@-webkit-keyframes animate-svg-fill-1 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-1 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-1 {
 -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
            animate-svg-fill-1 1s ease-in-out 1.7s both;
     animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
        animate-svg-fill-1 1s ease-in-out 1.7s both;
}

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

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

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

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

@-webkit-keyframes animate-svg-fill-2 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-2 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-2 {
 -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
            animate-svg-fill-2 1s ease-in-out 1.8s both;
     animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
        animate-svg-fill-2 1s ease-in-out 1.8s both;
}

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

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

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

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

@-webkit-keyframes animate-svg-fill-3 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-3 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-3 {
 -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
            animate-svg-fill-3 1s ease-in-out 1.9s both;
     animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
        animate-svg-fill-3 1s ease-in-out 1.9s both;
}

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

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

@keyframes animate-svg-stroke-4 {
 0% {
  stroke-dashoffset: 195.3899383544922px;
  stroke-dasharray: 195.3899383544922px;
 }

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

@-webkit-keyframes animate-svg-fill-4 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-4 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-4 {
 -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
            animate-svg-fill-4 1s ease-in-out 2s both;
     animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
        animate-svg-fill-4 1s ease-in-out 2s both;
}

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

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

@keyframes animate-svg-stroke-5 {
 0% {
  stroke-dashoffset: 464.24029541015625px;
  stroke-dasharray: 464.24029541015625px;
 }

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

@-webkit-keyframes animate-svg-fill-5 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-5 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-5 {
 -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
            animate-svg-fill-5 1s ease-in-out 2.1s both;
     animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
        animate-svg-fill-5 1s ease-in-out 2.1s both;
}

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

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

@keyframes animate-svg-stroke-6 {
 0% {
  stroke-dashoffset: 29.666410446166992px;
  stroke-dasharray: 29.666410446166992px;
 }

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

@-webkit-keyframes animate-svg-fill-6 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-6 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-6 {
 -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
            animate-svg-fill-6 1s ease-in-out 2.2s both;
     animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
        animate-svg-fill-6 1s ease-in-out 2.2s both;
}

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

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

@keyframes animate-svg-stroke-7 {
 0% {
  stroke-dashoffset: 44.39258575439453px;
  stroke-dasharray: 44.39258575439453px;
 }

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

@-webkit-keyframes animate-svg-fill-7 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

@keyframes animate-svg-fill-7 {
 0% {
  fill: transparent;
 }

 100% {
  fill: rgb(230, 0, 62);
 }
}

.svg-elem-7 {
 -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
            animate-svg-fill-7 1s ease-in-out 2.3s both;
     animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
        animate-svg-fill-7 1s ease-in-out 2.3s 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-baseBlue);
  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;
}



