@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
/*** 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,
body {
  height: 100%;
}

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

body {
  color: #333;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.04em;
  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;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.45rem;
    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: #f7f8f8;
}
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;
}

label {
  cursor: pointer;
}

input {
  margin: 0;
  padding: 0;
}

input[type=text] {
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  all: revert; /* リセットされた UA スタイルを復元 */
}

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;
  height: 450px;
}

.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: 1201px) {
  .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 (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #f7f8f8;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg__white {
  background-color: #ffffff;
}
.u-bg__black {
  background-color: #000000;
}
.u-bg__gray {
  background-color: #dddddd;
}
.u-bg__gray--light {
  background-color: #eeeeee;
}
.u-bg__gray--dark {
  background-color: #cccccc;
}

/* 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;
}
@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 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.3333333333%;
}

.--col4 {
  width: 25%;
}

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

/* margin
-------------------------------------------------------*/
.mt5 {
  margin-top: 5px;
  margin-top: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .mt5 {
    margin-top: 5px;
  }
}

.mb5 {
  margin-bottom: 5px;
  margin-bottom: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .mb5 {
    margin-bottom: 5px;
  }
}

.mt10 {
  margin-top: 10px;
  margin-top: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mb10 {
  margin-bottom: 10px;
  margin-bottom: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mt15 {
  margin-top: 15px;
  margin-top: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .mt15 {
    margin-top: 15px;
  }
}

.mb15 {
  margin-bottom: 15px;
  margin-bottom: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mt20 {
  margin-top: 20px;
  margin-top: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
  margin-bottom: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mt25 {
  margin-top: 25px;
  margin-top: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .mt25 {
    margin-top: 25px;
  }
}

.mb25 {
  margin-bottom: 25px;
  margin-bottom: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mt30 {
  margin-top: 30px;
  margin-top: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mb30 {
  margin-bottom: 30px;
  margin-bottom: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mt35 {
  margin-top: 35px;
  margin-top: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .mt35 {
    margin-top: 35px;
  }
}

.mb35 {
  margin-bottom: 35px;
  margin-bottom: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mt40 {
  margin-top: 40px;
  margin-top: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mb40 {
  margin-bottom: 40px;
  margin-bottom: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mt45 {
  margin-top: 45px;
  margin-top: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .mt45 {
    margin-top: 45px;
  }
}

.mb45 {
  margin-bottom: 45px;
  margin-bottom: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mt50 {
  margin-top: 50px;
  margin-top: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb50 {
  margin-bottom: 50px;
  margin-bottom: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt55 {
  margin-top: 55px;
  margin-top: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .mt55 {
    margin-top: 55px;
  }
}

.mb55 {
  margin-bottom: 55px;
  margin-bottom: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mt60 {
  margin-top: 60px;
  margin-top: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mb60 {
  margin-bottom: 60px;
  margin-bottom: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt65 {
  margin-top: 65px;
  margin-top: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .mt65 {
    margin-top: 65px;
  }
}

.mb65 {
  margin-bottom: 65px;
  margin-bottom: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

.mt70 {
  margin-top: 70px;
  margin-top: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mb70 {
  margin-bottom: 70px;
  margin-bottom: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mt75 {
  margin-top: 75px;
  margin-top: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .mt75 {
    margin-top: 75px;
  }
}

.mb75 {
  margin-bottom: 75px;
  margin-bottom: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mt80 {
  margin-top: 80px;
  margin-top: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mb80 {
  margin-bottom: 80px;
  margin-bottom: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mt85 {
  margin-top: 85px;
  margin-top: 12.5vw;
}
@media screen and (min-width: 768px) {
  .mt85 {
    margin-top: 85px;
  }
}

.mb85 {
  margin-bottom: 85px;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

.mt90 {
  margin-top: 90px;
  margin-top: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mb90 {
  margin-bottom: 90px;
  margin-bottom: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mt95 {
  margin-top: 95px;
  margin-top: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .mt95 {
    margin-top: 95px;
  }
}

.mb95 {
  margin-bottom: 95px;
  margin-bottom: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mt100 {
  margin-top: 100px;
  margin-top: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

/* padding
-------------------------------------------------------*/
.pt5 {
  padding-top: 5px;
  padding-top: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .pt5 {
    padding-top: 5px;
  }
}

.pb5 {
  padding-bottom: 5px;
  padding-bottom: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .pb5 {
    padding-bottom: 5px;
  }
}

.pt10 {
  padding-top: 10px;
  padding-top: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .pt10 {
    padding-top: 10px;
  }
}

.pb10 {
  padding-bottom: 10px;
  padding-bottom: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .pb10 {
    padding-bottom: 10px;
  }
}

.pt15 {
  padding-top: 15px;
  padding-top: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .pt15 {
    padding-top: 15px;
  }
}

.pb15 {
  padding-bottom: 15px;
  padding-bottom: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .pb15 {
    padding-bottom: 15px;
  }
}

.pt20 {
  padding-top: 20px;
  padding-top: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px;
  }
}

.pb20 {
  padding-bottom: 20px;
  padding-bottom: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px;
  }
}

.pt25 {
  padding-top: 25px;
  padding-top: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .pt25 {
    padding-top: 25px;
  }
}

.pb25 {
  padding-bottom: 25px;
  padding-bottom: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .pb25 {
    padding-bottom: 25px;
  }
}

.pt30 {
  padding-top: 30px;
  padding-top: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .pt30 {
    padding-top: 30px;
  }
}

.pb30 {
  padding-bottom: 30px;
  padding-bottom: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .pb30 {
    padding-bottom: 30px;
  }
}

.pt35 {
  padding-top: 35px;
  padding-top: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .pt35 {
    padding-top: 35px;
  }
}

.pb35 {
  padding-bottom: 35px;
  padding-bottom: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .pb35 {
    padding-bottom: 35px;
  }
}

.pt40 {
  padding-top: 40px;
  padding-top: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px;
  }
}

.pb40 {
  padding-bottom: 40px;
  padding-bottom: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

.pt45 {
  padding-top: 45px;
  padding-top: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .pt45 {
    padding-top: 45px;
  }
}

.pb45 {
  padding-bottom: 45px;
  padding-bottom: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .pb45 {
    padding-bottom: 45px;
  }
}

.pt50 {
  padding-top: 50px;
  padding-top: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .pt50 {
    padding-top: 50px;
  }
}

.pb50 {
  padding-bottom: 50px;
  padding-bottom: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

.pt55 {
  padding-top: 55px;
  padding-top: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .pt55 {
    padding-top: 55px;
  }
}

.pb55 {
  padding-bottom: 55px;
  padding-bottom: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .pb55 {
    padding-bottom: 55px;
  }
}

.pt60 {
  padding-top: 60px;
  padding-top: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pb60 {
  padding-bottom: 60px;
  padding-bottom: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pt65 {
  padding-top: 65px;
  padding-top: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .pt65 {
    padding-top: 65px;
  }
}

.pb65 {
  padding-bottom: 65px;
  padding-bottom: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .pb65 {
    padding-bottom: 65px;
  }
}

.pt70 {
  padding-top: 70px;
  padding-top: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .pt70 {
    padding-top: 70px;
  }
}

.pb70 {
  padding-bottom: 70px;
  padding-bottom: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .pb70 {
    padding-bottom: 70px;
  }
}

.pt75 {
  padding-top: 75px;
  padding-top: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .pt75 {
    padding-top: 75px;
  }
}

.pb75 {
  padding-bottom: 75px;
  padding-bottom: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .pb75 {
    padding-bottom: 75px;
  }
}

.pt80 {
  padding-top: 80px;
  padding-top: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px;
  }
}

.pb80 {
  padding-bottom: 80px;
  padding-bottom: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px;
  }
}

.pt85 {
  padding-top: 85px;
  padding-top: 12.5vw;
}
@media screen and (min-width: 768px) {
  .pt85 {
    padding-top: 85px;
  }
}

.pb85 {
  padding-bottom: 85px;
  padding-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  .pb85 {
    padding-bottom: 85px;
  }
}

.pt90 {
  padding-top: 90px;
  padding-top: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .pt90 {
    padding-top: 90px;
  }
}

.pb90 {
  padding-bottom: 90px;
  padding-bottom: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .pb90 {
    padding-bottom: 90px;
  }
}

.pt95 {
  padding-top: 95px;
  padding-top: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .pt95 {
    padding-top: 95px;
  }
}

.pb95 {
  padding-bottom: 95px;
  padding-bottom: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .pb95 {
    padding-bottom: 95px;
  }
}

.pt100 {
  padding-top: 100px;
  padding-top: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px;
  }
}

.pb100 {
  padding-bottom: 100px;
  padding-bottom: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px;
  }
}

/* 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: 120px;
    padding-top: 12vw;
  }
}

.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: 50px;
    padding-top: 5vw;
  }
}

.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: 85px;
    padding-top: 8.5vw;
  }
}

.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: 150px;
    padding-top: 15vw;
  }
}

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

.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: 120px;
    padding-bottom: 12vw;
  }
}

.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: 50px;
    padding-bottom: 5vw;
  }
}

.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: 85px;
    padding-bottom: 8.5vw;
  }
}

.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: 150px;
    padding-bottom: 15vw;
  }
}

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

.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: 120px;
    margin-top: 12vw;
  }
}

.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: 50px;
    margin-top: 5vw;
  }
}

.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: 85px;
    margin-top: 8.5vw;
  }
}

.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: 150px;
    margin-top: 15vw;
  }
}

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

.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: 120px;
    margin-bottom: 12vw;
  }
}

.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: 50px;
    margin-bottom: 5vw;
  }
}

.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: 85px;
    margin-bottom: 8.5vw;
  }
}

.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: 150px;
    margin-bottom: 15vw;
  }
}

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

.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%;
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #f7f8f8;
}

.c-globalNav {
  position: fixed;
  inset: 64px 0 auto 0; /* below header on mobile */
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 1100;
}
.c-globalNav__list {
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
}
.c-globalNav__item a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}
.c-globalNav__item a:hover {
  background: #f7f7f9;
}
@media screen and (min-width: 768px) {
  .c-globalNav {
    position: static;
    -webkit-transform: none;
            transform: none;
    border: 0;
    background: transparent;
  }
  .c-globalNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    padding: 0;
  }
  .c-globalNav__item a {
    padding: 0.5rem 0.75rem;
  }
}
.c-globalNav {
  /* open state toggled by header class */
}
.l-header.is-open .c-globalNav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-navToggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-navToggle {
    display: none;
  }
}
.c-navToggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #dddddd;
  position: relative;
}
.c-navToggle__bar:not(:last-child) {
  margin-bottom: 4px;
}

.c-logo {
  font-weight: 700;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    width: 96%;
    margin-inline: auto;
  }
  .c-wrap.--lg {
    max-width: 1400px;
  }
  .c-wrap.--md {
    max-width: 1200px;
  }
  .c-wrap.--sm {
    max-width: 1000px;
  }
  .c-wrap.--xs {
    max-width: 800px;
  }
}

@media screen and (min-width: 768px) {
  .c-block {
    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;
  }
}
.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.4444444444em;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section .c-heading__copy {
    font-size: 1.1666666667em;
  }
}
.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: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "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.2rem !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .capt {
    font-size: 1rem !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: #f7f8f8;
}
.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-arrow {
  padding-right: 0.5em;
}
.c-arrow::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

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

.list__circle {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list__circle li {
  position: relative;
  padding-left: 1em; /* マーカー分のスペースだけ確保 */
}
.list__circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* テキストの中央に揃える */
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%; /* 丸にする */
  background: black; /* マーカー色 */
}

.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: #f7f8f8;
  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: #f7f8f8;
  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 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%;
}
.table-dl {
  /* sp */
}
@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.2rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1rem;
  }
}

/* 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: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "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 {
  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;
  font-size: 1.1666666667em;
  font-weight: 600;
  line-height: 1.3076923077;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button:hover {
    background-color: #f7f8f8;
  }
}

.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-header {
  background-color: #fff;
}
.l-header .l-header__inner {
  padding-top: 30px;
  padding-top: 4.4117647059vw;
  padding-inline: 30px;
  padding-inline: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner {
    padding-top: 30px;
    padding-inline: 30px;
  }
}
.l-header .logo {
  width: 48.7931034483%;
}

@media screen and (min-width: 768px) {
  body {
    background-attachment: fixed;
    background-image: url(../../img/bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.l-wrapper {
  display: block;
  overflow-x: hidden;
  position: relative;
  width: min(680px, 100%);
  margin-inline: auto;
  background: linear-gradient(120deg, #4e070d, #921f23, #4e070d 85%, #4e070d);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
.l-wrapper .l-wrapper__inner {
  padding: 20px;
  padding: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .l-wrapper .l-wrapper__inner {
    padding: 20px;
  }
}

.l-main {
  display: block;
  background-color: #fff;
}

.l-footer {
  color: #fff;
  text-align: center;
}
.l-footer .l-footer__inner {
  padding-block: 40px;
  padding-block: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding-block: 35px;
  }
}
.l-footer .l-footer__inner > * {
  margin-inline: auto;
}
.l-footer .footer__produced {
  width: 65.15625%;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__url {
    font-size: min(2.6470588235vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer__url {
    font-size: 3.1746031746vw;
  }
}
.l-footer .footer__url {
  letter-spacing: 0.06em;
}
@media (any-hover: hover) {
  .l-footer .footer__url a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer .footer__url a:hover {
    opacity: 0.4;
  }
}
.l-footer .footer__logo {
  width: 31.5625%;
  margin-top: 55px;
  margin-top: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .l-footer .footer__logo {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .footer__copy {
    font-size: min(2.3529411765vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer__copy {
    font-size: 2.8571428571vw;
  }
}
.l-footer .footer__copy {
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .copyright {
    font-size: min(1.6176470588vw, 1.1rem);
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 2.2222222222vw;
  }
}
.copyright {
  text-align: center;
  margin-top: 20px;
  margin-top: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 20px;
  }
}

.event {
  padding-block: 1px;
}
.event > * {
  margin-inline: auto;
  text-align: center;
}
.event .event__title {
  width: 89.0625%;
}
.event .event__car {
  width: 100%;
}
.event .event__day {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .event .event__day {
    width: 68.75%;
  }
}
.event .event__vlandome {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .event .event__capt {
    font-size: min(1.7647058824vw, 1.2rem);
  }
}
@media screen and (max-width: 767px) {
  .event .event__capt {
    font-size: 2.5396825397vw;
  }
}

.lineup {
  padding-block: 1px;
}
.lineup-list {
  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;
}
.lineup-list .lineup-list__item {
  width: 50%;
}
.lineup-list .lineup-list__item:nth-child(even) {
  margin-top: 50px;
  margin-top: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .lineup-list .lineup-list__item:nth-child(even) {
    margin-top: 50px;
  }
}

.icon-access {
  display: block;
  width: 130px;
  width: 20.3125vw;
  max-width: 130px;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .icon-access {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .icon-access:hover {
    opacity: 0.4;
  }
}

/* フラワー
-------------------------------------------------------*/
.event-flower .event__text {
  color: #942023;
}
@media screen and (min-width: 768px) {
  .event-flower .event__text {
    font-size: min(2.6470588235vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .event-flower .event__text {
    font-size: 2.8571428571vw;
  }
}
.event-flower .event__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .event-flower .event__text {
    letter-spacing: 0;
  }
}

/* コラボ
-------------------------------------------------------*/
.event-collabo {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .event-collabo__text {
    font-size: min(2.9411764706vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .event-collabo__text {
    font-size: 3.3333333333vw;
  }
}
.event-collabo__text {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .event-collabo__text {
    letter-spacing: 0.03em;
  }
}

/* 協賛
-------------------------------------------------------*/
.p-sponsors {
  width: 93.75%;
  margin-inline: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-sponsors__title {
    font-size: min(4.1176470588vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-sponsors__title {
    font-size: 4.4444444444vw;
  }
}
.p-sponsors__title {
  letter-spacing: 0.1em;
}

.p-sponsors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 580px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sponsors__list {
    gap: 20px;
    gap: 3.125vw;
  }
}

.p-sponsors__item {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sponsors__description {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px) {
  .p-sponsors__description {
    font-size: min(2.2058823529vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-sponsors__description {
    font-size: 2.8571428571vw;
  }
}
.p-sponsors__description {
  line-height: 1.6;
  height: 3em;
  color: #333;
}

.p-sponsors__logo {
  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;
  height: 160px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-sponsors__logo {
    height: 160px;
    height: 23.5294117647vw;
  }
}
.p-sponsors__logo.--lg {
  height: 170px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-sponsors__logo.--lg {
    height: 170px;
    height: 25vw;
  }
}
.p-sponsors__logo img {
  max-width: 100%;
  height: auto;
}

/* 特典カード共通 */
.p-sponsors__benefit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-image: url(../../img/bg-gold_md.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 7px;
  padding-block: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sponsors__benefit {
    padding-block: 35px;
    padding-block: 5.1470588235vw;
    margin-top: 30px;
    margin-top: 4.4117647059vw;
  }
}

.p-sponsors__benefit.--lg {
  max-width: 840px;
  background-image: url(../../img/bg-gold_lg.jpg);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-sponsors__benefit-content {
    font-size: min(2.9411764706vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-sponsors__benefit-content {
    font-size: 3.1746031746vw;
  }
}
.p-sponsors__benefit-content {
  font-weight: 500;
}
.p-sponsors__benefit-content + .p-sponsors__benefit-content {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-sponsors__benefit-content + .p-sponsors__benefit-content {
    margin-top: 15px;
    margin-top: 2.2058823529vw;
  }
}

.p-sponsors__benefit-label {
  color: #333;
}

.p-sponsors__benefit-text {
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #333;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-sponsors__benefit-text {
    margin-top: 10px;
    margin-top: 1.4705882353vw;
    letter-spacing: 0.07em;
  }
}

/* プレゼント
-------------------------------------------------------*/
.event-collabo__day {
  margin-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .event-collabo__day {
    margin-top: 70px;
    margin-top: 10.2941176471vw;
    margin-bottom: 50px;
    margin-bottom: 7.3529411765vw;
  }
}

.event-collabo__present {
  width: 93.75%;
  margin-inline: auto;
  color: #fff;
  background-color: #9d1f24;
  padding: 20px;
  padding-top: 0px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event-collabo__present {
    padding: 20px;
    padding: 2.9411764706vw;
  }
}

@media screen and (min-width: 768px) {
  .present__text {
    font-size: min(4.1176470588vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .present__text {
    font-size: 4.126984127vw;
  }
}
.present__text {
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  padding-block: 30px;
}
@media screen and (max-width: 767px) {
  .present__text {
    padding-block: 30px;
    padding-block: 4.4117647059vw;
  }
}

@media screen and (min-width: 768px) {
  .copy {
    font-size: min(4.1176470588vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 4.6031746032vw;
  }
}
.copy {
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copy.--xl {
    font-size: min(5.8823529412vw, 4rem);
  }
}
@media screen and (max-width: 767px) {
  .copy.--xl {
    font-size: 6.3492063492vw;
  }
}
.copy.--xl {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .copy.--lg {
    font-size: min(5vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .copy.--lg {
    font-size: 5.3968253968vw;
  }
}
.copy.--color {
  color: #942023;
}

.mt5 {
  margin-top: 5px;
  margin-top: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .mt5 {
    margin-top: 5px;
  }
}

.mb5 {
  margin-bottom: 5px;
  margin-bottom: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .mb5 {
    margin-bottom: 5px;
  }
}

.mt10 {
  margin-top: 10px;
  margin-top: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mb10 {
  margin-bottom: 10px;
  margin-bottom: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mt15 {
  margin-top: 15px;
  margin-top: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .mt15 {
    margin-top: 15px;
  }
}

.mb15 {
  margin-bottom: 15px;
  margin-bottom: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mt20 {
  margin-top: 20px;
  margin-top: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
  margin-bottom: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mt25 {
  margin-top: 25px;
  margin-top: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .mt25 {
    margin-top: 25px;
  }
}

.mb25 {
  margin-bottom: 25px;
  margin-bottom: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mt30 {
  margin-top: 30px;
  margin-top: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mb30 {
  margin-bottom: 30px;
  margin-bottom: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mt35 {
  margin-top: 35px;
  margin-top: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .mt35 {
    margin-top: 35px;
  }
}

.mb35 {
  margin-bottom: 35px;
  margin-bottom: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mt40 {
  margin-top: 40px;
  margin-top: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mb40 {
  margin-bottom: 40px;
  margin-bottom: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mt45 {
  margin-top: 45px;
  margin-top: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .mt45 {
    margin-top: 45px;
  }
}

.mb45 {
  margin-bottom: 45px;
  margin-bottom: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mt50 {
  margin-top: 50px;
  margin-top: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb50 {
  margin-bottom: 50px;
  margin-bottom: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt55 {
  margin-top: 55px;
  margin-top: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .mt55 {
    margin-top: 55px;
  }
}

.mb55 {
  margin-bottom: 55px;
  margin-bottom: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mt60 {
  margin-top: 60px;
  margin-top: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mb60 {
  margin-bottom: 60px;
  margin-bottom: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt65 {
  margin-top: 65px;
  margin-top: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .mt65 {
    margin-top: 65px;
  }
}

.mb65 {
  margin-bottom: 65px;
  margin-bottom: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

.mt70 {
  margin-top: 70px;
  margin-top: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mb70 {
  margin-bottom: 70px;
  margin-bottom: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mt75 {
  margin-top: 75px;
  margin-top: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .mt75 {
    margin-top: 75px;
  }
}

.mb75 {
  margin-bottom: 75px;
  margin-bottom: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mt80 {
  margin-top: 80px;
  margin-top: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mb80 {
  margin-bottom: 80px;
  margin-bottom: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mt85 {
  margin-top: 85px;
  margin-top: 12.5vw;
}
@media screen and (min-width: 768px) {
  .mt85 {
    margin-top: 85px;
  }
}

.mb85 {
  margin-bottom: 85px;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

.mt90 {
  margin-top: 90px;
  margin-top: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mb90 {
  margin-bottom: 90px;
  margin-bottom: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mt95 {
  margin-top: 95px;
  margin-top: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .mt95 {
    margin-top: 95px;
  }
}

.mb95 {
  margin-bottom: 95px;
  margin-bottom: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mt100 {
  margin-top: 100px;
  margin-top: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */