@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
:root {
  --color-main: #505f6a;
  --color-font: #333;
  --color-white: #fff;
  --color-gray-400: #f4f4f4;
  --color-border: #ccc;
  --color-disable: #999;
  --color-orange: #ae5722;
  --color-blue: #2f8dbf;
  --color-pink: #e6668a;
  --color-green: #658575;
  --color-green1: #eaf3ef;
  --color-green2: #486355;
  --color-green3: #1f393a;
  --color-green4: #6f8475;
  --color-gray: #666666;
  --color-gray1: #dddddd;
  --color-gray2: #ccc;
  --color-black: #aaa;
  --color-black1: #000e07;
  --color-black2: #111111;
  --color-red: #980000;
  --color-yellow: #f7f6f2;
  --color-yellow1: #b6a560;
  --color-yellow2: #f8f6f2;
  --color-title: #240a00;
  --color-selected: #2f8dbf;
  --bg-input: #f1f4f6;
  --bg-form: #f4f4f4;
  --bg-disabled: #eff0f2;
  --bg-must: #b6a560;
  --bg-block: #dcdcdc;
}

/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #000;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  width: 100%;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --color-main: #505f6a;
  --color-font: #333;
  --color-white: #fff;
  --color-gray-400: #f4f4f4;
  --color-border: #ccc;
  --color-disable: #999;
  --color-orange: #ae5722;
  --color-blue: #2f8dbf;
  --color-pink: #e6668a;
  --color-green: #658575;
  --color-green1: #eaf3ef;
  --color-green2: #486355;
  --color-green3: #1f393a;
  --color-green4: #6f8475;
  --color-gray: #666666;
  --color-gray1: #dddddd;
  --color-gray2: #ccc;
  --color-black: #aaa;
  --color-black1: #000e07;
  --color-black2: #111111;
  --color-red: #980000;
  --color-yellow: #f7f6f2;
  --color-yellow1: #b6a560;
  --color-yellow2: #f8f6f2;
  --color-title: #240a00;
  --color-selected: #2f8dbf;
  --bg-input: #f1f4f6;
  --bg-form: #f4f4f4;
  --bg-disabled: #eff0f2;
  --bg-must: #b6a560;
  --bg-block: #dcdcdc;
}

._w1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

