@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  color: #595757;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.75;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
}

p,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: #1e2e87;
}
a:hover {
  text-decoration: none;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  caret-color: transparent;
  pointer-events: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

small {
  font-size: 70%;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.none {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

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

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

/**/
@media screen and (min-width: 1401px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none !important;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #1e2e87;
}

.c-main2 {
  color: #008dda;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  background-color: #1e2e87;
}

.c-green {
  background-color: #62dc00;
}

.c-yellow {
  color: #f8b400;
}

.c-navy {
  color: #273a95;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #dfdfdf;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg__white {
  background-color: #fff;
}

.u-bg__gray {
  background-color: #dfdfdf;
}

.u-bg__blue {
  color: #fff;
  background-color: #1e2e87;
}
.u-bg__blue a {
  color: #fff;
}

.u-bg__blue2 {
  color: #fff;
  background-color: #008dda;
}
.u-bg__blue2 a {
  color: #fff;
}

.u-bg__green {
  background-color: #62dc00;
}

.u-bg__navy {
  background-color: #273a95;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

.grid {
  display: grid;
}
.grid.--grid2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .grid.--grid2 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .grid.--grid2 {
    grid-gap: 15px;
  }
}
.grid.--grid3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .grid.--grid3 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .grid.--grid3 {
    grid-gap: 15px;
  }
}
.grid.--grid4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .grid.--grid4 {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .grid.--grid4 {
    grid-gap: 15px;
  }
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

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

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

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

.t-25 {
  margin-top: -25px;
}

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

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

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

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt {
    padding-top: 50px;
  }
}

.section--pt_xs {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_xs {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xs {
    padding-top: 20px;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_sm {
    padding-top: 35px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_lg {
    padding-top: 70px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 50px;
  }
}

.section--pb_xs {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xs {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xs {
    padding-bottom: 20px;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_sm {
    padding-bottom: 35px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_lg {
    padding-bottom: 70px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt {
    margin-top: 50px;
  }
}

.section--mt_xs {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_xs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xs {
    margin-top: 20px;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_sm {
    margin-top: 35px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_lg {
    margin-top: 70px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb {
    margin-bottom: 50px;
  }
}

.section--mb_xs {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_xs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xs {
    margin-bottom: 20px;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_sm {
    margin-bottom: 35px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_lg {
    margin-bottom: 70px;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .u-zoomLink a figure img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-zoomLink a:hover figure img {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.u-zoomLink a figure {
  overflow: hidden;
  background-color: #fff;
}
.u-zoomLink a figure img {
  width: 100%;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 820px;
  width: 82vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    width: min(866px, 90%);
  }
  .c-wrap.--md {
    width: 1100px;
  }
  .c-wrap.--sm {
    width: 1000px;
  }
  .c-wrap.--xs {
    width: 900px;
  }
}

.c-heading .c-heading__eng {
  line-height: 1.2;
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--left {
  text-align: left;
}
.c-heading.--right {
  text-align: right;
}

.c-heading.--section {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section {
    padding-bottom: 20px;
  }
}
.c-heading.--section .c-heading__eng {
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.c-heading.--section .c-heading__copy {
  font-size: 1.625em;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section .c-heading__copy {
    font-size: 1.3125em;
  }
}
.c-heading.--section .c-heading__txt {
  font-size: 1.375em;
  letter-spacing: 0.05em;
}
.c-heading.--section.--mt {
  position: relative;
  margin-top: -120px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt {
    margin-top: -64px;
    padding-bottom: 17px;
  }
}
.c-heading.--section.--mt .c-heading__copy {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt .c-heading__copy {
    margin-top: 20px;
  }
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: "Hannari", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-tsukushi {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl3 {
    font-size: 4.14rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl3 {
    font-size: 3.68rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl2 {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl2 {
    font-size: 2.88rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl {
    font-size: 2.4rem;
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__lg2 {
    font-size: 2.43rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg2 {
    font-size: 2.16rem;
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__lg {
    font-size: 2.34rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg {
    font-size: 2.08rem;
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__md2 {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md2 {
    font-size: 1.76rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__md {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md {
    font-size: 1.44rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__base {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__base {
    font-size: 1.28rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__sm {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__sm {
    font-size: 1.12rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xs {
    font-size: 1.17rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xs {
    font-size: 1.04rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.4rem !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .capt {
    font-size: 1.4rem !important;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #1e2e87;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-border {
  background-image: repeating-linear-gradient(-60deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px), repeating-linear-gradient(30deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px), repeating-linear-gradient(120deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px), repeating-linear-gradient(210deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-border {
    background-image: repeating-linear-gradient(-60deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(30deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(120deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(210deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px);
  }
}
@-webkit-keyframes borderAnimation {
  from {
    background-position: 0 0, -12px 0, 100% -12px, 0 100%;
  }
  to {
    background-position: 0 -12px, 0 0, 100% 0, -12px 100%;
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -12px 0, 100% -12px, 0 100%;
  }
  to {
    background-position: 0 -12px, 0 0, 100% 0, -12px 100%;
  }
}
.c-border.--circle {
  position: relative;
  padding: 5px;
  background: none;
}
@media screen and (max-width: 767px) {
  .c-border.--circle {
    padding: 4px;
  }
}
@media screen and (min-width: 1001px) {
  .c-border.--circle:hover::before {
    -webkit-animation: rotationAnimation 20s infinite linear;
            animation: rotationAnimation 20s infinite linear;
  }
}
.c-border.--circle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/top/category_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  pointer-events: none;
}
.c-border.--circle > * {
  border-radius: 50%;
  overflow: hidden;
}
@-webkit-keyframes rotationAnimation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotationAnimation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-border.--square {
  padding: 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-border.--square {
    padding: 4px;
  }
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: circle;
}
.list__circle li {
  list-style: inside;
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f8fd;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #1e2e87;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #1e2e87;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1.4rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

/* ボタン
-------------------------------------------------------*/
.c-button__wrap {
  width: 75%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-button a {
  position: relative;
  color: #fff;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.3125em;
  font-weight: 600;
  line-height: 1.3076923077;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 1.125em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button a:hover {
    background-color: #1e2e87;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-right a:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-button.--arrow-bottom a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button.--arrow-bottom a:after {
  margin-top: 10px;
  content: "";
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  width: 3vw;
  height: 30px;
  height: 3vw;
  background-image: url(../../images/common/arrow/arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-bottom a:after {
    margin-top: 5px;
  }
}

.l-wrapper {
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    min-width: 1000px;
  }
}

.l-main {
  display: block;
  overflow: hidden;
}

/*=======================================================================

 カテゴリ パーツ

========================================================================*/
.c-category {
  position: relative;
  text-align: center;
}
.c-category .c-category__txt {
  font-family: "Hannari", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  margin-top: 8px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-category .c-category__txt {
    margin-top: 20px;
  }
}
.c-category .c-category__txt span {
  font-size: 115%;
  line-height: 1;
  letter-spacing: -0.04em;
}
.c-category .c-category__txt.--sm {
  letter-spacing: 0;
}
.c-category a {
  color: #1e2e87;
  text-decoration: none;
}
@media screen and (min-width: 1001px) {
  .c-category a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-category a:hover {
    color: #da006c;
  }
}
.c-category a.active {
  color: #da006c;
}

/*=======================================================================

 カテゴリ

========================================================================*/
.p-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-category.--category3 {
  max-width: 1100px;
}
.p-category.--category3 .c-category {
  width: 30.2727272727%;
}
@media screen and (min-width: 768px) {
  .p-category.--category3 .c-category:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-category.--category3 .c-category:nth-child(n+4) {
    margin-top: 50px;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-category.--category3 .c-category .c-category__txt {
    font-size: min(2.1428571429vw, 2.7rem);
  }
}
@media screen and (max-width: 767px) {
  .p-category.--category3 .c-category .c-category__txt {
    font-size: 3.8888888889vw;
  }
}
.p-category.--category3 .c-category:last-child {
  margin-inline: auto;
}
.p-category.--category4 {
  max-width: 1100px;
}
.p-category.--category4::after {
  content: "";
  width: 22.4545454545%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-category.--category4::after {
    width: 30.2727272727%;
  }
}
.p-category.--category4 .c-category {
  width: 22.4545454545%;
}
@media screen and (min-width: 768px) {
  .p-category.--category4 .c-category:nth-child(n+5) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-category.--category4 .c-category {
    width: 48.4%;
  }
  .p-category.--category4 .c-category:nth-child(n+3) {
    margin-top: 30px;
    margin-top: 3vw;
  }
}
.p-category.--category4 .c-category:before {
  width: 150px;
  height: 57px;
}
.p-category.--category4 .c-category .c-category__txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-category.--category4 .c-category .c-category__txt {
    font-size: 40px;
    font-size: 4vw;
    line-height: 1.15;
  }
}
.p-category.--category4 .c-category a.active {
  pointer-events: none;
}
.p-category.--category4 .c-category a.active img {
  opacity: 0.4;
}

/*=======================================================================

 商品

========================================================================*/
.p-products {
  display: grid;
}
.p-products.--product3 {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-products.--product3 {
    margin-inline: auto;
    width: 760px;
    width: 90.4761904762vw;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-products.--product3 {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .p-products.--product3 .c-product {
    max-width: 300px;
  }
  .p-products.--product3 .c-product:nth-of-type(3n + 1) {
    margin-right: auto;
  }
  .p-products.--product3 .c-product:nth-of-type(3n + 2) {
    margin-inline: auto;
    margin-right: auto;
  }
  .p-products.--product3 .c-product:nth-of-type(3n + 3) {
    margin-left: auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-products.--product3 .c-product:nth-child(n+4) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-products.--product3 .c-product:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-products.--product3 .c-product:nth-child(n+3) {
    margin-top: 0px;
  }
}
.p-products.--product4 {
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
.p-products.--product4 .c-product .c-product__txt {
  font-size: 2.4rem;
}

.text-decoration {
  text-decoration: underline;
}
.text-decoration:hover {
  text-decoration: none;
}

.icon-try {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e2e87;
  background-color: #62dc00;
  border: 2px solid #1e2e87;
}

.radius50 {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}

.logo__wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .logo__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.logo__wrap .logo {
  width: 145px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .logo__wrap .logo {
    width: 174px;
  }
}
.logo__wrap .sns {
  width: 280px;
  width: 28vw;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .logo__wrap .sns {
    max-width: 130px;
    margin-top: 30px;
  }
}
.logo__wrap .sns .sns-item {
  width: 39.2857142857%;
}
@media screen and (min-width: 768px) {
  .logo__wrap .sns .sns-item {
    width: 38.4615384615%;
  }
}
.logo__wrap a {
  display: block;
}

.common-banner .banner-item {
  width: 48.2727272727%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .common-banner .banner-item {
    width: 100%;
  }
  .common-banner .banner-item + .banner-item {
    margin-top: 20px;
  }
}
.common-banner .banner-item a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .common-banner .banner-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .common-banner .banner-item a:hover {
    opacity: 0.4;
  }
}

.common-category .category-list {
  z-index: 5;
}

.common-category {
  padding-top: 100px;
  padding-top: 10vw;
  padding-bottom: 150px;
  padding-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  .common-category {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .common-category .common-category-c-wrap {
    width: 1140px;
  }
}
.common-category .category__title.sec-title {
  width: 436px;
  width: 43.6vw;
  margin-inline: auto;
  margin-bottom: 40px;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .common-category .category__title.sec-title {
    width: 336px;
    margin-bottom: 50px;
  }
}
.common-category .category-list {
  position: relative;
  row-gap: 35px;
  row-gap: 5vw;
}
@media screen and (max-width: 767px) {
  .common-category .category-list::after {
    content: "";
    width: 33.3%;
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .common-category .category-list {
    row-gap: 45px;
  }
}
.common-category .category-list .category-list__item {
  width: 33.3%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common-category .category-list .category-list__item {
    width: 258px;
  }
}
.common-category .category-list .category-list__item a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .common-category .category-list .category-list__item a:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
    opacity: 0.5;
  }
}
.common-category .category-list .category-list__item .category__img {
  overflow: hidden;
  width: 275px;
  width: 27.5vw;
  border-radius: 122px;
  background-color: #fff;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .common-category .category-list .category-list__item .category__img {
    width: 221px;
  }
}
@media screen and (min-width: 1001px) {
  .common-category .category-list .category-list__item .category__img img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.common-category .category-list .category-list__item .category__text {
  font-size: 32px;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 17px;
  margin-top: 2.4285714286vw;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .common-category .category-list .category-list__item .category__text {
    font-size: 2.7rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .common-category-c-wrap {
    width: 1240px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .common-category .category-list__item {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .common-category .category-list__item .category__img {
    width: 244px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .common-category .category-list__item .category__text {
    font-size: 3rem;
    margin-top: 17px;
  }
}

.common-giftshop {
  position: relative;
  padding-top: 100px;
  padding-top: 10vw;
  padding-bottom: 280px;
  padding-bottom: 28vw;
}
@media screen and (min-width: 768px) {
  .common-giftshop {
    padding-top: 100px;
    padding-bottom: 580px;
  }
}
.common-giftshop .giftshop .giftshop__item {
  width: 420px;
  width: 42vw;
}
@media screen and (min-width: 768px) {
  .common-giftshop .giftshop .giftshop__item {
    width: 230px;
  }
}

.giftshop .giftshop__item {
  width: 420px;
  width: 42vw;
}
@media screen and (max-width: 767px) {
  .giftshop .giftshop__item:nth-child(n+3) {
    margin-top: 40px;
    margin-top: 5.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .giftshop .giftshop__item {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .giftshop .giftshop__item + .giftshop__item {
    margin-top: 30px;
  }
}
.giftshop .giftshop__item a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .giftshop .giftshop__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .giftshop .giftshop__item a:hover {
    opacity: 0.4;
  }
}

.giftshop__text {
  position: relative;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 30px;
  margin-top: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  .giftshop__text {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .giftshop__text {
    font-size: 1.8rem;
    margin-top: 25px;
  }
}

.js-scroll-fadeup {
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 初期状態は少し下へ移動 */
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out; /* フェードと移動にトランジション */
}

/* 画面内に入ったら適用されるクラス */
.js-scroll-fadeup.is-active {
  opacity: 1; /* 不透明 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に戻る */
}

@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ani-rotate-right {
  -webkit-animation: rotate-right 120s linear infinite;
          animation: rotate-right 120s linear infinite;
}

@-webkit-keyframes rotate-counter-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate-counter-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.ani-rotate-left {
  -webkit-animation: rotate-counter-left 120s linear infinite;
          animation: rotate-counter-left 120s linear infinite;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ani-slide-sticker-right {
  -webkit-animation: slide-right 3s ease-in-out infinite;
          animation: slide-right 3s ease-in-out infinite;
  width: 80px;
  height: 80px;
  background-color: #99ff66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
  border-radius: 50%;
  position: relative;
  left: 0;
}

.l-wrapper {
  background-size: auto auto;
  background-color: rgb(101, 202, 201);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 18px, rgb(70, 191, 190) 18px, rgb(70, 191, 190) 36px);
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 75px, rgb(70, 191, 190) 75px, rgb(70, 191, 190) 150px);
  }
}

.l-main {
  position: relative;
  width: min(1000px, 100%);
  margin-inline: auto;
}
.l-main img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.bg-yellow {
  background-color: #ffea3d;
}

.section__title {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 30px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .section__title {
    width: min(866px, 100%);
    margin-inline: auto;
    margin-bottom: 35px;
  }
}

.txt,
.capt {
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .txt,
  .capt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.txt.--comingsoon,
.capt.--comingsoon {
  font-size: 130%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .txt.--comingsoon,
  .capt.--comingsoon {
    font-size: 2.1rem;
  }
}

.sec-mv {
  padding-top: 40px;
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  .sec-mv {
    padding-top: 70px;
  }
}
.sec-mv .c-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-mv .c-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sec-mv .c-wrap {
    width: 100%;
    max-width: 1160px;
  }
}
.sec-mv .mv {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sec-mv .mv .mv__title {
  z-index: 2;
  position: relative;
}
.sec-mv .mv .mv__house__wrap {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: -10px;
  margin-top: -1vw;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__house__wrap {
    margin-top: -35px;
  }
}
.sec-mv .mv .mv__house__wrap .mv__text {
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec-mv .mv .mv__house__wrap .mv__text {
    width: 754px;
    width: 75.4vw;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__house__wrap .mv__text {
    width: 67.1%;
    bottom: 45px;
  }
}
.sec-mv .mv .mv__copy {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__copy {
    width: 74.5833333333%;
  }
}
.sec-mv .mv .mv__main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 61.6666666667%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__main__wrap .mv__main01 {
    width: 50.5405405405%;
  }
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__main__wrap .mv__main02 {
    width: 47.2972972973%;
  }
}
.sec-mv .mv .mv__date__wrap {
  z-index: 2;
  position: relative;
}
.sec-mv .mv .mv__date__wrap .mv__date01 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__date__wrap .mv__date01 {
    width: 78.1666666667%;
  }
}
.sec-mv .mv .mv__date__wrap .mv__date02 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__date__wrap .mv__date02 {
    width: 22.0833333333%;
  }
}
.sec-mv .mv .mv__illust01 {
  position: absolute;
  top: 210px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__illust01 {
    width: 17.75%;
  }
}
.sec-mv .mv .mv__illust02 {
  position: absolute;
  top: 250px;
  right: 27px;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__illust02 {
    width: 17.6666666667%;
  }
}
.sec-mv .mv .mv__cloud01 {
  position: absolute;
  top: 115px;
  left: 27px;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__cloud01 {
    width: 9.1666666667%;
  }
}
.sec-mv .mv .mv__cloud02 {
  position: absolute;
  top: 23px;
  right: 25px;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__cloud02 {
    width: 9.1666666667%;
  }
}
.sec-mv .mv .mv__cloud03 {
  position: absolute;
  top: 147px;
  right: 120px;
}
@media screen and (min-width: 768px) {
  .sec-mv .mv .mv__cloud03 {
    width: 9.1666666667%;
  }
}

@media screen and (max-width: 767px) {
  .cool {
    padding-top: 15px;
    padding-top: 4.6875vw;
  }
}

.sec-challenge {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffea3d;
  padding-top: 105px;
  padding-top: 10.5vw;
}
@media screen and (min-width: 768px) {
  .sec-challenge {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.sec-challenge .challenge__title {
  width: 572px;
  width: 57.2vw;
  margin-bottom: 20px;
  margin-bottom: 2vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-challenge .challenge__title {
    width: 78.1755196305%;
    margin-bottom: 10px;
  }
}
.sec-challenge .challenge__title__eng {
  z-index: 2;
  position: absolute;
  top: 270px;
  top: 27vw;
  left: 35px;
  left: 3.5vw;
  width: 180px;
  width: 18vw;
}
@media screen and (min-width: 768px) {
  .sec-challenge .challenge__title__eng {
    top: 30px;
    left: 30px;
    width: 114px;
  }
}
.sec-challenge .challenge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-challenge a {
  display: block;
}
@media (any-hover: hover) {
  .sec-challenge a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec-challenge a:hover {
    opacity: 0.4;
  }
}
.sec-challenge .challenge__box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media screen and (min-width: 768px) {
  .sec-challenge .challenge__box {
    background-size: cover;
  }
}
.sec-challenge .challenge__box.--challenge01 {
  background-image: url(../../images2/sp/challenge01_none_sp.png);
}
@media screen and (min-width: 768px) {
  .sec-challenge .challenge__box.--challenge01 {
    width: 33.025404157%;
    background-image: url(../../images2/challenge01_none.png);
    background-position: left top;
  }
}
.sec-challenge .challenge__box.--challenge02 {
  background-image: url(../../images2/sp/challenge02_none_sp.png);
}
@media screen and (min-width: 768px) {
  .sec-challenge .challenge__box.--challenge02 {
    width: 33.8337182448%;
    background-image: url(../../images2/challenge02_none.png);
    background-position: right top;
  }
}
.sec-challenge .challenge__box.--challenge03 {
  background-image: url(../../images2/sp/challenge03_none_sp.png);
}
@media screen and (min-width: 768px) {
  .sec-challenge .challenge__box.--challenge03 {
    width: 33.1408775982%;
    background-image: url(../../images2/challenge03_none.png);
    background-position: left bottom;
  }
  .sec-challenge .challenge__box.--challenge03 .challenge__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.sec-event {
  padding-top: 80px;
  padding-top: 8vw;
  padding-bottom: 100px;
  padding-bottom: 10vw;
  background-color: #ffea3d;
}
@media screen and (min-width: 768px) {
  .sec-event {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
.sec-event .event__title {
  width: 86.4%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-event .event__title {
    width: 70.4387990762%;
  }
}
.sec-event .event__eng {
  z-index: 2;
  position: absolute;
}
.sec-event .event__img {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-event .event__img {
    width: min(800px, 93%);
  }
}

.event {
  position: relative;
  background-image: url(../../images/sp/event-bg_02_sp.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .event {
    background-image: url(../../images/event-bg_02.png);
  }
}
.event:before, .event:after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.event:before {
  height: 100px;
  height: 10vw;
  background-image: url(../../images/sp/event-bg_01_sp.png);
  background-position: top center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .event:before {
    height: 75px;
    background-image: url(../../images/event-bg_01.png);
  }
}
.event:after {
  height: 50px;
  height: 5vw;
  background-image: url(../../images/sp/event-bg_03_sp.png);
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .event:after {
    height: 40px;
    background-image: url(../../images/event-bg_03.png);
  }
}
.event + .event {
  margin-top: 25px;
  margin-top: 7.8125vw;
}
@media screen and (min-width: 768px) {
  .event + .event {
    margin-top: 50px;
  }
}
.event .event__eng {
  top: 60px;
  top: 6vw;
  left: -55px;
  left: -5.5vw;
  width: 190px;
  width: 19vw;
}
@media screen and (min-width: 768px) {
  .event .event__eng {
    top: 55px;
    left: -38px;
    width: 175px !important;
  }
}
.event.--full {
  background: none;
}
@media screen and (max-width: 767px) {
  .event.--full {
    width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
  }
}
.event.--full:before, .event.--full:after {
  content: none;
}
.event.--full .event__img {
  width: min(866px, 100%);
  margin-inline: auto;
  background: none;
}
.event a {
  display: block;
}
@media (any-hover: hover) {
  .event a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .event a:hover {
    opacity: 0.4;
  }
}

.event {
  position: relative;
}
.event.--event01 .event__eng {
  top: 105px;
  top: 10.5vw;
  left: 25px;
  left: 2.5vw;
  width: 240px;
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .event.--event01 .event__eng {
    top: 60px;
    left: -52px;
  }
}
@media screen and (max-width: 767px) {
  .event.--event02 {
    margin-top: 17px;
    margin-top: 5.3125vw;
  }
}
.event.--event02 .event__eng {
  top: 120px;
  top: 12vw;
  left: 60px;
  left: 6vw;
}
@media screen and (min-width: 768px) {
  .event.--event02 .event__eng {
    top: 66px;
    left: -42px;
  }
}
.event.--event03 .event__eng {
  top: 85px;
  top: 8.5vw;
  left: -45px;
  left: -4.5vw;
}
@media screen and (min-width: 768px) {
  .event.--event03 .event__eng {
    top: 70px;
    left: -48px;
  }
}
.event.--event04 .event__eng {
  top: 65px;
  top: 6.5vw;
  left: -50px;
  left: -5vw;
}
@media screen and (min-width: 768px) {
  .event.--event04 .event__eng {
    top: 45px;
    left: -48px;
  }
}

.sec-booth .txt.--comingsoon {
  margin-top: 40px;
  margin-top: 4vw;
  margin-bottom: 80px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .sec-booth .txt.--comingsoon {
    margin-top: 4em;
    margin-bottom: 6em;
  }
}
.sec-booth .booth__title {
  margin-bottom: 10px;
}
.sec-booth .booth {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-booth .booth {
    width: min(800px, 93%);
  }
}
.sec-booth .booth + .booth:before {
  z-index: 2;
  position: relative;
  bottom: -2px;
  display: block;
  content: "";
  width: 100%;
  height: 90px;
  height: 12vw;
  background-image: url(../../images3/sp/booth_line_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sec-booth .booth + .booth:before {
    bottom: -4px;
    width: 100%;
    height: 47px;
    background-image: url(../../images3/booth_line.png);
  }
}

.sec-access {
  padding-bottom: 100px;
  padding-bottom: 10vw;
  margin-top: 80px;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .sec-access {
    padding-bottom: 50px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .sec-access .c-wrap {
    width: min(880px, 100%);
  }
}
.sec-access .access__title {
  margin-bottom: 25px;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .sec-access .access__title {
    margin-bottom: 25px;
  }
}
.sec-access .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sec-access .map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-access .map .map__iframe {
  position: relative;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .sec-access .map .map__iframe {
    padding-bottom: 890px;
    padding-bottom: 89vw;
    margin-inline: -5%;
  }
}
@media screen and (min-width: 768px) {
  .sec-access .map .map__iframe {
    width: 100%;
    padding-bottom: 600px;
  }
}
.sec-access .map .map__access {
  text-align: center;
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .sec-access .map .map__access {
    margin-top: 15px;
    width: 100%;
  }
}
.sec-access .map .map__access .map__access__title {
  font-size: 54px;
  font-size: 5.4vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-access .map .map__access .map__access__title {
    font-size: 3.2rem;
  }
}
.sec-access .map .map__access .map__txt01 {
  font-weight: 600;
  font-size: 44px;
  font-size: 4.4vw;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .sec-access .map .map__access .map__txt01 {
    font-size: 2.1rem;
  }
}
.sec-access .map .map__access .map__txt02 {
  font-size: 35px;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.4;
  margin-block: 1em;
}
@media screen and (min-width: 768px) {
  .sec-access .map .map__access .map__txt02 {
    font-size: 1.6rem;
  }
}
.sec-access .map .map__access .map__txt03 {
  font-size: 35px;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.6;
  background-color: #fff;
  text-align: center;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .sec-access .map .map__access .map__txt03 {
    width: 90%;
    margin-inline: auto;
    margin-top: 65px;
    margin-top: 6.5vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-access .map .map__access .map__txt03 {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5em;
    margin-inline: auto;
    padding: 0.6em 3em;
    border-radius: 15px;
  }
}

.sec-notice {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec-notice {
    width: 820px;
    width: 82vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-notice {
    width: min(1000px, 93%);
  }
}
@media screen and (min-width: 768px) {
  .sec-notice .c-wrap {
    max-width: 1003px;
  }
}
.sec-notice .notice__title {
  width: 706px;
  width: 70.6vw;
  margin-top: 75px;
  margin-top: 7.5vw;
  margin-bottom: 70px;
  margin-bottom: 7vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-notice .notice__title {
    width: 89.5%;
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.sec-notice .notice {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-notice .notice {
    margin-left: -1px;
    margin-right: -2px;
  }
}
.sec-notice .notice + .notice {
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .sec-notice .notice + .notice {
    margin-top: 35px;
  }
}
.sec-notice .notice .link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-indent: -99999px;
  border-radius: 5px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .sec-notice .notice .link {
    width: 16em;
    height: 3.7em;
  }
}
@media screen and (min-width: 768px) {
  .sec-notice .notice .link {
    width: 26em;
    height: 3em;
  }
}
@media (any-hover: hover) {
  .sec-notice .notice .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sec-notice .notice .link:hover {
    background-color: rgba(49, 184, 183, 0.3);
  }
}
.sec-notice .notice.--notice01 .link {
  bottom: 35px;
  bottom: 3.5vw;
}
@media screen and (min-width: 768px) {
  .sec-notice .notice.--notice01 .link {
    bottom: 18px;
  }
}
.sec-notice .notice.--notice02 .link {
  bottom: 30px;
  bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .sec-notice .notice.--notice02 .link {
    bottom: 20px;
  }
}

.l-footer {
  background-color: #fff;
  margin-top: 90px;
  margin-top: 9vw;
  padding-top: 60px;
  padding-top: 6vw;
  padding-bottom: 50px;
  padding-bottom: 5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-footer .c-wrap {
  width: 100%;
}
.l-footer .l-footer__item + .l-footer__item {
  margin-top: 40px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__item + .l-footer__item {
    margin-top: 35px;
  }
}
.l-footer .l-footer__item dl dt,
.l-footer .l-footer__item dl dd {
  line-height: 1.5;
}
.l-footer .l-footer__item dl dt {
  font-size: 70%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__item dl dt {
    font-size: 36px;
    font-size: 3.6vw;
  }
}
.l-footer .l-footer__item dl dd {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__item dl dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__item dl small {
    display: block;
    font-size: 80%;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__item dl small {
    font-size: 60%;
  }
}
.l-footer .l-footer__item .organizer {
  font-size: 46px;
  font-size: 4.6vw;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__item .organizer {
    font-size: 2.7rem;
  }
}
.l-footer .l-footer__item .cooperator {
  font-size: 40px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__item .cooperator {
    font-size: 2.1rem;
  }
}
.l-footer .l-footer__item .kouen {
  font-size: 40px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__item .kouen {
    font-size: 2.3rem;
  }
}
.l-footer .sup {
  position: relative;
  top: -0.5em;
  font-size: 70%;
}

.animated-link-full-circle {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.animated-link-full-circle::before, .animated-link-full-circle::after,
.animated-link-full-circle .border-bottom,
.animated-link-full-circle .border-left {
  content: "";
  position: absolute;
  background-color: #dc3545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.animated-link-full-circle::before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.animated-link-full-circle::after {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.animated-link-full-circle .border-bottom {
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
}
.animated-link-full-circle .border-left {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}
.animated-link-full-circle:hover {
  color: #dc3545;
}
.animated-link-full-circle:hover::before {
  width: 100%;
}
.animated-link-full-circle:hover::after {
  height: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.animated-link-full-circle:hover .border-bottom {
  width: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.animated-link-full-circle:hover .border-left {
  height: 100%;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js-scroll {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@media screen and (min-width: 768px) {
  .js-scroll:nth-child(3n+2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .js-scroll:nth-child(3n+3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .js-scroll {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
  }
}

/* フェード
-------------------------------------------------------*/
.--fadeIn {
  opacity: 0;
}

.--fadeIn.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.--fadeUp {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.--fadeUp.is-active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.--fadeDown.is-active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .--fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.--fadeLeft.is-active {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.--fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .--fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.--fadeRight.is-active {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.--fadeZoomIn {
  opacity: 0;
}

.--fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.--fadeScale {
  opacity: 0;
  scale: 0.9;
}

.--fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.--fadeBlur {
  opacity: 0;
}

.--fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */