@import url("/css/fonts/icon.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
/* =======================================

  BROWSER RESET

 ======================================= */
html,
body,
div,
span,
nav,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: inherit;
  background: transparent;
}

html {
  font-size: 62.5%;
  line-height: 1;
  overflow-y: scroll;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

sup {
  display: inline-block;
  font-size: 70%;
  vertical-align: super;
  position: relative;
  inset: -0.2em auto auto;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

/* form */
input {
  vertical-align: middle;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

textarea {
  resize: vertical;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  vertical-align: middle;
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option {
  padding-right: 10px;
}

/* for iOS15 safari */
input,
button,
select {
  color: inherit;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* ------------------------------
   HTML5 ELEMENTS
 ------------------------------ */
header,
footer,
article,
section,
aside,
main,
nav,
menu,
details,
summary,
figcaption,
figure {
  display: block;
}

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

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

  BASE

======================================= */
html.menu_open,
html.menu_open body {
  overflow: hidden;
}

body {
  opacity: 0;
  visibility: hidden;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  position: relative;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

a {
  text-decoration: none;
  color: #f99923;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

.tel a {
  color: #222;
  text-decoration: underline;
}

.notel a {
  color: #8a8a8a;
  pointer-events: none;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

/*-----------------------------------------
  CLEARFIX
-----------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

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

  SCROLL HINT

======================================= */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 65px);
  box-sizing: border-box;
  width: 130px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  line-height: 1;
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*-----------------------------------------
add style
-----------------------------------------*/
.hint_pos_top .scroll-hint-icon {
  top: 80px;
}

.scroll-hint-icon:before {
  width: 30px;
  height: 30px;
}

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

  UTILITY

======================================= */
/*-----------------------------------------
  color
-----------------------------------------*/
.color_primary {
  color: #f99923 !important;
}

.color_text_base {
  color: #222 !important;
}

.color_text_secondary {
  color: #1d55a6 !important;
}

.color_text_white {
  color: #fff !important;
}

.color_text_gray {
  color: #8a8a8a !important;
}

/*-----------------------------------------
  bg color
-----------------------------------------*/
.color_bg_base {
  background-color: #222 !important;
}

.color_bg_gray {
  background-color: #f5f5f5 !important;
}

/*-----------------------------------------
  font
-----------------------------------------*/
.font_family_english_letters {
  font-family: "Playfair", serif !important;
}

.font_family_mincho {
  font-family: "Shippori Mincho", serif !important;
}

/*-----------------------------------------
  font_size
-----------------------------------------*/
.fs_20 {
  font-size: 2rem !important;
}

.fs_18 {
  font-size: 1.8rem !important;
}

.fs_17 {
  font-size: 1.7rem !important;
}

.fs_16 {
  font-size: 1.6rem !important;
}

.fs_15 {
  font-size: 1.5rem !important;
}

.fs_14 {
  font-size: 1.4rem !important;
}

.fs_13 {
  font-size: 1.3rem !important;
}

.fs_12 {
  font-size: 1.2rem !important;
}

.fs_11 {
  font-size: 1.1rem !important;
}

.fs_10 {
  font-size: 1rem !important;
}

/*-----------------------------------------
  font_wight
-----------------------------------------*/
.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

/*-----------------------------------------
  align
-----------------------------------------*/
.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

.align_l {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .sp_align_l {
    text-align: left !important;
  }
}

.v_align_t {
  vertical-align: top !important;
}

.v_align_m {
  vertical-align: middle !important;
}

.v_align_b {
  vertical-align: bottom !important;
}

.justify_content_s {
  display: flex !important;
  justify-content: flex-start !important;
}

.justify_content_c {
  display: flex !important;
  justify-content: center !important;
}

.align_item_mid {
  display: inline-flex !important;
  align-items: center !important;
}

/*-----------------------------------------
  white-space
-----------------------------------------*/
.nowrap {
  white-space: nowrap;
}

/*-----------------------------------------
  border
-----------------------------------------*/
.no_border {
  border: 0 !important;
}

/*-----------------------------------------
  flex
-----------------------------------------*/
.row_reverse {
  flex-direction: row-reverse;
}

.column_reverse {
  flex-direction: column-reverse;
}

/*-----------------------------------------
  display
-----------------------------------------*/
.display_block {
  display: block !important;
}

.display_inline_block {
  display: inline-block !important;
}

.display_inline {
  display: inline !important;
}

.display_flex {
  display: flex !important;
}

/*-----------------------------------------
  display PC / SP
-----------------------------------------*/
.pc {
  display: block !important;
}

.pc_inline {
  display: inline-block !important;
}

.pc_flex {
  display: flex !important;
}

.pc_only {
  display: block !important;
}

.pc_tab {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

@media only screen and (max-width: 980px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc_inline {
    display: none !important;
  }
  .pc_flex {
    display: none !important;
  }
  .pc_tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
}
/*-----------------------------------------
  opacity
-----------------------------------------*/
.opacity_1 {
  opacity: 1 !important;
}

/*-----------------------------------------
  width
-----------------------------------------*/
.w_1 {
  width: 1% !important;
}

.w_max_1 {
  max-width: 1% !important;
}

.w_min_1 {
  min-width: 1% !important;
}

.w_2 {
  width: 2% !important;
}

.w_max_2 {
  max-width: 2% !important;
}

.w_min_2 {
  min-width: 2% !important;
}

.w_3 {
  width: 3% !important;
}

.w_max_3 {
  max-width: 3% !important;
}

.w_min_3 {
  min-width: 3% !important;
}

.w_4 {
  width: 4% !important;
}

.w_max_4 {
  max-width: 4% !important;
}

.w_min_4 {
  min-width: 4% !important;
}

.w_5 {
  width: 5% !important;
}

.w_max_5 {
  max-width: 5% !important;
}

.w_min_5 {
  min-width: 5% !important;
}

.w_6 {
  width: 6% !important;
}

.w_max_6 {
  max-width: 6% !important;
}

.w_min_6 {
  min-width: 6% !important;
}

.w_7 {
  width: 7% !important;
}

.w_max_7 {
  max-width: 7% !important;
}

.w_min_7 {
  min-width: 7% !important;
}

.w_8 {
  width: 8% !important;
}

.w_max_8 {
  max-width: 8% !important;
}

.w_min_8 {
  min-width: 8% !important;
}

.w_9 {
  width: 9% !important;
}

.w_max_9 {
  max-width: 9% !important;
}

.w_min_9 {
  min-width: 9% !important;
}

.w_10 {
  width: 10% !important;
}

.w_max_10 {
  max-width: 10% !important;
}

.w_min_10 {
  min-width: 10% !important;
}

.w_11 {
  width: 11% !important;
}

.w_max_11 {
  max-width: 11% !important;
}

.w_min_11 {
  min-width: 11% !important;
}

.w_12 {
  width: 12% !important;
}

.w_max_12 {
  max-width: 12% !important;
}

.w_min_12 {
  min-width: 12% !important;
}

.w_13 {
  width: 13% !important;
}

.w_max_13 {
  max-width: 13% !important;
}

.w_min_13 {
  min-width: 13% !important;
}

.w_14 {
  width: 14% !important;
}

.w_max_14 {
  max-width: 14% !important;
}

.w_min_14 {
  min-width: 14% !important;
}

.w_15 {
  width: 15% !important;
}

.w_max_15 {
  max-width: 15% !important;
}

.w_min_15 {
  min-width: 15% !important;
}

.w_16 {
  width: 16% !important;
}

.w_max_16 {
  max-width: 16% !important;
}

.w_min_16 {
  min-width: 16% !important;
}

.w_17 {
  width: 17% !important;
}

.w_max_17 {
  max-width: 17% !important;
}

.w_min_17 {
  min-width: 17% !important;
}

.w_18 {
  width: 18% !important;
}

.w_max_18 {
  max-width: 18% !important;
}

.w_min_18 {
  min-width: 18% !important;
}

.w_19 {
  width: 19% !important;
}

.w_max_19 {
  max-width: 19% !important;
}

.w_min_19 {
  min-width: 19% !important;
}

.w_20 {
  width: 20% !important;
}

.w_max_20 {
  max-width: 20% !important;
}

.w_min_20 {
  min-width: 20% !important;
}

.w_21 {
  width: 21% !important;
}

.w_max_21 {
  max-width: 21% !important;
}

.w_min_21 {
  min-width: 21% !important;
}

.w_22 {
  width: 22% !important;
}

.w_max_22 {
  max-width: 22% !important;
}

.w_min_22 {
  min-width: 22% !important;
}

.w_23 {
  width: 23% !important;
}

.w_max_23 {
  max-width: 23% !important;
}

.w_min_23 {
  min-width: 23% !important;
}

.w_24 {
  width: 24% !important;
}

.w_max_24 {
  max-width: 24% !important;
}

.w_min_24 {
  min-width: 24% !important;
}

.w_25 {
  width: 25% !important;
}

.w_max_25 {
  max-width: 25% !important;
}

.w_min_25 {
  min-width: 25% !important;
}

.w_26 {
  width: 26% !important;
}

.w_max_26 {
  max-width: 26% !important;
}

.w_min_26 {
  min-width: 26% !important;
}

.w_27 {
  width: 27% !important;
}

.w_max_27 {
  max-width: 27% !important;
}

.w_min_27 {
  min-width: 27% !important;
}

.w_28 {
  width: 28% !important;
}

.w_max_28 {
  max-width: 28% !important;
}

.w_min_28 {
  min-width: 28% !important;
}

.w_29 {
  width: 29% !important;
}

.w_max_29 {
  max-width: 29% !important;
}

.w_min_29 {
  min-width: 29% !important;
}

.w_30 {
  width: 30% !important;
}

.w_max_30 {
  max-width: 30% !important;
}

.w_min_30 {
  min-width: 30% !important;
}

.w_31 {
  width: 31% !important;
}

.w_max_31 {
  max-width: 31% !important;
}

.w_min_31 {
  min-width: 31% !important;
}

.w_32 {
  width: 32% !important;
}

.w_max_32 {
  max-width: 32% !important;
}

.w_min_32 {
  min-width: 32% !important;
}

.w_33 {
  width: 33% !important;
}

.w_max_33 {
  max-width: 33% !important;
}

.w_min_33 {
  min-width: 33% !important;
}

.w_34 {
  width: 34% !important;
}

.w_max_34 {
  max-width: 34% !important;
}

.w_min_34 {
  min-width: 34% !important;
}

.w_35 {
  width: 35% !important;
}

.w_max_35 {
  max-width: 35% !important;
}

.w_min_35 {
  min-width: 35% !important;
}

.w_36 {
  width: 36% !important;
}

.w_max_36 {
  max-width: 36% !important;
}

.w_min_36 {
  min-width: 36% !important;
}

.w_37 {
  width: 37% !important;
}

.w_max_37 {
  max-width: 37% !important;
}

.w_min_37 {
  min-width: 37% !important;
}

.w_38 {
  width: 38% !important;
}

.w_max_38 {
  max-width: 38% !important;
}

.w_min_38 {
  min-width: 38% !important;
}

.w_39 {
  width: 39% !important;
}

.w_max_39 {
  max-width: 39% !important;
}

.w_min_39 {
  min-width: 39% !important;
}

.w_40 {
  width: 40% !important;
}

.w_max_40 {
  max-width: 40% !important;
}

.w_min_40 {
  min-width: 40% !important;
}

.w_41 {
  width: 41% !important;
}

.w_max_41 {
  max-width: 41% !important;
}

.w_min_41 {
  min-width: 41% !important;
}

.w_42 {
  width: 42% !important;
}

.w_max_42 {
  max-width: 42% !important;
}

.w_min_42 {
  min-width: 42% !important;
}

.w_43 {
  width: 43% !important;
}

.w_max_43 {
  max-width: 43% !important;
}

.w_min_43 {
  min-width: 43% !important;
}

.w_44 {
  width: 44% !important;
}

.w_max_44 {
  max-width: 44% !important;
}

.w_min_44 {
  min-width: 44% !important;
}

.w_45 {
  width: 45% !important;
}

.w_max_45 {
  max-width: 45% !important;
}

.w_min_45 {
  min-width: 45% !important;
}

.w_46 {
  width: 46% !important;
}

.w_max_46 {
  max-width: 46% !important;
}

.w_min_46 {
  min-width: 46% !important;
}

.w_47 {
  width: 47% !important;
}

.w_max_47 {
  max-width: 47% !important;
}

.w_min_47 {
  min-width: 47% !important;
}

.w_48 {
  width: 48% !important;
}

.w_max_48 {
  max-width: 48% !important;
}

.w_min_48 {
  min-width: 48% !important;
}

.w_49 {
  width: 49% !important;
}

.w_max_49 {
  max-width: 49% !important;
}

.w_min_49 {
  min-width: 49% !important;
}

.w_50 {
  width: 50% !important;
}

.w_max_50 {
  max-width: 50% !important;
}

.w_min_50 {
  min-width: 50% !important;
}

.w_51 {
  width: 51% !important;
}

.w_max_51 {
  max-width: 51% !important;
}

.w_min_51 {
  min-width: 51% !important;
}

.w_52 {
  width: 52% !important;
}

.w_max_52 {
  max-width: 52% !important;
}

.w_min_52 {
  min-width: 52% !important;
}

.w_53 {
  width: 53% !important;
}

.w_max_53 {
  max-width: 53% !important;
}

.w_min_53 {
  min-width: 53% !important;
}

.w_54 {
  width: 54% !important;
}

.w_max_54 {
  max-width: 54% !important;
}

.w_min_54 {
  min-width: 54% !important;
}

.w_55 {
  width: 55% !important;
}

.w_max_55 {
  max-width: 55% !important;
}

.w_min_55 {
  min-width: 55% !important;
}

.w_56 {
  width: 56% !important;
}

.w_max_56 {
  max-width: 56% !important;
}

.w_min_56 {
  min-width: 56% !important;
}

.w_57 {
  width: 57% !important;
}

.w_max_57 {
  max-width: 57% !important;
}

.w_min_57 {
  min-width: 57% !important;
}

.w_58 {
  width: 58% !important;
}

.w_max_58 {
  max-width: 58% !important;
}

.w_min_58 {
  min-width: 58% !important;
}

.w_59 {
  width: 59% !important;
}

.w_max_59 {
  max-width: 59% !important;
}

.w_min_59 {
  min-width: 59% !important;
}

.w_60 {
  width: 60% !important;
}

.w_max_60 {
  max-width: 60% !important;
}

.w_min_60 {
  min-width: 60% !important;
}

.w_61 {
  width: 61% !important;
}

.w_max_61 {
  max-width: 61% !important;
}

.w_min_61 {
  min-width: 61% !important;
}

.w_62 {
  width: 62% !important;
}

.w_max_62 {
  max-width: 62% !important;
}

.w_min_62 {
  min-width: 62% !important;
}

.w_63 {
  width: 63% !important;
}

.w_max_63 {
  max-width: 63% !important;
}

.w_min_63 {
  min-width: 63% !important;
}

.w_64 {
  width: 64% !important;
}

.w_max_64 {
  max-width: 64% !important;
}

.w_min_64 {
  min-width: 64% !important;
}

.w_65 {
  width: 65% !important;
}

.w_max_65 {
  max-width: 65% !important;
}

.w_min_65 {
  min-width: 65% !important;
}

.w_66 {
  width: 66% !important;
}

.w_max_66 {
  max-width: 66% !important;
}

.w_min_66 {
  min-width: 66% !important;
}

.w_67 {
  width: 67% !important;
}

.w_max_67 {
  max-width: 67% !important;
}

.w_min_67 {
  min-width: 67% !important;
}

.w_68 {
  width: 68% !important;
}

.w_max_68 {
  max-width: 68% !important;
}

.w_min_68 {
  min-width: 68% !important;
}

.w_69 {
  width: 69% !important;
}

.w_max_69 {
  max-width: 69% !important;
}

.w_min_69 {
  min-width: 69% !important;
}

.w_70 {
  width: 70% !important;
}

.w_max_70 {
  max-width: 70% !important;
}

.w_min_70 {
  min-width: 70% !important;
}

.w_71 {
  width: 71% !important;
}

.w_max_71 {
  max-width: 71% !important;
}

.w_min_71 {
  min-width: 71% !important;
}

.w_72 {
  width: 72% !important;
}

.w_max_72 {
  max-width: 72% !important;
}

.w_min_72 {
  min-width: 72% !important;
}

.w_73 {
  width: 73% !important;
}

.w_max_73 {
  max-width: 73% !important;
}

.w_min_73 {
  min-width: 73% !important;
}

.w_74 {
  width: 74% !important;
}

.w_max_74 {
  max-width: 74% !important;
}

.w_min_74 {
  min-width: 74% !important;
}

.w_75 {
  width: 75% !important;
}

.w_max_75 {
  max-width: 75% !important;
}

.w_min_75 {
  min-width: 75% !important;
}

.w_76 {
  width: 76% !important;
}

.w_max_76 {
  max-width: 76% !important;
}

.w_min_76 {
  min-width: 76% !important;
}

.w_77 {
  width: 77% !important;
}

.w_max_77 {
  max-width: 77% !important;
}

.w_min_77 {
  min-width: 77% !important;
}

.w_78 {
  width: 78% !important;
}

.w_max_78 {
  max-width: 78% !important;
}

.w_min_78 {
  min-width: 78% !important;
}

.w_79 {
  width: 79% !important;
}

.w_max_79 {
  max-width: 79% !important;
}

.w_min_79 {
  min-width: 79% !important;
}

.w_80 {
  width: 80% !important;
}

.w_max_80 {
  max-width: 80% !important;
}

.w_min_80 {
  min-width: 80% !important;
}

.w_81 {
  width: 81% !important;
}

.w_max_81 {
  max-width: 81% !important;
}

.w_min_81 {
  min-width: 81% !important;
}

.w_82 {
  width: 82% !important;
}

.w_max_82 {
  max-width: 82% !important;
}

.w_min_82 {
  min-width: 82% !important;
}

.w_83 {
  width: 83% !important;
}

.w_max_83 {
  max-width: 83% !important;
}

.w_min_83 {
  min-width: 83% !important;
}

.w_84 {
  width: 84% !important;
}

.w_max_84 {
  max-width: 84% !important;
}

.w_min_84 {
  min-width: 84% !important;
}

.w_85 {
  width: 85% !important;
}

.w_max_85 {
  max-width: 85% !important;
}

.w_min_85 {
  min-width: 85% !important;
}

.w_86 {
  width: 86% !important;
}

.w_max_86 {
  max-width: 86% !important;
}

.w_min_86 {
  min-width: 86% !important;
}

.w_87 {
  width: 87% !important;
}

.w_max_87 {
  max-width: 87% !important;
}

.w_min_87 {
  min-width: 87% !important;
}

.w_88 {
  width: 88% !important;
}

.w_max_88 {
  max-width: 88% !important;
}

.w_min_88 {
  min-width: 88% !important;
}

.w_89 {
  width: 89% !important;
}

.w_max_89 {
  max-width: 89% !important;
}

.w_min_89 {
  min-width: 89% !important;
}

.w_90 {
  width: 90% !important;
}

.w_max_90 {
  max-width: 90% !important;
}

.w_min_90 {
  min-width: 90% !important;
}

.w_91 {
  width: 91% !important;
}

.w_max_91 {
  max-width: 91% !important;
}

.w_min_91 {
  min-width: 91% !important;
}

.w_92 {
  width: 92% !important;
}

.w_max_92 {
  max-width: 92% !important;
}

.w_min_92 {
  min-width: 92% !important;
}

.w_93 {
  width: 93% !important;
}

.w_max_93 {
  max-width: 93% !important;
}

.w_min_93 {
  min-width: 93% !important;
}

.w_94 {
  width: 94% !important;
}

.w_max_94 {
  max-width: 94% !important;
}

.w_min_94 {
  min-width: 94% !important;
}

.w_95 {
  width: 95% !important;
}

.w_max_95 {
  max-width: 95% !important;
}

.w_min_95 {
  min-width: 95% !important;
}

.w_96 {
  width: 96% !important;
}

.w_max_96 {
  max-width: 96% !important;
}

.w_min_96 {
  min-width: 96% !important;
}

.w_97 {
  width: 97% !important;
}

.w_max_97 {
  max-width: 97% !important;
}

.w_min_97 {
  min-width: 97% !important;
}

.w_98 {
  width: 98% !important;
}

.w_max_98 {
  max-width: 98% !important;
}

.w_min_98 {
  min-width: 98% !important;
}

.w_99 {
  width: 99% !important;
}

.w_max_99 {
  max-width: 99% !important;
}

.w_min_99 {
  min-width: 99% !important;
}

.w_100 {
  width: 100% !important;
}

.w_max_100 {
  max-width: 100% !important;
}

.w_min_100 {
  min-width: 100% !important;
}

.full {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .sp_full {
    width: 100% !important;
  }
}
/*-----------------------------------------
  radius
-----------------------------------------*/
.radius_0 {
  border-radius: 0 !important;
}

.radius_4 {
  border-radius: 4px !important;
}

.radius_8 {
  border-radius: 8px !important;
}

.radius_12 {
  border-radius: 12px !important;
}

.radius_16 {
  border-radius: 16px !important;
}

.radius_24 {
  border-radius: 24px !important;
}

.radius_32 {
  border-radius: 32px !important;
}

.radius_36 {
  border-radius: 36px !important;
}

.radius_40 {
  border-radius: 40px !important;
}

.radius_48 {
  border-radius: 48px !important;
}

.radius_56 {
  border-radius: 56px !important;
}

.radius_64 {
  border-radius: 64px !important;
}

.radius_72 {
  border-radius: 72px !important;
}

.radius_80 {
  border-radius: 80px !important;
}

@media only screen and (max-width: 767px) {
  .radius_0 {
    border-radius: 0 !important;
  }
  .radius_4 {
    border-radius: 4px !important;
  }
  .radius_8 {
    border-radius: 8px !important;
  }
  .radius_12 {
    border-radius: 12px !important;
  }
  .radius_16 {
    border-radius: 16px !important;
  }
  .radius_24 {
    border-radius: 24px !important;
  }
  .radius_32 {
    border-radius: 32px !important;
  }
  .radius_36 {
    border-radius: 36px !important;
  }
  .radius_40 {
    border-radius: 40px !important;
  }
  .radius_48 {
    border-radius: 48px !important;
  }
  .radius_56 {
    border-radius: 56px !important;
  }
  .radius_64 {
    border-radius: 64px !important;
  }
  .radius_72 {
    border-radius: 72px !important;
  }
  .radius_80 {
    border-radius: 80px !important;
  }
}
/*-----------------------------------------
  margin
-----------------------------------------*/
.ma_0 {
  margin: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx_0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ma_4 {
  margin: 4px !important;
}
.mb_4 {
  margin-bottom: 4px !important;
}
.mt_4 {
  margin-top: 4px !important;
}
.ml_4 {
  margin-left: 4px !important;
}
.mr_4 {
  margin-right: 4px !important;
}
.my_4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx_4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.ma_8 {
  margin: 8px !important;
}
.mb_8 {
  margin-bottom: 8px !important;
}
.mt_8 {
  margin-top: 8px !important;
}
.ml_8 {
  margin-left: 8px !important;
}
.mr_8 {
  margin-right: 8px !important;
}
.my_8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx_8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.ma_12 {
  margin: 12px !important;
}
.mb_12 {
  margin-bottom: 12px !important;
}
.mt_12 {
  margin-top: 12px !important;
}
.ml_12 {
  margin-left: 12px !important;
}
.mr_12 {
  margin-right: 12px !important;
}
.my_12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx_12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.ma_16 {
  margin: 16px !important;
}
.mb_16 {
  margin-bottom: 16px !important;
}
.mt_16 {
  margin-top: 16px !important;
}
.ml_16 {
  margin-left: 16px !important;
}
.mr_16 {
  margin-right: 16px !important;
}
.my_16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx_16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.ma_24 {
  margin: 24px !important;
}
.mb_24 {
  margin-bottom: 24px !important;
}
.mt_24 {
  margin-top: 24px !important;
}
.ml_24 {
  margin-left: 24px !important;
}
.mr_24 {
  margin-right: 24px !important;
}
.my_24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx_24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.ma_32 {
  margin: 32px !important;
}
.mb_32 {
  margin-bottom: 32px !important;
}
.mt_32 {
  margin-top: 32px !important;
}
.ml_32 {
  margin-left: 32px !important;
}
.mr_32 {
  margin-right: 32px !important;
}
.my_32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx_32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.ma_36 {
  margin: 36px !important;
}
.mb_36 {
  margin-bottom: 36px !important;
}
.mt_36 {
  margin-top: 36px !important;
}
.ml_36 {
  margin-left: 36px !important;
}
.mr_36 {
  margin-right: 36px !important;
}
.my_36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx_36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.ma_40 {
  margin: 40px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.my_40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx_40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.ma_48 {
  margin: 48px !important;
}
.mb_48 {
  margin-bottom: 48px !important;
}
.mt_48 {
  margin-top: 48px !important;
}
.ml_48 {
  margin-left: 48px !important;
}
.mr_48 {
  margin-right: 48px !important;
}
.my_48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx_48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.ma_56 {
  margin: 56px !important;
}
.mb_56 {
  margin-bottom: 56px !important;
}
.mt_56 {
  margin-top: 56px !important;
}
.ml_56 {
  margin-left: 56px !important;
}
.mr_56 {
  margin-right: 56px !important;
}
.my_56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mx_56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.ma_64 {
  margin: 64px !important;
}
.mb_64 {
  margin-bottom: 64px !important;
}
.mt_64 {
  margin-top: 64px !important;
}
.ml_64 {
  margin-left: 64px !important;
}
.mr_64 {
  margin-right: 64px !important;
}
.my_64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mx_64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.ma_72 {
  margin: 72px !important;
}
.mb_72 {
  margin-bottom: 72px !important;
}
.mt_72 {
  margin-top: 72px !important;
}
.ml_72 {
  margin-left: 72px !important;
}
.mr_72 {
  margin-right: 72px !important;
}
.my_72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mx_72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.ma_80 {
  margin: 80px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mt_80 {
  margin-top: 80px !important;
}
.ml_80 {
  margin-left: 80px !important;
}
.mr_80 {
  margin-right: 80px !important;
}
.my_80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx_80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .sp_ma_0 {
    margin: 0 !important;
  }
  .sp_mb_0 {
    margin-bottom: 0 !important;
  }
  .sp_mt_0 {
    margin-top: 0 !important;
  }
  .sp_ml_0 {
    margin-left: 0 !important;
  }
  .sp_mr_0 {
    margin-right: 0 !important;
  }
  .sp_my_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sp_mx_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sp_ma_4 {
    margin: 4px !important;
  }
  .sp_mb_4 {
    margin-bottom: 4px !important;
  }
  .sp_mt_4 {
    margin-top: 4px !important;
  }
  .sp_ml_4 {
    margin-left: 4px !important;
  }
  .sp_mr_4 {
    margin-right: 4px !important;
  }
  .sp_my_4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .sp_mx_4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .sp_ma_8 {
    margin: 8px !important;
  }
  .sp_mb_8 {
    margin-bottom: 8px !important;
  }
  .sp_mt_8 {
    margin-top: 8px !important;
  }
  .sp_ml_8 {
    margin-left: 8px !important;
  }
  .sp_mr_8 {
    margin-right: 8px !important;
  }
  .sp_my_8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .sp_mx_8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .sp_ma_12 {
    margin: 12px !important;
  }
  .sp_mb_12 {
    margin-bottom: 12px !important;
  }
  .sp_mt_12 {
    margin-top: 12px !important;
  }
  .sp_ml_12 {
    margin-left: 12px !important;
  }
  .sp_mr_12 {
    margin-right: 12px !important;
  }
  .sp_my_12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .sp_mx_12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .sp_ma_16 {
    margin: 16px !important;
  }
  .sp_mb_16 {
    margin-bottom: 16px !important;
  }
  .sp_mt_16 {
    margin-top: 16px !important;
  }
  .sp_ml_16 {
    margin-left: 16px !important;
  }
  .sp_mr_16 {
    margin-right: 16px !important;
  }
  .sp_my_16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .sp_mx_16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .sp_ma_24 {
    margin: 24px !important;
  }
  .sp_mb_24 {
    margin-bottom: 24px !important;
  }
  .sp_mt_24 {
    margin-top: 24px !important;
  }
  .sp_ml_24 {
    margin-left: 24px !important;
  }
  .sp_mr_24 {
    margin-right: 24px !important;
  }
  .sp_my_24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .sp_mx_24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .sp_ma_32 {
    margin: 32px !important;
  }
  .sp_mb_32 {
    margin-bottom: 32px !important;
  }
  .sp_mt_32 {
    margin-top: 32px !important;
  }
  .sp_ml_32 {
    margin-left: 32px !important;
  }
  .sp_mr_32 {
    margin-right: 32px !important;
  }
  .sp_my_32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .sp_mx_32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .sp_ma_36 {
    margin: 36px !important;
  }
  .sp_mb_36 {
    margin-bottom: 36px !important;
  }
  .sp_mt_36 {
    margin-top: 36px !important;
  }
  .sp_ml_36 {
    margin-left: 36px !important;
  }
  .sp_mr_36 {
    margin-right: 36px !important;
  }
  .sp_my_36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .sp_mx_36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .sp_ma_40 {
    margin: 40px !important;
  }
  .sp_mb_40 {
    margin-bottom: 40px !important;
  }
  .sp_mt_40 {
    margin-top: 40px !important;
  }
  .sp_ml_40 {
    margin-left: 40px !important;
  }
  .sp_mr_40 {
    margin-right: 40px !important;
  }
  .sp_my_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_mx_40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .sp_ma_48 {
    margin: 48px !important;
  }
  .sp_mb_48 {
    margin-bottom: 48px !important;
  }
  .sp_mt_48 {
    margin-top: 48px !important;
  }
  .sp_ml_48 {
    margin-left: 48px !important;
  }
  .sp_mr_48 {
    margin-right: 48px !important;
  }
  .sp_my_48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .sp_mx_48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .sp_ma_56 {
    margin: 56px !important;
  }
  .sp_mb_56 {
    margin-bottom: 56px !important;
  }
  .sp_mt_56 {
    margin-top: 56px !important;
  }
  .sp_ml_56 {
    margin-left: 56px !important;
  }
  .sp_mr_56 {
    margin-right: 56px !important;
  }
  .sp_my_56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .sp_mx_56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .sp_ma_64 {
    margin: 64px !important;
  }
  .sp_mb_64 {
    margin-bottom: 64px !important;
  }
  .sp_mt_64 {
    margin-top: 64px !important;
  }
  .sp_ml_64 {
    margin-left: 64px !important;
  }
  .sp_mr_64 {
    margin-right: 64px !important;
  }
  .sp_my_64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .sp_mx_64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .sp_ma_72 {
    margin: 72px !important;
  }
  .sp_mb_72 {
    margin-bottom: 72px !important;
  }
  .sp_mt_72 {
    margin-top: 72px !important;
  }
  .sp_ml_72 {
    margin-left: 72px !important;
  }
  .sp_mr_72 {
    margin-right: 72px !important;
  }
  .sp_my_72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .sp_mx_72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .sp_ma_80 {
    margin: 80px !important;
  }
  .sp_mb_80 {
    margin-bottom: 80px !important;
  }
  .sp_mt_80 {
    margin-top: 80px !important;
  }
  .sp_ml_80 {
    margin-left: 80px !important;
  }
  .sp_mr_80 {
    margin-right: 80px !important;
  }
  .sp_my_80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sp_mx_80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
}
/*-----------------------------------------
  padding
-----------------------------------------*/
.pa_0 {
  padding: 0 !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pt_0 {
  padding-top: 0 !important;
}
.pl_0 {
  padding-left: 0 !important;
}
.pr_0 {
  padding-right: 0 !important;
}
.py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px_0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pa_4 {
  padding: 4px !important;
}
.pb_4 {
  padding-bottom: 4px !important;
}
.pt_4 {
  padding-top: 4px !important;
}
.pl_4 {
  padding-left: 4px !important;
}
.pr_4 {
  padding-right: 4px !important;
}
.py_4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px_4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.pa_8 {
  padding: 8px !important;
}
.pb_8 {
  padding-bottom: 8px !important;
}
.pt_8 {
  padding-top: 8px !important;
}
.pl_8 {
  padding-left: 8px !important;
}
.pr_8 {
  padding-right: 8px !important;
}
.py_8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px_8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.pa_12 {
  padding: 12px !important;
}
.pb_12 {
  padding-bottom: 12px !important;
}
.pt_12 {
  padding-top: 12px !important;
}
.pl_12 {
  padding-left: 12px !important;
}
.pr_12 {
  padding-right: 12px !important;
}
.py_12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px_12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pa_16 {
  padding: 16px !important;
}
.pb_16 {
  padding-bottom: 16px !important;
}
.pt_16 {
  padding-top: 16px !important;
}
.pl_16 {
  padding-left: 16px !important;
}
.pr_16 {
  padding-right: 16px !important;
}
.py_16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px_16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.pa_24 {
  padding: 24px !important;
}
.pb_24 {
  padding-bottom: 24px !important;
}
.pt_24 {
  padding-top: 24px !important;
}
.pl_24 {
  padding-left: 24px !important;
}
.pr_24 {
  padding-right: 24px !important;
}
.py_24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px_24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.pa_32 {
  padding: 32px !important;
}
.pb_32 {
  padding-bottom: 32px !important;
}
.pt_32 {
  padding-top: 32px !important;
}
.pl_32 {
  padding-left: 32px !important;
}
.pr_32 {
  padding-right: 32px !important;
}
.py_32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px_32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.pa_36 {
  padding: 36px !important;
}
.pb_36 {
  padding-bottom: 36px !important;
}
.pt_36 {
  padding-top: 36px !important;
}
.pl_36 {
  padding-left: 36px !important;
}
.pr_36 {
  padding-right: 36px !important;
}
.py_36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px_36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.pa_40 {
  padding: 40px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pl_40 {
  padding-left: 40px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.py_40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px_40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pa_48 {
  padding: 48px !important;
}
.pb_48 {
  padding-bottom: 48px !important;
}
.pt_48 {
  padding-top: 48px !important;
}
.pl_48 {
  padding-left: 48px !important;
}
.pr_48 {
  padding-right: 48px !important;
}
.py_48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px_48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pa_56 {
  padding: 56px !important;
}
.pb_56 {
  padding-bottom: 56px !important;
}
.pt_56 {
  padding-top: 56px !important;
}
.pl_56 {
  padding-left: 56px !important;
}
.pr_56 {
  padding-right: 56px !important;
}
.py_56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.px_56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.pa_64 {
  padding: 64px !important;
}
.pb_64 {
  padding-bottom: 64px !important;
}
.pt_64 {
  padding-top: 64px !important;
}
.pl_64 {
  padding-left: 64px !important;
}
.pr_64 {
  padding-right: 64px !important;
}
.py_64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.px_64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.pa_72 {
  padding: 72px !important;
}
.pb_72 {
  padding-bottom: 72px !important;
}
.pt_72 {
  padding-top: 72px !important;
}
.pl_72 {
  padding-left: 72px !important;
}
.pr_72 {
  padding-right: 72px !important;
}
.py_72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.px_72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.pa_80 {
  padding: 80px !important;
}
.pb_80 {
  padding-bottom: 80px !important;
}
.pt_80 {
  padding-top: 80px !important;
}
.pl_80 {
  padding-left: 80px !important;
}
.pr_80 {
  padding-right: 80px !important;
}
.py_80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px_80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .sp_pa_0 {
    padding: 0 !important;
  }
  .sp_pb_0 {
    padding-bottom: 0 !important;
  }
  .sp_pt_0 {
    padding-top: 0 !important;
  }
  .sp_pl_0 {
    padding-left: 0 !important;
  }
  .sp_pr_0 {
    padding-right: 0 !important;
  }
  .sp_py_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sp_px_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sp_pa_4 {
    padding: 4px !important;
  }
  .sp_pb_4 {
    padding-bottom: 4px !important;
  }
  .sp_pt_4 {
    padding-top: 4px !important;
  }
  .sp_pl_4 {
    padding-left: 4px !important;
  }
  .sp_pr_4 {
    padding-right: 4px !important;
  }
  .sp_py_4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sp_px_4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .sp_pa_8 {
    padding: 8px !important;
  }
  .sp_pb_8 {
    padding-bottom: 8px !important;
  }
  .sp_pt_8 {
    padding-top: 8px !important;
  }
  .sp_pl_8 {
    padding-left: 8px !important;
  }
  .sp_pr_8 {
    padding-right: 8px !important;
  }
  .sp_py_8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sp_px_8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .sp_pa_12 {
    padding: 12px !important;
  }
  .sp_pb_12 {
    padding-bottom: 12px !important;
  }
  .sp_pt_12 {
    padding-top: 12px !important;
  }
  .sp_pl_12 {
    padding-left: 12px !important;
  }
  .sp_pr_12 {
    padding-right: 12px !important;
  }
  .sp_py_12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .sp_px_12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .sp_pa_16 {
    padding: 16px !important;
  }
  .sp_pb_16 {
    padding-bottom: 16px !important;
  }
  .sp_pt_16 {
    padding-top: 16px !important;
  }
  .sp_pl_16 {
    padding-left: 16px !important;
  }
  .sp_pr_16 {
    padding-right: 16px !important;
  }
  .sp_py_16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .sp_px_16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .sp_pa_24 {
    padding: 24px !important;
  }
  .sp_pb_24 {
    padding-bottom: 24px !important;
  }
  .sp_pt_24 {
    padding-top: 24px !important;
  }
  .sp_pl_24 {
    padding-left: 24px !important;
  }
  .sp_pr_24 {
    padding-right: 24px !important;
  }
  .sp_py_24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sp_px_24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .sp_pa_32 {
    padding: 32px !important;
  }
  .sp_pb_32 {
    padding-bottom: 32px !important;
  }
  .sp_pt_32 {
    padding-top: 32px !important;
  }
  .sp_pl_32 {
    padding-left: 32px !important;
  }
  .sp_pr_32 {
    padding-right: 32px !important;
  }
  .sp_py_32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .sp_px_32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .sp_pa_36 {
    padding: 36px !important;
  }
  .sp_pb_36 {
    padding-bottom: 36px !important;
  }
  .sp_pt_36 {
    padding-top: 36px !important;
  }
  .sp_pl_36 {
    padding-left: 36px !important;
  }
  .sp_pr_36 {
    padding-right: 36px !important;
  }
  .sp_py_36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .sp_px_36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .sp_pa_40 {
    padding: 40px !important;
  }
  .sp_pb_40 {
    padding-bottom: 40px !important;
  }
  .sp_pt_40 {
    padding-top: 40px !important;
  }
  .sp_pl_40 {
    padding-left: 40px !important;
  }
  .sp_pr_40 {
    padding-right: 40px !important;
  }
  .sp_py_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_px_40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .sp_pa_48 {
    padding: 48px !important;
  }
  .sp_pb_48 {
    padding-bottom: 48px !important;
  }
  .sp_pt_48 {
    padding-top: 48px !important;
  }
  .sp_pl_48 {
    padding-left: 48px !important;
  }
  .sp_pr_48 {
    padding-right: 48px !important;
  }
  .sp_py_48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .sp_px_48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .sp_pa_56 {
    padding: 56px !important;
  }
  .sp_pb_56 {
    padding-bottom: 56px !important;
  }
  .sp_pt_56 {
    padding-top: 56px !important;
  }
  .sp_pl_56 {
    padding-left: 56px !important;
  }
  .sp_pr_56 {
    padding-right: 56px !important;
  }
  .sp_py_56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .sp_px_56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .sp_pa_64 {
    padding: 64px !important;
  }
  .sp_pb_64 {
    padding-bottom: 64px !important;
  }
  .sp_pt_64 {
    padding-top: 64px !important;
  }
  .sp_pl_64 {
    padding-left: 64px !important;
  }
  .sp_pr_64 {
    padding-right: 64px !important;
  }
  .sp_py_64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .sp_px_64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .sp_pa_72 {
    padding: 72px !important;
  }
  .sp_pb_72 {
    padding-bottom: 72px !important;
  }
  .sp_pt_72 {
    padding-top: 72px !important;
  }
  .sp_pl_72 {
    padding-left: 72px !important;
  }
  .sp_pr_72 {
    padding-right: 72px !important;
  }
  .sp_py_72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .sp_px_72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .sp_pa_80 {
    padding: 80px !important;
  }
  .sp_pb_80 {
    padding-bottom: 80px !important;
  }
  .sp_pt_80 {
    padding-top: 80px !important;
  }
  .sp_pl_80 {
    padding-left: 80px !important;
  }
  .sp_pr_80 {
    padding-right: 80px !important;
  }
  .sp_py_80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sp_px_80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}
/* =======================================

  COMMON

======================================= */
main {
  margin-top: 132px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 64px;
  }
}

/*-----------------------------------------
  layout
-----------------------------------------*/
.cont_outer {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 48px;
}
@media only screen and (max-width: 980px) {
  .cont_outer {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_outer {
    padding-inline: 20px;
  }
}

.cont_inner {
  max-width: 1160px;
  margin-inline: auto;
}
@media only screen and (max-width: 980px) {
  .cont_inner {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_inner {
    padding-inline: 0;
  }
}
.cont_inner.size_l {
  max-width: 1332px;
}

/*-----------------------------------------
  marker
-----------------------------------------*/
.marker {
  padding: 0;
  display: inline;
  background: linear-gradient(transparent 70%, rgba(249, 153, 35, 0.5) 70%);
}

/*-----------------------------------------
  label
-----------------------------------------*/
.label {
  font-size: 1.2rem;
  line-height: 1.16;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 4px;
}
.label.notice {
  background: #f0f6fd;
}
.label.seminar {
  background: #f1feec;
}
.label.campaign {
  background: #fff5e7;
}

/*-----------------------------------------
  form parts
-----------------------------------------*/
.input_wrap {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.input_wrap input[type=checkbox] {
  width: 18px;
  height: 18px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.input_wrap input[type=checkbox]:focus-visible + .input_text::before {
  border: 2px solid #222;
}
.input_wrap input[type=checkbox] + .input_text {
  font-weight: 500;
  transition: font-weight 0.3s ease-out, color 0.3s ease-out;
}
.input_wrap input[type=checkbox] + .input_text::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1.5px solid #e2e2e2;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}
.input_wrap input[type=checkbox] + .input_text::after {
  content: "\e902";
  font-family: "simul_sbc";
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 2px;
  opacity: 0;
  transition: opacity 0.1s linear;
  z-index: 1;
}
.input_wrap input[type=checkbox]:checked + .input_text::before {
  border-color: #1d1d1f;
  background-color: #1d1d1f;
}
.input_wrap input[type=checkbox]:checked + .input_text::after {
  border-color: #fff;
  opacity: 1;
}
.input_wrap input[type=checkbox]:disabled + .input_text::before {
  background: #dedede;
}
.input_wrap input[type=checkbox]:disabled + .input_text::after {
  color: #aeaeae;
  background: #aeaeae;
}
.input_wrap input[type=checkbox]:disabled:checked + .input_text::before {
  border-color: #e2e2e2;
}
.input_wrap input[type=checkbox]:disabled:checked + .input_text::after {
  background: transparent;
}
.input_wrap input[type=radio] {
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 0;
}
.input_wrap input[type=radio]:focus-visible + .input_text::before {
  border: 2px solid #222;
}
.input_wrap input[type=radio] + .input_text {
  font-weight: 500;
}
.input_wrap input[type=radio] + .input_text::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.input_wrap input[type=radio] + .input_text::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 4px;
  opacity: 0;
  transition: opacity 0.1s linear;
  z-index: 1;
}
.input_wrap input[type=radio]:checked + .input_text::after {
  opacity: 1;
}
.input_wrap input[type=radio]:disabled + .input_text::before {
  background: #dedede;
}
.input_wrap input[type=radio]:disabled + .input_text::after {
  background: #aeaeae;
}

.search_cont .input_wrap input[type=checkbox] + .input_text {
  font-weight: 400;
  transition: font-weight 0.3s ease-out, color 0.3s ease-out;
}
.search_cont .input_wrap input[type=checkbox]:checked + .input_text {
  font-weight: 700;
  color: #f99923;
}
@media only screen and (max-width: 767px) {
  .search_cont .input_wrap input[type=checkbox]:checked + .input_text {
    font-weight: 400;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  min-height: 45px;
  padding: 4px 14px;
  border: 1px solid #e2e2e2;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  font-size: 1.3rem;
  line-height: 1.46;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 0.5;
  position: relative;
  top: -2px;
}
input[type=text]::placeholder,
input[type=email]::placeholder {
  font-size: 1.3rem;
  line-height: 1.46;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 0.5;
  position: relative;
  top: -2px;
}
input[type=text]:disabled,
input[type=email]:disabled {
  background: #dedede;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 13px 14px;
  background: #fefefe;
  border: 1px solid #e2e2e2;
}
textarea::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 400;
  color: #8a8a8a;
  opacity: 0.5;
}
textarea::placeholder {
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 400;
  color: #8a8a8a;
  opacity: 0.5;
}
textarea:disabled {
  background: #dedede;
}

.select_wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.select_wrap:after {
  content: "\e918";
  font-family: "simul_sbc";
  font-size: 1rem;
  line-height: 1;
  color: #373a3c;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
.select_wrap:has(:disabled):after {
  color: #aeaeae;
}
.select_wrap select {
  width: 100%;
  min-height: 45px;
  font-size: 1.3rem;
  padding: 0 40px 0 12px;
  background: #fefefe;
  border: 1px solid #e2e2e2;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select_wrap select:disabled {
  color: rgba(0, 0, 0, 0.12);
  background: #dedede;
  cursor: default;
}

.notes_field {
  display: table;
  padding: 24px 36px 24px 102px;
  margin: 0 auto 82px;
  border: 1px solid #f99923;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .notes_field {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.notes_field::before {
  content: "\e91a";
  font-family: "simul_sbc";
  font-size: 4.8rem;
  line-height: 1;
  color: #f99923;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .notes_field::before {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    position: static;
    transform: translateY(0);
  }
}
.notes_field .emphasis_ttl {
  font-size: 2.2rem;
  line-height: 1.27;
  color: #f99923;
}
@media only screen and (max-width: 767px) {
  .notes_field .emphasis_ttl {
    font-size: 2rem;
  }
}
.notes_field p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 8px;
}
.notes_field p:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------
  btn
-----------------------------------------*/
.btn {
  display: inline-block;
  min-width: 230px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 17px 60px 16px 24px;
  background: #f99923;
  border: 1px solid #e2e2e2;
  position: relative;
  /* _blank */
}
@media only screen and (max-width: 767px) {
  .btn {
    min-height: 58px;
    line-height: 1.25;
  }
}
.btn::after {
  content: "\e900";
  font-family: "simul_sbc";
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
.btn[target=_blank]::after {
  content: "\e901";
  font-size: 1.4rem;
}
.btn.icon_download::before {
  content: none;
}
.btn.icon_download::after {
  content: "\e90d";
}
@media (any-hover: hover) {
  .btn:not([target=_blank]):not(.icon_download):hover::after {
    right: 14px;
  }
}
.btn.type_full {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: initial;
  font-size: 1.6rem;
  line-height: 2;
  padding: 12px 24px;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .btn.type_full {
    min-height: 58px;
    line-height: 1.25;
  }
}
.btn.type_full::after {
  margin-left: 8px;
  position: static;
  right: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}
@media (any-hover: hover) {
  .btn.type_full:not(.icon_download):hover::after {
    transform: translateY(0) translateX(10px);
  }
}
.btn.type_anchor {
  min-height: 65px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
  text-align: center;
  background: #fff3e2;
  border-color: #ffdeb6;
  border-radius: 8px;
}
.btn.type_anchor::after {
  content: "\e90c";
  font-size: 1.4rem;
  font-weight: 400;
  color: #f99923;
  margin: 2px 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .btn.type_anchor {
    min-height: 58px;
  }
}
@media (any-hover: hover) {
  .btn.type_anchor:not(.icon_download):hover::after {
    transform: translate(0);
  }
}
.btn.type_back {
  min-width: 280px;
  gap: 8px;
  text-align: center;
  padding: 16px 24px;
  background: #222;
}
.btn.type_back::before {
  display: inline-block;
  content: "\e900";
  font-family: "simul_sbc";
  font-size: 2rem;
  line-height: 1;
  margin-inline: 0;
  transform: scale(-1, 1);
  position: relative;
  top: 2px;
  right: 8px;
  transition: right 0.3s ease-out;
}
.btn.type_back::after {
  content: none;
}
@media (any-hover: hover) {
  .btn.type_back:hover::before {
    right: 18px;
  }
}
.btn.type_light_color {
  color: #222;
  background: #fff3e2;
}
.btn.type_active_color {
  background: #fff9f2;
  border-color: #f3ebe1;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
}
.btn[class^=icon_]:not(.icon_download), .btn[class*=" icon_"]:not(.icon_download) {
  padding: 16px 24px;
}
.btn[class^=icon_]:not(.icon_download)::before, .btn[class*=" icon_"]:not(.icon_download)::before {
  font-size: 2rem;
  line-height: 1;
  margin-right: 8px;
}
.btn[class^=icon_]:not(.icon_download)::after, .btn[class*=" icon_"]:not(.icon_download)::after {
  content: none;
}
@media (any-hover: hover) {
  .btn[class^=icon_]:not(.icon_download):hover::after, .btn[class*=" icon_"]:not(.icon_download):hover::after {
    right: 0;
  }
}
.btn.icon_download.type_light_color::after {
  color: #8a8a8a;
}

.type_deco {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 28px 26px 26px;
  background: #f99923;
  border: none;
}
.type_deco.no_arrow::after {
  content: none;
}
.type_deco.no_arrow > span {
  padding-right: 0;
}
.type_deco > span {
  display: block;
  padding-right: 15px;
}
.type_deco > span::before, .type_deco > span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  transform: translateY(0);
  transition: opacity 0.3s ease-in;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.type_deco > span::before {
  background-image: conic-gradient(from 90deg, #fffdd8 10deg, #ffd3d2 60deg, #fee393 170deg, #fee393 170deg, #90d4e6 220deg, #90b1e6 315deg, #df87ff 350deg, #fffdd8 360deg);
}
.type_deco > span::after {
  background-image: conic-gradient(from 280deg, #fffdd8 10deg, #ffd3d2 60deg, #fee393 170deg, #fee393 170deg, #90d4e6 220deg, #90b1e6 315deg, #df87ff 350deg, #fffdd8 360deg);
  opacity: 0;
}
.type_deco:hover {
  background: rgba(249, 153, 35, 0.9);
  opacity: 1;
}
.type_deco:hover > span::before {
  opacity: 0;
}
.type_deco:hover > span::after {
  opacity: 1;
}

.text_link {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  color: #f99923;
  /* _blank */
}
.text_link[target=_blank]::after {
  display: inline-block;
  text-decoration: none;
  content: "\e901";
  font-family: "simul_sbc";
  font-size: 1.2rem;
  line-height: 1;
  padding-right: 10px;
  position: relative;
  top: -1px;
  right: -5px;
}

.text_arrow_link {
  font-weight: 500;
  color: #222;
  padding-right: 2px;
  /* _blank */
}
.text_arrow_link::after {
  content: "\e900";
  font-family: "simul_sbc";
  font-size: 2rem;
  line-height: 1;
  position: relative;
  top: 4px;
  right: 0;
  transition: right 0.3s ease-out;
}
.text_arrow_link[target=_blank]::after {
  content: "\e901";
  font-size: 1.2rem;
  top: -1px;
  right: -2px;
}
@media (any-hover: hover) {
  .text_arrow_link:not([target=_blank]):hover::after {
    right: -5px;
  }
}
.text_arrow_link.icon_help {
  padding-left: 28px;
  position: relative;
}
.text_arrow_link.icon_help::before {
  font-size: 2.1rem;
  color: #f99923;
  position: absolute;
  top: 2px;
  left: 0;
}
.text_arrow_link > span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn_clm {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .btn_clm {
    flex-direction: column;
  }
}
.btn_clm > li {
  width: 100%;
}
.btn_clm > li .btn {
  height: 100%;
}

.btn_clm_anchor {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .btn_clm_anchor {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.btn_clm_anchor > * {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn_clm_anchor > * {
    width: calc((100% - 16px) / 2);
  }
}
.btn_clm_anchor > li .btn {
  height: 100%;
}
@media only screen and (max-width: 980px) {
  .btn_clm_anchor > li .btn {
    font-size: 1.3rem;
    padding-inline: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .btn_clm_anchor > li .btn::after {
    margin-left: 6px;
  }
}

.link_wrap_clm {
  display: flex;
  justify-content: center;
  background: #fff3e2;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .link_wrap_clm {
    flex-direction: column;
  }
}
.link_wrap_clm > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link_wrap_clm > li {
    padding: 20px 16px;
  }
}
.link_wrap_clm > li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .link_wrap_clm > li:not(:last-child)::before {
    width: calc(100% - 20px);
    height: 1px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%) translateY(0);
  }
}
.link_wrap_clm > li .text_arrow_link {
  font-size: 1.4rem;
  line-height: 1.71;
  padding-left: 0;
}
.link_wrap_clm > li .text_arrow_link.icon_help::before {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  position: static;
}

.left_side {
  display: table;
  margin-inline: 0 auto !important;
}

.right_side {
  display: table;
  margin-inline: auto 0 !important;
}

.centering {
  display: table;
  margin-inline: auto auto !important;
}

/*-----------------------------------------
  search
-----------------------------------------*/
.search_wrap {
  display: flex;
  gap: 24px;
}
.search_wrap:not(:last-child) {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .search_wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .search_wrap:first-of-type {
    padding-top: 19px;
    margin-top: 22px;
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .search_wrap {
    flex-direction: column;
  }
}
.search_wrap h2 {
  flex-shrink: 0;
  display: flex;
  gap: 0 12px;
  width: 256px;
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .search_wrap h2 {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .search_wrap h2 {
    width: 100%;
    font-size: 1.8rem;
  }
}
.search_wrap h2 [class^=icon_],
.search_wrap h2 [class*=" icon_"] {
  display: flex;
  gap: 0 12px;
}
.search_wrap h2 [class^=icon_]::before,
.search_wrap h2 [class*=" icon_"]::before {
  position: relative;
  top: 6px;
}
.search_wrap .search_cont {
  flex: 1;
}

.conditions_wrap {
  display: flex;
  gap: 8px;
  padding: 21px 24px 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #fff;
  transition: background 0.3s ease-out, border 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .conditions_wrap {
    flex-direction: column;
    padding: 16px 16px 15px;
    margin-bottom: 8px;
  }
}
.conditions_wrap:not(:last-child) {
  margin-bottom: 10px;
}
.conditions_wrap:has(input[type=checkbox]:checked) {
  border: 1px solid #f3ebe1;
  background: #faf3ea;
}
.conditions_wrap h3 {
  flex-shrink: 0;
  width: 132px;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 0;
}
.conditions_wrap h3::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .conditions_wrap h3 {
    width: 100%;
  }
}
.conditions_wrap .input_wrap input[type=checkbox]:checked + .input_text::before {
  border-color: #f99923;
  background-color: #f99923;
}

.conditions_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 40px;
}
@media only screen and (max-width: 767px) {
  .conditions_list {
    gap: 9px 16px;
  }
}
.conditions_list > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 40px;
}

.search_btn {
  display: table;
  min-width: 180px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding: 10px 47px 11px 12px;
  margin: 40px auto 0;
  background: #222;
}
.search_btn::after {
  font-size: 1.7rem;
  right: 8px;
}
@media (any-hover: hover) {
  .search_btn:hover::after {
    right: 4px !important;
  }
}
@media only screen and (max-width: 767px) {
  .search_btn {
    margin-top: 24px;
  }
}
.search_btn::before {
  font-size: 1.6rem;
  right: 8px;
}

/*-----------------------------------------
  news
-----------------------------------------*/
.news_list li {
  border-bottom: 1px solid #e2e2e2;
}
.news_list li:first-child {
  border-top: 1px solid #e2e2e2;
}
.news_list a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-block: 16px;
}
@media only screen and (max-width: 767px) {
  .news_list a {
    flex-wrap: wrap;
    gap: 12px;
    padding-block: 16px 20px;
  }
}
.news_list .date {
  min-width: 81px;
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.78;
  font-weight: 700;
  color: #4d4d4d;
  position: relative;
  top: 4px;
}
.news_list .label {
  min-width: 100px;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}
.news_list .title {
  font-size: 1.6rem;
  line-height: 2;
  color: #1d1d1f;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .news_list .title:hover {
    color: #f99923;
  }
}
@media only screen and (max-width: 767px) {
  .news_list .title {
    line-height: 1.7;
  }
}

/*-----------------------------------------
  page nation
-----------------------------------------*/
.page_nation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  position: relative;
}
.page_nation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 5px;
  background: #fff9f2;
  padding-inline: 32px;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .page_nation ul {
    padding-inline: 12px;
  }
}
.page_nation ul > li {
  display: flex;
  align-items: center;
}
.page_nation ul > li:not(:last-child) {
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  .page_nation ul > li:not(:last-child) {
    padding-right: 6px;
  }
}
.page_nation ul > li > a {
  display: flex;
  justify-content: center;
  font-family: "Playfair", serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #222;
  width: 37px;
  height: 37px;
  border: 1px solid #f3ebe1;
  border-radius: 50%;
}
.page_nation .pn_prev > a,
.page_nation .pn_next > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fcab4e;
  border-radius: 50%;
  border: none;
}
.page_nation .pn_prev > a .icon_thin_arrow::before,
.page_nation .pn_next > a .icon_thin_arrow::before {
  display: block;
  font-size: 2rem;
}
.page_nation .pn_prev .icon_thin_arrow::before {
  transform: scale(-1, 1);
  transform-origin: center;
  position: relative;
  left: -2px;
}
.page_nation .pn_next .icon_thin_arrow::before {
  position: relative;
  right: -2px;
}
.page_nation .pn_acv > a {
  color: #f99923;
  border-color: #f99923;
  cursor: default;
}
@media (any-hover: hover) {
  .page_nation .pn_acv > a:hover {
    opacity: 1;
  }
}

/*-----------------------------------------
  registration_field
-----------------------------------------*/
.registration_field {
  padding-block: 108px 111px;
  background: url("/files/index-registration_bg_pc.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .registration_field {
    padding-block: 66px 63px;
    margin-top: 64px;
    background-image: url("/files/index-registration_bg_sp.jpg");
  }
}
.registration_field .cont_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 64px 40px;
  background: rgba(241, 248, 254, 0.98);
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .registration_field .cont_inner {
    padding: 43px 26px 24px 23px;
    border-radius: 4px 4px 8px 4px;
  }
}
.registration_field .cont_inner::before {
  content: "";
  width: 78%;
  background: url("/files/index-registration_deco_text.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  left: -60px;
  mix-blend-mode: plus-lighter;
  rotate: -7.56deg;
  aspect-ratio: 450/77;
}
@media only screen and (max-width: 767px) {
  .registration_field .cont_inner::before {
    width: 78%;
    top: -20px;
    left: -10px;
  }
}
.registration_field .cont_inner h2 {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .registration_field .cont_inner h2 {
    text-align: left;
    padding-inline: 12px;
    margin-bottom: 24px;
  }
}
.registration_field .cont_inner h2::before, .registration_field .cont_inner h2::after {
  content: none;
}
.registration_field .cont_inner .btn {
  width: 100%;
  max-width: 708px;
  font-size: 2.4rem !important;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  padding: 34px 125px 34px 80px !important;
  border: 2px solid #fff !important;
  border-radius: 8px;
  box-shadow: 0px 0px 16px rgba(48, 51, 74, 0.24);
}
@media only screen and (max-width: 980px) {
  .registration_field .cont_inner .btn {
    padding: 34px 120px 34px 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .registration_field .cont_inner .btn {
    max-width: 340px;
    font-size: 1.4rem !important;
    text-align: center;
    padding: 23px 36px 22px 21px !important;
  }
}
@media only screen and (max-width: 420px) {
  .registration_field .cont_inner .btn {
    font-size: 3.3333333333vw !important;
  }
}
.registration_field .cont_inner .btn::after {
  font-size: 2.4rem;
  font-weight: 400;
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .registration_field .cont_inner .btn::after {
    right: 18px;
  }
}
@media (any-hover: hover) {
  .registration_field .cont_inner .btn:hover::after {
    right: 70px;
  }
}
@media only screen and (any-hover: hover) and (max-width: 767px) {
  .registration_field .cont_inner .btn:hover::after {
    right: 13px;
  }
}

/*-----------------------------------------
  fixed contents
-----------------------------------------*/
body#fixed_btn_none #sp_fixed_btn {
  display: none !important;
}
body#fixed_btn_none .page_top {
  margin-bottom: 0;
  transition: bottom 0.3s ease-out, margin-bottom 0.3s ease-out;
}
@media (any-hover: hover) {
  body#fixed_btn_none .page_top:hover {
    margin-bottom: 10px;
  }
}
@media only screen and (any-hover: hover) and (max-width: 767px) {
  body#fixed_btn_none .page_top:hover {
    margin-bottom: 5px;
  }
}

#fixed_contents {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #fixed_contents {
    pointer-events: none;
  }
}

/*-----------------------------------------
  fixed sp_fixed_btn
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  #sp_fixed_btn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #sp_fixed_btn {
    margin-right: 8px;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767px) {
  #sp_fixed_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: initial;
    width: 110px;
    height: 84px;
    font-size: 1.8rem;
    line-height: 1.22;
    font-weight: bold;
    padding: 10px;
    transition: background 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) and (any-hover: hover) {
  #sp_fixed_btn a:hover {
    background: rgba(249, 153, 35, 0.9);
  }
}
@media only screen and (max-width: 400px) {
  #sp_fixed_btn a {
    width: 23.5vw;
    height: 18vw;
    font-size: 4.5vw;
  }
}

/*-----------------------------------------
  fixed page_top
-----------------------------------------*/
#fixed_btn_wrap {
  position: relative;
  bottom: 0;
  z-index: 5;
  transition: bottom 0.3s ease-out;
}
@media (any-hover: hover) {
  #fixed_btn_wrap:hover {
    bottom: 20px;
  }
}
#fixed_btn_wrap + #sp_fixed_btn {
  margin-top: 12px;
}

.page_top {
  width: 75px;
  height: 75px;
  text-align: center;
  border: 1px solid #f5f5f5;
  border-width: 1px 0 1px 1px;
  border-radius: 8px 0px 0px 8px;
  background: #222;
  box-shadow: 0px 0px 12px rgba(45, 45, 59, 0.24);
  bottom: 0;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
@media (any-hover: hover) {
  .page_top:hover button {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .page_top {
    width: 43px;
    height: 50px;
    margin-inline: auto 0;
    pointer-events: auto;
  }
}
.page_top button {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Playfair", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .page_top button {
    font-size: 1.3rem;
    position: relative;
    left: 2px;
  }
}
.page_top button::before {
  content: "\e906";
  font-family: "simul_sbc";
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
  transition: top 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .page_top button::before {
    margin-bottom: 2px;
  }
}

/*-----------------------------------------
  fixed search_again
-----------------------------------------*/
.search_again {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search_again {
    display: block;
    width: 43px;
    height: 50px;
    text-align: center;
    margin-inline: auto 0;
    border-radius: 8px 0px 0px 8px;
    background: #f99923;
    box-shadow: 0px 0px 12px rgba(45, 45, 59, 0.24);
    bottom: 4px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767px) and (any-hover: hover) {
  .search_again:hover button {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .search_again button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
    left: 2px;
    transition: opacity 0.3s ease-out;
  }
  .search_again button::before {
    content: "\e905";
    font-family: "simul_sbc";
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
    transition: top 0.3s ease-out;
  }
}

/*-----------------------------------------
  bg_layer
-----------------------------------------*/
.bg_layer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease-out;
}

html.menu_open .bg_layer {
  opacity: 1;
  pointer-events: auto;
}

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

  HEADER

======================================= */
header {
  width: 100%;
  height: 132px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  header {
    min-width: auto;
    height: 64px !important;
  }
}
header .cont_outer {
  height: 100%;
  padding-inline: 40px 0;
}
@media only screen and (max-width: 980px) {
  header .cont_outer {
    padding-inline: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  header .cont_outer {
    padding-inline: 0;
  }
}
header .cont_inner {
  height: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  header .cont_inner {
    padding-inline: 0;
  }
}
header .cont_inner > nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  header .cont_inner > nav {
    display: block;
    width: 100%;
    height: calc(100svh - 64px);
    overflow-y: auto;
    position: fixed;
    top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  header .cont_inner > nav {
    display: flex !important;
  }
}
header .site_logo {
  width: 470px;
  position: absolute;
  top: 16px;
}
@media only screen and (max-width: 1200px) {
  header .site_logo {
    width: 300px;
  }
}
@media only screen and (max-width: 980px) {
  header .site_logo {
    width: 235px;
  }
}
@media only screen and (max-width: 767px) {
  header .site_logo {
    width: 235px !important;
    margin-left: 20px;
    top: 22px;
  }
}
header .site_logo img {
  display: block;
}
header .global_nav {
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
  margin-right: 54px;
  order: 2;
}
@media only screen and (max-width: 1080px) {
  header .global_nav {
    gap: 0 16px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff;
    margin-right: 0;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav > li {
    border-bottom: 1px solid #d8e1e6;
  }
  header .global_nav > li:first-child {
    border-top: 1px solid #d8e1e6;
  }
}
header .global_nav > li:focus-within a {
  color: #f99923;
}
header .global_nav > li a {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  color: #222;
  padding-block: 20px 24px;
  position: relative;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  header .global_nav > li a:hover {
    color: #f99923;
    opacity: 1;
  }
}
@media only screen and (any-hover: hover) and (max-width: 767px) {
  header .global_nav > li a:hover::before {
    right: 15px;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav > li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav > li a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 19px 36px 18px 20px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav > li a::before {
    content: "\e900";
    font-family: "simul_sbc";
    font-size: 2rem;
    color: #222;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: right 0.3s ease-out;
  }
}
header .global_nav > li .rsp {
  display: none;
}
header .global_sub_nav {
  order: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 49px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  header .global_sub_nav {
    gap: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li {
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #d8e1e6;
  }
  header .global_sub_nav > li:first-child {
    order: 3;
  }
  header .global_sub_nav > li:nth-child(2) {
    order: 2;
  }
  header .global_sub_nav > li:nth-child(3) {
    order: 1;
  }
  header .global_sub_nav > li:last-child {
    order: 4;
  }
}
header .global_sub_nav > li:not(:first-child):not(:last-child) {
  position: relative;
}
header .global_sub_nav > li:not(:first-child):not(:last-child)::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #e2e2e2;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(calc(-50% + 2px));
}
@media only screen and (max-width: 1080px) {
  header .global_sub_nav > li:not(:first-child):not(:last-child)::before {
    left: -12px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li:not(:first-child):not(:last-child)::before {
    content: none;
  }
}
header .global_sub_nav > li:last-child {
  margin-left: -21px;
}
@media only screen and (max-width: 1080px) {
  header .global_sub_nav > li:last-child {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li:last-child {
    margin-left: 0;
    border-bottom: none;
  }
}
header .global_sub_nav > li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 500;
  color: #222;
  transition: color 0.3s ease-out;
  /* _blank */
}
@media (any-hover: hover) {
  header .global_sub_nav > li a:hover {
    color: #f99923;
    opacity: 1;
  }
}
@media only screen and (any-hover: hover) and (max-width: 767px) {
  header .global_sub_nav > li a:hover:not([target=_blank])::after {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li a {
    letter-spacing: 0.1em;
    padding: 13px 50px 13px 20px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li a[target=_blank]::after {
    font-size: 1.2rem;
    content: "\e901";
    right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li a::after {
    content: "\e900";
    font-family: "simul_sbc";
    font-size: 2rem;
    color: #222;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: right 0.3s ease-out;
  }
}
header .global_sub_nav > li .btn {
  min-width: 216px;
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  padding: 15px !important;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 1200px) {
  header .global_sub_nav > li .btn {
    min-width: 120px;
    font-size: 1.4rem !important;
    padding: 15px 8px !important;
  }
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li .btn {
    font-size: 2rem !important;
    padding: 26px 8px !important;
  }
}
header .global_sub_nav > li .btn::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li .btn > span {
    display: block;
    padding-right: 15px;
  }
  header .global_sub_nav > li .btn > span::before, header .global_sub_nav > li .btn > span:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    transform: translateY(0);
    transition: opacity 0.3s ease-in;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-clip: padding-box, border-box;
    -webkit-mask-composite: destination-out;
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-clip: padding-box, border-box;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  header .global_sub_nav > li .btn > span::before {
    background-image: conic-gradient(from 90deg, #fffdd8 10deg, #ffd3d2 60deg, #fee393 170deg, #fee393 170deg, #90d4e6 220deg, #90b1e6 315deg, #df87ff 350deg, #fffdd8 360deg);
  }
  header .global_sub_nav > li .btn > span::after {
    background-image: conic-gradient(from 280deg, #fffdd8 10deg, #ffd3d2 60deg, #fee393 170deg, #fee393 170deg, #90d4e6 220deg, #90b1e6 315deg, #df87ff 350deg, #fffdd8 360deg);
    opacity: 0;
  }
}
header .global_sub_nav > li .btn:hover {
  color: #fff;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav > li .btn:hover {
    background: rgba(249, 153, 35, 0.9);
    opacity: 1;
  }
  header .global_sub_nav > li .btn:hover > span::before {
    opacity: 0;
  }
  header .global_sub_nav > li .btn:hover > span::after {
    opacity: 1;
  }
}

/*-----------------------------------------
  PC scroll
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  .scroll header {
    height: 70px;
  }
  .scroll header .cont_inner {
    gap: 0 10px;
  }
  .scroll header .cont_inner > nav {
    align-items: center;
    flex-direction: row;
  }
  .scroll header .site_logo {
    width: 383px;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1420px) {
  .scroll header .site_logo {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .scroll header .site_logo {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .scroll header .site_logo {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll header .global_nav {
    gap: 0 24px;
    margin-right: 40px;
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .scroll header .global_nav {
    gap: 0 16px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll header .global_nav {
    gap: 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll header .global_nav > li a {
    font-size: 1.4rem;
    line-height: 1.42;
    padding-block: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
  .scroll header .global_nav > li a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll header .global_nav > li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 980px) {
  .scroll header .global_nav > li a .rsp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll header .global_nav > li a .rsp {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .scroll header .global_nav > li a .rsp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .scroll header .global_sub_nav {
    height: 100%;
    order: 2;
  }
  .scroll header .global_sub_nav > li {
    height: 100%;
  }
  .scroll header .global_sub_nav > li:not(:last-child) {
    display: none;
  }
  .scroll header .global_sub_nav > li:last-child {
    margin-left: 0;
  }
  .scroll header .global_sub_nav > li .btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .scroll header .global_sub_nav > li .btn {
    min-width: 120px;
    font-size: 1.4rem;
    padding: 15px 8px;
  }
}
/*-----------------------------------------
  sp_menu_btn
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  #sp_menu_btn {
    width: 64px;
    height: 64px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #222;
    transition: all 0.3s ease-out;
  }
  #sp_menu_btn .switch_btn {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  #sp_menu_btn .switch_btn span {
    width: 16px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 50%;
    translate: -50% 0;
    background: #fff;
    transition: all 0.3s ease-out;
  }
  #sp_menu_btn .switch_btn span:nth-of-type(1) {
    top: calc(50% - 5px);
    rotate: 0deg;
  }
  #sp_menu_btn .switch_btn span:nth-of-type(2) {
    top: 50%;
    rotate: 0deg;
  }
  #sp_menu_btn .switch_btn span:nth-of-type(3) {
    top: calc(50% + 5px);
    rotate: 0deg;
  }
  #sp_menu_btn .switch_btn.btn_close span:nth-of-type(1) {
    top: 50%;
    rotate: -45deg;
  }
  #sp_menu_btn .switch_btn.btn_close span:nth-of-type(2) {
    opacity: 0;
    left: 70%;
  }
  #sp_menu_btn .switch_btn.btn_close span:nth-of-type(3) {
    top: 50%;
    rotate: 45deg;
  }
}
/* =======================================

  FOOTER

======================================= */
footer {
  padding-block: 64px 73px;
  background: #222;
  position: relative;
  z-index: 1;
}
footer .cont_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px 40px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  footer .cont_inner {
    align-items: flex-start;
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .cont_inner {
    flex-direction: column;
    gap: 40px 0;
  }
}
footer .logo_field .footer_logo {
  width: 470px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1080px) {
  footer .logo_field .footer_logo {
    width: 300px;
  }
}
@media only screen and (max-width: 880px) {
  footer .logo_field .footer_logo {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  footer .logo_field .footer_logo {
    width: 100%;
    max-width: 353px;
    margin-bottom: 0;
  }
}
footer .sitemap_field {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field {
    width: 100%;
    flex-direction: column;
  }
}
footer .sitemap_field .sitemap_list {
  padding: 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .sitemap_list {
    padding: 0 24px;
    border-right: none;
  }
}
footer .sitemap_field .sitemap_list:first-child {
  border-left: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .sitemap_list:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .sitemap_list:not(:last-child) {
    margin-bottom: 40px;
  }
}
footer .sitemap_field .sitemap_list > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
footer .sns_logo {
  position: absolute;
  top: 86px;
  left: 0;
}
@media only screen and (max-width: 880px) {
  footer .sns_logo {
    top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  footer .sns_logo {
    padding-inline: 24px;
    position: static;
  }
}
footer .copyright_field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 20px;
  padding-top: 24px;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 980px) {
  footer .copyright_field {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  footer .copyright_field {
    padding: 0 24px;
    border-top: none;
  }
}
footer .copyright_field .sub_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
footer .copyright_field .sub_list > li {
  position: relative;
}
footer .copyright_field .sub_list > li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #e2e2e2;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(calc(-50% + 2px));
}
footer .copyright_field .sub_list > li > a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  footer .copyright_field .sub_list > li > a {
    color: #8a8a8a;
  }
}
@media (any-hover: hover) {
  footer .copyright_field .sub_list > li > a:hover {
    color: #fff;
  }
  footer .copyright_field .sub_list > li > a:hover[target=_blank]::after {
    color: #fff;
  }
}
footer .copyright_field .sub_list > li > a[target=_blank]::after {
  content: "\e901";
  font-family: "simul_sbc";
  margin-left: 4px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #8a8a8a;
  transition: color 0.3s ease-out;
  position: relative;
  top: 0;
}
footer .copyright_field .copyright {
  flex-shrink: 0;
  font-family: "Playfair", serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .copyright_field .copyright {
    text-align: left;
  }
}

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

  PRINT

======================================= */
/*-----------------------------------------
  print
-----------------------------------------*/
@media print {
  body {
    zoom: 0.8;
  }
}/*# sourceMappingURL=common.css.map */