@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --text-color1: #000000;
  --text-color2: #111111;
  --sub-color1: #333;
  --sub-color2: #6C6C6C;
  --sub-color3: #aaaaaa;
  --sub-color4: #888;
  --sub-color5: #8E1728;
  --bg-color1: #DDE2E1;
  --bg-color2: #EAEAEA;
  --bg-color3: #C3C8C7;
}

:root {
  --scale: calc(100vw / 1200);
}

/*===============================================*
*	commons
*===============================================*/
/* margin
------------------------------------------------*/
.ma0 {
  margin: 0px;
}

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

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

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

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

.ma5 {
  margin: 5px;
}

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

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

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

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

.ma10 {
  margin: 10px;
}

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

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

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

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

.ma15 {
  margin: 15px;
}

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

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

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

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

.ma20 {
  margin: 20px;
}

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

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

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

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

.ma25 {
  margin: 25px;
}

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

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

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

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

.ma30 {
  margin: 30px;
}

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

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

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

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

.ma35 {
  margin: 35px;
}

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

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

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

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

.ma40 {
  margin: 40px;
}

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

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

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

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

.ma45 {
  margin: 45px;
}

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

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

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

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

.ma50 {
  margin: 50px;
}

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

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

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

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

.ma55 {
  margin: 55px;
}

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

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

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

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

.ma60 {
  margin: 60px;
}

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

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

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

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

.ma65 {
  margin: 65px;
}

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

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

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

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

.ma70 {
  margin: 70px;
}

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

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

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

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

.ma75 {
  margin: 75px;
}

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

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

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

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

.ma80 {
  margin: 80px;
}

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

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

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

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

.ma85 {
  margin: 85px;
}

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

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

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

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

.ma90 {
  margin: 90px;
}

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

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

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

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

.ma95 {
  margin: 95px;
}

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

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

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

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

.ma100 {
  margin: 100px;
}

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

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

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

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

.ma105 {
  margin: 105px;
}

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

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

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

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

.ma110 {
  margin: 110px;
}

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

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

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

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

.ma115 {
  margin: 115px;
}

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

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

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

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

.ma120 {
  margin: 120px;
}

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

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

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

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

.ma125 {
  margin: 125px;
}

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

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

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

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

.ma130 {
  margin: 130px;
}

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

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

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

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

.ma135 {
  margin: 135px;
}

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

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

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

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

.ma140 {
  margin: 140px;
}

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

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

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

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

.ma145 {
  margin: 145px;
}

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

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

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

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

.ma150 {
  margin: 150px;
}

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

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

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

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

.ma155 {
  margin: 155px;
}

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

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

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

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

.ma160 {
  margin: 160px;
}

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

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

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

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

.ma165 {
  margin: 165px;
}

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

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

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

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

.ma170 {
  margin: 170px;
}

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

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

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

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

.ma175 {
  margin: 175px;
}

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

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

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

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

.ma180 {
  margin: 180px;
}

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

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

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

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

.ma185 {
  margin: 185px;
}

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

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

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

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

.ma190 {
  margin: 190px;
}

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

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

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

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

.ma195 {
  margin: 195px;
}

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

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

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

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

.ma200 {
  margin: 200px;
}

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

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

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

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