._w1366 {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

._w1366_sidep {
  width: calc(100% - 100px);
  max-width: 1366px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1366_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1366_sidep {
    width: calc(100% - 40px);
  }
}

._w1266 {
  width: 100%;
  max-width: 1266px;
  margin: auto;
}

._w1266_sidep {
  width: calc(100% - 100px);
  max-width: 1266px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1266_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1266_sidep {
    width: calc(100% - 40px);
  }
}

._w1246 {
  width: 100%;
  max-width: 1246px;
  margin: auto;
}

._w1246_sidep {
  width: calc(100% - 100px);
  max-width: 1246px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1246_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1246_sidep {
    width: calc(100% - 40px);
  }
}

._w1160 {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

._w1160_sidep {
  width: calc(100% - 100px);
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1160_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1160_sidep {
    width: calc(100% - 40px);
  }
}

._w1060 {
  width: 100%;
  max-width: 1060px;
  margin: auto;
}

._w1060_sidep {
  width: calc(100% - 100px);
  max-width: 1060px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1060_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1060_sidep {
    width: calc(100% - 40px);
  }
}

._w1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

._w1100_sidep {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1100_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1100_sidep {
    width: calc(100% - 40px);
  }
}

._w1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

._w1000_sidep {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w1000_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w1000_sidep {
    width: calc(100% - 40px);
  }
}

._w960 {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

._w960_sidep {
  width: calc(100% - 100px);
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w960_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w960_sidep {
    width: calc(100% - 40px);
  }
}

._w760 {
  width: 100%;
  max-width: 760px;
  margin: auto;
}

._w760_sidep {
  width: calc(100% - 100px);
  max-width: 760px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w760_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w760_sidep {
    width: calc(100% - 40px);
  }
}

._w900 {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

._w900_sidep {
  width: calc(100% - 100px);
  max-width: 900px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w900_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w900_sidep {
    width: calc(100% - 40px);
  }
}

._w800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

._w800_sidep {
  width: calc(100% - 100px);
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w800_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w800_sidep {
    width: calc(100% - 40px);
  }
}

._w700 {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

._w640 {
  width: 100%;
  max-width: 640px;
  margin: auto;
}

._w640_sidep {
  width: calc(100% - 100px);
  max-width: 640px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w640_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w640_sidep {
    width: calc(100% - 40px);
  }
}

._w620 {
  width: 100%;
  max-width: 620px;
  margin: auto;
}

._w620_sidep {
  width: calc(100% - 100px);
  max-width: 620px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w620_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w620_sidep {
    width: calc(100% - 40px);
  }
}

._w600 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

._w600_sidep {
  width: calc(100% - 100px);
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w600_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w600_sidep {
    width: calc(100% - 40px);
  }
}

._w500 {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

._w500_sidep {
  width: calc(100% - 100px);
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w500_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w500_sidep {
    width: calc(100% - 40px);
  }
}

._w450 {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

._w450_sidep {
  width: calc(100% - 100px);
  max-width: 450px;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  ._w450_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 500px) {
  ._w450_sidep {
    width: calc(100% - 40px);
  }
}

._mb0 {
  margin-bottom: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._mt0 {
  margin-top: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

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

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

._pb0 {
  padding-bottom: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._pt0 {
  padding-top: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._pl0 {
  padding-left: 0px !important;
}

._pr0 {
  padding-right: 0px !important;
}

._mbst0 {
  margin-bottom: 0px !important;
}

._mtst0 {
  margin-top: 0px !important;
}

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

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

._pbst0 {
  padding-bottom: 0px !important;
}

._ptst0 {
  padding-top: 0px !important;
}

._plst0 {
  padding-left: 0px !important;
}

._prst0 {
  padding-right: 0px !important;
}

@media (min-width: 756px) {
  ._pcmb0 {
    margin-bottom: 0px !important;
  }
  ._pcmt0 {
    margin-top: 0px !important;
  }
  ._pcpb0 {
    padding-bottom: 0px !important;
  }
  ._pcpt0 {
    padding-top: 0px !important;
  }
}
@media (max-width: 768px) {
  ._mb0 {
    margin-bottom: 0vw !important;
  }
  ._mt0 {
    margin-top: 0vw !important;
  }
  ._ml0 {
    margin-left: 0vw !important;
  }
  ._mr0 {
    margin-right: 0vw !important;
  }
  ._pb0 {
    padding-bottom: 0vw !important;
  }
  ._pt0 {
    padding-top: 0vw !important;
  }
  ._pl0 {
    padding-left: 0vw !important;
  }
  ._pr0 {
    padding-right: 0vw !important;
  }
  ._spmb0 {
    margin-bottom: 0px !important;
  }
  ._spmt0 {
    margin-top: 0px !important;
  }
  ._sppb0 {
    padding-bottom: 0px !important;
  }
  ._sppt0 {
    padding-top: 0px !important;
  }
}
._mb5 {
  margin-bottom: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._mt5 {
  margin-top: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._ml5 {
  margin-left: 5px !important;
}

._mr5 {
  margin-right: 5px !important;
}

._pb5 {
  padding-bottom: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._pt5 {
  padding-top: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._pl5 {
  padding-left: 5px !important;
}

._pr5 {
  padding-right: 5px !important;
}

._mbst5 {
  margin-bottom: 5px !important;
}

._mtst5 {
  margin-top: 5px !important;
}

._mlst5 {
  margin-left: 5px !important;
}

._mrst5 {
  margin-right: 5px !important;
}

._pbst5 {
  padding-bottom: 5px !important;
}

._ptst5 {
  padding-top: 5px !important;
}

._plst5 {
  padding-left: 5px !important;
}

._prst5 {
  padding-right: 5px !important;
}

@media (min-width: 756px) {
  ._pcmb5 {
    margin-bottom: 5px !important;
  }
  ._pcmt5 {
    margin-top: 5px !important;
  }
  ._pcpb5 {
    padding-bottom: 5px !important;
  }
  ._pcpt5 {
    padding-top: 5px !important;
  }
}
@media (max-width: 768px) {
  ._mb5 {
    margin-bottom: 0.75vw !important;
  }
  ._mt5 {
    margin-top: 0.75vw !important;
  }
  ._ml5 {
    margin-left: 0.75vw !important;
  }
  ._mr5 {
    margin-right: 0.75vw !important;
  }
  ._pb5 {
    padding-bottom: 0.75vw !important;
  }
  ._pt5 {
    padding-top: 0.75vw !important;
  }
  ._pl5 {
    padding-left: 0.75vw !important;
  }
  ._pr5 {
    padding-right: 0.75vw !important;
  }
  ._spmb5 {
    margin-bottom: 5px !important;
  }
  ._spmt5 {
    margin-top: 5px !important;
  }
  ._sppb5 {
    padding-bottom: 5px !important;
  }
  ._sppt5 {
    padding-top: 5px !important;
  }
}
._mb10 {
  margin-bottom: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._mt10 {
  margin-top: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._ml10 {
  margin-left: 10px !important;
}

._mr10 {
  margin-right: 10px !important;
}

._pb10 {
  padding-bottom: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._pt10 {
  padding-top: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._pl10 {
  padding-left: 10px !important;
}

._pr10 {
  padding-right: 10px !important;
}

._mbst10 {
  margin-bottom: 10px !important;
}

._mtst10 {
  margin-top: 10px !important;
}

._mlst10 {
  margin-left: 10px !important;
}

._mrst10 {
  margin-right: 10px !important;
}

._pbst10 {
  padding-bottom: 10px !important;
}

._ptst10 {
  padding-top: 10px !important;
}

._plst10 {
  padding-left: 10px !important;
}

._prst10 {
  padding-right: 10px !important;
}

@media (min-width: 756px) {
  ._pcmb10 {
    margin-bottom: 10px !important;
  }
  ._pcmt10 {
    margin-top: 10px !important;
  }
  ._pcpb10 {
    padding-bottom: 10px !important;
  }
  ._pcpt10 {
    padding-top: 10px !important;
  }
}
@media (max-width: 768px) {
  ._mb10 {
    margin-bottom: 1.5vw !important;
  }
  ._mt10 {
    margin-top: 1.5vw !important;
  }
  ._ml10 {
    margin-left: 1.5vw !important;
  }
  ._mr10 {
    margin-right: 1.5vw !important;
  }
  ._pb10 {
    padding-bottom: 1.5vw !important;
  }
  ._pt10 {
    padding-top: 1.5vw !important;
  }
  ._pl10 {
    padding-left: 1.5vw !important;
  }
  ._pr10 {
    padding-right: 1.5vw !important;
  }
  ._spmb10 {
    margin-bottom: 10px !important;
  }
  ._spmt10 {
    margin-top: 10px !important;
  }
  ._sppb10 {
    padding-bottom: 10px !important;
  }
  ._sppt10 {
    padding-top: 10px !important;
  }
}
._mb15 {
  margin-bottom: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._mt15 {
  margin-top: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._ml15 {
  margin-left: 15px !important;
}

._mr15 {
  margin-right: 15px !important;
}

._pb15 {
  padding-bottom: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._pt15 {
  padding-top: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._pl15 {
  padding-left: 15px !important;
}

._pr15 {
  padding-right: 15px !important;
}

._mbst15 {
  margin-bottom: 15px !important;
}

._mtst15 {
  margin-top: 15px !important;
}

._mlst15 {
  margin-left: 15px !important;
}

._mrst15 {
  margin-right: 15px !important;
}

._pbst15 {
  padding-bottom: 15px !important;
}

._ptst15 {
  padding-top: 15px !important;
}

._plst15 {
  padding-left: 15px !important;
}

._prst15 {
  padding-right: 15px !important;
}

@media (min-width: 756px) {
  ._pcmb15 {
    margin-bottom: 15px !important;
  }
  ._pcmt15 {
    margin-top: 15px !important;
  }
  ._pcpb15 {
    padding-bottom: 15px !important;
  }
  ._pcpt15 {
    padding-top: 15px !important;
  }
}
@media (max-width: 768px) {
  ._mb15 {
    margin-bottom: 2.25vw !important;
  }
  ._mt15 {
    margin-top: 2.25vw !important;
  }
  ._ml15 {
    margin-left: 2.25vw !important;
  }
  ._mr15 {
    margin-right: 2.25vw !important;
  }
  ._pb15 {
    padding-bottom: 2.25vw !important;
  }
  ._pt15 {
    padding-top: 2.25vw !important;
  }
  ._pl15 {
    padding-left: 2.25vw !important;
  }
  ._pr15 {
    padding-right: 2.25vw !important;
  }
  ._spmb15 {
    margin-bottom: 15px !important;
  }
  ._spmt15 {
    margin-top: 15px !important;
  }
  ._sppb15 {
    padding-bottom: 15px !important;
  }
  ._sppt15 {
    padding-top: 15px !important;
  }
}
._mb20 {
  margin-bottom: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._mt20 {
  margin-top: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._ml20 {
  margin-left: 20px !important;
}

._mr20 {
  margin-right: 20px !important;
}

._pb20 {
  padding-bottom: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._pt20 {
  padding-top: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._pl20 {
  padding-left: 20px !important;
}

._pr20 {
  padding-right: 20px !important;
}

._mbst20 {
  margin-bottom: 20px !important;
}

._mtst20 {
  margin-top: 20px !important;
}

._mlst20 {
  margin-left: 20px !important;
}

._mrst20 {
  margin-right: 20px !important;
}

._pbst20 {
  padding-bottom: 20px !important;
}

._ptst20 {
  padding-top: 20px !important;
}

._plst20 {
  padding-left: 20px !important;
}

._prst20 {
  padding-right: 20px !important;
}

@media (min-width: 756px) {
  ._pcmb20 {
    margin-bottom: 20px !important;
  }
  ._pcmt20 {
    margin-top: 20px !important;
  }
  ._pcpb20 {
    padding-bottom: 20px !important;
  }
  ._pcpt20 {
    padding-top: 20px !important;
  }
}
@media (max-width: 768px) {
  ._mb20 {
    margin-bottom: 3vw !important;
  }
  ._mt20 {
    margin-top: 3vw !important;
  }
  ._ml20 {
    margin-left: 3vw !important;
  }
  ._mr20 {
    margin-right: 3vw !important;
  }
  ._pb20 {
    padding-bottom: 3vw !important;
  }
  ._pt20 {
    padding-top: 3vw !important;
  }
  ._pl20 {
    padding-left: 3vw !important;
  }
  ._pr20 {
    padding-right: 3vw !important;
  }
  ._spmb20 {
    margin-bottom: 20px !important;
  }
  ._spmt20 {
    margin-top: 20px !important;
  }
  ._sppb20 {
    padding-bottom: 20px !important;
  }
  ._sppt20 {
    padding-top: 20px !important;
  }
}
._mb25 {
  margin-bottom: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._mt25 {
  margin-top: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._ml25 {
  margin-left: 25px !important;
}

._mr25 {
  margin-right: 25px !important;
}

._pb25 {
  padding-bottom: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._pt25 {
  padding-top: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._pl25 {
  padding-left: 25px !important;
}

._pr25 {
  padding-right: 25px !important;
}

._mbst25 {
  margin-bottom: 25px !important;
}

._mtst25 {
  margin-top: 25px !important;
}

._mlst25 {
  margin-left: 25px !important;
}

._mrst25 {
  margin-right: 25px !important;
}

._pbst25 {
  padding-bottom: 25px !important;
}

._ptst25 {
  padding-top: 25px !important;
}

._plst25 {
  padding-left: 25px !important;
}

._prst25 {
  padding-right: 25px !important;
}

@media (min-width: 756px) {
  ._pcmb25 {
    margin-bottom: 25px !important;
  }
  ._pcmt25 {
    margin-top: 25px !important;
  }
  ._pcpb25 {
    padding-bottom: 25px !important;
  }
  ._pcpt25 {
    padding-top: 25px !important;
  }
}
@media (max-width: 768px) {
  ._mb25 {
    margin-bottom: 3.75vw !important;
  }
  ._mt25 {
    margin-top: 3.75vw !important;
  }
  ._ml25 {
    margin-left: 3.75vw !important;
  }
  ._mr25 {
    margin-right: 3.75vw !important;
  }
  ._pb25 {
    padding-bottom: 3.75vw !important;
  }
  ._pt25 {
    padding-top: 3.75vw !important;
  }
  ._pl25 {
    padding-left: 3.75vw !important;
  }
  ._pr25 {
    padding-right: 3.75vw !important;
  }
  ._spmb25 {
    margin-bottom: 25px !important;
  }
  ._spmt25 {
    margin-top: 25px !important;
  }
  ._sppb25 {
    padding-bottom: 25px !important;
  }
  ._sppt25 {
    padding-top: 25px !important;
  }
}
._mb30 {
  margin-bottom: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._mt30 {
  margin-top: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._ml30 {
  margin-left: 30px !important;
}

._mr30 {
  margin-right: 30px !important;
}

._pb30 {
  padding-bottom: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._pt30 {
  padding-top: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._pl30 {
  padding-left: 30px !important;
}

._pr30 {
  padding-right: 30px !important;
}

._mbst30 {
  margin-bottom: 30px !important;
}

._mtst30 {
  margin-top: 30px !important;
}

._mlst30 {
  margin-left: 30px !important;
}

._mrst30 {
  margin-right: 30px !important;
}

._pbst30 {
  padding-bottom: 30px !important;
}

._ptst30 {
  padding-top: 30px !important;
}

._plst30 {
  padding-left: 30px !important;
}

._prst30 {
  padding-right: 30px !important;
}

@media (min-width: 756px) {
  ._pcmb30 {
    margin-bottom: 30px !important;
  }
  ._pcmt30 {
    margin-top: 30px !important;
  }
  ._pcpb30 {
    padding-bottom: 30px !important;
  }
  ._pcpt30 {
    padding-top: 30px !important;
  }
}
@media (max-width: 768px) {
  ._mb30 {
    margin-bottom: 4.5vw !important;
  }
  ._mt30 {
    margin-top: 4.5vw !important;
  }
  ._ml30 {
    margin-left: 4.5vw !important;
  }
  ._mr30 {
    margin-right: 4.5vw !important;
  }
  ._pb30 {
    padding-bottom: 4.5vw !important;
  }
  ._pt30 {
    padding-top: 4.5vw !important;
  }
  ._pl30 {
    padding-left: 4.5vw !important;
  }
  ._pr30 {
    padding-right: 4.5vw !important;
  }
  ._spmb30 {
    margin-bottom: 30px !important;
  }
  ._spmt30 {
    margin-top: 30px !important;
  }
  ._sppb30 {
    padding-bottom: 30px !important;
  }
  ._sppt30 {
    padding-top: 30px !important;
  }
}
._mb35 {
  margin-bottom: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._mt35 {
  margin-top: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._ml35 {
  margin-left: 35px !important;
}

._mr35 {
  margin-right: 35px !important;
}

._pb35 {
  padding-bottom: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._pt35 {
  padding-top: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._pl35 {
  padding-left: 35px !important;
}

._pr35 {
  padding-right: 35px !important;
}

._mbst35 {
  margin-bottom: 35px !important;
}

._mtst35 {
  margin-top: 35px !important;
}

._mlst35 {
  margin-left: 35px !important;
}

._mrst35 {
  margin-right: 35px !important;
}

._pbst35 {
  padding-bottom: 35px !important;
}

._ptst35 {
  padding-top: 35px !important;
}

._plst35 {
  padding-left: 35px !important;
}

._prst35 {
  padding-right: 35px !important;
}

@media (min-width: 756px) {
  ._pcmb35 {
    margin-bottom: 35px !important;
  }
  ._pcmt35 {
    margin-top: 35px !important;
  }
  ._pcpb35 {
    padding-bottom: 35px !important;
  }
  ._pcpt35 {
    padding-top: 35px !important;
  }
}
@media (max-width: 768px) {
  ._mb35 {
    margin-bottom: 5.25vw !important;
  }
  ._mt35 {
    margin-top: 5.25vw !important;
  }
  ._ml35 {
    margin-left: 5.25vw !important;
  }
  ._mr35 {
    margin-right: 5.25vw !important;
  }
  ._pb35 {
    padding-bottom: 5.25vw !important;
  }
  ._pt35 {
    padding-top: 5.25vw !important;
  }
  ._pl35 {
    padding-left: 5.25vw !important;
  }
  ._pr35 {
    padding-right: 5.25vw !important;
  }
  ._spmb35 {
    margin-bottom: 35px !important;
  }
  ._spmt35 {
    margin-top: 35px !important;
  }
  ._sppb35 {
    padding-bottom: 35px !important;
  }
  ._sppt35 {
    padding-top: 35px !important;
  }
}
._mb40 {
  margin-bottom: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._mt40 {
  margin-top: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._ml40 {
  margin-left: 40px !important;
}

._mr40 {
  margin-right: 40px !important;
}

._pb40 {
  padding-bottom: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._pt40 {
  padding-top: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._pl40 {
  padding-left: 40px !important;
}

._pr40 {
  padding-right: 40px !important;
}

._mbst40 {
  margin-bottom: 40px !important;
}

._mtst40 {
  margin-top: 40px !important;
}

._mlst40 {
  margin-left: 40px !important;
}

._mrst40 {
  margin-right: 40px !important;
}

._pbst40 {
  padding-bottom: 40px !important;
}

._ptst40 {
  padding-top: 40px !important;
}

._plst40 {
  padding-left: 40px !important;
}

._prst40 {
  padding-right: 40px !important;
}

@media (min-width: 756px) {
  ._pcmb40 {
    margin-bottom: 40px !important;
  }
  ._pcmt40 {
    margin-top: 40px !important;
  }
  ._pcpb40 {
    padding-bottom: 40px !important;
  }
  ._pcpt40 {
    padding-top: 40px !important;
  }
}
@media (max-width: 768px) {
  ._mb40 {
    margin-bottom: 6vw !important;
  }
  ._mt40 {
    margin-top: 6vw !important;
  }
  ._ml40 {
    margin-left: 6vw !important;
  }
  ._mr40 {
    margin-right: 6vw !important;
  }
  ._pb40 {
    padding-bottom: 6vw !important;
  }
  ._pt40 {
    padding-top: 6vw !important;
  }
  ._pl40 {
    padding-left: 6vw !important;
  }
  ._pr40 {
    padding-right: 6vw !important;
  }
  ._spmb40 {
    margin-bottom: 40px !important;
  }
  ._spmt40 {
    margin-top: 40px !important;
  }
  ._sppb40 {
    padding-bottom: 40px !important;
  }
  ._sppt40 {
    padding-top: 40px !important;
  }
}
._mb45 {
  margin-bottom: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._mt45 {
  margin-top: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._ml45 {
  margin-left: 45px !important;
}

._mr45 {
  margin-right: 45px !important;
}

._pb45 {
  padding-bottom: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._pt45 {
  padding-top: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._pl45 {
  padding-left: 45px !important;
}

._pr45 {
  padding-right: 45px !important;
}

._mbst45 {
  margin-bottom: 45px !important;
}

._mtst45 {
  margin-top: 45px !important;
}

._mlst45 {
  margin-left: 45px !important;
}

._mrst45 {
  margin-right: 45px !important;
}

._pbst45 {
  padding-bottom: 45px !important;
}

._ptst45 {
  padding-top: 45px !important;
}

._plst45 {
  padding-left: 45px !important;
}

._prst45 {
  padding-right: 45px !important;
}

@media (min-width: 756px) {
  ._pcmb45 {
    margin-bottom: 45px !important;
  }
  ._pcmt45 {
    margin-top: 45px !important;
  }
  ._pcpb45 {
    padding-bottom: 45px !important;
  }
  ._pcpt45 {
    padding-top: 45px !important;
  }
}
@media (max-width: 768px) {
  ._mb45 {
    margin-bottom: 6.75vw !important;
  }
  ._mt45 {
    margin-top: 6.75vw !important;
  }
  ._ml45 {
    margin-left: 6.75vw !important;
  }
  ._mr45 {
    margin-right: 6.75vw !important;
  }
  ._pb45 {
    padding-bottom: 6.75vw !important;
  }
  ._pt45 {
    padding-top: 6.75vw !important;
  }
  ._pl45 {
    padding-left: 6.75vw !important;
  }
  ._pr45 {
    padding-right: 6.75vw !important;
  }
  ._spmb45 {
    margin-bottom: 45px !important;
  }
  ._spmt45 {
    margin-top: 45px !important;
  }
  ._sppb45 {
    padding-bottom: 45px !important;
  }
  ._sppt45 {
    padding-top: 45px !important;
  }
}
._mb50 {
  margin-bottom: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._mt50 {
  margin-top: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._ml50 {
  margin-left: 50px !important;
}

._mr50 {
  margin-right: 50px !important;
}

._pb50 {
  padding-bottom: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._pt50 {
  padding-top: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._pl50 {
  padding-left: 50px !important;
}

._pr50 {
  padding-right: 50px !important;
}

._mbst50 {
  margin-bottom: 50px !important;
}

._mtst50 {
  margin-top: 50px !important;
}

._mlst50 {
  margin-left: 50px !important;
}

._mrst50 {
  margin-right: 50px !important;
}

._pbst50 {
  padding-bottom: 50px !important;
}

._ptst50 {
  padding-top: 50px !important;
}

._plst50 {
  padding-left: 50px !important;
}

._prst50 {
  padding-right: 50px !important;
}

@media (min-width: 756px) {
  ._pcmb50 {
    margin-bottom: 50px !important;
  }
  ._pcmt50 {
    margin-top: 50px !important;
  }
  ._pcpb50 {
    padding-bottom: 50px !important;
  }
  ._pcpt50 {
    padding-top: 50px !important;
  }
}
@media (max-width: 768px) {
  ._mb50 {
    margin-bottom: 7.5vw !important;
  }
  ._mt50 {
    margin-top: 7.5vw !important;
  }
  ._ml50 {
    margin-left: 7.5vw !important;
  }
  ._mr50 {
    margin-right: 7.5vw !important;
  }
  ._pb50 {
    padding-bottom: 7.5vw !important;
  }
  ._pt50 {
    padding-top: 7.5vw !important;
  }
  ._pl50 {
    padding-left: 7.5vw !important;
  }
  ._pr50 {
    padding-right: 7.5vw !important;
  }
  ._spmb50 {
    margin-bottom: 50px !important;
  }
  ._spmt50 {
    margin-top: 50px !important;
  }
  ._sppb50 {
    padding-bottom: 50px !important;
  }
  ._sppt50 {
    padding-top: 50px !important;
  }
}
._mb55 {
  margin-bottom: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._mt55 {
  margin-top: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._ml55 {
  margin-left: 55px !important;
}

._mr55 {
  margin-right: 55px !important;
}

._pb55 {
  padding-bottom: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._pt55 {
  padding-top: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._pl55 {
  padding-left: 55px !important;
}

._pr55 {
  padding-right: 55px !important;
}

._mbst55 {
  margin-bottom: 55px !important;
}

._mtst55 {
  margin-top: 55px !important;
}

._mlst55 {
  margin-left: 55px !important;
}

._mrst55 {
  margin-right: 55px !important;
}

._pbst55 {
  padding-bottom: 55px !important;
}

._ptst55 {
  padding-top: 55px !important;
}

._plst55 {
  padding-left: 55px !important;
}

._prst55 {
  padding-right: 55px !important;
}

@media (min-width: 756px) {
  ._pcmb55 {
    margin-bottom: 55px !important;
  }
  ._pcmt55 {
    margin-top: 55px !important;
  }
  ._pcpb55 {
    padding-bottom: 55px !important;
  }
  ._pcpt55 {
    padding-top: 55px !important;
  }
}
@media (max-width: 768px) {
  ._mb55 {
    margin-bottom: 8.25vw !important;
  }
  ._mt55 {
    margin-top: 8.25vw !important;
  }
  ._ml55 {
    margin-left: 8.25vw !important;
  }
  ._mr55 {
    margin-right: 8.25vw !important;
  }
  ._pb55 {
    padding-bottom: 8.25vw !important;
  }
  ._pt55 {
    padding-top: 8.25vw !important;
  }
  ._pl55 {
    padding-left: 8.25vw !important;
  }
  ._pr55 {
    padding-right: 8.25vw !important;
  }
  ._spmb55 {
    margin-bottom: 55px !important;
  }
  ._spmt55 {
    margin-top: 55px !important;
  }
  ._sppb55 {
    padding-bottom: 55px !important;
  }
  ._sppt55 {
    padding-top: 55px !important;
  }
}
._mb60 {
  margin-bottom: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._mt60 {
  margin-top: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._ml60 {
  margin-left: 60px !important;
}

._mr60 {
  margin-right: 60px !important;
}

._pb60 {
  padding-bottom: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._pt60 {
  padding-top: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._pl60 {
  padding-left: 60px !important;
}

._pr60 {
  padding-right: 60px !important;
}

._mbst60 {
  margin-bottom: 60px !important;
}

._mtst60 {
  margin-top: 60px !important;
}

._mlst60 {
  margin-left: 60px !important;
}

._mrst60 {
  margin-right: 60px !important;
}

._pbst60 {
  padding-bottom: 60px !important;
}

._ptst60 {
  padding-top: 60px !important;
}

._plst60 {
  padding-left: 60px !important;
}

._prst60 {
  padding-right: 60px !important;
}

@media (min-width: 756px) {
  ._pcmb60 {
    margin-bottom: 60px !important;
  }
  ._pcmt60 {
    margin-top: 60px !important;
  }
  ._pcpb60 {
    padding-bottom: 60px !important;
  }
  ._pcpt60 {
    padding-top: 60px !important;
  }
}
@media (max-width: 768px) {
  ._mb60 {
    margin-bottom: 9vw !important;
  }
  ._mt60 {
    margin-top: 9vw !important;
  }
  ._ml60 {
    margin-left: 9vw !important;
  }
  ._mr60 {
    margin-right: 9vw !important;
  }
  ._pb60 {
    padding-bottom: 9vw !important;
  }
  ._pt60 {
    padding-top: 9vw !important;
  }
  ._pl60 {
    padding-left: 9vw !important;
  }
  ._pr60 {
    padding-right: 9vw !important;
  }
  ._spmb60 {
    margin-bottom: 60px !important;
  }
  ._spmt60 {
    margin-top: 60px !important;
  }
  ._sppb60 {
    padding-bottom: 60px !important;
  }
  ._sppt60 {
    padding-top: 60px !important;
  }
}
._mb65 {
  margin-bottom: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._mt65 {
  margin-top: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._ml65 {
  margin-left: 65px !important;
}

._mr65 {
  margin-right: 65px !important;
}

._pb65 {
  padding-bottom: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._pt65 {
  padding-top: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._pl65 {
  padding-left: 65px !important;
}

._pr65 {
  padding-right: 65px !important;
}

._mbst65 {
  margin-bottom: 65px !important;
}

._mtst65 {
  margin-top: 65px !important;
}

._mlst65 {
  margin-left: 65px !important;
}

._mrst65 {
  margin-right: 65px !important;
}

._pbst65 {
  padding-bottom: 65px !important;
}

._ptst65 {
  padding-top: 65px !important;
}

._plst65 {
  padding-left: 65px !important;
}

._prst65 {
  padding-right: 65px !important;
}

@media (min-width: 756px) {
  ._pcmb65 {
    margin-bottom: 65px !important;
  }
  ._pcmt65 {
    margin-top: 65px !important;
  }
  ._pcpb65 {
    padding-bottom: 65px !important;
  }
  ._pcpt65 {
    padding-top: 65px !important;
  }
}
@media (max-width: 768px) {
  ._mb65 {
    margin-bottom: 9.75vw !important;
  }
  ._mt65 {
    margin-top: 9.75vw !important;
  }
  ._ml65 {
    margin-left: 9.75vw !important;
  }
  ._mr65 {
    margin-right: 9.75vw !important;
  }
  ._pb65 {
    padding-bottom: 9.75vw !important;
  }
  ._pt65 {
    padding-top: 9.75vw !important;
  }
  ._pl65 {
    padding-left: 9.75vw !important;
  }
  ._pr65 {
    padding-right: 9.75vw !important;
  }
  ._spmb65 {
    margin-bottom: 65px !important;
  }
  ._spmt65 {
    margin-top: 65px !important;
  }
  ._sppb65 {
    padding-bottom: 65px !important;
  }
  ._sppt65 {
    padding-top: 65px !important;
  }
}
._mb70 {
  margin-bottom: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._mt70 {
  margin-top: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._ml70 {
  margin-left: 70px !important;
}

._mr70 {
  margin-right: 70px !important;
}

._pb70 {
  padding-bottom: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._pt70 {
  padding-top: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._pl70 {
  padding-left: 70px !important;
}

._pr70 {
  padding-right: 70px !important;
}

._mbst70 {
  margin-bottom: 70px !important;
}

._mtst70 {
  margin-top: 70px !important;
}

._mlst70 {
  margin-left: 70px !important;
}

._mrst70 {
  margin-right: 70px !important;
}

._pbst70 {
  padding-bottom: 70px !important;
}

._ptst70 {
  padding-top: 70px !important;
}

._plst70 {
  padding-left: 70px !important;
}

._prst70 {
  padding-right: 70px !important;
}

@media (min-width: 756px) {
  ._pcmb70 {
    margin-bottom: 70px !important;
  }
  ._pcmt70 {
    margin-top: 70px !important;
  }
  ._pcpb70 {
    padding-bottom: 70px !important;
  }
  ._pcpt70 {
    padding-top: 70px !important;
  }
}
@media (max-width: 768px) {
  ._mb70 {
    margin-bottom: 10.5vw !important;
  }
  ._mt70 {
    margin-top: 10.5vw !important;
  }
  ._ml70 {
    margin-left: 10.5vw !important;
  }
  ._mr70 {
    margin-right: 10.5vw !important;
  }
  ._pb70 {
    padding-bottom: 10.5vw !important;
  }
  ._pt70 {
    padding-top: 10.5vw !important;
  }
  ._pl70 {
    padding-left: 10.5vw !important;
  }
  ._pr70 {
    padding-right: 10.5vw !important;
  }
  ._spmb70 {
    margin-bottom: 70px !important;
  }
  ._spmt70 {
    margin-top: 70px !important;
  }
  ._sppb70 {
    padding-bottom: 70px !important;
  }
  ._sppt70 {
    padding-top: 70px !important;
  }
}
._mb75 {
  margin-bottom: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._mt75 {
  margin-top: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._ml75 {
  margin-left: 75px !important;
}

._mr75 {
  margin-right: 75px !important;
}

._pb75 {
  padding-bottom: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._pt75 {
  padding-top: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._pl75 {
  padding-left: 75px !important;
}

._pr75 {
  padding-right: 75px !important;
}

._mbst75 {
  margin-bottom: 75px !important;
}

._mtst75 {
  margin-top: 75px !important;
}

._mlst75 {
  margin-left: 75px !important;
}

._mrst75 {
  margin-right: 75px !important;
}

._pbst75 {
  padding-bottom: 75px !important;
}

._ptst75 {
  padding-top: 75px !important;
}

._plst75 {
  padding-left: 75px !important;
}

._prst75 {
  padding-right: 75px !important;
}

@media (min-width: 756px) {
  ._pcmb75 {
    margin-bottom: 75px !important;
  }
  ._pcmt75 {
    margin-top: 75px !important;
  }
  ._pcpb75 {
    padding-bottom: 75px !important;
  }
  ._pcpt75 {
    padding-top: 75px !important;
  }
}
@media (max-width: 768px) {
  ._mb75 {
    margin-bottom: 11.25vw !important;
  }
  ._mt75 {
    margin-top: 11.25vw !important;
  }
  ._ml75 {
    margin-left: 11.25vw !important;
  }
  ._mr75 {
    margin-right: 11.25vw !important;
  }
  ._pb75 {
    padding-bottom: 11.25vw !important;
  }
  ._pt75 {
    padding-top: 11.25vw !important;
  }
  ._pl75 {
    padding-left: 11.25vw !important;
  }
  ._pr75 {
    padding-right: 11.25vw !important;
  }
  ._spmb75 {
    margin-bottom: 75px !important;
  }
  ._spmt75 {
    margin-top: 75px !important;
  }
  ._sppb75 {
    padding-bottom: 75px !important;
  }
  ._sppt75 {
    padding-top: 75px !important;
  }
}
._mb80 {
  margin-bottom: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._mt80 {
  margin-top: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._ml80 {
  margin-left: 80px !important;
}

._mr80 {
  margin-right: 80px !important;
}

._pb80 {
  padding-bottom: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._pt80 {
  padding-top: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._pl80 {
  padding-left: 80px !important;
}

._pr80 {
  padding-right: 80px !important;
}

._mbst80 {
  margin-bottom: 80px !important;
}

._mtst80 {
  margin-top: 80px !important;
}

._mlst80 {
  margin-left: 80px !important;
}

._mrst80 {
  margin-right: 80px !important;
}

._pbst80 {
  padding-bottom: 80px !important;
}

._ptst80 {
  padding-top: 80px !important;
}

._plst80 {
  padding-left: 80px !important;
}

._prst80 {
  padding-right: 80px !important;
}

@media (min-width: 756px) {
  ._pcmb80 {
    margin-bottom: 80px !important;
  }
  ._pcmt80 {
    margin-top: 80px !important;
  }
  ._pcpb80 {
    padding-bottom: 80px !important;
  }
  ._pcpt80 {
    padding-top: 80px !important;
  }
}
@media (max-width: 768px) {
  ._mb80 {
    margin-bottom: 12vw !important;
  }
  ._mt80 {
    margin-top: 12vw !important;
  }
  ._ml80 {
    margin-left: 12vw !important;
  }
  ._mr80 {
    margin-right: 12vw !important;
  }
  ._pb80 {
    padding-bottom: 12vw !important;
  }
  ._pt80 {
    padding-top: 12vw !important;
  }
  ._pl80 {
    padding-left: 12vw !important;
  }
  ._pr80 {
    padding-right: 12vw !important;
  }
  ._spmb80 {
    margin-bottom: 80px !important;
  }
  ._spmt80 {
    margin-top: 80px !important;
  }
  ._sppb80 {
    padding-bottom: 80px !important;
  }
  ._sppt80 {
    padding-top: 80px !important;
  }
}
._mb85 {
  margin-bottom: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._mt85 {
  margin-top: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._ml85 {
  margin-left: 85px !important;
}

._mr85 {
  margin-right: 85px !important;
}

._pb85 {
  padding-bottom: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._pt85 {
  padding-top: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._pl85 {
  padding-left: 85px !important;
}

._pr85 {
  padding-right: 85px !important;
}

._mbst85 {
  margin-bottom: 85px !important;
}

._mtst85 {
  margin-top: 85px !important;
}

._mlst85 {
  margin-left: 85px !important;
}

._mrst85 {
  margin-right: 85px !important;
}

._pbst85 {
  padding-bottom: 85px !important;
}

._ptst85 {
  padding-top: 85px !important;
}

._plst85 {
  padding-left: 85px !important;
}

._prst85 {
  padding-right: 85px !important;
}

@media (min-width: 756px) {
  ._pcmb85 {
    margin-bottom: 85px !important;
  }
  ._pcmt85 {
    margin-top: 85px !important;
  }
  ._pcpb85 {
    padding-bottom: 85px !important;
  }
  ._pcpt85 {
    padding-top: 85px !important;
  }
}
@media (max-width: 768px) {
  ._mb85 {
    margin-bottom: 12.75vw !important;
  }
  ._mt85 {
    margin-top: 12.75vw !important;
  }
  ._ml85 {
    margin-left: 12.75vw !important;
  }
  ._mr85 {
    margin-right: 12.75vw !important;
  }
  ._pb85 {
    padding-bottom: 12.75vw !important;
  }
  ._pt85 {
    padding-top: 12.75vw !important;
  }
  ._pl85 {
    padding-left: 12.75vw !important;
  }
  ._pr85 {
    padding-right: 12.75vw !important;
  }
  ._spmb85 {
    margin-bottom: 85px !important;
  }
  ._spmt85 {
    margin-top: 85px !important;
  }
  ._sppb85 {
    padding-bottom: 85px !important;
  }
  ._sppt85 {
    padding-top: 85px !important;
  }
}
._mb90 {
  margin-bottom: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._mt90 {
  margin-top: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._ml90 {
  margin-left: 90px !important;
}

._mr90 {
  margin-right: 90px !important;
}

._pb90 {
  padding-bottom: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._pt90 {
  padding-top: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._pl90 {
  padding-left: 90px !important;
}

._pr90 {
  padding-right: 90px !important;
}

._mbst90 {
  margin-bottom: 90px !important;
}

._mtst90 {
  margin-top: 90px !important;
}

._mlst90 {
  margin-left: 90px !important;
}

._mrst90 {
  margin-right: 90px !important;
}

._pbst90 {
  padding-bottom: 90px !important;
}

._ptst90 {
  padding-top: 90px !important;
}

._plst90 {
  padding-left: 90px !important;
}

._prst90 {
  padding-right: 90px !important;
}

@media (min-width: 756px) {
  ._pcmb90 {
    margin-bottom: 90px !important;
  }
  ._pcmt90 {
    margin-top: 90px !important;
  }
  ._pcpb90 {
    padding-bottom: 90px !important;
  }
  ._pcpt90 {
    padding-top: 90px !important;
  }
}
@media (max-width: 768px) {
  ._mb90 {
    margin-bottom: 13.5vw !important;
  }
  ._mt90 {
    margin-top: 13.5vw !important;
  }
  ._ml90 {
    margin-left: 13.5vw !important;
  }
  ._mr90 {
    margin-right: 13.5vw !important;
  }
  ._pb90 {
    padding-bottom: 13.5vw !important;
  }
  ._pt90 {
    padding-top: 13.5vw !important;
  }
  ._pl90 {
    padding-left: 13.5vw !important;
  }
  ._pr90 {
    padding-right: 13.5vw !important;
  }
  ._spmb90 {
    margin-bottom: 90px !important;
  }
  ._spmt90 {
    margin-top: 90px !important;
  }
  ._sppb90 {
    padding-bottom: 90px !important;
  }
  ._sppt90 {
    padding-top: 90px !important;
  }
}
._mb95 {
  margin-bottom: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._mt95 {
  margin-top: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._ml95 {
  margin-left: 95px !important;
}

._mr95 {
  margin-right: 95px !important;
}

._pb95 {
  padding-bottom: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._pt95 {
  padding-top: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._pl95 {
  padding-left: 95px !important;
}

._pr95 {
  padding-right: 95px !important;
}

._mbst95 {
  margin-bottom: 95px !important;
}

._mtst95 {
  margin-top: 95px !important;
}

._mlst95 {
  margin-left: 95px !important;
}

._mrst95 {
  margin-right: 95px !important;
}

._pbst95 {
  padding-bottom: 95px !important;
}

._ptst95 {
  padding-top: 95px !important;
}

._plst95 {
  padding-left: 95px !important;
}

._prst95 {
  padding-right: 95px !important;
}

@media (min-width: 756px) {
  ._pcmb95 {
    margin-bottom: 95px !important;
  }
  ._pcmt95 {
    margin-top: 95px !important;
  }
  ._pcpb95 {
    padding-bottom: 95px !important;
  }
  ._pcpt95 {
    padding-top: 95px !important;
  }
}
@media (max-width: 768px) {
  ._mb95 {
    margin-bottom: 14.25vw !important;
  }
  ._mt95 {
    margin-top: 14.25vw !important;
  }
  ._ml95 {
    margin-left: 14.25vw !important;
  }
  ._mr95 {
    margin-right: 14.25vw !important;
  }
  ._pb95 {
    padding-bottom: 14.25vw !important;
  }
  ._pt95 {
    padding-top: 14.25vw !important;
  }
  ._pl95 {
    padding-left: 14.25vw !important;
  }
  ._pr95 {
    padding-right: 14.25vw !important;
  }
  ._spmb95 {
    margin-bottom: 95px !important;
  }
  ._spmt95 {
    margin-top: 95px !important;
  }
  ._sppb95 {
    padding-bottom: 95px !important;
  }
  ._sppt95 {
    padding-top: 95px !important;
  }
}
._mb100 {
  margin-bottom: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._mt100 {
  margin-top: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._ml100 {
  margin-left: 100px !important;
}

._mr100 {
  margin-right: 100px !important;
}

._pb100 {
  padding-bottom: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._pt100 {
  padding-top: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._pl100 {
  padding-left: 100px !important;
}

._pr100 {
  padding-right: 100px !important;
}

._mbst100 {
  margin-bottom: 100px !important;
}

._mtst100 {
  margin-top: 100px !important;
}

._mlst100 {
  margin-left: 100px !important;
}

._mrst100 {
  margin-right: 100px !important;
}

._pbst100 {
  padding-bottom: 100px !important;
}

._ptst100 {
  padding-top: 100px !important;
}

._plst100 {
  padding-left: 100px !important;
}

._prst100 {
  padding-right: 100px !important;
}

@media (min-width: 756px) {
  ._pcmb100 {
    margin-bottom: 100px !important;
  }
  ._pcmt100 {
    margin-top: 100px !important;
  }
  ._pcpb100 {
    padding-bottom: 100px !important;
  }
  ._pcpt100 {
    padding-top: 100px !important;
  }
}
@media (max-width: 768px) {
  ._mb100 {
    margin-bottom: 15vw !important;
  }
  ._mt100 {
    margin-top: 15vw !important;
  }
  ._ml100 {
    margin-left: 15vw !important;
  }
  ._mr100 {
    margin-right: 15vw !important;
  }
  ._pb100 {
    padding-bottom: 15vw !important;
  }
  ._pt100 {
    padding-top: 15vw !important;
  }
  ._pl100 {
    padding-left: 15vw !important;
  }
  ._pr100 {
    padding-right: 15vw !important;
  }
  ._spmb100 {
    margin-bottom: 100px !important;
  }
  ._spmt100 {
    margin-top: 100px !important;
  }
  ._sppb100 {
    padding-bottom: 100px !important;
  }
  ._sppt100 {
    padding-top: 100px !important;
  }
}
._mb105 {
  margin-bottom: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._mt105 {
  margin-top: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._ml105 {
  margin-left: 105px !important;
}

._mr105 {
  margin-right: 105px !important;
}

._pb105 {
  padding-bottom: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._pt105 {
  padding-top: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._pl105 {
  padding-left: 105px !important;
}

._pr105 {
  padding-right: 105px !important;
}

._mbst105 {
  margin-bottom: 105px !important;
}

._mtst105 {
  margin-top: 105px !important;
}

._mlst105 {
  margin-left: 105px !important;
}

._mrst105 {
  margin-right: 105px !important;
}

._pbst105 {
  padding-bottom: 105px !important;
}

._ptst105 {
  padding-top: 105px !important;
}

._plst105 {
  padding-left: 105px !important;
}

._prst105 {
  padding-right: 105px !important;
}

@media (min-width: 756px) {
  ._pcmb105 {
    margin-bottom: 105px !important;
  }
  ._pcmt105 {
    margin-top: 105px !important;
  }
  ._pcpb105 {
    padding-bottom: 105px !important;
  }
  ._pcpt105 {
    padding-top: 105px !important;
  }
}
@media (max-width: 768px) {
  ._mb105 {
    margin-bottom: 15.75vw !important;
  }
  ._mt105 {
    margin-top: 15.75vw !important;
  }
  ._ml105 {
    margin-left: 15.75vw !important;
  }
  ._mr105 {
    margin-right: 15.75vw !important;
  }
  ._pb105 {
    padding-bottom: 15.75vw !important;
  }
  ._pt105 {
    padding-top: 15.75vw !important;
  }
  ._pl105 {
    padding-left: 15.75vw !important;
  }
  ._pr105 {
    padding-right: 15.75vw !important;
  }
  ._spmb105 {
    margin-bottom: 105px !important;
  }
  ._spmt105 {
    margin-top: 105px !important;
  }
  ._sppb105 {
    padding-bottom: 105px !important;
  }
  ._sppt105 {
    padding-top: 105px !important;
  }
}
._mb110 {
  margin-bottom: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._mt110 {
  margin-top: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._ml110 {
  margin-left: 110px !important;
}

._mr110 {
  margin-right: 110px !important;
}

._pb110 {
  padding-bottom: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._pt110 {
  padding-top: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._pl110 {
  padding-left: 110px !important;
}

._pr110 {
  padding-right: 110px !important;
}

._mbst110 {
  margin-bottom: 110px !important;
}

._mtst110 {
  margin-top: 110px !important;
}

._mlst110 {
  margin-left: 110px !important;
}

._mrst110 {
  margin-right: 110px !important;
}

._pbst110 {
  padding-bottom: 110px !important;
}

._ptst110 {
  padding-top: 110px !important;
}

._plst110 {
  padding-left: 110px !important;
}

._prst110 {
  padding-right: 110px !important;
}

@media (min-width: 756px) {
  ._pcmb110 {
    margin-bottom: 110px !important;
  }
  ._pcmt110 {
    margin-top: 110px !important;
  }
  ._pcpb110 {
    padding-bottom: 110px !important;
  }
  ._pcpt110 {
    padding-top: 110px !important;
  }
}
@media (max-width: 768px) {
  ._mb110 {
    margin-bottom: 16.5vw !important;
  }
  ._mt110 {
    margin-top: 16.5vw !important;
  }
  ._ml110 {
    margin-left: 16.5vw !important;
  }
  ._mr110 {
    margin-right: 16.5vw !important;
  }
  ._pb110 {
    padding-bottom: 16.5vw !important;
  }
  ._pt110 {
    padding-top: 16.5vw !important;
  }
  ._pl110 {
    padding-left: 16.5vw !important;
  }
  ._pr110 {
    padding-right: 16.5vw !important;
  }
  ._spmb110 {
    margin-bottom: 110px !important;
  }
  ._spmt110 {
    margin-top: 110px !important;
  }
  ._sppb110 {
    padding-bottom: 110px !important;
  }
  ._sppt110 {
    padding-top: 110px !important;
  }
}
._mb115 {
  margin-bottom: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._mt115 {
  margin-top: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._ml115 {
  margin-left: 115px !important;
}

._mr115 {
  margin-right: 115px !important;
}

._pb115 {
  padding-bottom: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._pt115 {
  padding-top: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._pl115 {
  padding-left: 115px !important;
}

._pr115 {
  padding-right: 115px !important;
}

._mbst115 {
  margin-bottom: 115px !important;
}

._mtst115 {
  margin-top: 115px !important;
}

._mlst115 {
  margin-left: 115px !important;
}

._mrst115 {
  margin-right: 115px !important;
}

._pbst115 {
  padding-bottom: 115px !important;
}

._ptst115 {
  padding-top: 115px !important;
}

._plst115 {
  padding-left: 115px !important;
}

._prst115 {
  padding-right: 115px !important;
}

@media (min-width: 756px) {
  ._pcmb115 {
    margin-bottom: 115px !important;
  }
  ._pcmt115 {
    margin-top: 115px !important;
  }
  ._pcpb115 {
    padding-bottom: 115px !important;
  }
  ._pcpt115 {
    padding-top: 115px !important;
  }
}
@media (max-width: 768px) {
  ._mb115 {
    margin-bottom: 17.25vw !important;
  }
  ._mt115 {
    margin-top: 17.25vw !important;
  }
  ._ml115 {
    margin-left: 17.25vw !important;
  }
  ._mr115 {
    margin-right: 17.25vw !important;
  }
  ._pb115 {
    padding-bottom: 17.25vw !important;
  }
  ._pt115 {
    padding-top: 17.25vw !important;
  }
  ._pl115 {
    padding-left: 17.25vw !important;
  }
  ._pr115 {
    padding-right: 17.25vw !important;
  }
  ._spmb115 {
    margin-bottom: 115px !important;
  }
  ._spmt115 {
    margin-top: 115px !important;
  }
  ._sppb115 {
    padding-bottom: 115px !important;
  }
  ._sppt115 {
    padding-top: 115px !important;
  }
}
._mb120 {
  margin-bottom: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._mt120 {
  margin-top: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._ml120 {
  margin-left: 120px !important;
}

._mr120 {
  margin-right: 120px !important;
}

._pb120 {
  padding-bottom: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._pt120 {
  padding-top: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._pl120 {
  padding-left: 120px !important;
}

._pr120 {
  padding-right: 120px !important;
}

._mbst120 {
  margin-bottom: 120px !important;
}

._mtst120 {
  margin-top: 120px !important;
}

._mlst120 {
  margin-left: 120px !important;
}

._mrst120 {
  margin-right: 120px !important;
}

._pbst120 {
  padding-bottom: 120px !important;
}

._ptst120 {
  padding-top: 120px !important;
}

._plst120 {
  padding-left: 120px !important;
}

._prst120 {
  padding-right: 120px !important;
}

@media (min-width: 756px) {
  ._pcmb120 {
    margin-bottom: 120px !important;
  }
  ._pcmt120 {
    margin-top: 120px !important;
  }
  ._pcpb120 {
    padding-bottom: 120px !important;
  }
  ._pcpt120 {
    padding-top: 120px !important;
  }
}
@media (max-width: 768px) {
  ._mb120 {
    margin-bottom: 18vw !important;
  }
  ._mt120 {
    margin-top: 18vw !important;
  }
  ._ml120 {
    margin-left: 18vw !important;
  }
  ._mr120 {
    margin-right: 18vw !important;
  }
  ._pb120 {
    padding-bottom: 18vw !important;
  }
  ._pt120 {
    padding-top: 18vw !important;
  }
  ._pl120 {
    padding-left: 18vw !important;
  }
  ._pr120 {
    padding-right: 18vw !important;
  }
  ._spmb120 {
    margin-bottom: 120px !important;
  }
  ._spmt120 {
    margin-top: 120px !important;
  }
  ._sppb120 {
    padding-bottom: 120px !important;
  }
  ._sppt120 {
    padding-top: 120px !important;
  }
}
._mb125 {
  margin-bottom: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._mt125 {
  margin-top: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._ml125 {
  margin-left: 125px !important;
}

._mr125 {
  margin-right: 125px !important;
}

._pb125 {
  padding-bottom: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._pt125 {
  padding-top: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._pl125 {
  padding-left: 125px !important;
}

._pr125 {
  padding-right: 125px !important;
}

._mbst125 {
  margin-bottom: 125px !important;
}

._mtst125 {
  margin-top: 125px !important;
}

._mlst125 {
  margin-left: 125px !important;
}

._mrst125 {
  margin-right: 125px !important;
}

._pbst125 {
  padding-bottom: 125px !important;
}

._ptst125 {
  padding-top: 125px !important;
}

._plst125 {
  padding-left: 125px !important;
}

._prst125 {
  padding-right: 125px !important;
}

@media (min-width: 756px) {
  ._pcmb125 {
    margin-bottom: 125px !important;
  }
  ._pcmt125 {
    margin-top: 125px !important;
  }
  ._pcpb125 {
    padding-bottom: 125px !important;
  }
  ._pcpt125 {
    padding-top: 125px !important;
  }
}
@media (max-width: 768px) {
  ._mb125 {
    margin-bottom: 18.75vw !important;
  }
  ._mt125 {
    margin-top: 18.75vw !important;
  }
  ._ml125 {
    margin-left: 18.75vw !important;
  }
  ._mr125 {
    margin-right: 18.75vw !important;
  }
  ._pb125 {
    padding-bottom: 18.75vw !important;
  }
  ._pt125 {
    padding-top: 18.75vw !important;
  }
  ._pl125 {
    padding-left: 18.75vw !important;
  }
  ._pr125 {
    padding-right: 18.75vw !important;
  }
  ._spmb125 {
    margin-bottom: 125px !important;
  }
  ._spmt125 {
    margin-top: 125px !important;
  }
  ._sppb125 {
    padding-bottom: 125px !important;
  }
  ._sppt125 {
    padding-top: 125px !important;
  }
}
._mb130 {
  margin-bottom: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._mt130 {
  margin-top: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._ml130 {
  margin-left: 130px !important;
}

._mr130 {
  margin-right: 130px !important;
}

._pb130 {
  padding-bottom: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._pt130 {
  padding-top: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._pl130 {
  padding-left: 130px !important;
}

._pr130 {
  padding-right: 130px !important;
}

._mbst130 {
  margin-bottom: 130px !important;
}

._mtst130 {
  margin-top: 130px !important;
}

._mlst130 {
  margin-left: 130px !important;
}

._mrst130 {
  margin-right: 130px !important;
}

._pbst130 {
  padding-bottom: 130px !important;
}

._ptst130 {
  padding-top: 130px !important;
}

._plst130 {
  padding-left: 130px !important;
}

._prst130 {
  padding-right: 130px !important;
}

@media (min-width: 756px) {
  ._pcmb130 {
    margin-bottom: 130px !important;
  }
  ._pcmt130 {
    margin-top: 130px !important;
  }
  ._pcpb130 {
    padding-bottom: 130px !important;
  }
  ._pcpt130 {
    padding-top: 130px !important;
  }
}
@media (max-width: 768px) {
  ._mb130 {
    margin-bottom: 19.5vw !important;
  }
  ._mt130 {
    margin-top: 19.5vw !important;
  }
  ._ml130 {
    margin-left: 19.5vw !important;
  }
  ._mr130 {
    margin-right: 19.5vw !important;
  }
  ._pb130 {
    padding-bottom: 19.5vw !important;
  }
  ._pt130 {
    padding-top: 19.5vw !important;
  }
  ._pl130 {
    padding-left: 19.5vw !important;
  }
  ._pr130 {
    padding-right: 19.5vw !important;
  }
  ._spmb130 {
    margin-bottom: 130px !important;
  }
  ._spmt130 {
    margin-top: 130px !important;
  }
  ._sppb130 {
    padding-bottom: 130px !important;
  }
  ._sppt130 {
    padding-top: 130px !important;
  }
}
._mb135 {
  margin-bottom: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._mt135 {
  margin-top: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._ml135 {
  margin-left: 135px !important;
}

._mr135 {
  margin-right: 135px !important;
}

._pb135 {
  padding-bottom: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._pt135 {
  padding-top: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._pl135 {
  padding-left: 135px !important;
}

._pr135 {
  padding-right: 135px !important;
}

._mbst135 {
  margin-bottom: 135px !important;
}

._mtst135 {
  margin-top: 135px !important;
}

._mlst135 {
  margin-left: 135px !important;
}

._mrst135 {
  margin-right: 135px !important;
}

._pbst135 {
  padding-bottom: 135px !important;
}

._ptst135 {
  padding-top: 135px !important;
}

._plst135 {
  padding-left: 135px !important;
}

._prst135 {
  padding-right: 135px !important;
}

@media (min-width: 756px) {
  ._pcmb135 {
    margin-bottom: 135px !important;
  }
  ._pcmt135 {
    margin-top: 135px !important;
  }
  ._pcpb135 {
    padding-bottom: 135px !important;
  }
  ._pcpt135 {
    padding-top: 135px !important;
  }
}
@media (max-width: 768px) {
  ._mb135 {
    margin-bottom: 20.25vw !important;
  }
  ._mt135 {
    margin-top: 20.25vw !important;
  }
  ._ml135 {
    margin-left: 20.25vw !important;
  }
  ._mr135 {
    margin-right: 20.25vw !important;
  }
  ._pb135 {
    padding-bottom: 20.25vw !important;
  }
  ._pt135 {
    padding-top: 20.25vw !important;
  }
  ._pl135 {
    padding-left: 20.25vw !important;
  }
  ._pr135 {
    padding-right: 20.25vw !important;
  }
  ._spmb135 {
    margin-bottom: 135px !important;
  }
  ._spmt135 {
    margin-top: 135px !important;
  }
  ._sppb135 {
    padding-bottom: 135px !important;
  }
  ._sppt135 {
    padding-top: 135px !important;
  }
}
._mb140 {
  margin-bottom: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._mt140 {
  margin-top: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._ml140 {
  margin-left: 140px !important;
}

._mr140 {
  margin-right: 140px !important;
}

._pb140 {
  padding-bottom: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._pt140 {
  padding-top: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._pl140 {
  padding-left: 140px !important;
}

._pr140 {
  padding-right: 140px !important;
}

._mbst140 {
  margin-bottom: 140px !important;
}

._mtst140 {
  margin-top: 140px !important;
}

._mlst140 {
  margin-left: 140px !important;
}

._mrst140 {
  margin-right: 140px !important;
}

._pbst140 {
  padding-bottom: 140px !important;
}

._ptst140 {
  padding-top: 140px !important;
}

._plst140 {
  padding-left: 140px !important;
}

._prst140 {
  padding-right: 140px !important;
}

@media (min-width: 756px) {
  ._pcmb140 {
    margin-bottom: 140px !important;
  }
  ._pcmt140 {
    margin-top: 140px !important;
  }
  ._pcpb140 {
    padding-bottom: 140px !important;
  }
  ._pcpt140 {
    padding-top: 140px !important;
  }
}
@media (max-width: 768px) {
  ._mb140 {
    margin-bottom: 21vw !important;
  }
  ._mt140 {
    margin-top: 21vw !important;
  }
  ._ml140 {
    margin-left: 21vw !important;
  }
  ._mr140 {
    margin-right: 21vw !important;
  }
  ._pb140 {
    padding-bottom: 21vw !important;
  }
  ._pt140 {
    padding-top: 21vw !important;
  }
  ._pl140 {
    padding-left: 21vw !important;
  }
  ._pr140 {
    padding-right: 21vw !important;
  }
  ._spmb140 {
    margin-bottom: 140px !important;
  }
  ._spmt140 {
    margin-top: 140px !important;
  }
  ._sppb140 {
    padding-bottom: 140px !important;
  }
  ._sppt140 {
    padding-top: 140px !important;
  }
}
._mb145 {
  margin-bottom: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._mt145 {
  margin-top: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._ml145 {
  margin-left: 145px !important;
}

._mr145 {
  margin-right: 145px !important;
}

._pb145 {
  padding-bottom: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._pt145 {
  padding-top: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._pl145 {
  padding-left: 145px !important;
}

._pr145 {
  padding-right: 145px !important;
}

._mbst145 {
  margin-bottom: 145px !important;
}

._mtst145 {
  margin-top: 145px !important;
}

._mlst145 {
  margin-left: 145px !important;
}

._mrst145 {
  margin-right: 145px !important;
}

._pbst145 {
  padding-bottom: 145px !important;
}

._ptst145 {
  padding-top: 145px !important;
}

._plst145 {
  padding-left: 145px !important;
}

._prst145 {
  padding-right: 145px !important;
}

@media (min-width: 756px) {
  ._pcmb145 {
    margin-bottom: 145px !important;
  }
  ._pcmt145 {
    margin-top: 145px !important;
  }
  ._pcpb145 {
    padding-bottom: 145px !important;
  }
  ._pcpt145 {
    padding-top: 145px !important;
  }
}
@media (max-width: 768px) {
  ._mb145 {
    margin-bottom: 21.75vw !important;
  }
  ._mt145 {
    margin-top: 21.75vw !important;
  }
  ._ml145 {
    margin-left: 21.75vw !important;
  }
  ._mr145 {
    margin-right: 21.75vw !important;
  }
  ._pb145 {
    padding-bottom: 21.75vw !important;
  }
  ._pt145 {
    padding-top: 21.75vw !important;
  }
  ._pl145 {
    padding-left: 21.75vw !important;
  }
  ._pr145 {
    padding-right: 21.75vw !important;
  }
  ._spmb145 {
    margin-bottom: 145px !important;
  }
  ._spmt145 {
    margin-top: 145px !important;
  }
  ._sppb145 {
    padding-bottom: 145px !important;
  }
  ._sppt145 {
    padding-top: 145px !important;
  }
}
._mb150 {
  margin-bottom: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._mt150 {
  margin-top: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._ml150 {
  margin-left: 150px !important;
}

._mr150 {
  margin-right: 150px !important;
}

._pb150 {
  padding-bottom: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._pt150 {
  padding-top: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._pl150 {
  padding-left: 150px !important;
}

._pr150 {
  padding-right: 150px !important;
}

._mbst150 {
  margin-bottom: 150px !important;
}

._mtst150 {
  margin-top: 150px !important;
}

._mlst150 {
  margin-left: 150px !important;
}

._mrst150 {
  margin-right: 150px !important;
}

._pbst150 {
  padding-bottom: 150px !important;
}

._ptst150 {
  padding-top: 150px !important;
}

._plst150 {
  padding-left: 150px !important;
}

._prst150 {
  padding-right: 150px !important;
}

@media (min-width: 756px) {
  ._pcmb150 {
    margin-bottom: 150px !important;
  }
  ._pcmt150 {
    margin-top: 150px !important;
  }
  ._pcpb150 {
    padding-bottom: 150px !important;
  }
  ._pcpt150 {
    padding-top: 150px !important;
  }
}
@media (max-width: 768px) {
  ._mb150 {
    margin-bottom: 22.5vw !important;
  }
  ._mt150 {
    margin-top: 22.5vw !important;
  }
  ._ml150 {
    margin-left: 22.5vw !important;
  }
  ._mr150 {
    margin-right: 22.5vw !important;
  }
  ._pb150 {
    padding-bottom: 22.5vw !important;
  }
  ._pt150 {
    padding-top: 22.5vw !important;
  }
  ._pl150 {
    padding-left: 22.5vw !important;
  }
  ._pr150 {
    padding-right: 22.5vw !important;
  }
  ._spmb150 {
    margin-bottom: 150px !important;
  }
  ._spmt150 {
    margin-top: 150px !important;
  }
  ._sppb150 {
    padding-bottom: 150px !important;
  }
  ._sppt150 {
    padding-top: 150px !important;
  }
}
._mb155 {
  margin-bottom: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._mt155 {
  margin-top: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._ml155 {
  margin-left: 155px !important;
}

._mr155 {
  margin-right: 155px !important;
}

._pb155 {
  padding-bottom: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._pt155 {
  padding-top: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._pl155 {
  padding-left: 155px !important;
}

._pr155 {
  padding-right: 155px !important;
}

._mbst155 {
  margin-bottom: 155px !important;
}

._mtst155 {
  margin-top: 155px !important;
}

._mlst155 {
  margin-left: 155px !important;
}

._mrst155 {
  margin-right: 155px !important;
}

._pbst155 {
  padding-bottom: 155px !important;
}

._ptst155 {
  padding-top: 155px !important;
}

._plst155 {
  padding-left: 155px !important;
}

._prst155 {
  padding-right: 155px !important;
}

@media (min-width: 756px) {
  ._pcmb155 {
    margin-bottom: 155px !important;
  }
  ._pcmt155 {
    margin-top: 155px !important;
  }
  ._pcpb155 {
    padding-bottom: 155px !important;
  }
  ._pcpt155 {
    padding-top: 155px !important;
  }
}
@media (max-width: 768px) {
  ._mb155 {
    margin-bottom: 23.25vw !important;
  }
  ._mt155 {
    margin-top: 23.25vw !important;
  }
  ._ml155 {
    margin-left: 23.25vw !important;
  }
  ._mr155 {
    margin-right: 23.25vw !important;
  }
  ._pb155 {
    padding-bottom: 23.25vw !important;
  }
  ._pt155 {
    padding-top: 23.25vw !important;
  }
  ._pl155 {
    padding-left: 23.25vw !important;
  }
  ._pr155 {
    padding-right: 23.25vw !important;
  }
  ._spmb155 {
    margin-bottom: 155px !important;
  }
  ._spmt155 {
    margin-top: 155px !important;
  }
  ._sppb155 {
    padding-bottom: 155px !important;
  }
  ._sppt155 {
    padding-top: 155px !important;
  }
}
._mb160 {
  margin-bottom: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._mt160 {
  margin-top: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._ml160 {
  margin-left: 160px !important;
}

._mr160 {
  margin-right: 160px !important;
}

._pb160 {
  padding-bottom: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._pt160 {
  padding-top: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._pl160 {
  padding-left: 160px !important;
}

._pr160 {
  padding-right: 160px !important;
}

._mbst160 {
  margin-bottom: 160px !important;
}

._mtst160 {
  margin-top: 160px !important;
}

._mlst160 {
  margin-left: 160px !important;
}

._mrst160 {
  margin-right: 160px !important;
}

._pbst160 {
  padding-bottom: 160px !important;
}

._ptst160 {
  padding-top: 160px !important;
}

._plst160 {
  padding-left: 160px !important;
}

._prst160 {
  padding-right: 160px !important;
}

@media (min-width: 756px) {
  ._pcmb160 {
    margin-bottom: 160px !important;
  }
  ._pcmt160 {
    margin-top: 160px !important;
  }
  ._pcpb160 {
    padding-bottom: 160px !important;
  }
  ._pcpt160 {
    padding-top: 160px !important;
  }
}
@media (max-width: 768px) {
  ._mb160 {
    margin-bottom: 24vw !important;
  }
  ._mt160 {
    margin-top: 24vw !important;
  }
  ._ml160 {
    margin-left: 24vw !important;
  }
  ._mr160 {
    margin-right: 24vw !important;
  }
  ._pb160 {
    padding-bottom: 24vw !important;
  }
  ._pt160 {
    padding-top: 24vw !important;
  }
  ._pl160 {
    padding-left: 24vw !important;
  }
  ._pr160 {
    padding-right: 24vw !important;
  }
  ._spmb160 {
    margin-bottom: 160px !important;
  }
  ._spmt160 {
    margin-top: 160px !important;
  }
  ._sppb160 {
    padding-bottom: 160px !important;
  }
  ._sppt160 {
    padding-top: 160px !important;
  }
}
._mb165 {
  margin-bottom: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._mt165 {
  margin-top: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._ml165 {
  margin-left: 165px !important;
}

._mr165 {
  margin-right: 165px !important;
}

._pb165 {
  padding-bottom: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._pt165 {
  padding-top: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._pl165 {
  padding-left: 165px !important;
}

._pr165 {
  padding-right: 165px !important;
}

._mbst165 {
  margin-bottom: 165px !important;
}

._mtst165 {
  margin-top: 165px !important;
}

._mlst165 {
  margin-left: 165px !important;
}

._mrst165 {
  margin-right: 165px !important;
}

._pbst165 {
  padding-bottom: 165px !important;
}

._ptst165 {
  padding-top: 165px !important;
}

._plst165 {
  padding-left: 165px !important;
}

._prst165 {
  padding-right: 165px !important;
}

@media (min-width: 756px) {
  ._pcmb165 {
    margin-bottom: 165px !important;
  }
  ._pcmt165 {
    margin-top: 165px !important;
  }
  ._pcpb165 {
    padding-bottom: 165px !important;
  }
  ._pcpt165 {
    padding-top: 165px !important;
  }
}
@media (max-width: 768px) {
  ._mb165 {
    margin-bottom: 24.75vw !important;
  }
  ._mt165 {
    margin-top: 24.75vw !important;
  }
  ._ml165 {
    margin-left: 24.75vw !important;
  }
  ._mr165 {
    margin-right: 24.75vw !important;
  }
  ._pb165 {
    padding-bottom: 24.75vw !important;
  }
  ._pt165 {
    padding-top: 24.75vw !important;
  }
  ._pl165 {
    padding-left: 24.75vw !important;
  }
  ._pr165 {
    padding-right: 24.75vw !important;
  }
  ._spmb165 {
    margin-bottom: 165px !important;
  }
  ._spmt165 {
    margin-top: 165px !important;
  }
  ._sppb165 {
    padding-bottom: 165px !important;
  }
  ._sppt165 {
    padding-top: 165px !important;
  }
}
._mb170 {
  margin-bottom: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._mt170 {
  margin-top: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._ml170 {
  margin-left: 170px !important;
}

._mr170 {
  margin-right: 170px !important;
}

._pb170 {
  padding-bottom: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._pt170 {
  padding-top: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._pl170 {
  padding-left: 170px !important;
}

._pr170 {
  padding-right: 170px !important;
}

._mbst170 {
  margin-bottom: 170px !important;
}

._mtst170 {
  margin-top: 170px !important;
}

._mlst170 {
  margin-left: 170px !important;
}

._mrst170 {
  margin-right: 170px !important;
}

._pbst170 {
  padding-bottom: 170px !important;
}

._ptst170 {
  padding-top: 170px !important;
}

._plst170 {
  padding-left: 170px !important;
}

._prst170 {
  padding-right: 170px !important;
}

@media (min-width: 756px) {
  ._pcmb170 {
    margin-bottom: 170px !important;
  }
  ._pcmt170 {
    margin-top: 170px !important;
  }
  ._pcpb170 {
    padding-bottom: 170px !important;
  }
  ._pcpt170 {
    padding-top: 170px !important;
  }
}
@media (max-width: 768px) {
  ._mb170 {
    margin-bottom: 25.5vw !important;
  }
  ._mt170 {
    margin-top: 25.5vw !important;
  }
  ._ml170 {
    margin-left: 25.5vw !important;
  }
  ._mr170 {
    margin-right: 25.5vw !important;
  }
  ._pb170 {
    padding-bottom: 25.5vw !important;
  }
  ._pt170 {
    padding-top: 25.5vw !important;
  }
  ._pl170 {
    padding-left: 25.5vw !important;
  }
  ._pr170 {
    padding-right: 25.5vw !important;
  }
  ._spmb170 {
    margin-bottom: 170px !important;
  }
  ._spmt170 {
    margin-top: 170px !important;
  }
  ._sppb170 {
    padding-bottom: 170px !important;
  }
  ._sppt170 {
    padding-top: 170px !important;
  }
}
._mb175 {
  margin-bottom: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._mt175 {
  margin-top: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._ml175 {
  margin-left: 175px !important;
}

._mr175 {
  margin-right: 175px !important;
}

._pb175 {
  padding-bottom: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._pt175 {
  padding-top: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._pl175 {
  padding-left: 175px !important;
}

._pr175 {
  padding-right: 175px !important;
}

._mbst175 {
  margin-bottom: 175px !important;
}

._mtst175 {
  margin-top: 175px !important;
}

._mlst175 {
  margin-left: 175px !important;
}

._mrst175 {
  margin-right: 175px !important;
}

._pbst175 {
  padding-bottom: 175px !important;
}

._ptst175 {
  padding-top: 175px !important;
}

._plst175 {
  padding-left: 175px !important;
}

._prst175 {
  padding-right: 175px !important;
}

@media (min-width: 756px) {
  ._pcmb175 {
    margin-bottom: 175px !important;
  }
  ._pcmt175 {
    margin-top: 175px !important;
  }
  ._pcpb175 {
    padding-bottom: 175px !important;
  }
  ._pcpt175 {
    padding-top: 175px !important;
  }
}
@media (max-width: 768px) {
  ._mb175 {
    margin-bottom: 26.25vw !important;
  }
  ._mt175 {
    margin-top: 26.25vw !important;
  }
  ._ml175 {
    margin-left: 26.25vw !important;
  }
  ._mr175 {
    margin-right: 26.25vw !important;
  }
  ._pb175 {
    padding-bottom: 26.25vw !important;
  }
  ._pt175 {
    padding-top: 26.25vw !important;
  }
  ._pl175 {
    padding-left: 26.25vw !important;
  }
  ._pr175 {
    padding-right: 26.25vw !important;
  }
  ._spmb175 {
    margin-bottom: 175px !important;
  }
  ._spmt175 {
    margin-top: 175px !important;
  }
  ._sppb175 {
    padding-bottom: 175px !important;
  }
  ._sppt175 {
    padding-top: 175px !important;
  }
}
._mb180 {
  margin-bottom: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._mt180 {
  margin-top: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._ml180 {
  margin-left: 180px !important;
}

._mr180 {
  margin-right: 180px !important;
}

._pb180 {
  padding-bottom: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._pt180 {
  padding-top: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._pl180 {
  padding-left: 180px !important;
}

._pr180 {
  padding-right: 180px !important;
}

._mbst180 {
  margin-bottom: 180px !important;
}

._mtst180 {
  margin-top: 180px !important;
}

._mlst180 {
  margin-left: 180px !important;
}

._mrst180 {
  margin-right: 180px !important;
}

._pbst180 {
  padding-bottom: 180px !important;
}

._ptst180 {
  padding-top: 180px !important;
}

._plst180 {
  padding-left: 180px !important;
}

._prst180 {
  padding-right: 180px !important;
}

@media (min-width: 756px) {
  ._pcmb180 {
    margin-bottom: 180px !important;
  }
  ._pcmt180 {
    margin-top: 180px !important;
  }
  ._pcpb180 {
    padding-bottom: 180px !important;
  }
  ._pcpt180 {
    padding-top: 180px !important;
  }
}
@media (max-width: 768px) {
  ._mb180 {
    margin-bottom: 27vw !important;
  }
  ._mt180 {
    margin-top: 27vw !important;
  }
  ._ml180 {
    margin-left: 27vw !important;
  }
  ._mr180 {
    margin-right: 27vw !important;
  }
  ._pb180 {
    padding-bottom: 27vw !important;
  }
  ._pt180 {
    padding-top: 27vw !important;
  }
  ._pl180 {
    padding-left: 27vw !important;
  }
  ._pr180 {
    padding-right: 27vw !important;
  }
  ._spmb180 {
    margin-bottom: 180px !important;
  }
  ._spmt180 {
    margin-top: 180px !important;
  }
  ._sppb180 {
    padding-bottom: 180px !important;
  }
  ._sppt180 {
    padding-top: 180px !important;
  }
}
._mb185 {
  margin-bottom: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._mt185 {
  margin-top: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._ml185 {
  margin-left: 185px !important;
}

._mr185 {
  margin-right: 185px !important;
}

._pb185 {
  padding-bottom: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._pt185 {
  padding-top: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._pl185 {
  padding-left: 185px !important;
}

._pr185 {
  padding-right: 185px !important;
}

._mbst185 {
  margin-bottom: 185px !important;
}

._mtst185 {
  margin-top: 185px !important;
}

._mlst185 {
  margin-left: 185px !important;
}

._mrst185 {
  margin-right: 185px !important;
}

._pbst185 {
  padding-bottom: 185px !important;
}

._ptst185 {
  padding-top: 185px !important;
}

._plst185 {
  padding-left: 185px !important;
}

._prst185 {
  padding-right: 185px !important;
}

@media (min-width: 756px) {
  ._pcmb185 {
    margin-bottom: 185px !important;
  }
  ._pcmt185 {
    margin-top: 185px !important;
  }
  ._pcpb185 {
    padding-bottom: 185px !important;
  }
  ._pcpt185 {
    padding-top: 185px !important;
  }
}
@media (max-width: 768px) {
  ._mb185 {
    margin-bottom: 27.75vw !important;
  }
  ._mt185 {
    margin-top: 27.75vw !important;
  }
  ._ml185 {
    margin-left: 27.75vw !important;
  }
  ._mr185 {
    margin-right: 27.75vw !important;
  }
  ._pb185 {
    padding-bottom: 27.75vw !important;
  }
  ._pt185 {
    padding-top: 27.75vw !important;
  }
  ._pl185 {
    padding-left: 27.75vw !important;
  }
  ._pr185 {
    padding-right: 27.75vw !important;
  }
  ._spmb185 {
    margin-bottom: 185px !important;
  }
  ._spmt185 {
    margin-top: 185px !important;
  }
  ._sppb185 {
    padding-bottom: 185px !important;
  }
  ._sppt185 {
    padding-top: 185px !important;
  }
}
._mb190 {
  margin-bottom: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._mt190 {
  margin-top: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._ml190 {
  margin-left: 190px !important;
}

._mr190 {
  margin-right: 190px !important;
}

._pb190 {
  padding-bottom: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._pt190 {
  padding-top: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._pl190 {
  padding-left: 190px !important;
}

._pr190 {
  padding-right: 190px !important;
}

._mbst190 {
  margin-bottom: 190px !important;
}

._mtst190 {
  margin-top: 190px !important;
}

._mlst190 {
  margin-left: 190px !important;
}

._mrst190 {
  margin-right: 190px !important;
}

._pbst190 {
  padding-bottom: 190px !important;
}

._ptst190 {
  padding-top: 190px !important;
}

._plst190 {
  padding-left: 190px !important;
}

._prst190 {
  padding-right: 190px !important;
}

@media (min-width: 756px) {
  ._pcmb190 {
    margin-bottom: 190px !important;
  }
  ._pcmt190 {
    margin-top: 190px !important;
  }
  ._pcpb190 {
    padding-bottom: 190px !important;
  }
  ._pcpt190 {
    padding-top: 190px !important;
  }
}
@media (max-width: 768px) {
  ._mb190 {
    margin-bottom: 28.5vw !important;
  }
  ._mt190 {
    margin-top: 28.5vw !important;
  }
  ._ml190 {
    margin-left: 28.5vw !important;
  }
  ._mr190 {
    margin-right: 28.5vw !important;
  }
  ._pb190 {
    padding-bottom: 28.5vw !important;
  }
  ._pt190 {
    padding-top: 28.5vw !important;
  }
  ._pl190 {
    padding-left: 28.5vw !important;
  }
  ._pr190 {
    padding-right: 28.5vw !important;
  }
  ._spmb190 {
    margin-bottom: 190px !important;
  }
  ._spmt190 {
    margin-top: 190px !important;
  }
  ._sppb190 {
    padding-bottom: 190px !important;
  }
  ._sppt190 {
    padding-top: 190px !important;
  }
}
._mb195 {
  margin-bottom: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._mt195 {
  margin-top: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._ml195 {
  margin-left: 195px !important;
}

._mr195 {
  margin-right: 195px !important;
}

._pb195 {
  padding-bottom: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._pt195 {
  padding-top: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._pl195 {
  padding-left: 195px !important;
}

._pr195 {
  padding-right: 195px !important;
}

._mbst195 {
  margin-bottom: 195px !important;
}

._mtst195 {
  margin-top: 195px !important;
}

._mlst195 {
  margin-left: 195px !important;
}

._mrst195 {
  margin-right: 195px !important;
}

._pbst195 {
  padding-bottom: 195px !important;
}

._ptst195 {
  padding-top: 195px !important;
}

._plst195 {
  padding-left: 195px !important;
}

._prst195 {
  padding-right: 195px !important;
}

@media (min-width: 756px) {
  ._pcmb195 {
    margin-bottom: 195px !important;
  }
  ._pcmt195 {
    margin-top: 195px !important;
  }
  ._pcpb195 {
    padding-bottom: 195px !important;
  }
  ._pcpt195 {
    padding-top: 195px !important;
  }
}
@media (max-width: 768px) {
  ._mb195 {
    margin-bottom: 29.25vw !important;
  }
  ._mt195 {
    margin-top: 29.25vw !important;
  }
  ._ml195 {
    margin-left: 29.25vw !important;
  }
  ._mr195 {
    margin-right: 29.25vw !important;
  }
  ._pb195 {
    padding-bottom: 29.25vw !important;
  }
  ._pt195 {
    padding-top: 29.25vw !important;
  }
  ._pl195 {
    padding-left: 29.25vw !important;
  }
  ._pr195 {
    padding-right: 29.25vw !important;
  }
  ._spmb195 {
    margin-bottom: 195px !important;
  }
  ._spmt195 {
    margin-top: 195px !important;
  }
  ._sppb195 {
    padding-bottom: 195px !important;
  }
  ._sppt195 {
    padding-top: 195px !important;
  }
}
._mb200 {
  margin-bottom: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._mt200 {
  margin-top: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._ml200 {
  margin-left: 200px !important;
}

._mr200 {
  margin-right: 200px !important;
}

._pb200 {
  padding-bottom: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._pt200 {
  padding-top: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._pl200 {
  padding-left: 200px !important;
}

._pr200 {
  padding-right: 200px !important;
}

._mbst200 {
  margin-bottom: 200px !important;
}

._mtst200 {
  margin-top: 200px !important;
}

._mlst200 {
  margin-left: 200px !important;
}

._mrst200 {
  margin-right: 200px !important;
}

._pbst200 {
  padding-bottom: 200px !important;
}

._ptst200 {
  padding-top: 200px !important;
}

._plst200 {
  padding-left: 200px !important;
}

._prst200 {
  padding-right: 200px !important;
}

@media (min-width: 756px) {
  ._pcmb200 {
    margin-bottom: 200px !important;
  }
  ._pcmt200 {
    margin-top: 200px !important;
  }
  ._pcpb200 {
    padding-bottom: 200px !important;
  }
  ._pcpt200 {
    padding-top: 200px !important;
  }
}
@media (max-width: 768px) {
  ._mb200 {
    margin-bottom: 30vw !important;
  }
  ._mt200 {
    margin-top: 30vw !important;
  }
  ._ml200 {
    margin-left: 30vw !important;
  }
  ._mr200 {
    margin-right: 30vw !important;
  }
  ._pb200 {
    padding-bottom: 30vw !important;
  }
  ._pt200 {
    padding-top: 30vw !important;
  }
  ._pl200 {
    padding-left: 30vw !important;
  }
  ._pr200 {
    padding-right: 30vw !important;
  }
  ._spmb200 {
    margin-bottom: 200px !important;
  }
  ._spmt200 {
    margin-top: 200px !important;
  }
  ._sppb200 {
    padding-bottom: 200px !important;
  }
  ._sppt200 {
    padding-top: 200px !important;
  }
}
._dfjs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

._dfcc {
  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;
}

._sidep {
  padding-left: 25px;
  padding-right: 25px;
}

._imgratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.28%;
}
._imgratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._imgcover > img,
._imgcover svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

._imgcontain > img,
._imgcontain svg {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  ._imgcontain > img,
  ._imgcontain svg {
    width: 100%;
  }
}

._imgfree > img,
._imgfree svg {
  max-width: 100%;
  height: auto;
}

._bd {
  border: 1px solid #ccc;
}

._bdb {
  border-bottom: 1px solid #ccc;
}

._bd02 {
  border: 1px solid #f4f4f4;
}

._imglink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
._imglink:hover {
  opacity: 0.7;
}

._link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
._link:hover {
  text-decoration: none;
  opacity: 0.7 !important;
}

._linkscale {
  display: block;
  overflow: hidden;
}
._linkscale .imgarea {
  overflow: hidden;
}
._linkscale img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
._linkscale:hover {
  text-decoration: none;
}
._linkscale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

._fadeiu {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0), opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0), opacity 0.7s ease-out, -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
}
._fadeiu.-fdgroup:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup:nth-of-type(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup:nth-of-type(7) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(9) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup:nth-of-type(10) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(11) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(12) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup4:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup4:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._fadeiu.-fdgroup4:nth-of-type(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup4:nth-of-type(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup4:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._fadeiu.-fdgroup4:nth-of-type(9) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup4:nth-of-type(10) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup4:nth-of-type(11) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(12) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._fadeiu.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  ._fadeiu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

._fadeir {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -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: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
._fadeir.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  ._fadeir {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

._fadeil {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -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: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
._fadeil.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  ._fadeil {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

._fadeio {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s;
}
._fadeio.-active {
  opacity: 1;
}

._fadeblur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
._fadeblur.-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  ._fadeblur {
    -webkit-filter: unset;
            filter: unset;
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  ._fadeblur.-active {
    opacity: 1;
  }
}

._fadeblurGroup > .txt {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
._fadeblurGroup > .txt:nth-of-type(1) {
  -webkit-transition-delay: 0.11s;
          transition-delay: 0.11s;
}
._fadeblurGroup > .txt:nth-of-type(2) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
._fadeblurGroup > .txt:nth-of-type(3) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}
._fadeblurGroup > .txt:nth-of-type(4) {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
._fadeblurGroup > .txt:nth-of-type(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
._fadeblurGroup > .txt:nth-of-type(6) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
._fadeblurGroup > .txt:nth-of-type(7) {
  -webkit-transition-delay: 0.77s;
          transition-delay: 0.77s;
}
._fadeblurGroup > .txt:nth-of-type(8) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
._fadeblurGroup > .txt:nth-of-type(9) {
  -webkit-transition-delay: 0.99s;
          transition-delay: 0.99s;
}
._fadeblurGroup > .txt:nth-of-type(10) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
._fadeblurGroup > .txt:nth-of-type(11) {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}
._fadeblurGroup > .txt:nth-of-type(12) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
._fadeblurGroup.-active > .txt {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  ._fadeblurGroup > .txt {
    -webkit-filter: unset;
            filter: unset;
    opacity: 0;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
  ._fadeblurGroup.-active > .txt {
    opacity: 1;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* layout
------------------------------------------------------------*/
html {
  -webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #000;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  line-height: 1.4;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 500px) {
  body {
    min-width: 320px;
  }
}
body.is-fixed {
  overflow: hidden;
  width: 100%;
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media only screen and (max-width: 500px) {
  .is-pc {
    display: none !important;
  }
}

.l-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .l-container {
    max-width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100dvh;
}

.c-footer {
  background-color: #000;
}
.c-footer__container {
  padding: 48px 70px;
}
@media only screen and (max-width: 1025px) {
  .c-footer__container {
    padding: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .c-footer__container {
    padding: 47px 16px 51px;
  }
}
.c-footer__list {
  margin-top: 28px;
}
.c-footer__item {
  padding: 23px 0;
  border-bottom: 1px dashed #fff;
}
.c-footer__item:first-child {
  border-top: 1px dashed #fff;
}
.c-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-footer__link:hover {
  opacity: 0.7;
}
.c-footer__box-head {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-footer__box-head:hover {
  opacity: 0.7;
}
.c-footer__head-figure {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.c-footer__head-img {
  aspect-ratio: 120/16;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-footer__head {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-footer__icon-figure {
  display: block;
  max-width: 17px;
  width: 100%;
  height: auto;
}
.c-footer__icon-img {
  aspect-ratio: 17/14;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-footer__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 190%;
  letter-spacing: 0.05em;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form .readonly.-caution,
.c-form .chkul.-caution,
.c-form input[type=email].-caution,
.c-form input[type=number].-caution,
.c-form input[type=text].-caution,
.c-form select.-caution,
.c-form textarea.-caution {
  border: 2px solid #f00;
}
.c-form__innerGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__innerGroup > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__flex > span {
  margin-left: 10px;
  display: block;
}
.c-form__label--required {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-form__label--required::after {
  content: "必 須";
  font-size: 1rem;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.2em;
  width: 42px;
  height: 17px;
  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;
  background-color: #000;
}
.c-form__input {
  margin-top: 8px;
}
.c-form__area:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .c-form__area:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-form__input02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__label02 {
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  padding: 2rem 0.5rem 2rem 0;
}
.c-form__input02 .c-formctrl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__input02 > .c-form__inputWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__phone {
  max-width: 100%;
}
.c-form__readonly {
  background-color: #e6e6e6;
  padding: 1.8rem 2rem;
  min-height: 6rem;
}
.c-form__line {
  height: 1px;
  margin: 12px 0;
}
.c-form__line-2 {
  height: 1px;
  margin: 7px 0;
}
.c-form__line-3 {
  height: 1px;
  margin: 6px 0;
}
.c-form__checks.-caution .check-custom {
  border: 1px solid #f00;
}
.c-form__submit {
  width: 27rem;
  height: 5rem;
  font-size: 1.4rem;
  outline: none;
  border: 1px solid #0068b7;
  color: #fff;
  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;
  background-color: #0068b7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-form__submit:hover {
  background-color: #fff;
  color: #0068b7;
}
.c-form__pickdate {
  position: absolute;
  top: 1.8rem;
  left: 2rem;
}
.c-form__chkblock {
  padding: 2.5rem 3rem;
}
.c-form__chkblock--custom .check-item {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media only screen and (max-width: 500px) {
  .c-form__chkblock--custom .check-item {
    width: 100% !important;
  }
}
.c-form__chkblock.error {
  border: 1px solid #ff0000;
}
.c-form__radioblock {
  padding: 2.5rem;
}
.c-form__radioblock.error {
  border: 1px solid #ff0000;
}
.c-form__inquiry {
  max-width: 95%;
}
@media only screen and (max-width: 500px) {
  .c-form__inquiry {
    max-width: 100%;
  }
}
.c-form .c-formctrl[readonly].error {
  border: 1px solid rgb(255, 0, 0);
}
.c-form label.error {
  color: rgb(255, 0, 0);
}
.c-form__datePickr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-form__datePickr > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__datePickrIcon {
  max-width: 2.4rem;
  padding-top: 2rem;
  cursor: pointer;
}
.c-form__datePickrClear {
  width: 24px;
  min-height: 100%;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 71.7 71.7" style="enable-background:new 0 0 71.7 71.7;" xml:space="preserve"><style type="text/css">.st0{fill:%222222;}</style><g id="%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2_00000093170183203419450290000005476752334869082289_"><g id="icon"><path class="st0" d="M35.9,0C16.1,0,0,16.1,0,35.9s16.1,35.9,35.9,35.9s35.9-16.1,35.9-35.9l0,0C71.7,16.1,55.7,0,35.9,0L35.9,0z M52.4,48L48,52.4L35.9,40.2L23.7,52.4L19.4,48l12.2-12.1L19.4,23.7l4.3-4.3l12.2,12.2L48,19.3l4.3,4.3L40.2,35.9L52.4,48z"/></g></g></svg>') center center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form__datePickrClear--hide01 {
  opacity: 0;
  visibility: hidden;
}
.c-form__datePickrClear--hide02 {
  opacity: 0;
  visibility: hidden;
}
.c-form__datePickrClear:hover {
  opacity: 0.7;
}
.c-form .joinlist {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  grid-auto-columns: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.c-form .joinlist .list {
  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;
  position: relative;
  row-gap: 8px;
}
.c-form .joinlist label {
  font-size: 1.4rem;
}
@media only screen and (max-width: 500px) {
  .c-form .joinlist {
    grid-template-columns: repeat(auto-fit, 65px);
  }
}
.c-form .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 500px) {
  .c-form .check-item {
    width: 100%;
  }
}
.c-form .check-item label {
  cursor: pointer;
}
.c-form .check-item span {
  font-size: 1.2rem;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.c-form .check-hidden {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form .check-hidden:checked + .check-custom {
  background: #fff;
  border-color: #D9D9D9;
}
.c-form .check-hidden:checked + .check-custom::after {
  opacity: 1;
}
.c-form .check-hidden:checked + .radio-custom::after {
  opacity: 1;
}
.c-form .check-custom {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #D9D9D9;
  line-height: 14px;
  text-align: center;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
}
.c-form .check-custom::after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 15px;
  height: 10px;
  background: url("../../assets/images/icons/icon-check.svg") center/cover no-repeat;
}
.c-form .radio-custom {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cccccc;
  line-height: 14px;
  text-align: center;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.c-form .radio-custom::after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background: #222;
  border-radius: 50%;
}
.c-form__confirm ._linkudb {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-form__confirm ._linkudb:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 500px) {
  .c-form__confirmTxt {
    line-height: 2;
  }
}
.c-form__privacy {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-size: 1.4rem;
}
.c-form__privacy input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__privacy label {
  cursor: pointer;
}
.c-form__privacy input[type=checkbox]:checked ~ .c-form__privacy-icon:after {
  opacity: 1;
}
.c-form__privacy-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #fff;
  margin-right: 10px;
}
.c-form__privacy-icon::after {
  content: "";
  display: block;
  opacity: 0;
  width: 12px;
  height: 12px;
  background: #000;
}
.c-form__privacy-icon.error {
  border-color: #ff0000;
}
.c-form__radio01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.c-form__radio02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.5rem 2rem;
  padding-bottom: 3rem;
}
.c-form__radio02 .check-item {
  width: auto;
}
@media only screen and (max-width: 500px) {
  .c-form__radio02 {
    gap: 2rem;
  }
}

.c-form__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
}
.c-form__lead {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  color: #222;
  text-align: center;
  margin-top: 21px;
}
.c-form__head {
  padding-top: 81px;
  margin-top: 50px;
  padding-bottom: 61px;
}
@media only screen and (max-width: 500px) {
  .c-form__head {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.form-confirm {
  margin-top: 70px;
  width: 100%;
  font-size: 1.6rem;
  border-collapse: collapse;
  line-height: 1.5;
}
.form-confirm tr {
  border-bottom: 1px solid #ccc;
}
.form-confirm tr:first-child {
  border-top: 1px solid #ccc;
}
.form-confirm td {
  padding: 30px 0;
}
.form-confirm td.namearea {
  vertical-align: top;
}
@media only screen and (max-width: 1025px) {
  .form-confirm td.namearea {
    width: 25%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .form-confirm td.namearea {
    width: 100%;
    padding: 30px 0 0;
  }
  .form-confirm td.inputarea {
    padding-top: 20px;
  }
}
.form-confirm .namearea {
  width: 31.25%;
  padding-right: 3%;
}
@media only screen and (max-width: 500px) {
  .form-confirm .namearea {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .form-confirm thead,
  .form-confirm tbody,
  .form-confirm th,
  .form-confirm td,
  .form-confirm tr {
    display: block;
  }
}

/*
------------------------------------------------------------*/
.c-formctrl {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.1em;
  background-color: #EEE;
  outline: none;
  padding: 15px;
  resize: none;
  border: none;
}
.c-formctrl::-webkit-input-placeholder {
  color: #999;
}
.c-formctrl::-moz-placeholder {
  color: #999;
}
.c-formctrl:-ms-input-placeholder {
  color: #999;
}
.c-formctrl::-ms-input-placeholder {
  color: #999;
}
.c-formctrl::placeholder {
  color: #999;
}
.c-formctrl.error {
  border: 1px solid #ff0000;
}

.c-form__check-2-col {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8px;
}

@media (max-width: 1250px) {
  .c-form__check-1-col-sp {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-form__check-1-col {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8px;
}

.c-form__note {
  font-size: 1.2rem;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-form__input-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media only screen and (max-width: 500px) {
  .c-form__input-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 8px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
@media only screen and (max-width: 500px) {
  .c-mainvisual {
    max-height: 800px;
    height: 100vh;
    overflow: hidden;
  }
}
.c-mainvisual__container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .c-mainvisual__container {
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__container {
    max-width: 100%;
  }
}
.c-mainvisual__box-left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px - (100% - 500px) / 2);
  height: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 1025px) {
  .c-mainvisual__box-left {
    height: 780px;
  }
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-left {
    display: none;
  }
}
.c-mainvisual__box-left-figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-mainvisual__box-left-figure::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background-color: #050505;
}
@media (max-width: 540px) {
  .c-mainvisual__box-left-figure::after {
    display: none;
  }
}
.c-mainvisual__box-left-img {
  aspect-ratio: 0.577;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  .c-mainvisual__box-left-img {
    aspect-ratio: 0.3115;
  }
}
.c-mainvisual__box-center {
  position: relative;
  height: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-center {
    max-height: 800px;
    height: 100dvh;
  }
}
.c-mainvisual__box-center-figure {
  display: block;
  width: 100%;
}
.c-mainvisual__box-center-figure-1, .c-mainvisual__box-center-figure-2, .c-mainvisual__box-center-figure-3, .c-mainvisual__box-center-figure-4 {
  display: block;
  max-width: 62.5%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 8.5%;
  right: 0;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-center-figure-1, .c-mainvisual__box-center-figure-2, .c-mainvisual__box-center-figure-3, .c-mainvisual__box-center-figure-4 {
    max-width: 64.5%;
    bottom: 7.1%;
  }
}
.c-mainvisual__box-center-figure-1 {
  z-index: 1;
  max-width: unset;
  width: auto;
  height: 60%;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-center-figure-1 {
    max-width: 100%;
    height: 57%;
  }
}
.c-mainvisual__box-center-figure-2 {
  left: 0;
  z-index: 2;
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50.5%;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-center-figure-2 {
    max-width: 100%;
    height: 48.5%;
  }
}
.c-mainvisual__box-center-figure-3 {
  z-index: 3;
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42%;
  left: 6%;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-center-figure-3 {
    max-width: 100%;
    height: 40%;
    left: 4%;
  }
}
.c-mainvisual__box-center-figure-4 {
  max-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.c-mainvisual__box-center-img {
  width: 100%;
  height: auto;
}
.c-mainvisual__box-center-img-1, .c-mainvisual__box-center-img-2, .c-mainvisual__box-center-img-3 {
  width: auto;
  height: 100%;
}
.c-mainvisual__box-name-1, .c-mainvisual__box-name-2, .c-mainvisual__box-name-3 {
  background-color: #0046D1;
  text-align: center;
  position: absolute;
  z-index: 5;
}
.c-mainvisual__box-name-1 {
  width: 97px;
  height: 47px;
  padding: 3px;
  bottom: 16%;
  right: 5.7%;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-name-1 {
    bottom: 14.2%;
    right: 4%;
    z-index: 6;
  }
}
.c-mainvisual__box-name-2 {
  width: 97px;
  height: 47px;
  padding: 3px;
  bottom: 14.1%;
  left: 15%;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-name-2 {
    bottom: 10.4%;
    left: 26.2%;
  }
}
.c-mainvisual__box-name-3 {
  width: 127px;
  height: 47px;
  padding: 3px;
  bottom: 21.2%;
  left: 1.4%;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-name-3 {
    width: 89px;
    height: 60px;
    bottom: 16.8%;
    left: 2%;
  }
}
.c-mainvisual__name-jp {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.25em;
}
.c-mainvisual__name-en {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 4px;
}
.c-mainvisual__affiliation {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 2px;
}
.c-mainvisual__box-right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 500px - (100% - 500px) / 2);
  height: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-right {
    display: none;
  }
}
.c-mainvisual__box-right-2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 32.64%;
  height: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 1025px) {
  .c-mainvisual__box-right-2 {
    display: block;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding-left: 0;
  }
  .c-mainvisual__box-right-2.show {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .c-mainvisual__box-right-2 {
    width: 100%;
    height: 100%;
  }
}
.c-mainvisual .js-mainvisual__box-left,
.c-mainvisual .js-mainvisual__box-center,
.c-mainvisual .js-mainvisual__box-right {
  opacity: 0;
}
@media only screen and (max-width: 1025px) {
  .c-mainvisual .js-mainvisual__box-right {
    opacity: 0;
  }
}
.c-mainvisual .js-mainvisual__box-center-figure-1,
.c-mainvisual .js-mainvisual__box-center-figure-2,
.c-mainvisual .js-mainvisual__box-center-figure-3 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.c-mainvisual .js-mainvisual__box-name-1,
.c-mainvisual .js-mainvisual__box-name-2,
.c-mainvisual .js-mainvisual__box-name-3 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.c-mainvisual .appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-nav {
  background: url("../../assets/images/top/mv-right-pc.jpg") center/cover no-repeat;
  aspect-ratio: 900/1560;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background-color: #050505;
}
@media (max-width: 540px) {
  .c-nav::after {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .c-nav {
    background: url("../../assets/images/top/mv-right-sp.jpg") center/cover no-repeat;
    width: 100%;
    height: 780px;
    aspect-ratio: 0.3115;
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .c-nav {
    display: none;
  }
}
.c-nav__list {
  width: 100%;
  padding: 30px 40px;
}
@media only screen and (max-width: 1025px) {
  .c-nav__list {
    padding: 30px 40px;
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .c-nav__list {
    padding: 30px 60px 30px 20px;
  }
}
.c-nav__item {
  margin-top: 20px;
}
.c-nav__item:first-child {
  margin-top: 0;
}
.c-nav__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-nav__link:hover {
  opacity: 0.7;
}
.c-nav__text-en {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Akshar", sans-serif;
  color: #212121;
  line-height: 1;
}
.c-nav__text-jp {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
.c-nav__box-bottom {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .c-nav__box-bottom {
    display: none;
  }
}
.c-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 30px 20px 30px;
}
@media only screen and (max-width: 1025px) {
  .c-nav__social {
    padding: 20px 30px 20px 0;
  }
}
.c-nav__social-figure {
  display: block;
  max-width: 30px;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-nav__social-figure:hover {
  opacity: 0.7;
}
.c-nav__social-img {
  aspect-ratio: 30/31;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-nav__btn-entry .c-btn-entry__link {
  max-width: 100%;
}

.c-nav-2 {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .c-nav-2 {
    background: url("../../assets/images/top/mv-right-sp.jpg") center/cover no-repeat;
    width: 50%;
    height: inherit;
    aspect-ratio: 0.3115;
    margin: 0 0 0 auto;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media only screen and (max-width: 500px) {
  .c-nav-2 {
    width: 100%;
    margin: 0;
  }
}
.c-nav-2__list {
  width: 100%;
  padding: 30px 40px;
}
@media only screen and (max-width: 1025px) {
  .c-nav-2__list {
    padding: 30px 80px 30px 40px;
  }
}
@media only screen and (max-width: 500px) {
  .c-nav-2__list {
    padding: 30px 60px 30px 20px;
  }
}
.c-nav-2__item {
  margin-top: 20px;
}
.c-nav-2__item:first-child {
  margin-top: 0;
}
.c-nav-2__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-nav-2__link:hover {
  opacity: 0.7;
}
.c-nav-2__text-en {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Akshar", sans-serif;
  color: #212121;
  line-height: 1;
}
.c-nav-2__text-jp {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
.c-nav-2__box-bottom {
  width: 100%;
}
.c-nav-2__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 20px 0;
}
@media only screen and (max-width: 1025px) {
  .c-nav-2__social {
    padding: 20px 30px 20px 0;
  }
}
.c-nav-2__social-figure {
  display: block;
  max-width: 30px;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-nav-2__social-figure:hover {
  opacity: 0.7;
}
.c-nav-2__social-img {
  aspect-ratio: 30/31;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-nav-2__btn-entry .c-btn-entry__link {
  max-width: 100%;
}

.c-btn-entry__link {
  display: block;
  max-width: 468px;
  width: 100%;
  background-color: #0046D1;
  padding: 26px 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn-entry__link:hover {
  opacity: 0.7;
}
.c-btn-entry__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 8px;
  background: url("../../assets/images/icons/icon-arrow-right.svg") center/cover no-repeat;
}
.c-btn-entry__text-en {
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Akshar", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.c-btn-entry__text-jp {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-concept {
  padding-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.c-concept.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-concept__container {
  padding: 0 16px;
}
.c-concept__desc {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  margin-top: 31px;
}
.c-concept__list {
  margin-top: 42px;
}
@media only screen and (max-width: 500px) {
  .c-concept__list {
    padding-bottom: 140px;
  }
}
.c-concept__item {
  position: relative;
  padding-bottom: 25%;
  margin-top: 5.7%;
}
.c-concept__item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .c-concept__item {
    padding-bottom: 0;
    margin-top: 200px;
  }
}
.c-concept__figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.c-concept__img {
  aspect-ratio: 468/234;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-concept__box-text {
  width: 85%;
  height: 54%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 23px;
}
@media only screen and (max-width: 500px) {
  .c-concept__box-text {
    width: 100%;
    height: 27%;
    padding: 23px 3px;
  }
}
.c-concept__box-text-container {
  position: relative;
}
.c-concept__title-en {
  font-size: 4.8rem;
  font-weight: 300;
  font-family: "Akshar", sans-serif;
  color: #0046D1;
  line-height: 80%;
  text-transform: uppercase;
  position: absolute;
  top: 45%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 500px) {
  .c-concept__title-en {
    top: 71%;
  }
}
.c-concept__title-jp {
  font-size: 2rem;
  font-weight: 700;
  color: #020202;
  text-align: center;
}
.c-concept__text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #020202;
  line-height: 190%;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 11px;
}

.c-head__en {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
  color: #000;
  padding-left: 12px;
  position: relative;
}
.c-head__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0046D1;
  border-radius: 50%;
}
.c-head__en-white {
  color: #fff;
}
.c-head__jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.c-head__jp-white {
  color: #fff;
  margin-top: 4px;
}

.c-guest {
  padding: 54px 0 56px;
}
.c-guest__container {
  padding: 0 16px;
}
.c-guest__desc {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  margin-top: 31px;
}
@media only screen and (max-width: 500px) {
  .c-guest__desc {
    margin-top: 29px;
  }
}
.c-guest__list {
  margin-top: 38px;
}
@media only screen and (max-width: 500px) {
  .c-guest__list {
    margin-top: 42px;
  }
}
.c-guest__item {
  margin-top: 45px;
}
.c-guest__item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .c-guest__item {
    margin-top: 44px;
  }
}
.c-guest__figure {
  display: block;
  max-width: 360px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .c-guest__figure {
    max-width: 330px;
  }
}
.c-guest__img {
  aspect-ratio: 360/360;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-guest__box-text {
  text-align: center;
}
.c-guest__name-jp {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.c-guest__name-en {
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Akshar", sans-serif;
  color: #CECECE;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.c-guest__affiliation {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
}
.c-guest__team {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 130%;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.c-guest__btn {
  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;
  margin-top: 52px;
}

.c-voice {
  background-color: #000;
  padding-top: 43px;
}
.c-voice__container {
  padding: 0 16px;
}
.c-voice__list {
  margin-top: 38px;
}
.c-voice__item {
  border-top: 1px dashed #fff;
  padding-bottom: 20px;
}
.c-voice__box-icon {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.c-voice__figure {
  display: block;
  max-width: 26px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.c-voice__img {
  aspect-ratio: 26/19;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-voice__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.c-voice__desc {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 190%;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 10px;
}
.c-voice__box-movie {
  margin-top: 40px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .c-voice__box-movie {
    margin-top: 43px;
  }
}
.c-voice__movie-figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.c-voice__movie-figure::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../../assets/images/icons/icon-pause.svg") center/cover no-repeat;
  aspect-ratio: 100/100;
  width: 100px;
  height: 100px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}
.c-voice__movie-img {
  aspect-ratio: 468/263;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.archivelink .link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 190%;
  letter-spacing: 0.05em;
  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;
  gap: 5px;
  margin-top: 10px;
}
.archivelink .link::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 8px;
  background: url(../../assets/images/icons/icon-arrow-right.svg) center/cover no-repeat;
  background-size: contain;
}

.c-message {
  padding: 50px 0 0;
}
.c-message__container {
  padding: 0 16px;
}
.c-message__desc {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  margin-top: 31px;
}
.c-message__list {
  margin-top: 38px;
}
.c-message__item {
  margin-top: 45px;
}
.c-message__item:first-child {
  margin-top: 0;
}
.c-message__figure {
  display: block;
  max-width: 360px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .c-message__figure {
    max-width: 330px;
  }
}
.c-message__img {
  aspect-ratio: 360/360;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-message__name-jp {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .c-message__name-jp {
    line-height: 180%;
  }
}
.c-message__name-en {
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Akshar", sans-serif;
  color: #CECECE;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.c-message__affiliation {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-message__team {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
  margin-top: 29px;
}
.c-message__box-movie {
  margin-top: 40px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .c-message__box-movie {
    margin-top: 42px;
  }
}
.c-message__movie-figure {
  display: block;
  max-width: 264px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.c-message__movie-figure::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../../assets/images/icons/icon-pause.svg") center/cover no-repeat;
  aspect-ratio: 100/100;
  width: 100px;
  height: 100px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}
.c-message__movie-img {
  aspect-ratio: 264/468;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-gallery {
  padding-top: 47px;
}
.c-gallery__container {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "img01 img01 img01" "img02 txt01 img03" "img04 img06 img06" "img05 img06 img06" "txt02 img07 img08" "img09 img10 img11" "img12 img12 txt03" "img13 img13 img13";
  gap: 7px;
  background-color: #000;
}
@media only screen and (max-width: 500px) {
  .c-gallery__container {
    gap: 4px;
  }
}
.c-gallery__container img {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-gallery__container img:hover {
  opacity: 0.7;
}
.c-gallery__container .c-gallery__box-text-2 img, .c-gallery__container .c-gallery__box-text-3 img {
  pointer-events: none;
}
.c-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-gallery__img-1 {
  aspect-ratio: 500/180;
}
.c-gallery__img-2, .c-gallery__img-3, .c-gallery__img-4, .c-gallery__img-5, .c-gallery__img-7, .c-gallery__img-8, .c-gallery__img-9, .c-gallery__img-10, .c-gallery__img-11 {
  aspect-ratio: 162/162;
}
.c-gallery__img-6 {
  aspect-ratio: 331/331;
}
.c-gallery__img-12 {
  aspect-ratio: 330/160;
}
.c-gallery__img-13 {
  aspect-ratio: 500/250;
}
.c-gallery__link {
  display: block;
}
.c-gallery__link-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: img01;
}
.c-gallery__link-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: img02;
}
.c-gallery__link-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: img03;
}
.c-gallery__link-4 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: img04;
}
.c-gallery__link-5 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: img05;
}
.c-gallery__link-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: img06;
}
.c-gallery__link-7 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: img07;
}
.c-gallery__link-8 {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
  grid-area: img08;
}
.c-gallery__link-9 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: img09;
}
.c-gallery__link-10 {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: img10;
}
.c-gallery__link-11 {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
  grid-area: img11;
}
.c-gallery__link-12 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: img12;
}
.c-gallery__link-13 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: img13;
}
.c-gallery__box-text-1 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: txt01;
}
.c-gallery__box-text-2 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: txt02;
}
.c-gallery__box-text-3 {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
  grid-area: txt03;
}
.c-gallery__box-text-1, .c-gallery__box-text-2 {
  padding: 10px;
  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;
}
@media only screen and (max-width: 1025px) {
  .c-gallery__box-text-1, .c-gallery__box-text-2 {
    width: 100%;
  }
}
.c-gallery__box-text-3 {
  padding: 10px;
  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;
}
.c-gallery__text-1 {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Akshar", sans-serif;
  color: #fff;
  line-height: 190%;
  letter-spacing: 0.16em;
}
.c-gallery__text-2-figure {
  display: block;
  max-width: 70px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.c-gallery__text-3-figure {
  display: block;
  max-width: 63px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.c-gallery__text-2-img {
  aspect-ratio: 70/68.76;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-gallery__text-3-img {
  aspect-ratio: 63/46;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-outline {
  padding: 47px 0 0;
}
@media only screen and (max-width: 500px) {
  .c-outline {
    padding: 43px 0 0;
  }
}
.c-outline__container {
  padding: 0 16px;
}
.c-outline__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .c-outline__item {
    -ms-grid-columns: 97px 1fr;
    grid-template-columns: 97px 1fr;
  }
}
.c-outline__box-title {
  border-bottom: 1px solid #000;
  padding: 33px 20px;
}
@media only screen and (max-width: 500px) {
  .c-outline__box-title {
    padding: 35px 10px;
  }
}
.c-outline__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.01em;
  text-align: center;
}
.c-outline__box-text {
  border-bottom: 1px dashed #000;
  padding: 33px 20px 33px 0;
}
@media only screen and (max-width: 500px) {
  .c-outline__box-text {
    padding: 33px 0 33px 3px;
  }
}
.c-outline__text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.c-outline__text-2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 22px;
}
.c-outline__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0046D1;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding-left: 22px;
  display: block;
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-outline__link-2 {
  margin: 6px 0 0;
}
.c-outline__link:hover {
  opacity: 0.7;
}
.c-outline__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url("../../assets/images/icons/icon-arrow-right-blue.svg") center/cover no-repeat;
}

.c-entry {
  padding: 50px 0 56px;
}
.c-entry__container {
  padding: 0 16px;
}
.c-entry__desc {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 33px;
}
.c-entry__desc-2 {
  margin-top: 21px;
}
.c-entry__desc-3 {
  margin-top: 21px;
}
.c-entry__form {
  margin-top: 43px;
}
.c-entry__privacy {
  margin-top: 41px;
}
.c-entry__privacy-title {
  font-size: 1.4rem;
  color: #000;
  line-height: 190%;
  letter-spacing: 0.05em;
}
.c-entry__privacy-desc {
  font-size: 1.2rem;
  color: #999;
  line-height: 190%;
  letter-spacing: 0.05em;
}
.c-entry__privacy-link {
  color: #0046D1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-entry__btn-submit {
  margin-top: 44px;
}
@media only screen and (max-width: 500px) {
  .c-entry__btn-submit {
    margin-top: 46px;
  }
}

.c-btn-submit {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #0046D1;
  padding: 26px 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  cursor: pointer;
  border: 1px solid #0046D1;
}
.c-btn-submit:hover {
  opacity: 0.7;
}
.c-btn-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 8px;
  background: url("../../assets/images/icons/icon-arrow-right.svg") center/cover no-repeat;
}
.c-btn-submit__text-jp {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-btn-back {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #000;
  padding: 26px 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
}
.c-btn-back:hover {
  opacity: 0.7;
}
.c-btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  width: 20px;
  height: 8px;
  background: url("../../assets/images/icons/icon-arrow-right.svg") center/cover no-repeat;
}
.c-btn-back__text-jp {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-toggle-nav {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .c-toggle-nav {
    position: fixed;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    display: block;
    max-width: 500px;
    width: 100%;
    padding: 0 17px;
  }
}
@media only screen and (max-width: 500px) {
  .c-toggle-nav {
    max-width: 100%;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    padding: 0 16px;
  }
}
.c-toggle-nav__container {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-toggle-nav__container:hover {
  opacity: 0.7;
}
.c-toggle-nav__container.is-open span:first-child {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.c-toggle-nav__container.is-open span:last-child {
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
}
.c-toggle-nav span {
  display: block;
  width: 46px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-toggle-nav span:last-child {
  margin-top: 8px;
}

.c-pageconfirm {
  padding-top: 80px;
}
@media only screen and (max-width: 1025px) {
  .c-pageconfirm {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .c-pageconfirm {
    padding-top: 40px;
  }
}
.c-pageconfirm__container {
  padding: 0 16px;
}
.c-pageconfirm__main {
  margin-top: 80px;
}
@media only screen and (max-width: 1025px) {
  .c-pageconfirm__main {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .c-pageconfirm__main {
    margin-top: 40px;
  }
}
.c-pageconfirm__main > p {
  font-size: 1.6rem;
}
.c-pageconfirm__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26% 74%;
  grid-template-columns: 26% 74%;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 500px) {
  .c-pageconfirm__block {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    padding: 20px 0;
  }
}
.c-pageconfirm__key {
  padding-right: 20px;
}
.c-pageconfirm .c-btns {
  margin-top: 30px;
  padding-bottom: 30px;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 1400px) {
  .c-pageconfirm .c-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .c-pageconfirm .c-btns {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.c-pageconfirm .c-head__jp {
  text-align: center;
}
.c-pageconfirm .c-btn-submit {
  height: 70px;
  text-align: center;
}
.c-pageconfirm .c-btn-submit:after {
  right: 15px;
}

.c-thanks {
  min-height: 650px;
}
.c-thanks__container {
  padding: 80px 16px;
}
.c-thanks .c-concept__desc {
  margin-top: 80px;
}
.c-thanks__btns {
  margin-top: 30px;
}
.c-thanks .c-head__jp {
  text-align: center;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-link-scale img {
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-link-scale:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  max-width: 90%;
  margin: 0 auto;
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important;
  padding: 0 20px;
}

.lg-container {
  font-family: "Noto Serif JP", serif !important;
}

.lg-outer .lg-img-wrap {
  padding: 0 5px !important;
}