@media (max-width: 768px) {
  .sma0 {
    margin: 0px;
  }
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .sma5 {
    margin: 5px;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .sma10 {
    margin: 10px;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .sma15 {
    margin: 15px;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .sma20 {
    margin: 20px;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .sma25 {
    margin: 25px;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .sma30 {
    margin: 30px;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .sma35 {
    margin: 35px;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .sma40 {
    margin: 40px;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .sma45 {
    margin: 45px;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .sma50 {
    margin: 50px;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .sma55 {
    margin: 55px;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .sma60 {
    margin: 60px;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .sma65 {
    margin: 65px;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .sma70 {
    margin: 70px;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .sma75 {
    margin: 75px;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .sma80 {
    margin: 80px;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .sma85 {
    margin: 85px;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .sma90 {
    margin: 90px;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .sma95 {
    margin: 95px;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .sma100 {
    margin: 100px;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
  .sma105 {
    margin: 105px;
  }
  .smt105 {
    margin-top: 105px !important;
  }
  .smr105 {
    margin-right: 105px !important;
  }
  .smb105 {
    margin-bottom: 105px !important;
  }
  .sml105 {
    margin-left: 105px !important;
  }
  .sma110 {
    margin: 110px;
  }
  .smt110 {
    margin-top: 110px !important;
  }
  .smr110 {
    margin-right: 110px !important;
  }
  .smb110 {
    margin-bottom: 110px !important;
  }
  .sml110 {
    margin-left: 110px !important;
  }
  .sma115 {
    margin: 115px;
  }
  .smt115 {
    margin-top: 115px !important;
  }
  .smr115 {
    margin-right: 115px !important;
  }
  .smb115 {
    margin-bottom: 115px !important;
  }
  .sml115 {
    margin-left: 115px !important;
  }
  .sma120 {
    margin: 120px;
  }
  .smt120 {
    margin-top: 120px !important;
  }
  .smr120 {
    margin-right: 120px !important;
  }
  .smb120 {
    margin-bottom: 120px !important;
  }
  .sml120 {
    margin-left: 120px !important;
  }
  .sma125 {
    margin: 125px;
  }
  .smt125 {
    margin-top: 125px !important;
  }
  .smr125 {
    margin-right: 125px !important;
  }
  .smb125 {
    margin-bottom: 125px !important;
  }
  .sml125 {
    margin-left: 125px !important;
  }
  .sma130 {
    margin: 130px;
  }
  .smt130 {
    margin-top: 130px !important;
  }
  .smr130 {
    margin-right: 130px !important;
  }
  .smb130 {
    margin-bottom: 130px !important;
  }
  .sml130 {
    margin-left: 130px !important;
  }
  .sma135 {
    margin: 135px;
  }
  .smt135 {
    margin-top: 135px !important;
  }
  .smr135 {
    margin-right: 135px !important;
  }
  .smb135 {
    margin-bottom: 135px !important;
  }
  .sml135 {
    margin-left: 135px !important;
  }
  .sma140 {
    margin: 140px;
  }
  .smt140 {
    margin-top: 140px !important;
  }
  .smr140 {
    margin-right: 140px !important;
  }
  .smb140 {
    margin-bottom: 140px !important;
  }
  .sml140 {
    margin-left: 140px !important;
  }
  .sma145 {
    margin: 145px;
  }
  .smt145 {
    margin-top: 145px !important;
  }
  .smr145 {
    margin-right: 145px !important;
  }
  .smb145 {
    margin-bottom: 145px !important;
  }
  .sml145 {
    margin-left: 145px !important;
  }
  .sma150 {
    margin: 150px;
  }
  .smt150 {
    margin-top: 150px !important;
  }
  .smr150 {
    margin-right: 150px !important;
  }
  .smb150 {
    margin-bottom: 150px !important;
  }
  .sml150 {
    margin-left: 150px !important;
  }
  .sma155 {
    margin: 155px;
  }
  .smt155 {
    margin-top: 155px !important;
  }
  .smr155 {
    margin-right: 155px !important;
  }
  .smb155 {
    margin-bottom: 155px !important;
  }
  .sml155 {
    margin-left: 155px !important;
  }
  .sma160 {
    margin: 160px;
  }
  .smt160 {
    margin-top: 160px !important;
  }
  .smr160 {
    margin-right: 160px !important;
  }
  .smb160 {
    margin-bottom: 160px !important;
  }
  .sml160 {
    margin-left: 160px !important;
  }
  .sma165 {
    margin: 165px;
  }
  .smt165 {
    margin-top: 165px !important;
  }
  .smr165 {
    margin-right: 165px !important;
  }
  .smb165 {
    margin-bottom: 165px !important;
  }
  .sml165 {
    margin-left: 165px !important;
  }
  .sma170 {
    margin: 170px;
  }
  .smt170 {
    margin-top: 170px !important;
  }
  .smr170 {
    margin-right: 170px !important;
  }
  .smb170 {
    margin-bottom: 170px !important;
  }
  .sml170 {
    margin-left: 170px !important;
  }
  .sma175 {
    margin: 175px;
  }
  .smt175 {
    margin-top: 175px !important;
  }
  .smr175 {
    margin-right: 175px !important;
  }
  .smb175 {
    margin-bottom: 175px !important;
  }
  .sml175 {
    margin-left: 175px !important;
  }
  .sma180 {
    margin: 180px;
  }
  .smt180 {
    margin-top: 180px !important;
  }
  .smr180 {
    margin-right: 180px !important;
  }
  .smb180 {
    margin-bottom: 180px !important;
  }
  .sml180 {
    margin-left: 180px !important;
  }
  .sma185 {
    margin: 185px;
  }
  .smt185 {
    margin-top: 185px !important;
  }
  .smr185 {
    margin-right: 185px !important;
  }
  .smb185 {
    margin-bottom: 185px !important;
  }
  .sml185 {
    margin-left: 185px !important;
  }
  .sma190 {
    margin: 190px;
  }
  .smt190 {
    margin-top: 190px !important;
  }
  .smr190 {
    margin-right: 190px !important;
  }
  .smb190 {
    margin-bottom: 190px !important;
  }
  .sml190 {
    margin-left: 190px !important;
  }
  .sma195 {
    margin: 195px;
  }
  .smt195 {
    margin-top: 195px !important;
  }
  .smr195 {
    margin-right: 195px !important;
  }
  .smb195 {
    margin-bottom: 195px !important;
  }
  .sml195 {
    margin-left: 195px !important;
  }
  .sma200 {
    margin: 200px;
  }
  .smt200 {
    margin-top: 200px !important;
  }
  .smr200 {
    margin-right: 200px !important;
  }
  .smb200 {
    margin-bottom: 200px !important;
  }
  .sml200 {
    margin-left: 200px !important;
  }
}
/* padding
------------------------------------------------*/
.pa0 {
  padding: 0px;
}

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

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

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

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

.pa5 {
  padding: 5px;
}

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

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

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

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

.pa10 {
  padding: 10px;
}

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

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

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

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

.pa15 {
  padding: 15px;
}

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

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

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

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

.pa20 {
  padding: 20px;
}

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

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

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

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

.pa25 {
  padding: 25px;
}

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

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

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

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

.pa30 {
  padding: 30px;
}

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

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

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

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

.pa35 {
  padding: 35px;
}

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

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

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

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

.pa40 {
  padding: 40px;
}

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

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

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

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

.pa45 {
  padding: 45px;
}

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

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

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

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

.pa50 {
  padding: 50px;
}

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

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

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

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

.pa55 {
  padding: 55px;
}

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

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

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

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

.pa60 {
  padding: 60px;
}

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

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

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

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

.pa65 {
  padding: 65px;
}

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

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

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

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

.pa70 {
  padding: 70px;
}

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

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

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

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

.pa75 {
  padding: 75px;
}

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

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

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

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

.pa80 {
  padding: 80px;
}

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

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

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

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

.pa85 {
  padding: 85px;
}

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

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

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

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

.pa90 {
  padding: 90px;
}

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

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

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

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

.pa95 {
  padding: 95px;
}

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

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

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

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

.pa100 {
  padding: 100px;
}

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

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

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

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

.pa105 {
  padding: 105px;
}

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

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

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

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

.pa110 {
  padding: 110px;
}

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

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

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

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

.pa115 {
  padding: 115px;
}

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

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

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

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

.pa120 {
  padding: 120px;
}

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

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

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

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

.pa125 {
  padding: 125px;
}

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

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

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

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

.pa130 {
  padding: 130px;
}

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

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

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

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

.pa135 {
  padding: 135px;
}

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

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

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

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

.pa140 {
  padding: 140px;
}

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

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

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

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

.pa145 {
  padding: 145px;
}

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

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

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

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

.pa150 {
  padding: 150px;
}

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

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

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

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

.pa155 {
  padding: 155px;
}

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

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

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

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

.pa160 {
  padding: 160px;
}

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

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

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

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

.pa165 {
  padding: 165px;
}

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

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

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

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

.pa170 {
  padding: 170px;
}

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

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

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

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

.pa175 {
  padding: 175px;
}

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

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

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

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

.pa180 {
  padding: 180px;
}

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

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

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

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

.pa185 {
  padding: 185px;
}

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

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

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

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

.pa190 {
  padding: 190px;
}

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

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

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

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

.pa195 {
  padding: 195px;
}

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

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

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

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

.pa200 {
  padding: 200px;
}

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

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

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

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

@media (max-width: 768px) {
  .spa0 {
    padding: 0px;
  }
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spa5 {
    padding: 5px;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spa10 {
    padding: 10px;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spa15 {
    padding: 15px;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spa20 {
    padding: 20px;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spa25 {
    padding: 25px;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spa30 {
    padding: 30px;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spa35 {
    padding: 35px;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spa40 {
    padding: 40px;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spa45 {
    padding: 45px;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spa50 {
    padding: 50px;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spa55 {
    padding: 55px;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spa60 {
    padding: 60px;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spa65 {
    padding: 65px;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spa70 {
    padding: 70px;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spa75 {
    padding: 75px;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spa80 {
    padding: 80px;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spa85 {
    padding: 85px;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spa90 {
    padding: 90px;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spa95 {
    padding: 95px;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spa100 {
    padding: 100px;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
  .spa105 {
    padding: 105px;
  }
  .spt105 {
    padding-top: 105px !important;
  }
  .spr105 {
    padding-right: 105px !important;
  }
  .spb105 {
    padding-bottom: 105px !important;
  }
  .spl105 {
    padding-left: 105px !important;
  }
  .spa110 {
    padding: 110px;
  }
  .spt110 {
    padding-top: 110px !important;
  }
  .spr110 {
    padding-right: 110px !important;
  }
  .spb110 {
    padding-bottom: 110px !important;
  }
  .spl110 {
    padding-left: 110px !important;
  }
  .spa115 {
    padding: 115px;
  }
  .spt115 {
    padding-top: 115px !important;
  }
  .spr115 {
    padding-right: 115px !important;
  }
  .spb115 {
    padding-bottom: 115px !important;
  }
  .spl115 {
    padding-left: 115px !important;
  }
  .spa120 {
    padding: 120px;
  }
  .spt120 {
    padding-top: 120px !important;
  }
  .spr120 {
    padding-right: 120px !important;
  }
  .spb120 {
    padding-bottom: 120px !important;
  }
  .spl120 {
    padding-left: 120px !important;
  }
  .spa125 {
    padding: 125px;
  }
  .spt125 {
    padding-top: 125px !important;
  }
  .spr125 {
    padding-right: 125px !important;
  }
  .spb125 {
    padding-bottom: 125px !important;
  }
  .spl125 {
    padding-left: 125px !important;
  }
  .spa130 {
    padding: 130px;
  }
  .spt130 {
    padding-top: 130px !important;
  }
  .spr130 {
    padding-right: 130px !important;
  }
  .spb130 {
    padding-bottom: 130px !important;
  }
  .spl130 {
    padding-left: 130px !important;
  }
  .spa135 {
    padding: 135px;
  }
  .spt135 {
    padding-top: 135px !important;
  }
  .spr135 {
    padding-right: 135px !important;
  }
  .spb135 {
    padding-bottom: 135px !important;
  }
  .spl135 {
    padding-left: 135px !important;
  }
  .spa140 {
    padding: 140px;
  }
  .spt140 {
    padding-top: 140px !important;
  }
  .spr140 {
    padding-right: 140px !important;
  }
  .spb140 {
    padding-bottom: 140px !important;
  }
  .spl140 {
    padding-left: 140px !important;
  }
  .spa145 {
    padding: 145px;
  }
  .spt145 {
    padding-top: 145px !important;
  }
  .spr145 {
    padding-right: 145px !important;
  }
  .spb145 {
    padding-bottom: 145px !important;
  }
  .spl145 {
    padding-left: 145px !important;
  }
  .spa150 {
    padding: 150px;
  }
  .spt150 {
    padding-top: 150px !important;
  }
  .spr150 {
    padding-right: 150px !important;
  }
  .spb150 {
    padding-bottom: 150px !important;
  }
  .spl150 {
    padding-left: 150px !important;
  }
  .spa155 {
    padding: 155px;
  }
  .spt155 {
    padding-top: 155px !important;
  }
  .spr155 {
    padding-right: 155px !important;
  }
  .spb155 {
    padding-bottom: 155px !important;
  }
  .spl155 {
    padding-left: 155px !important;
  }
  .spa160 {
    padding: 160px;
  }
  .spt160 {
    padding-top: 160px !important;
  }
  .spr160 {
    padding-right: 160px !important;
  }
  .spb160 {
    padding-bottom: 160px !important;
  }
  .spl160 {
    padding-left: 160px !important;
  }
  .spa165 {
    padding: 165px;
  }
  .spt165 {
    padding-top: 165px !important;
  }
  .spr165 {
    padding-right: 165px !important;
  }
  .spb165 {
    padding-bottom: 165px !important;
  }
  .spl165 {
    padding-left: 165px !important;
  }
  .spa170 {
    padding: 170px;
  }
  .spt170 {
    padding-top: 170px !important;
  }
  .spr170 {
    padding-right: 170px !important;
  }
  .spb170 {
    padding-bottom: 170px !important;
  }
  .spl170 {
    padding-left: 170px !important;
  }
  .spa175 {
    padding: 175px;
  }
  .spt175 {
    padding-top: 175px !important;
  }
  .spr175 {
    padding-right: 175px !important;
  }
  .spb175 {
    padding-bottom: 175px !important;
  }
  .spl175 {
    padding-left: 175px !important;
  }
  .spa180 {
    padding: 180px;
  }
  .spt180 {
    padding-top: 180px !important;
  }
  .spr180 {
    padding-right: 180px !important;
  }
  .spb180 {
    padding-bottom: 180px !important;
  }
  .spl180 {
    padding-left: 180px !important;
  }
  .spa185 {
    padding: 185px;
  }
  .spt185 {
    padding-top: 185px !important;
  }
  .spr185 {
    padding-right: 185px !important;
  }
  .spb185 {
    padding-bottom: 185px !important;
  }
  .spl185 {
    padding-left: 185px !important;
  }
  .spa190 {
    padding: 190px;
  }
  .spt190 {
    padding-top: 190px !important;
  }
  .spr190 {
    padding-right: 190px !important;
  }
  .spb190 {
    padding-bottom: 190px !important;
  }
  .spl190 {
    padding-left: 190px !important;
  }
  .spa195 {
    padding: 195px;
  }
  .spt195 {
    padding-top: 195px !important;
  }
  .spr195 {
    padding-right: 195px !important;
  }
  .spb195 {
    padding-bottom: 195px !important;
  }
  .spl195 {
    padding-left: 195px !important;
  }
  .spa200 {
    padding: 200px;
  }
  .spt200 {
    padding-top: 200px !important;
  }
  .spr200 {
    padding-right: 200px !important;
  }
  .spb200 {
    padding-bottom: 200px !important;
  }
  .spl200 {
    padding-left: 200px !important;
  }
}
/* border-radius
------------------------------------------------*/
@media (min-width: 1025px) {
  .rounded-0 {
    border-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-0 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-0 {
    border-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-0 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-5 {
    border-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-5 {
    border-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-10 {
    border-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-10 {
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-15 {
    border-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-15 {
    border-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-20 {
    border-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-20 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-20 {
    border-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-20 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-25 {
    border-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-25 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-25 {
    border-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-25 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-30 {
    border-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-30 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-30 {
    border-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-30 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-35 {
    border-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-35 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-35 {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-35 {
    border-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-35 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-35 {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-40 {
    border-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-40 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-40 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-40 {
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-40 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-40 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-45 {
    border-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-45 {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-45 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-45 {
    border-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-45 {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-45 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-50 {
    border-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-50 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-50 {
    border-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-50 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-55 {
    border-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-55 {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-55 {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-55 {
    border-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-55 {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-55 {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-60 {
    border-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-60 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-60 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-60 {
    border-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-60 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-60 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-65 {
    border-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-65 {
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-65 {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-65 {
    border-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-65 {
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-65 {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-70 {
    border-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-70 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-70 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-70 {
    border-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-70 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-70 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-75 {
    border-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-75 {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-75 {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-75 {
    border-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-75 {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-75 {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-80 {
    border-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-80 {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-80 {
    border-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-80 {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-85 {
    border-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-85 {
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-85 {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-85 {
    border-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-85 {
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-85 {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-90 {
    border-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-90 {
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-90 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-90 {
    border-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-90 {
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-90 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-95 {
    border-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-95 {
    border-top-right-radius: 95px;
    border-top-left-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-95 {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-95 {
    border-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-95 {
    border-top-right-radius: 95px;
    border-top-left-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-95 {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-100 {
    border-radius: 100px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-100 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-100 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-100 {
    border-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-100 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-100 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 1rem !important;
}

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

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

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

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

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

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

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

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

.fs19 {
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs50 {
  font-size: 5rem !important;
}

/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 768px) {
  .pc_hide {
    display: block !important;
  }
}

.fw_regular {
  font-weight: 400 !important;
}

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

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

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

.fw_extrabold {
  font-weight: 800 !important;
}

.fw_black {
  font-weight: 900 !important;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html,
body {
  background: var(--bg-color1);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10px;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

#wrap {
  position: relative;
  overflow: hidden;
}
.inner {
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1700px) {
  .inner {
    margin-right: 7.1428571429vw;
    margin-left: 7.1428571429vw;
  }
}
@media (max-width: 768px) {
  .inner {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.inner.inner-size2 {
  max-width: 1020px;
}

.inner2 {
  max-width: 1020px;
  min-width: 320px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .inner2 {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

/*-----------------------------------------------------------
text_style
-------------------------------------------------------------*/
.text-style01 {
  padding-top: 11px;
  position: relative;
}
@media (max-width: 768px) {
  .text-style01 {
    padding-top: 7px;
  }
}
.text-style01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 11px;
  background: var(--sub-color5);
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .text-style01::before {
    width: 96px;
    height: 7px;
  }
}
.text-style01 span {
  display: block;
  font-weight: 700;
  color: var(--sub-color1);
}
.text-style01 .en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 7.8rem;
  line-height: 1.75;
  margin-bottom: -28px;
}
@media (max-width: 768px) {
  .text-style01 .en {
    font-size: 5.4rem;
    margin-bottom: -16px;
  }
}
.text-style01 .jp {
  font-size: 2.6rem;
  line-height: 1.3076923077;
}
@media (max-width: 768px) {
  .text-style01 .jp {
    font-size: 2rem;
  }
}

.text-style02 {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 27px auto 27px auto;
  grid-template-columns: auto auto auto;
  gap: 0 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .text-style02 {
    gap: 0 13px;
    margin: 0 auto 10px;
  }
}
.text-style02::before, .text-style02::after {
  content: "";
  height: 2px;
  width: 102px;
  background: currentColor;
}
@media (max-width: 768px) {
  .text-style02::before, .text-style02::after {
    width: 72px;
  }
}
.text-style02 span {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .text-style02 span {
    font-size: 3.2rem;
  }
}

.text-style03 {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 34px;
}
.text-style04 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .text-style04 {
    font-size: 2rem;
  }
}

.text-style05 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .text-style05 {
    font-size: 2.6rem;
  }
}

.text-style06 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 200%;
}
.text-style06 p + p {
  margin-top: 2em;
}

.text-style07 {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .text-style07 {
    padding-bottom: 12px;
  }
}
.text-style07::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 184px;
  height: 1px;
  background: var(--sub-color5);
}
@media (max-width: 768px) {
  .text-style07::before {
    width: 156px;
  }
}
.text-style07 span {
  display: block;
  font-weight: 700;
  color: var(--sub-color1);
}
.text-style07 .en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1.75;
  margin-bottom: -22px;
}
@media (max-width: 768px) {
  .text-style07 .en {
    font-size: 6.4rem;
    line-height: 1.09375;
    margin-bottom: 19px;
  }
}
.text-style07 .jp {
  font-size: 2.4rem;
  line-height: 1.29;
}
@media (max-width: 768px) {
  .text-style07 .jp {
    font-size: 2rem;
  }
}

.text-style08 {
  font-weight: 400;
  line-height: 200%;
  font-size: 1.4rem;
}

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

.align-left {
  text-align: left;
}

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

a.basic_link {
  text-decoration: underline;
  color: var(--text-color5);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.basic_link:hover {
  opacity: 0.7;
  text-decoration: none;
}

a.animate_link {
  text-decoration: none;
}
a.animate_link span {
  display: inline-block;
  position: relative;
}
a.animate_link span::after {
  content: "";
  display: block;
  width: 100%;
  background: var(--bg-color2);
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a.animate_link:hover span::after {
  opacity: 1;
}

/*-----------------------------------------------------------
btn
-------------------------------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .btn-wrap.fullwidth_sp {
    width: 100%;
    gap: 20px 30px;
    margin-inline: auto;
  }
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 99px;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 100vmax;
  border: solid 1px var(--btn_border_color);
  color: var(--btn_txt_color);
  background: var(--btn_bg_color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: background 0.3s, color 0.3s, scale 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, color 0.3s, scale 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, color 0.3s, filter 0.3s, scale 0.3s;
  transition: background 0.3s, color 0.3s, filter 0.3s, scale 0.3s, -webkit-filter 0.3s;
  --btn_bg_color: var(--sub-color1);
  --btn_border_color: var(--sub-color1);
  --btn_txt_color: #fff;
  min-width: 373px;
}
@media (max-width: 768px) {
  .btn {
    font-size: 1.8rem;
    width: 100%;
    height: 75px;
    min-width: 0;
    max-width: 100%;
    padding-inline: 18px;
  }
}
.btn:hover {
  --btn_bg_color: var(--sub-color5);
  --btn_border_color: var(--sub-color5);
  --btn_txt_color: #fff;
}
.btn .label {
  font-size: 1.4rem;
  background: var(--text-color4);
  color: #fff;
  font-weight: 600;
  line-height: 1.7142857143;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  white-space: nowrap;
  min-width: 40px;
  text-align: center;
}
.btn.has-search {
  min-width: 112px;
  height: 69px;
}
@media (max-width: 768px) {
  .btn.has-search {
    width: 18.2533333333vw;
    height: 11.2453333333vw;
    min-width: 0;
    max-width: 18.2533333333vw;
  }
}
.btn.has-search .btn-search {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--btn_txt_color);
  aspect-ratio: 1/1;
  width: 31px;
}
@media (max-width: 768px) {
  .btn.has-search .btn-search {
    width: 4.8vw;
  }
}
.btn.has-search:hover {
  --btn_bg_color: var(--sub-color5);
  --btn_border_color: var(--sub-color5);
  --btn_txt_color: #fff;
}
.btn.has-arrow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 51px 36px;
}
.btn.has-arrow .btn-arrow2 {
  width: 17px;
  aspect-ratio: 17/14;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--btn_txt_color);
}
.btn.btn-cta2 {
  --btn_bg_color: var(--text-color3);
  --btn_border_color: var(--text-color3);
  --btn_txt_color: var(--text-color1);
}
.btn.btn-seminar {
  --btn_bg_color: var(--text-color5);
  --btn_border_color: var(--text-color5);
  --btn_txt_color: var(--text-color1);
  min-width: 460px;
}
@media (max-width: 768px) {
  .btn.btn-seminar {
    font-size: 1.6rem;
    max-width: 82.6666666667vw;
    width: 82.6666666667vw;
    height: 60px;
    min-width: 0;
  }
}
.btn.btn-more {
  --btn_bg_color: var(--text-color3);
  --btn_border_color: var(--text-color3);
  --btn_txt_color: var(--text-color1);
  min-width: 200px;
  height: 60px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .btn.btn-more {
    width: 53.3333333333vw;
    height: 48px;
  }
}
.btn.btn-arrow1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.btn.btn-arrow1::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(../img/arrow02.svg) no-repeat 50% 50%/9px auto;
}
.btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#footer {
  background: var(--sub-color1);
  height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #footer {
    height: 80px;
    text-align: left;
    padding-left: 5.3333333333vw;
  }
}
#footer .footer-copyright {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  #footer .footer-copyright {
    font-size: 1.4rem;
  }
}
#footer .page-top-button {
  background: var(--sub-color2) url(../img/arrow01.svg) no-repeat 50% 50%/22px;
  height: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  #footer .page-top-button {
    background-size: 16px;
  }
}

/*-----------------------------------------------------------
mv
-------------------------------------------------------------*/
#mv {
  height: 100svh;
  position: relative;
  width: 100%;
  --swiper-theme-color: var(--sub-color3);
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity:1;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
@media (max-width: 768px) {
  #mv {
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --swiper-pagination-bottom: 4vw;
    height: 156.8vw;
  }
}
#mv #logo {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
  width: 229px;
}
@media (max-width: 768px) {
  #mv #logo {
    left: 20px;
    top: 20px;
    width: 50.9333333333vw;
  }
}
#mv #logo img {
  width: 100%;
  height: auto;
}
#mv .swiper-pagination {
  text-align: right;
}
#mv .autoplay-progress {
  position: absolute;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
  left: 20px;
  bottom: 20px;
  z-index: 20;
}
@media (max-width: 768px) {
  #mv .autoplay-progress {
    width: 30px;
    height: 30px;
    left: 4vw;
    bottom: 4vw;
  }
}
#mv .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#mv .mySwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #mv .mySwiper {
    left: 5.3333333333vw;
    top: 69.0666666667vw;
    width: 110.6666666667vw;
    height: 62.1333333333vw;
  }
}
#mv .mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #mv .mySwiper img {
    width: 110.6666666667vw;
    aspect-ratio: 415/233;
  }
}
#mv .mySwiper .swiper-wrapper {
  -webkit-mask: url(../img/silhouette.svg) no-repeat 50% 50%/auto 90%;
          mask: url(../img/silhouette.svg) no-repeat 50% 50%/auto 90%;
}
@media (max-width: 768px) {
  #mv .mySwiper .swiper-wrapper {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
#mv #title {
  position: absolute;
  right: 4vw;
  top: 50px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 760px;
  width: 50vw;
  z-index: 10;
}
@media (max-width: 768px) {
  #mv #title {
    width: 76.5333333333vw;
    right: 5.6vw;
    top: 0;
    height: 100%;
  }
}
#mv #title svg {
  width: 100%;
}
@media (max-width: 768px) {
  #mv #title svg {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 30.1333333333vw;
  }
}
#mv #title svg rect,
#mv #title svg path {
  fill: #000;
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
#header {
  padding: 30px;
}
@media (max-width: 768px) {
  #header {
    padding: 20px;
  }
}
#header #logo {
  width: 229px;
}
@media (max-width: 768px) {
  #header #logo {
    width: 192px;
  }
}
#header #logo img {
  width: 100%;
  height: auto;
}

#page-header {
  padding-block: 165px 117px;
}
@media (max-width: 768px) {
  #page-header {
    padding-block: 50px 66px;
  }
}
#page-header h1 + #breadcrumb {
  margin-top: 90px;
}
@media (max-width: 768px) {
  #page-header h1 + #breadcrumb {
    margin-top: 83px;
  }
}

#breadcrumb {
  overflow-x: auto;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #breadcrumb {
    padding-bottom: 10px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
#breadcrumb ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3125;
}
#breadcrumb ul li a {
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li:not(:first-child)::before {
  content: "";
  background: url(../img/arrow02.svg) no-repeat 0 0/100%;
  width: 5px;
  aspect-ratio: 5/7;
}

#main {
  padding-bottom: 226px;
}
@media (max-width: 768px) {
  #main {
    padding-bottom: 75px;
  }
}

#sorter_ui {
  margin-bottom: 40px;
}
#sorter_ui form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sorter_ui form label {
  font-size: 1.4rem;
}
#sorter_ui form .select_wrap {
  --sorter-color: var(--text-color2);
  position: relative;
  border: 1px solid var(--sorter-color);
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border-radius: 3px;
}
#sorter_ui form .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: var(--sorter-color) transparent transparent transparent;
  pointer-events: none;
}
#sorter_ui form .select_wrap:hover {
  background-color: #fff;
  --sorter-color:var(--sub-color5);
}
#sorter_ui form select {
  font-size: 1.4rem;
  padding: 5px 30px 5px 10px;
  cursor: pointer;
  color: var(--sorter-color);
}
#sorter_ui form select option {
  line-height: 1.5;
  font-size: 1.4rem;
}

.index-column1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8.1818181818% 38.0303030303%;
  grid-template-columns: auto 38.0303030303%;
  gap: 0 8.1818181818%;
  padding-left: 8.3333333333%;
}
@media (max-width: 768px) {
  .index-column1 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 35px 0;
    padding-left: 0;
  }
}
.index-column1 img {
  width: 100%;
  height: auto;
}
.index-column1 .img-column {
  position: relative;
  top: -163px;
  margin-bottom: -163px;
}
@media (max-width: 768px) {
  .index-column1 .img-column {
    top: 0;
    max-width: 77.3333333333vw;
    margin-inline: auto;
    margin-bottom: 0;
  }
}

.index-column2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4.1666666667% 70.8333333333%;
  grid-template-columns: auto 70.8333333333%;
  gap: 0 4.1666666667%;
}
@media (max-width: 768px) {
  .index-column2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.index-column3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8.75% 41.25%;
  grid-template-columns: auto 41.25%;
  gap: 0 8.75%;
}
@media (max-width: 768px) {
  .index-column3 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

#index-movie {
  padding: 147px 0 149px;
}
@media (max-width: 768px) {
  #index-movie {
    padding: 60px 0 61px;
  }
}

.index-movie-search {
  background: #fff;
  border-radius: 100vmax;
  border: 1px solid #C3C8C7;
  max-width: 769px;
  height: 77px;
  margin: 0 auto 50px;
  position: relative;
  padding: 4px 137px 4px 30px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 768px) {
  .index-movie-search {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .index-movie-search {
    max-width: 100%;
    height: 12.5333333333vw;
    padding: 0.5333333333vw 24.8vw 0.6426666667vw 4vw;
  }
}
.index-movie-search:has(input:focus) {
  border-color: var(--sub-color1);
}
.index-movie-search input.search-input {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 2rem;
}
.index-movie-search input.search-input:focus {
  border: none;
  outline: none;
}
.index-movie-search button.has-search {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .index-movie-search button.has-search {
    right: 0.816vw;
  }
}

.movie-tag-wrap {
  background: var(--bg-color3);
  padding: 45px 40px 65px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .movie-tag-wrap {
    padding: 22px 15px 43px;
  }
}

.movie-tag-section {
  border-bottom: 1px solid #fff;
}

.tag-list-accordion details:first-of-type summary::marker,
.tag-list-accordion :is(::-webkit-details-marker) {
  content: "";
  display: none;
}
.tag-list-accordion details {
  border-top: 1px solid var(--main-color3);
  position: relative;
  width: 100%;
}
.tag-list-accordion details:last-child {
  border-bottom: 1px solid var(--main-color3);
}
.tag-list-accordion details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  padding-block: 31px;
  list-style: none;
  position: relative;
}
@media (max-width: 768px) {
  .tag-list-accordion details summary {
    gap: 16px;
    font-size: 1.6rem;
    padding-block: 27px;
    padding-right: 40px;
  }
}
.tag-list-accordion details summary h3 {
  min-height: 37px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 9px;
}
@media (max-width: 768px) {
  .tag-list-accordion details summary h3 {
    min-height: 24px;
    padding-left: 0;
  }
}
.tag-list-accordion details summary .icon {
  position: absolute;
  right: 28px;
  top: 31px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .tag-list-accordion details summary .icon {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7px;
  }
}
.tag-list-accordion details summary .icon::before, .tag-list-accordion details summary .icon::after {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background-color: var(--sub-color1);
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .tag-list-accordion details summary .icon::before, .tag-list-accordion details summary .icon::after {
    width: 25px;
    height: 1px;
  }
}
.tag-list-accordion details summary .icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.5s;
  transition: rotate 0.5s;
}
.tag-list-accordion details .accordion-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.tag-list-accordion details .accordion-content-inner {
  overflow: hidden;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
}
@media (max-width: 768px) {
  .tag-list-accordion details .accordion-content-inner {
    gap: 0 16px;
  }
}
.tag-list-accordion details .accordion-content-inner::after {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 47px;
  line-height: 1;
}
@media (max-width: 768px) {
  .tag-list-accordion details .accordion-content-inner::after {
    height: 32px;
  }
}
.tag-list-accordion details[open] summary .icon::after {
  rotate: 0deg;
}
.tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 15px;
}
@media (max-width: 768px) {
  .tag-list ul {
    gap: 10px;
  }
}
.tag-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tag-list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  gap: 6px;
  padding: 5px 10px 5px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-transition: border 0.3s, background-color 0.3s;
  transition: border 0.3s, background-color 0.3s;
}
.tag-list ul li a::before {
  content: "";
  display: block;
  background: url(../img/icon_tag.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 1/1;
  width: 12px;
}
.tag-list ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--sub-color5);
}

.movie-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.9444444444% 2.0833333333% 31.9444444444% 2.0833333333% 31.9444444444%;
  grid-template-columns: repeat(3, 31.9444444444%);
  gap: 0 2.0833333333%;
  grid-auto-rows: auto -webkit-max-content -webkit-max-content 1fr -webkit-max-content;
  grid-auto-rows: auto max-content max-content 1fr max-content;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .movie-list {
    -ms-grid-columns: 46.9387755102% 3.0612244898% 46.9387755102%;
    grid-template-columns: repeat(2, 46.9387755102%);
    gap: 0 3.0612244898%;
  }
}
@media (max-width: 768px) {
  .movie-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.movie-list article {
  display: -ms-grid;
  display: grid;
  gap: 0;
  padding-bottom: 65px;
  position: relative;
}
@media (min-width: 769px) {
  .movie-list article {
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 5;
    grid-row: span 5;
  }
}
@media (max-width: 768px) {
  .movie-list article {
    padding-bottom: 42px;
  }
}
.movie-list .new {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  padding: 5px 10px 5px 20px;
  clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 50%, 20% 0);
  background: #c00;
  font-size: 1.4rem;
  font-weight: 700;
  z-index: 2;
}
.movie-list .movie-embed {
  background-color: var(--bg-color3);
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.movie-list .movie-embed p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  color: #fff;
  background: var(--sub-color5);
  font-weight: bold;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.movie-list .movie-embed p img {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .movie-list .movie-embed {
    padding: 0.992vw;
  }
}
.movie-list .movie-embed img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/251;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* ホバー時のアニメーション用 */
}
.movie-list .movie-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 450/251;
}
.movie-list .movie-embed:hover .play-button {
  background-color: var(--sub-color5);
}
.movie-list .movie-embed .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: rgba(33, 33, 33, 0.8);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 20%/50%;
}
.movie-list .movie-embed .play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
.movie-list .movie-embed {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.movie-list .movie-embed:has(a) a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.movie-list .movie-embed:has(a) a img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.movie-list .movie-embed:has(a) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.movie-list .movie-embed:has(a) a::after {
  content: "";
  background: url(../img/arrow04.svg) var(--sub-color5) no-repeat 29px 23px;
  width: 44px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 2;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.movie-list .movie-embed:has(a) a:hover::after {
  scale: 1.2;
}
.movie-list .movie-embed:has(a) a:hover::before {
  opacity: 1;
}
.movie-list .movie-embed:has(a) a:hover img {
  scale: 1.1;
}
.movie-list .movie-embed:has(a:hover) {
  background-color: var(--sub-color5);
}
.movie-list .movie-meta {
  display: contents;
}
.movie-list .movie-meta time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3px auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3px;
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 4px;
  height: 28px;
  padding: 0;
}
.movie-list .movie-meta time::after {
  content: "";
  background: var(--sub-color5);
  width: 65px;
  height: 1px;
}
.movie-list .movie-meta .movie-title {
  font-size: 2.2rem;
  line-height: 1.3181818182;
  font-weight: 700;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .movie-list .movie-meta .movie-title {
    font-size: 1.8rem;
    line-height: 1.2777777778;
  }
}
.movie-list .movie-meta .movie-body {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .movie-list .movie-meta .movie-body {
    -webkit-line-clamp: 3;
    margin-bottom: 8px;
  }
}
.movie-list .movie-meta .tag-list ul {
  gap: 10px 15px;
}

#index-about {
  padding: 100px 0 178px;
}
@media (max-width: 768px) {
  #index-about {
    padding: 50px 0 65px;
  }
}
#index-about .btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#index-news {
  padding: 100px 0 78px;
}
@media (max-width: 768px) {
  #index-news {
    padding: 50px 0 50px;
  }
}
#index-news .btn-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.news-list {
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .news-list {
    margin-bottom: 29px;
  }
}
.news-list article {
  border-bottom: 1px solid #888;
}
.news-list article:first-child {
  border-top: 1px solid #888;
}
.news-list article a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 0 auto;
  grid-template-columns: 130px auto;
  gap: 0;
  position: relative;
  padding-inline: 20px 104px;
  padding-block: 43px;
  line-height: 1.8;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .news-list article a {
    gap: 5px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-block: 30px;
    padding-inline: 10px 60px;
  }
}
.news-list article a .news-icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  width: 44px;
  aspect-ratio: 1/1;
  border: 2px solid var(--sub-color1);
  border-radius: 100vmax;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .news-list article a .news-icon {
    width: 32px;
    border-width: 1px;
  }
}
.news-list article a .news-icon svg {
  width: 15px;
  aspect-ratio: 15/12;
}
@media (max-width: 768px) {
  .news-list article a .news-icon svg {
    width: 13px;
  }
}
.news-list article a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.news-list article a:hover .news-icon {
  color: #fff;
  background-color: var(--sub-color1);
}

.pager {
  margin-top: 99px;
}
@media (max-width: 768px) {
  .pager {
    margin-top: 52px;
  }
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
@media (max-width: 768px) {
  .pager ul {
    gap: 0 10px;
  }
}
.pager ul li span,
.pager ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  background-color: #fff;
}
.pager ul li a {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.pager ul li a:hover {
  color: #fff;
  background-color: var(--sub-color5);
}
.pager ul li.is-prev, .pager ul li.is-next {
  padding-inline: 5px;
}
.pager ul li.is-prev a, .pager ul li.is-next a {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/arrow03.svg) no-repeat 55% 50%/9px auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pager ul li.is-prev a:hover, .pager ul li.is-next a:hover {
  background: var(--sub-color5) url(../img/arrow03_w.svg) no-repeat 55% 50%/9px auto;
}
.pager ul li.is-prev {
  rotate: 180deg;
}
.pager ul li.is-dash span {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/icon_dash.svg) no-repeat 50% 50%/23px auto;
}
.pager ul li.is-current a {
  pointer-events: none;
  color: #fff;
  background-color: var(--sub-color1);
}

.news-detail {
  border-bottom: 1px solid var(--main-color3);
  margin-bottom: 134px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media (max-width: 768px) {
  .news-detail {
    padding-block: 13px 48px;
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
}
.news-detail .news-detail-header {
  border-bottom: 3px solid #aaa;
  padding-bottom: 40px;
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .news-detail .news-detail-header {
    margin-bottom: 40px;
  }
}
.news-detail .news-detail-header time {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .news-detail .news-detail-header time {
    font-size: 1.4rem;
  }
}
.news-detail .news-detail-header time::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: var(--sub-color5);
}
@media (max-width: 768px) {
  .news-detail .news-detail-header time::before {
    width: 40px;
  }
}
.news-detail .news-detail-header .news-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .news-detail .news-detail-header .news-title {
    font-size: 2.4rem;
  }
}
.news-detail a {
  color: var(--sub-color5);
  text-decoration: underline;
}
.news-detail a:hover {
  text-decoration: none;
}
.news-detail p:has(+ p) {
  margin-bottom: 2.33em;
}

#links {
  padding: 100px 0 213px;
}
@media (max-width: 1199px) {
  #links {
    padding: 50px 0 50px;
  }
}
#links .link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.9444444444% 2.0833333333% 31.9444444444% 2.0833333333% 31.9444444444%;
  grid-template-columns: repeat(3, 31.9444444444%);
  gap: 30px 2.0833333333%;
}
@media (max-width: 768px) {
  #links .link-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
#links .link-list .link-list-item {
  border: 1px solid var(--sub-color4);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 10px;
}
@media (max-width: 768px) {
  #links .link-list .link-list-item {
    padding: 16px;
    border: none;
  }
}
#links .link-list .link-list-item:has(a:hover) {
  background: #fff;
}
#links .link-list .link-list-item a {
  display: block;
  height: 100%;
}
#links .link-list .link-list-item a .img-wrap {
  width: 100%;
  aspect-ratio: 440/134;
  overflow: hidden;
  border-radius: 5px;
}
#links .link-list .link-list-item a .img-wrap img {
  width: 100%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
#links .link-list .link-list-item a .txt-wrap {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 20px 9px 9px;
}
@media (max-width: 768px) {
  #links .link-list .link-list-item a .txt-wrap {
    padding: 12px 0 8px;
  }
}
#links .link-list .link-list-item a[target=_blank] .txt-wrap {
  padding-right: 95px;
  position: relative;
}
@media (max-width: 768px) {
  #links .link-list .link-list-item a[target=_blank] .txt-wrap {
    padding-right: 45px;
  }
}
#links .link-list .link-list-item a[target=_blank] .txt-wrap::after {
  content: "";
  background: transparent url(../img/icon_blank.svg) no-repeat 50% 50%/18px;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border: 2px solid var(--sub-color1);
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  #links .link-list .link-list-item a[target=_blank] .txt-wrap::after {
    background-size: 14px;
    width: 36px;
    border-width: 2px;
    right: 0;
  }
}
#links .link-list .link-list-item a[target=_blank]:hover .txt-wrap::after {
  background: var(--sub-color1) url(../img/icon_blank2.svg) no-repeat 50% 50%/18px;
}
#links .link-list .link-list-item a:hover .img-wrap img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  scale: 1.1;
}

.about-circle {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--bg-color3);
  border-radius: 100vmax;
  position: relative;
  --dot-size: 15px;
}
@media (max-width: 768px) {
  .about-circle {
    --dot-size: 9px;
  }
}
.about-circle .img-wrap {
  position: absolute;
  margin: auto;
  inset: 0;
  max-width: 37.5420875421%;
  aspect-ratio: 223/352;
}
.about-circle .img-wrap img {
  width: 100%;
  height: auto;
}
.about-circle .dot-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-animation: rotate-and-pause 6s infinite;
          animation: rotate-and-pause 6s infinite;
}
.about-circle .dot-container::before, .about-circle .dot-container::after {
  content: "";
  width: var(--dot-size);
  aspect-ratio: 1/1;
  background-color: var(--sub-color5);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-circle .dot-container::before {
  top: calc(var(--dot-size) / -2);
}
.about-circle .dot-container::after {
  bottom: calc(var(--dot-size) / -2);
}

.about-circle-caption {
  padding-top: 16px;
  text-align: right;
  color: var(--sub-color4);
}
@media (max-width: 768px) {
  .about-circle-caption {
    padding-top: 30px;
    text-align: center;
  }
}

.about-img02 {
  margin: 0 auto;
  position: relative;
  max-width: 1152px;
  padding-right: 24px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .about-img02 {
    padding-right: 1.6vw;
    padding-bottom: 1.6vw;
  }
}
.about-img02 .img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-img02::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  width: calc(100% - 1.6vw);
  height: calc(100% - 1.6vw);
  background: var(--bg-color3);
  right: 0;
  bottom: 0;
}

/*-----------------------------------------------------------
animation
-------------------------------------------------------------*/
.js-gsap-basic {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 40px;
}

.js-gsap-basic2 {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js-gsap-multi > * {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js-gsap-multi2 > * {
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes rotate-and-pause {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  90% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-and-pause {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  90% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}