@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: -webkit-fill-available;
  font-size: 62.5%;
  line-height: 1.4;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP";
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.032em;
  overflow-x: hidden;
  min-width: 1140px;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

a {
  display: block;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
  font-family: "object-fit: cover; object-position: bottom;";
}

i,
em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
}

@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media only screen and (min-width: 769px) {
  .tal-pc {
    text-align: left;
  }

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

  .tar-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .tal-sp {
    text-align: left;
  }

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

  .tar-sp {
    text-align: right;
  }
}
.ff-lexend {
  font-family: "Lexend Exa";
}

.ff-bebas {
  font-family: "Bebas Neue";
}

.fw-bold {
  font-weight: bold;
}

.writing-mode-vertical {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.color-blue {
  color: #54c3f1;
}

.bg-black {
  background: #000;
}

.bg-blue {
  background: #54c3f1;
}

@media only screen and (min-width: 769px) {
  .opt-mt0-pc {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt0-sp {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt1-pc {
    margin-top: 1px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt1-sp {
    margin-top: 1px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt2-pc {
    margin-top: 2px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt2-sp {
    margin-top: 2px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt3-pc {
    margin-top: 3px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt3-sp {
    margin-top: 3px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt4-pc {
    margin-top: 4px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt4-sp {
    margin-top: 4px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt5-pc {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt5-sp {
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt6-pc {
    margin-top: 6px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt6-sp {
    margin-top: 6px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt7-pc {
    margin-top: 7px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt7-sp {
    margin-top: 7px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt8-pc {
    margin-top: 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt8-sp {
    margin-top: 8px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt9-pc {
    margin-top: 9px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt9-sp {
    margin-top: 9px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt10-pc {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt10-sp {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt11-pc {
    margin-top: 11px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt11-sp {
    margin-top: 11px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt12-pc {
    margin-top: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt12-sp {
    margin-top: 12px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt13-pc {
    margin-top: 13px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt13-sp {
    margin-top: 13px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt14-pc {
    margin-top: 14px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt14-sp {
    margin-top: 14px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt15-pc {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt15-sp {
    margin-top: 15px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt16-pc {
    margin-top: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt16-sp {
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt17-pc {
    margin-top: 17px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt17-sp {
    margin-top: 17px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt18-pc {
    margin-top: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt18-sp {
    margin-top: 18px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt19-pc {
    margin-top: 19px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt19-sp {
    margin-top: 19px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt20-pc {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt20-sp {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt21-pc {
    margin-top: 21px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt21-sp {
    margin-top: 21px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt22-pc {
    margin-top: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt22-sp {
    margin-top: 22px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt23-pc {
    margin-top: 23px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt23-sp {
    margin-top: 23px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt24-pc {
    margin-top: 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt24-sp {
    margin-top: 24px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt25-pc {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt25-sp {
    margin-top: 25px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt26-pc {
    margin-top: 26px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt26-sp {
    margin-top: 26px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt27-pc {
    margin-top: 27px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt27-sp {
    margin-top: 27px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt28-pc {
    margin-top: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt28-sp {
    margin-top: 28px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt29-pc {
    margin-top: 29px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt29-sp {
    margin-top: 29px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt30-pc {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt30-sp {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt31-pc {
    margin-top: 31px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt31-sp {
    margin-top: 31px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt32-pc {
    margin-top: 32px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt32-sp {
    margin-top: 32px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt33-pc {
    margin-top: 33px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt33-sp {
    margin-top: 33px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt34-pc {
    margin-top: 34px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt34-sp {
    margin-top: 34px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt35-pc {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt35-sp {
    margin-top: 35px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt36-pc {
    margin-top: 36px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt36-sp {
    margin-top: 36px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt37-pc {
    margin-top: 37px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt37-sp {
    margin-top: 37px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt38-pc {
    margin-top: 38px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt38-sp {
    margin-top: 38px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt39-pc {
    margin-top: 39px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt39-sp {
    margin-top: 39px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt40-pc {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt40-sp {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt41-pc {
    margin-top: 41px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt41-sp {
    margin-top: 41px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt42-pc {
    margin-top: 42px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt42-sp {
    margin-top: 42px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt43-pc {
    margin-top: 43px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt43-sp {
    margin-top: 43px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt44-pc {
    margin-top: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt44-sp {
    margin-top: 44px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt45-pc {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt45-sp {
    margin-top: 45px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt46-pc {
    margin-top: 46px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt46-sp {
    margin-top: 46px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt47-pc {
    margin-top: 47px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt47-sp {
    margin-top: 47px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt48-pc {
    margin-top: 48px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt48-sp {
    margin-top: 48px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt49-pc {
    margin-top: 49px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt49-sp {
    margin-top: 49px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt50-pc {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt50-sp {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt51-pc {
    margin-top: 51px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt51-sp {
    margin-top: 51px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt52-pc {
    margin-top: 52px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt52-sp {
    margin-top: 52px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt53-pc {
    margin-top: 53px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt53-sp {
    margin-top: 53px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt54-pc {
    margin-top: 54px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt54-sp {
    margin-top: 54px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt55-pc {
    margin-top: 55px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt55-sp {
    margin-top: 55px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt56-pc {
    margin-top: 56px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt56-sp {
    margin-top: 56px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt57-pc {
    margin-top: 57px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt57-sp {
    margin-top: 57px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt58-pc {
    margin-top: 58px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt58-sp {
    margin-top: 58px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt59-pc {
    margin-top: 59px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt59-sp {
    margin-top: 59px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt60-pc {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt60-sp {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt61-pc {
    margin-top: 61px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt61-sp {
    margin-top: 61px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt62-pc {
    margin-top: 62px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt62-sp {
    margin-top: 62px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt63-pc {
    margin-top: 63px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt63-sp {
    margin-top: 63px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt64-pc {
    margin-top: 64px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt64-sp {
    margin-top: 64px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt65-pc {
    margin-top: 65px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt65-sp {
    margin-top: 65px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt66-pc {
    margin-top: 66px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt66-sp {
    margin-top: 66px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt67-pc {
    margin-top: 67px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt67-sp {
    margin-top: 67px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt68-pc {
    margin-top: 68px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt68-sp {
    margin-top: 68px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt69-pc {
    margin-top: 69px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt69-sp {
    margin-top: 69px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt70-pc {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt70-sp {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt71-pc {
    margin-top: 71px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt71-sp {
    margin-top: 71px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt72-pc {
    margin-top: 72px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt72-sp {
    margin-top: 72px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt73-pc {
    margin-top: 73px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt73-sp {
    margin-top: 73px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt74-pc {
    margin-top: 74px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt74-sp {
    margin-top: 74px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt75-pc {
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt75-sp {
    margin-top: 75px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt76-pc {
    margin-top: 76px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt76-sp {
    margin-top: 76px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt77-pc {
    margin-top: 77px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt77-sp {
    margin-top: 77px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt78-pc {
    margin-top: 78px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt78-sp {
    margin-top: 78px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt79-pc {
    margin-top: 79px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt79-sp {
    margin-top: 79px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt80-pc {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt80-sp {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt81-pc {
    margin-top: 81px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt81-sp {
    margin-top: 81px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt82-pc {
    margin-top: 82px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt82-sp {
    margin-top: 82px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt83-pc {
    margin-top: 83px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt83-sp {
    margin-top: 83px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt84-pc {
    margin-top: 84px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt84-sp {
    margin-top: 84px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt85-pc {
    margin-top: 85px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt85-sp {
    margin-top: 85px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt86-pc {
    margin-top: 86px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt86-sp {
    margin-top: 86px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt87-pc {
    margin-top: 87px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt87-sp {
    margin-top: 87px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt88-pc {
    margin-top: 88px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt88-sp {
    margin-top: 88px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt89-pc {
    margin-top: 89px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt89-sp {
    margin-top: 89px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt90-pc {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt90-sp {
    margin-top: 90px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt91-pc {
    margin-top: 91px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt91-sp {
    margin-top: 91px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt92-pc {
    margin-top: 92px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt92-sp {
    margin-top: 92px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt93-pc {
    margin-top: 93px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt93-sp {
    margin-top: 93px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt94-pc {
    margin-top: 94px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt94-sp {
    margin-top: 94px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt95-pc {
    margin-top: 95px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt95-sp {
    margin-top: 95px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt96-pc {
    margin-top: 96px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt96-sp {
    margin-top: 96px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt97-pc {
    margin-top: 97px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt97-sp {
    margin-top: 97px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt98-pc {
    margin-top: 98px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt98-sp {
    margin-top: 98px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt99-pc {
    margin-top: 99px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt99-sp {
    margin-top: 99px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-mt100-pc {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-mt100-sp {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt0-pc {
    padding-top: 0px !important;
  }

  .opt-pb0-pc {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt0-sp {
    padding-top: 0px !important;
  }

  .opt-pb0-sp {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt1-pc {
    padding-top: 1px !important;
  }

  .opt-pb1-pc {
    padding-bottom: 1px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt1-sp {
    padding-top: 1px !important;
  }

  .opt-pb1-sp {
    padding-bottom: 1px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt2-pc {
    padding-top: 2px !important;
  }

  .opt-pb2-pc {
    padding-bottom: 2px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt2-sp {
    padding-top: 2px !important;
  }

  .opt-pb2-sp {
    padding-bottom: 2px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt3-pc {
    padding-top: 3px !important;
  }

  .opt-pb3-pc {
    padding-bottom: 3px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt3-sp {
    padding-top: 3px !important;
  }

  .opt-pb3-sp {
    padding-bottom: 3px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt4-pc {
    padding-top: 4px !important;
  }

  .opt-pb4-pc {
    padding-bottom: 4px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt4-sp {
    padding-top: 4px !important;
  }

  .opt-pb4-sp {
    padding-bottom: 4px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt5-pc {
    padding-top: 5px !important;
  }

  .opt-pb5-pc {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt5-sp {
    padding-top: 5px !important;
  }

  .opt-pb5-sp {
    padding-bottom: 5px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt6-pc {
    padding-top: 6px !important;
  }

  .opt-pb6-pc {
    padding-bottom: 6px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt6-sp {
    padding-top: 6px !important;
  }

  .opt-pb6-sp {
    padding-bottom: 6px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt7-pc {
    padding-top: 7px !important;
  }

  .opt-pb7-pc {
    padding-bottom: 7px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt7-sp {
    padding-top: 7px !important;
  }

  .opt-pb7-sp {
    padding-bottom: 7px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt8-pc {
    padding-top: 8px !important;
  }

  .opt-pb8-pc {
    padding-bottom: 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt8-sp {
    padding-top: 8px !important;
  }

  .opt-pb8-sp {
    padding-bottom: 8px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt9-pc {
    padding-top: 9px !important;
  }

  .opt-pb9-pc {
    padding-bottom: 9px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt9-sp {
    padding-top: 9px !important;
  }

  .opt-pb9-sp {
    padding-bottom: 9px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt10-pc {
    padding-top: 10px !important;
  }

  .opt-pb10-pc {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt10-sp {
    padding-top: 10px !important;
  }

  .opt-pb10-sp {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt11-pc {
    padding-top: 11px !important;
  }

  .opt-pb11-pc {
    padding-bottom: 11px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt11-sp {
    padding-top: 11px !important;
  }

  .opt-pb11-sp {
    padding-bottom: 11px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt12-pc {
    padding-top: 12px !important;
  }

  .opt-pb12-pc {
    padding-bottom: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt12-sp {
    padding-top: 12px !important;
  }

  .opt-pb12-sp {
    padding-bottom: 12px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt13-pc {
    padding-top: 13px !important;
  }

  .opt-pb13-pc {
    padding-bottom: 13px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt13-sp {
    padding-top: 13px !important;
  }

  .opt-pb13-sp {
    padding-bottom: 13px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt14-pc {
    padding-top: 14px !important;
  }

  .opt-pb14-pc {
    padding-bottom: 14px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt14-sp {
    padding-top: 14px !important;
  }

  .opt-pb14-sp {
    padding-bottom: 14px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt15-pc {
    padding-top: 15px !important;
  }

  .opt-pb15-pc {
    padding-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt15-sp {
    padding-top: 15px !important;
  }

  .opt-pb15-sp {
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt16-pc {
    padding-top: 16px !important;
  }

  .opt-pb16-pc {
    padding-bottom: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt16-sp {
    padding-top: 16px !important;
  }

  .opt-pb16-sp {
    padding-bottom: 16px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt17-pc {
    padding-top: 17px !important;
  }

  .opt-pb17-pc {
    padding-bottom: 17px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt17-sp {
    padding-top: 17px !important;
  }

  .opt-pb17-sp {
    padding-bottom: 17px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt18-pc {
    padding-top: 18px !important;
  }

  .opt-pb18-pc {
    padding-bottom: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt18-sp {
    padding-top: 18px !important;
  }

  .opt-pb18-sp {
    padding-bottom: 18px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt19-pc {
    padding-top: 19px !important;
  }

  .opt-pb19-pc {
    padding-bottom: 19px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt19-sp {
    padding-top: 19px !important;
  }

  .opt-pb19-sp {
    padding-bottom: 19px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt20-pc {
    padding-top: 20px !important;
  }

  .opt-pb20-pc {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt20-sp {
    padding-top: 20px !important;
  }

  .opt-pb20-sp {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt21-pc {
    padding-top: 21px !important;
  }

  .opt-pb21-pc {
    padding-bottom: 21px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt21-sp {
    padding-top: 21px !important;
  }

  .opt-pb21-sp {
    padding-bottom: 21px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt22-pc {
    padding-top: 22px !important;
  }

  .opt-pb22-pc {
    padding-bottom: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt22-sp {
    padding-top: 22px !important;
  }

  .opt-pb22-sp {
    padding-bottom: 22px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt23-pc {
    padding-top: 23px !important;
  }

  .opt-pb23-pc {
    padding-bottom: 23px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt23-sp {
    padding-top: 23px !important;
  }

  .opt-pb23-sp {
    padding-bottom: 23px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt24-pc {
    padding-top: 24px !important;
  }

  .opt-pb24-pc {
    padding-bottom: 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt24-sp {
    padding-top: 24px !important;
  }

  .opt-pb24-sp {
    padding-bottom: 24px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt25-pc {
    padding-top: 25px !important;
  }

  .opt-pb25-pc {
    padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt25-sp {
    padding-top: 25px !important;
  }

  .opt-pb25-sp {
    padding-bottom: 25px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt26-pc {
    padding-top: 26px !important;
  }

  .opt-pb26-pc {
    padding-bottom: 26px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt26-sp {
    padding-top: 26px !important;
  }

  .opt-pb26-sp {
    padding-bottom: 26px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt27-pc {
    padding-top: 27px !important;
  }

  .opt-pb27-pc {
    padding-bottom: 27px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt27-sp {
    padding-top: 27px !important;
  }

  .opt-pb27-sp {
    padding-bottom: 27px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt28-pc {
    padding-top: 28px !important;
  }

  .opt-pb28-pc {
    padding-bottom: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt28-sp {
    padding-top: 28px !important;
  }

  .opt-pb28-sp {
    padding-bottom: 28px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt29-pc {
    padding-top: 29px !important;
  }

  .opt-pb29-pc {
    padding-bottom: 29px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt29-sp {
    padding-top: 29px !important;
  }

  .opt-pb29-sp {
    padding-bottom: 29px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt30-pc {
    padding-top: 30px !important;
  }

  .opt-pb30-pc {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt30-sp {
    padding-top: 30px !important;
  }

  .opt-pb30-sp {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt31-pc {
    padding-top: 31px !important;
  }

  .opt-pb31-pc {
    padding-bottom: 31px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt31-sp {
    padding-top: 31px !important;
  }

  .opt-pb31-sp {
    padding-bottom: 31px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt32-pc {
    padding-top: 32px !important;
  }

  .opt-pb32-pc {
    padding-bottom: 32px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt32-sp {
    padding-top: 32px !important;
  }

  .opt-pb32-sp {
    padding-bottom: 32px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt33-pc {
    padding-top: 33px !important;
  }

  .opt-pb33-pc {
    padding-bottom: 33px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt33-sp {
    padding-top: 33px !important;
  }

  .opt-pb33-sp {
    padding-bottom: 33px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt34-pc {
    padding-top: 34px !important;
  }

  .opt-pb34-pc {
    padding-bottom: 34px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt34-sp {
    padding-top: 34px !important;
  }

  .opt-pb34-sp {
    padding-bottom: 34px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt35-pc {
    padding-top: 35px !important;
  }

  .opt-pb35-pc {
    padding-bottom: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt35-sp {
    padding-top: 35px !important;
  }

  .opt-pb35-sp {
    padding-bottom: 35px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt36-pc {
    padding-top: 36px !important;
  }

  .opt-pb36-pc {
    padding-bottom: 36px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt36-sp {
    padding-top: 36px !important;
  }

  .opt-pb36-sp {
    padding-bottom: 36px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt37-pc {
    padding-top: 37px !important;
  }

  .opt-pb37-pc {
    padding-bottom: 37px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt37-sp {
    padding-top: 37px !important;
  }

  .opt-pb37-sp {
    padding-bottom: 37px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt38-pc {
    padding-top: 38px !important;
  }

  .opt-pb38-pc {
    padding-bottom: 38px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt38-sp {
    padding-top: 38px !important;
  }

  .opt-pb38-sp {
    padding-bottom: 38px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt39-pc {
    padding-top: 39px !important;
  }

  .opt-pb39-pc {
    padding-bottom: 39px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt39-sp {
    padding-top: 39px !important;
  }

  .opt-pb39-sp {
    padding-bottom: 39px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt40-pc {
    padding-top: 40px !important;
  }

  .opt-pb40-pc {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt40-sp {
    padding-top: 40px !important;
  }

  .opt-pb40-sp {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt41-pc {
    padding-top: 41px !important;
  }

  .opt-pb41-pc {
    padding-bottom: 41px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt41-sp {
    padding-top: 41px !important;
  }

  .opt-pb41-sp {
    padding-bottom: 41px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt42-pc {
    padding-top: 42px !important;
  }

  .opt-pb42-pc {
    padding-bottom: 42px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt42-sp {
    padding-top: 42px !important;
  }

  .opt-pb42-sp {
    padding-bottom: 42px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt43-pc {
    padding-top: 43px !important;
  }

  .opt-pb43-pc {
    padding-bottom: 43px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt43-sp {
    padding-top: 43px !important;
  }

  .opt-pb43-sp {
    padding-bottom: 43px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt44-pc {
    padding-top: 44px !important;
  }

  .opt-pb44-pc {
    padding-bottom: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt44-sp {
    padding-top: 44px !important;
  }

  .opt-pb44-sp {
    padding-bottom: 44px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt45-pc {
    padding-top: 45px !important;
  }

  .opt-pb45-pc {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt45-sp {
    padding-top: 45px !important;
  }

  .opt-pb45-sp {
    padding-bottom: 45px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt46-pc {
    padding-top: 46px !important;
  }

  .opt-pb46-pc {
    padding-bottom: 46px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt46-sp {
    padding-top: 46px !important;
  }

  .opt-pb46-sp {
    padding-bottom: 46px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt47-pc {
    padding-top: 47px !important;
  }

  .opt-pb47-pc {
    padding-bottom: 47px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt47-sp {
    padding-top: 47px !important;
  }

  .opt-pb47-sp {
    padding-bottom: 47px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt48-pc {
    padding-top: 48px !important;
  }

  .opt-pb48-pc {
    padding-bottom: 48px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt48-sp {
    padding-top: 48px !important;
  }

  .opt-pb48-sp {
    padding-bottom: 48px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt49-pc {
    padding-top: 49px !important;
  }

  .opt-pb49-pc {
    padding-bottom: 49px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt49-sp {
    padding-top: 49px !important;
  }

  .opt-pb49-sp {
    padding-bottom: 49px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt50-pc {
    padding-top: 50px !important;
  }

  .opt-pb50-pc {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt50-sp {
    padding-top: 50px !important;
  }

  .opt-pb50-sp {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt51-pc {
    padding-top: 51px !important;
  }

  .opt-pb51-pc {
    padding-bottom: 51px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt51-sp {
    padding-top: 51px !important;
  }

  .opt-pb51-sp {
    padding-bottom: 51px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt52-pc {
    padding-top: 52px !important;
  }

  .opt-pb52-pc {
    padding-bottom: 52px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt52-sp {
    padding-top: 52px !important;
  }

  .opt-pb52-sp {
    padding-bottom: 52px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt53-pc {
    padding-top: 53px !important;
  }

  .opt-pb53-pc {
    padding-bottom: 53px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt53-sp {
    padding-top: 53px !important;
  }

  .opt-pb53-sp {
    padding-bottom: 53px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt54-pc {
    padding-top: 54px !important;
  }

  .opt-pb54-pc {
    padding-bottom: 54px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt54-sp {
    padding-top: 54px !important;
  }

  .opt-pb54-sp {
    padding-bottom: 54px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt55-pc {
    padding-top: 55px !important;
  }

  .opt-pb55-pc {
    padding-bottom: 55px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt55-sp {
    padding-top: 55px !important;
  }

  .opt-pb55-sp {
    padding-bottom: 55px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt56-pc {
    padding-top: 56px !important;
  }

  .opt-pb56-pc {
    padding-bottom: 56px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt56-sp {
    padding-top: 56px !important;
  }

  .opt-pb56-sp {
    padding-bottom: 56px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt57-pc {
    padding-top: 57px !important;
  }

  .opt-pb57-pc {
    padding-bottom: 57px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt57-sp {
    padding-top: 57px !important;
  }

  .opt-pb57-sp {
    padding-bottom: 57px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt58-pc {
    padding-top: 58px !important;
  }

  .opt-pb58-pc {
    padding-bottom: 58px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt58-sp {
    padding-top: 58px !important;
  }

  .opt-pb58-sp {
    padding-bottom: 58px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt59-pc {
    padding-top: 59px !important;
  }

  .opt-pb59-pc {
    padding-bottom: 59px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt59-sp {
    padding-top: 59px !important;
  }

  .opt-pb59-sp {
    padding-bottom: 59px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt60-pc {
    padding-top: 60px !important;
  }

  .opt-pb60-pc {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt60-sp {
    padding-top: 60px !important;
  }

  .opt-pb60-sp {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt61-pc {
    padding-top: 61px !important;
  }

  .opt-pb61-pc {
    padding-bottom: 61px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt61-sp {
    padding-top: 61px !important;
  }

  .opt-pb61-sp {
    padding-bottom: 61px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt62-pc {
    padding-top: 62px !important;
  }

  .opt-pb62-pc {
    padding-bottom: 62px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt62-sp {
    padding-top: 62px !important;
  }

  .opt-pb62-sp {
    padding-bottom: 62px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt63-pc {
    padding-top: 63px !important;
  }

  .opt-pb63-pc {
    padding-bottom: 63px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt63-sp {
    padding-top: 63px !important;
  }

  .opt-pb63-sp {
    padding-bottom: 63px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt64-pc {
    padding-top: 64px !important;
  }

  .opt-pb64-pc {
    padding-bottom: 64px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt64-sp {
    padding-top: 64px !important;
  }

  .opt-pb64-sp {
    padding-bottom: 64px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt65-pc {
    padding-top: 65px !important;
  }

  .opt-pb65-pc {
    padding-bottom: 65px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt65-sp {
    padding-top: 65px !important;
  }

  .opt-pb65-sp {
    padding-bottom: 65px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt66-pc {
    padding-top: 66px !important;
  }

  .opt-pb66-pc {
    padding-bottom: 66px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt66-sp {
    padding-top: 66px !important;
  }

  .opt-pb66-sp {
    padding-bottom: 66px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt67-pc {
    padding-top: 67px !important;
  }

  .opt-pb67-pc {
    padding-bottom: 67px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt67-sp {
    padding-top: 67px !important;
  }

  .opt-pb67-sp {
    padding-bottom: 67px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt68-pc {
    padding-top: 68px !important;
  }

  .opt-pb68-pc {
    padding-bottom: 68px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt68-sp {
    padding-top: 68px !important;
  }

  .opt-pb68-sp {
    padding-bottom: 68px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt69-pc {
    padding-top: 69px !important;
  }

  .opt-pb69-pc {
    padding-bottom: 69px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt69-sp {
    padding-top: 69px !important;
  }

  .opt-pb69-sp {
    padding-bottom: 69px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt70-pc {
    padding-top: 70px !important;
  }

  .opt-pb70-pc {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt70-sp {
    padding-top: 70px !important;
  }

  .opt-pb70-sp {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt71-pc {
    padding-top: 71px !important;
  }

  .opt-pb71-pc {
    padding-bottom: 71px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt71-sp {
    padding-top: 71px !important;
  }

  .opt-pb71-sp {
    padding-bottom: 71px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt72-pc {
    padding-top: 72px !important;
  }

  .opt-pb72-pc {
    padding-bottom: 72px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt72-sp {
    padding-top: 72px !important;
  }

  .opt-pb72-sp {
    padding-bottom: 72px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt73-pc {
    padding-top: 73px !important;
  }

  .opt-pb73-pc {
    padding-bottom: 73px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt73-sp {
    padding-top: 73px !important;
  }

  .opt-pb73-sp {
    padding-bottom: 73px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt74-pc {
    padding-top: 74px !important;
  }

  .opt-pb74-pc {
    padding-bottom: 74px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt74-sp {
    padding-top: 74px !important;
  }

  .opt-pb74-sp {
    padding-bottom: 74px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt75-pc {
    padding-top: 75px !important;
  }

  .opt-pb75-pc {
    padding-bottom: 75px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt75-sp {
    padding-top: 75px !important;
  }

  .opt-pb75-sp {
    padding-bottom: 75px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt76-pc {
    padding-top: 76px !important;
  }

  .opt-pb76-pc {
    padding-bottom: 76px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt76-sp {
    padding-top: 76px !important;
  }

  .opt-pb76-sp {
    padding-bottom: 76px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt77-pc {
    padding-top: 77px !important;
  }

  .opt-pb77-pc {
    padding-bottom: 77px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt77-sp {
    padding-top: 77px !important;
  }

  .opt-pb77-sp {
    padding-bottom: 77px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt78-pc {
    padding-top: 78px !important;
  }

  .opt-pb78-pc {
    padding-bottom: 78px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt78-sp {
    padding-top: 78px !important;
  }

  .opt-pb78-sp {
    padding-bottom: 78px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt79-pc {
    padding-top: 79px !important;
  }

  .opt-pb79-pc {
    padding-bottom: 79px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt79-sp {
    padding-top: 79px !important;
  }

  .opt-pb79-sp {
    padding-bottom: 79px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt80-pc {
    padding-top: 80px !important;
  }

  .opt-pb80-pc {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt80-sp {
    padding-top: 80px !important;
  }

  .opt-pb80-sp {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt81-pc {
    padding-top: 81px !important;
  }

  .opt-pb81-pc {
    padding-bottom: 81px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt81-sp {
    padding-top: 81px !important;
  }

  .opt-pb81-sp {
    padding-bottom: 81px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt82-pc {
    padding-top: 82px !important;
  }

  .opt-pb82-pc {
    padding-bottom: 82px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt82-sp {
    padding-top: 82px !important;
  }

  .opt-pb82-sp {
    padding-bottom: 82px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt83-pc {
    padding-top: 83px !important;
  }

  .opt-pb83-pc {
    padding-bottom: 83px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt83-sp {
    padding-top: 83px !important;
  }

  .opt-pb83-sp {
    padding-bottom: 83px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt84-pc {
    padding-top: 84px !important;
  }

  .opt-pb84-pc {
    padding-bottom: 84px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt84-sp {
    padding-top: 84px !important;
  }

  .opt-pb84-sp {
    padding-bottom: 84px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt85-pc {
    padding-top: 85px !important;
  }

  .opt-pb85-pc {
    padding-bottom: 85px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt85-sp {
    padding-top: 85px !important;
  }

  .opt-pb85-sp {
    padding-bottom: 85px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt86-pc {
    padding-top: 86px !important;
  }

  .opt-pb86-pc {
    padding-bottom: 86px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt86-sp {
    padding-top: 86px !important;
  }

  .opt-pb86-sp {
    padding-bottom: 86px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt87-pc {
    padding-top: 87px !important;
  }

  .opt-pb87-pc {
    padding-bottom: 87px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt87-sp {
    padding-top: 87px !important;
  }

  .opt-pb87-sp {
    padding-bottom: 87px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt88-pc {
    padding-top: 88px !important;
  }

  .opt-pb88-pc {
    padding-bottom: 88px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt88-sp {
    padding-top: 88px !important;
  }

  .opt-pb88-sp {
    padding-bottom: 88px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt89-pc {
    padding-top: 89px !important;
  }

  .opt-pb89-pc {
    padding-bottom: 89px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt89-sp {
    padding-top: 89px !important;
  }

  .opt-pb89-sp {
    padding-bottom: 89px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt90-pc {
    padding-top: 90px !important;
  }

  .opt-pb90-pc {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt90-sp {
    padding-top: 90px !important;
  }

  .opt-pb90-sp {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt91-pc {
    padding-top: 91px !important;
  }

  .opt-pb91-pc {
    padding-bottom: 91px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt91-sp {
    padding-top: 91px !important;
  }

  .opt-pb91-sp {
    padding-bottom: 91px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt92-pc {
    padding-top: 92px !important;
  }

  .opt-pb92-pc {
    padding-bottom: 92px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt92-sp {
    padding-top: 92px !important;
  }

  .opt-pb92-sp {
    padding-bottom: 92px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt93-pc {
    padding-top: 93px !important;
  }

  .opt-pb93-pc {
    padding-bottom: 93px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt93-sp {
    padding-top: 93px !important;
  }

  .opt-pb93-sp {
    padding-bottom: 93px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt94-pc {
    padding-top: 94px !important;
  }

  .opt-pb94-pc {
    padding-bottom: 94px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt94-sp {
    padding-top: 94px !important;
  }

  .opt-pb94-sp {
    padding-bottom: 94px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt95-pc {
    padding-top: 95px !important;
  }

  .opt-pb95-pc {
    padding-bottom: 95px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt95-sp {
    padding-top: 95px !important;
  }

  .opt-pb95-sp {
    padding-bottom: 95px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt96-pc {
    padding-top: 96px !important;
  }

  .opt-pb96-pc {
    padding-bottom: 96px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt96-sp {
    padding-top: 96px !important;
  }

  .opt-pb96-sp {
    padding-bottom: 96px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt97-pc {
    padding-top: 97px !important;
  }

  .opt-pb97-pc {
    padding-bottom: 97px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt97-sp {
    padding-top: 97px !important;
  }

  .opt-pb97-sp {
    padding-bottom: 97px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt98-pc {
    padding-top: 98px !important;
  }

  .opt-pb98-pc {
    padding-bottom: 98px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt98-sp {
    padding-top: 98px !important;
  }

  .opt-pb98-sp {
    padding-bottom: 98px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt99-pc {
    padding-top: 99px !important;
  }

  .opt-pb99-pc {
    padding-bottom: 99px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt99-sp {
    padding-top: 99px !important;
  }

  .opt-pb99-sp {
    padding-bottom: 99px !important;
  }
}
@media only screen and (min-width: 769px) {
  .opt-pt100-pc {
    padding-top: 100px !important;
  }

  .opt-pb100-pc {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .opt-pt100-sp {
    padding-top: 100px !important;
  }

  .opt-pb100-sp {
    padding-bottom: 100px !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.is-change-style {
  background: #fff;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.12);
}
.header.is-change-style .header__logo {
  opacity: 1;
  visibility: visible;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 8px 15px 12px;
  }
}
.header__logo {
  opacity: 0;
  visibility: hidden;
  width: 432px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 234px;
  }
}
.header__btn {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .header__btn {
    width: 32px;
    height: 32px;
    top: 5px;
    right: 7px;
    background: rgba(255, 255, 255, 0.64);
  }
}
.header__btn:hover {
  cursor: pointer;
}
.header__btn.active {
  background: transparent;
}
.header__btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .header__btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
}
.header__btn.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .header__btn.active span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
}
.header__btn span {
  position: absolute;
  left: 11px;
  width: 33px;
  height: 4px;
  background-color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .header__btn span {
    width: 20px;
    height: 2px;
    left: 6px;
  }
}
.header__btn span:nth-of-type(1) {
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .header__btn span:nth-of-type(1) {
    top: 11px;
  }
}
.header__btn span:nth-of-type(2) {
  top: 32px;
}
@media only screen and (max-width: 768px) {
  .header__btn span:nth-of-type(2) {
    top: 21px;
  }
}
.header__navi {
  position: fixed;
  width: 466px;
  height: 100%;
  top: 0;
  right: -100%;
  background: #f4f4f4;
  padding-top: 140px;
  padding-left: 66px;
  padding-bottom: 50px;
  overflow-y: scroll;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .header__navi {
    width: 100%;
    padding-top: 87px;
    padding-left: 9%;
  }
}
.header__navi.active {
  right: 0;
}
.header__navi__list__item.comingsoon > a {
  pointer-events: none;
  color: #9f9f9f;
}
.header__navi__list__item.comingsoon > a::before {
  background: #9f9f9f;
}
.header__navi__list__item:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .header__navi__list__item:not(:first-child) {
    margin-top: 30px;
  }
}
.header__navi__list__item > a,
.header__navi__list__item > span {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .header__navi__list__item > a,
  .header__navi__list__item > span {
    font-size: 1.9rem;
    padding-left: 26px;
  }
}
.header__navi__list__item > a::before,
.header__navi__list__item > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 4px;
  background: #54c3f1;
}
@media only screen and (max-width: 768px) {
  .header__navi__list__item > a::before,
  .header__navi__list__item > span::before {
    width: 16px;
    height: 3px;
  }
}
.header__navi__list__item > ul {
  padding-left: 36px;
}
.header__navi__list__item > ul li {
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .header__navi__list__item > ul li {
    margin-top: 11px;
  }
}
.header__navi__list__item > ul li.comingsoon > a {
  pointer-events: none;
  color: #9f9f9f;
}
.header__navi__list__item > ul li.comingsoon > a::before {
  background: #9f9f9f;
}
.header__navi__list__item > ul li > a {
  position: relative;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .header__navi__list__item > ul li > a {
    font-size: 1.5rem;
    padding-left: 26px;
  }
}
.header__navi__list__item > ul li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 2px;
  background: #54c3f1;
}
@media only screen and (max-width: 768px) {
  .header__navi__list__item > ul li > a::before {
    width: 16px;
  }
}

.footer {
  margin-top: 8px;
  padding: 24px 0 31px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 18px 0 23px;
  }
}
.footer__company {
  text-align: center;
}
.footer__company a {
  display: inline;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer__company a {
    font-size: 1.4rem;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 15px;
  }
}
.footer__copyright__txt {
  width: 456px;
}
@media only screen and (max-width: 768px) {
  .footer__copyright__txt {
    width: 298px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
@media only screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #727272;
  width: 8px;
  height: 320px;
  border-radius: 4px;
  position: relative;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  ::-webkit-scrollbar-thumb {
    width: 6px;
    height: 169px;
  }
}

.main__section {
  position: relative;
}
.main__section__inner {
  position: relative;
}
.main__section__head {
  position: absolute;
  top: 27px;
  left: 8%;
}
@media only screen and (max-width: 768px) {
  .main__section__head {
    top: 9px;
    left: 4%;
  }
}
.main__section__head__ttl {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .main__section__head__ttl {
    font-size: 1.4rem;
  }
}
.main__section__head__ttl::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 56px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .main__section__head__ttl::before {
    height: 34px;
  }
}

#concept .cloud01 {
  position: absolute;
  width: 427px;
  left: -90px;
  bottom: -8px;
}
@media only screen and (max-width: 768px) {
  #concept .cloud01 {
    width: 209px;
    left: -52px;
    bottom: -2px;
  }
}
#concept .cloud02 {
  position: absolute;
  width: 365px;
  right: -42px;
  top: 89px;
}
@media only screen and (max-width: 768px) {
  #concept .cloud02 {
    width: 212px;
    right: -59px;
    top: 66px;
  }
}
#concept .main__section__inner {
  padding-top: 110px;
  padding-bottom: 121px;
}
@media only screen and (max-width: 768px) {
  #concept .main__section__inner {
    padding-top: 47px;
    padding-bottom: 58px;
  }
}
#concept .main__section__concept__ttl {
  color: #54c3f1;
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1.14;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #concept .main__section__concept__ttl {
    font-size: 2.7rem;
    letter-spacing: 0.04em;
    line-height: 1.29;
  }
}
#concept .main__section__concept__txt {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.9;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #concept .main__section__concept__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#concept .main__section__concept__txt:first-of-type {
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  #concept .main__section__concept__txt:first-of-type {
    margin-top: 28px;
  }
}
#concept .main__section__concept__txt:not(:first-of-type) {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  #concept .main__section__concept__txt:not(:first-of-type) {
    margin-top: 32px;
  }
}

#about {
  background: #000;
}
#about .main__section__inner {
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  #about .main__section__inner {
    padding-top: 64px;
  }
}
#about .main__section__head {
  color: #fff;
}
#about .main__section__head__ttl::before {
  background: #fff;
}
#about .main__section__about__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #54c3f1;
  font-size: 7.7rem;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__date {
    font-size: 3.1rem;
  }
}
#about .main__section__about__date .date-box:first-of-type {
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__date .date-box:first-of-type {
    margin-right: 4px;
  }
}
#about .main__section__about__date .date-box:last-of-type {
  margin-left: 12px;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__date .date-box:last-of-type {
    margin-left: 4px;
  }
}
#about .main__section__about__date .date-box > span {
  font-size: 3.5rem;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__date .date-box > span {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
#about .main__section__about__lead {
  background: #54c3f1;
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__lead {
    margin-top: 31px;
  }
}
#about .main__section__about__lead .lead-ttl-jp {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-transform: translate(15px, -12%);
  transform: translate(15px, -12%);
}
@media only screen and (min-width: 1500px) {
  #about .main__section__about__lead .lead-ttl-jp {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__lead .lead-ttl-jp {
    width: 102%;
    font-size: 3.7rem;
    line-height: 1.08;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
#about .main__section__about__lead .lead-ttl-en {
  font-size: 4.583vw;
  line-height: 1;
  text-align: center;
  width: 80vw;
  margin: 24px auto 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__lead .lead-ttl-en {
    width: 56vw;
    margin-top: 10px;
  }
}
#about .main__section__about__body {
  position: relative;
  padding-top: 134px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__body {
    padding-top: 62px;
    padding-bottom: 70px;
  }
}
#about .main__section__about__body::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1392px;
  height: 496px;
  background: url("../image/bg_about_text.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__body::before {
    top: 24px;
    left: calc(50% + 10px);
    width: 259px;
    height: 448px;
    background: url("../image/bg_about_text_sp.png") center/contain no-repeat;
  }
}
#about .main__section__about__body p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.1;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #about .main__section__about__body p {
    font-size: 1.3rem;
    line-height: 2.142;
    padding: 0 20px;
  }
}

#friends .cloud {
  position: absolute;
}
#friends .cloud.cloud01 {
  width: 427px;
  top: 332px;
  left: -89px;
}
@media only screen and (max-width: 768px) {
  #friends .cloud.cloud01 {
    width: 210px;
    top: 81px;
    left: -60px;
  }
}
#friends .cloud.cloud02 {
  width: 550px;
  right: -23px;
  top: 377px;
}
@media only screen and (max-width: 768px) {
  #friends .cloud.cloud02 {
    width: 294px;
    right: -84px;
    top: 368px;
  }
}
#friends .cloud.cloud03 {
  width: 480px;
  top: 1077px;
  left: -280px;
}
@media only screen and (max-width: 768px) {
  #friends .cloud.cloud03 {
    width: 254px;
    top: 840px;
    left: auto;
    right: -127px;
  }
}
#friends .cloud.cloud04 {
  width: 339px;
  right: -89px;
  bottom: 375px;
}
@media only screen and (max-width: 768px) {
  #friends .cloud.cloud04 {
    width: 269px;
    right: -115px;
    bottom: 557px;
  }
}
#friends .cloud.cloud05 {
  width: 614px;
  bottom: 32px;
  left: -155px;
}
@media only screen and (max-width: 768px) {
  #friends .cloud.cloud05 {
    width: 316px;
    bottom: 76px;
    left: -190px;
  }
}
@media only screen and (max-width: 768px) {
  #friends .cloud.cloud06 {
    width: 276px;
    top: 1396px;
    left: -149px;
  }
}
#friends .main__section__inner {
  padding-top: 179px;
  padding-bottom: 146px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__inner {
    padding: 176px 18px 80px 18px;
  }
}
#friends .main__section__head__ttl {
  color: #54c3f1;
}
#friends .main__section__head__ttl::before {
  background: #54c3f1;
}
#friends .main__section__friends {
  position: relative;
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
}
#friends .main__section__friends:not(:first-child) {
  margin-top: 234px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends:not(:first-child) {
    margin-top: 254px;
  }
}
#friends .main__section__friends__name {
  position: absolute;
  font-size: 5.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__name {
    font-size: 2.8rem;
  }
}
#friends .main__section__friends__name.cinamoroll {
  top: -71px;
  right: 1px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__name.cinamoroll {
    top: auto;
    right: auto;
    bottom: -38px;
    left: -2px;
  }
}
#friends .main__section__friends__name.idegami {
  top: -75px;
  left: 7px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__name.idegami {
    top: -160px;
    left: auto;
    right: -2px;
  }
}
#friends .main__section__friends__content {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #friends .main__section__friends__content.cinamoroll {
    padding-left: 49px;
  }
}
#friends .main__section__friends__content.cinamoroll .inner::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 56px;
  width: 10px;
  height: 284px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content.cinamoroll .inner::before {
    width: 131px;
    height: 10px;
    left: auto;
    right: 66px;
    top: -4px;
  }
}
@media only screen and (min-width: 769px) {
  #friends .main__section__friends__content.idegami {
    padding-right: 49px;
  }
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content.idegami .inner {
    padding: 157px 11px 30px;
  }
}
#friends .main__section__friends__content.idegami .inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -7px;
  width: 288px;
  height: 10px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content.idegami .inner::before {
    width: 275px;
  }
}
#friends .main__section__friends__content.idegami .inner::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0px;
  width: 10px;
  height: 277px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content.idegami .inner::after {
    height: 164px;
  }
}
@media only screen and (max-width: 768px) {
  #friends
    .main__section__friends__content.idegami
    .inner
    .main__section__friends__content__greeting
    > p {
    letter-spacing: -0.01em;
  }
}
#friends .main__section__friends__content .profile_cinamo {
  position: absolute;
  width: 532px;
  top: 56px;
  left: -151px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content .profile_cinamo {
    width: 284px;
    top: -128px;
    left: auto;
    right: -6px;
  }
}
#friends .main__section__friends__content .profile_idegami {
  position: absolute;
  width: 361px;
  top: -120px;
  right: -51px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content .profile_idegami {
    width: 264px;
    right: 0;
  }
}
#friends .main__section__friends__content .inner {
  position: relative;
  border: 5px solid #000;
  padding: 27px 28px 33px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content .inner {
    border-width: 4px;
    padding: 34px 13px 30px;
  }
}
#friends .main__section__friends__content__greeting > p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__greeting > p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  #friends .main__section__friends__content__greeting > p.first {
    padding-right: 33%;
  }
}
#friends .main__section__friends__content__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #000;
  margin-top: 25px;
  padding-top: 28px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile {
    display: block;
    margin-top: 39px;
    padding-top: 31px;
  }
}
#friends .main__section__friends__content__profile h4 {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  margin-right: 28px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile h4 {
    font-size: 1.8rem;
  }
}
#friends .main__section__friends__content__profile div {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div {
    padding-top: 8px;
  }
}
#friends .main__section__friends__content__profile div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div dl {
    font-size: 1.2rem;
  }
}
#friends .main__section__friends__content__profile div dl:not(:first-child) {
  margin-top: 15px;
}
#friends .main__section__friends__content__profile div dl dt {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div dl dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
#friends .main__section__friends__content__profile div dl dd {
  font-weight: 500;
}
#friends .main__section__friends__content__profile div p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div p {
    font-size: 1.2rem;
    line-height: 2.08;
  }
}
#friends .main__section__friends__content__profile div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 22px;
  }
}
#friends .main__section__friends__content__profile div ul li.icon_instagram {
  width: 33px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div ul li.icon_instagram {
    width: 29px;
  }
}
#friends .main__section__friends__content__profile div ul li.icon_twitter {
  width: 39px;
  margin-left: 28px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div ul li.icon_twitter {
    width: 33px;
    margin-left: 25px;
  }
}
#friends .main__section__friends__content__profile div ul li.icon_tiktok {
  width: 41px;
  margin-left: 21px;
}
@media only screen and (max-width: 768px) {
  #friends .main__section__friends__content__profile div ul li.icon_tiktok {
    width: 36px;
    margin-left: 18px;
  }
}
#friends .main__section__friends__content__profile div ul li a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#friends .main__section__friends__content__profile div ul li a:hover {
  opacity: 0.6;
}

#runway {
  position: relative;
  background: #54c3f1;
}
#runway::before {
  content: "";
  position: absolute;
  top: -169px;
  right: 0;
  width: 312px;
  height: 170px;
  background: url("../image/texture_cloud_blue.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #runway::before {
    width: 108px;
    height: 59px;
    top: -59px;
  }
}
#runway .cloud {
  position: absolute;
}
#runway .cloud.cloud01 {
  width: 321px;
  top: -274px;
  left: -72px;
}
@media only screen and (max-width: 768px) {
  #runway .cloud.cloud01 {
    width: 236px;
    top: -179px;
    left: -105px;
  }
}
#runway .cloud.cloud02 {
  width: 250px;
  right: -53px;
  top: -164px;
}
#runway .cloud.cloud03 {
  width: 467px;
  right: -25px;
  top: 189px;
}
@media only screen and (max-width: 768px) {
  #runway .cloud.cloud03 {
    width: 221px;
    right: -111px;
    top: 169px;
  }
}
#runway .cloud.cloud04 {
  width: 427px;
  top: 1050px;
  left: -117px;
}
#runway .cloud.cloud05 {
  width: 614px;
  bottom: 860px;
  left: -156px;
}
@media only screen and (max-width: 768px) {
  #runway .cloud.cloud05 {
    width: 284px;
    bottom: 408px;
    left: -68px;
  }
}
#runway .cloud.cloud06 {
  width: 614px;
  bottom: -118px;
  right: -140px;
}

@media only screen and (max-width: 768px) {
  #runway .cloud.cloud06 {
    width: 178px;
    bottom: -70px;
    right: -64px;
  }
}

#runway .cloud.cloud07 {
  width: 339px;
  bottom: 228px;
  left: -84px;
}

#runway .cloud.cloud08 {
  width: 399px;
  right: -52px;
  bottom: 606px;
}

#runway .main__section__inner {
  padding-top: 154px;
  padding-bottom: 182px;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__inner {
    padding-top: 55px;
    padding-bottom: 78px;
  }
}
#runway .main__section__head__ttl {
  color: #fff;
}
#runway .main__section__head__ttl::before {
  background: #fff;
}
#runway .main__section__body .main__section__runway__ttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#runway .main__section__body .main__section__runway__ttl .txt {
  font-size: 11.9rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__ttl .txt {
    font-size: 5rem;
    letter-spacing: 0.04em;
    line-height: 1.08;
  }
}
#runway .main__section__body .main__section__runway__ttl .date {
  font-size: 5.3rem;
  font-weight: 500;
  line-height: 1;
  border: 5px solid #fff;
  margin-top: 30px;
  margin-left: 10px;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__ttl .date {
    font-size: 2.7rem;
    border-width: 3px;
    margin-top: 18px;
    margin-left: 0;
    padding: 6px;
  }
}
#runway .main__section__body .main__section__runway__ttl .date > span {
  font-size: 2.3rem;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__ttl .date > span {
    font-size: 1.1rem;
    margin-left: 4px;
  }
}
#runway .main__section__body .main__section__runway__visual {
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__visual {
    margin-top: 30px;
  }
}
#runway .main__section__body .main__section__runway__visual figcaption {
  display: block;
  width: 100%;
  max-width: 1090px;
  font-size: 1.3rem;
  text-align: right;
  margin: 4px auto 0;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__visual figcaption {
    font-size: 1rem;
  }
}
#runway .main__section__body .main__section__runway__lead {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.15;
  text-align: center;
  margin-top: 55px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__lead {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 25px;
  }
}
#runway .main__section__body .main__section__runway__wrap {
  position: relative;
}
#runway .main__section__body .main__section__runway__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1090px;
  margin: 128px auto 0;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__contents {
    padding: 0 17px;
    margin: 63px auto 0;
  }
}
#runway .main__section__body .main__section__runway__contents .box {
  position: relative;
  width: 100%;
  max-width: 853px;
  border: 5px solid #fff;
  padding: 53px 41px 35px;
}
@media only screen and (max-width: 768px) {
  #runway .main__section__body .main__section__runway__contents .box {
    width: 92%;
    padding: 15px 10px 17px;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box
  .contents__ttl--jp {
  position: absolute;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box
    .contents__ttl--jp {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box
  .contents__ttl--en {
  position: absolute;
  color: #fff;
  font-size: 10.6rem;
  letter-spacing: 0.02em;
  line-height: 0.79;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box
    .contents__ttl--en {
    font-size: 3.8rem;
    line-height: 0.81;
  }
}
@media only screen and (min-width: 769px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box
    .contents__visual {
    width: 762px;
    margin: 0 auto;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box
  .contents__visual
  figcaption {
  font-size: 1.3rem;
  text-align: right;
  margin-top: 4px;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box
    .contents__visual
    figcaption {
    font-size: 1rem;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box
  .contents__txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.2;
  text-align: center;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box
    .contents__txt {
    font-size: 1.2rem;
    margin-top: 15px;
    line-height: 2.08;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box
  .contents__txt
  > span {
  display: block;
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box
  .contents__txt
  .hashtag {
  border: 1px solid #000;
  padding: 0 3px;
}
#runway .main__section__body .main__section__runway__contents .box.real-runway {
  margin-right: auto;
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box.real-runway
  .contents__ttl--jp {
  top: -70px;
  left: -8px;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box.real-runway
    .contents__ttl--jp {
    top: -28px;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box.real-runway
  .contents__ttl--en {
  right: -186px;
  top: -9px;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box.real-runway
    .contents__ttl--en {
    right: -47px;
    top: -4px;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box.remote-runway {
  margin-top: 126px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box.remote-runway {
    margin-top: 56px;
    /* padding-bottom: 46px; */
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box.remote-runway
  .contents__ttl--jp {
  top: -70px;
  right: -8px;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box.remote-runway
    .contents__ttl--jp {
    top: -28px;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box.remote-runway
  .contents__ttl--en {
  left: -175px;
  top: 6px;
}
@media only screen and (max-width: 768px) {
  #runway
    .main__section__body
    .main__section__runway__contents
    .box.remote-runway
    .contents__ttl--en {
    left: -38px;
    top: 4px;
  }
}
#runway
  .main__section__body
  .main__section__runway__contents
  .box.remote-runway
  .contents__txt {
  font-weight: 500;
}

#joinus {
  position: relative;
  background: #000;
}
#joinus::before {
  content: "";
  position: absolute;
  top: -169px;
  left: 0;
  width: 312px;
  height: 170px;
  background: url("../image/texture_cloud_black.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #joinus::before {
    width: 108px;
    height: 59px;
    top: -59px;
  }
}

#joinus::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 312px;
  height: 170px;
  background: url("../image/texture_cloud_blue_left.png") center/contain
    no-repeat;
}
@media only screen and (max-width: 768px) {
  #joinus::after {
    width: 108px;
    height: 59px;
    bottom: 0;
  }
}

#joinus .cloud {
  position: absolute;
}
#joinus .cloud.cloud01 {
  width: 427px;
  right: -74px;
  top: 270px;
  display: none;
}
@media only screen and (max-width: 768px) {
  #joinus .cloud.cloud01 {
    width: 176px;
    top: 442px;
    right: -89px;
    display: block;
  }
}
#joinus .cloud.cloud02 {
  width: 501px;
  top: 503px;
  left: -48px;
}
@media only screen and (max-width: 768px) {
  #joinus .cloud.cloud02 {
    width: 234px;
    top: 514px;
    left: -116px;
  }
}
#joinus .cloud.cloud03 {
  width: 367px;
  top: 1107px;
  right: -141px;
}
@media only screen and (max-width: 768px) {
  #joinus .cloud.cloud03 {
    width: 280px;
    top: 1087px;
    right: -138px;
  }
}
#joinus .cloud.cloud04 {
  width: 339px;
  left: -142px;
  bottom: 316px;
}
@media only screen and (max-width: 768px) {
  #joinus .cloud.cloud04 {
    width: 216px;
    bottom: 55px;
    left: -107px;
  }
}
#joinus .cloud.cloud05 {
  width: 530px;
  right: -175px;
  bottom: 14px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #joinus .cloud.cloud05 {
    width: 155px;
    bottom: 208px;
    right: -32px;
    display: none;
  }
}
#joinus .main__section__inner {
  padding-top: 132px;
  padding-bottom: 208px;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__inner {
    padding-top: 41px;
    padding-bottom: 84px;
  }
}
#joinus .main__section__head__ttl {
  color: #54c3f1;
}
#joinus .main__section__head__ttl::before {
  background: #54c3f1;
}
#joinus .main__section__body .main__section__end {
  color: #fdf591;
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__end {
    font-size: 1.2rem;
    margin-bottom: 38px;
  }
}

.main__section__end--v2 {
  margin-bottom: 0 !important;
  color: #54c3f1 !important;
}

#joinus .main__section__body .main__section__joinus__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #54c3f1;
  font-size: 5.9rem;
  letter-spacing: 0.03em;
  line-height: 1.23;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__ttl {
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
#joinus .main__section__body .main__section__joinus__ttl span {
  padding: 0 11px 9px 6px;
  border: 5px solid #54c3f1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__ttl span {
    border-width: 4px;
    text-align: left;
    padding: 4px 0px 13px 15px;
  }
}
#joinus .main__section__body .main__section__joinus__lead {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.95;
  text-align: center;
  margin-top: 52px;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__lead {
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 2.26;
    margin-top: 25px;
  }
}
#joinus .main__section__body .main__section__joinus__contents {
  width: 100%;
  max-width: 1018px;
  margin: 85px auto 0;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__contents {
    margin-top: 51px;
    padding: 0 46px;
  }
}
#joinus .main__section__body .main__section__joinus__contents .contents__ttl {
  position: relative;
  color: #54c3f1;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__contents .contents__ttl {
    font-size: 2.4rem;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: tarnslateY(-50%);
  transform: tarnslateY(-50%);
  width: 74px;
  height: 2px;
  background: #54c3f1;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__ttl::before {
    height: 1px;
    width: 27px;
  }
}
/* #joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: tarnslateY(-50%);
  transform: tarnslateY(-50%);
  width: 100%;
  height: 2px;
  background: #54c3f1;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__ttl::before {
    height: 1px;
  }
} */
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__ttl::after {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: tarnslateY(-50%);
  transform: tarnslateY(-50%);
  width: 74px;
  height: 2px;
  background: #54c3f1;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__ttl::after {
    height: 1px;
    width: 27px;
  }
}
/* #joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 73%;
  height: 6px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__ttl::after {
    height: 4px;
    width: 77%;
  }
} */
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__ttl
  > span {
  position: relative;
  z-index: 1;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail {
    display: block;
    margin-top: 21px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__box.flow {
  width: 481px;
  margin-right: 50px;
  padding: 21px 26px 41px 27px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__box.flow {
    width: 100%;
    margin-right: 0;
    padding: 13px 19px 27px 17px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__box.movie {
  position: relative;
  width: 478px;
  margin-top: 115px;
  border: 8px solid #fff;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__box.movie {
    width: 100%;
    margin-top: 71px;
    border-width: 4px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__box.movie::before,
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__box.movie::after {
  content: "";
  position: absolute;
  background: #000;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__box.movie::before {
  width: 414px;
  height: 10px;
  top: -10px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__box.movie::before {
    width: 78%;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__box.movie::after {
  width: 10px;
  height: 149px;
  right: -10px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__box.movie::after {
    height: 16vw;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow {
  margin-top: 25px;
  padding: 0 11px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow {
    margin-top: 22px;
    padding: 0 1px 0 1px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__ttl {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #000;
  margin-left: 1px;
  padding: 2px 11px 3px 10px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__ttl {
    font-size: 2.667vw;
    padding: 2px 7px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 11px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__list {
    margin-top: 5px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .num {
  width: 53px;
  margin-right: 9px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__list
    .item
    .num {
    width: 31px;
    margin-right: 6px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .num.num01,
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .num.num02 {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .num.num01::before,
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .num.num02::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14.5px 0 14.5px;
  border-color: #000000 transparent transparent;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__list
    .item
    .num.num01::before,
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__list
    .item
    .num.num02::before {
    bottom: -14px;
    border-width: 8px 8.5px 0 8.5px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .num.num03 {
  padding-top: 15px;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.001em;
  line-height: 1.8;
  padding: 16px 0 17px 7px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__list
    .item
    .detail {
    font-size: 3.2vw;
    padding: 6px 0 9px 4px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .detail.add-border {
  border-bottom: 2px solid #000;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__list
  .item
  .detail
  > span {
  color: #fff;
  font-size: 2.9rem;
  font-weight: bold;
  background: #000;
  padding: 1px 12px 3px 11px;
  margin-right: 3px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__list
    .item
    .detail
    > span {
    font-size: 4.533vw;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns {
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns {
    margin-top: 32px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item {
  border: 8px solid #000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns
    .item {
    border: 5px solid #000;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item:not(:first-child) {
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns
    .item:not(:first-child) {
    margin-top: 11px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 10px 14px 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item
  a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns
    .item
    a {
    padding: 10px 2px 11px 9px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item
  a
  img.twitter {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns
    .item
    a
    img.twitter {
    width: 27px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item
  a
  img.instagram {
  width: 42px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns
    .item
    a
    img.instagram {
    width: 25px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__flow__sns
  .item
  a
  p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-left: 11px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__flow__sns
    .item
    a
    p {
    font-size: 1.2rem;
    margin-left: 7px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__movie__head {
  position: absolute;
  top: -33px;
  right: -29px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.475;
  background: #54c3f1;
  padding: 13px 0px 15px 18px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__movie__head {
    font-size: 2.1rem;
    padding: 5px 0px 7px 14px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__movie__body {
  padding: 149px 33px 43px 39px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__movie__body {
    padding: 56px 19px 36px 20px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__contents
  .contents__detail__movie__body
  video {
  width: 396px;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__contents
    .contents__detail__movie__body
    video {
    width: 100%;
    height: 112vw;
  }
}
#joinus .main__section__body .main__section__joinus__terms {
  width: 100%;
  max-width: 1000px;
  margin: 103px auto 0;
  border: 3px solid #fff;
  height: 574px;
  overflow: hidden;
  padding: 26px 35px;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__terms {
    width: 90%;
    height: 481px;
    margin: 53px auto 0;
    border: 2px solid #fff;
    padding: 13px 12px;
  }
}
#joinus .main__section__body .main__section__joinus__terms .inner {
  color: #fff;
}
#joinus .main__section__body .main__section__joinus__terms .inner .terms__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__ttl {
    font-size: 1.3rem;
  }
}
#joinus .main__section__body .main__section__joinus__terms .inner .terms__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__lead {
    font-size: 1.2rem;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__lead
  a {
  display: inline;
  text-decoration: underline;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box {
  margin-top: 21px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box {
    margin-top: 11px;
    margin-bottom: 19px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box__ttl {
    font-size: 1.2rem;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box__ttl
  span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box__note {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box__note {
    font-size: 1.2rem;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ul.terms__contents__box__list {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box
    ul.terms__contents__box__list {
    font-size: 1.2rem;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ul.terms__contents__box__list
  li {
  position: relative;
  line-height: 1.8;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box
    ul.terms__contents__box__list
    li {
    padding-left: 15px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ul.terms__contents__box__list
  li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box
    ul.terms__contents__box__list
    li::before {
    width: 6px;
    height: 6px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ul.terms__contents__box__list
  li:not(:first-child) {
  margin-top: 5px;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ul.terms__contents__box__list
  li
  a {
  text-decoration: underline;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ul.terms__contents__box__list
  li
  .highlight {
  color: #000;
  background: #54c3f1;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list {
  counter-reset: num;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list
  li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 28px;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box
    ol.terms__contents__box__list
    li {
    font-size: 1.2rem;
    padding-left: 22px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list
  li::before {
  position: absolute;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list
  li
  a {
  text-decoration: underline;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list
  li
  .highlight {
  color: #000;
  background: #54c3f1;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list[data-type="circle"]
  li {
  counter-increment: num;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list[data-type="circle"]
  li:not(:first-child) {
  margin-top: 5px;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list[data-type="circle"]
  li::before {
  content: counter(num);
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
  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;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box
    ol.terms__contents__box__list[data-type="circle"]
    li::before {
    font-size: 1rem;
    width: 15px;
    height: 15px;
    top: 4px;
  }
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list[data-type="brackets"]
  li {
  counter-increment: num;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list[data-type="brackets"]
  li:not(:first-child) {
  margin-top: 5px;
}
#joinus
  .main__section__body
  .main__section__joinus__terms
  .inner
  .terms__contents__box
  ol.terms__contents__box__list[data-type="brackets"]
  li::before {
  content: "(" counter(num) ")";
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #joinus
    .main__section__body
    .main__section__joinus__terms
    .inner
    .terms__contents__box
    ol.terms__contents__box__list[data-type="brackets"]
    li::before {
    font-size: 1.2rem;
  }
}
#joinus .main__section__body .main__section__joinus__scrollwrap {
  overflow-y: scroll;
  height: 516px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  #joinus .main__section__body .main__section__joinus__scrollwrap {
    height: 450px;
    padding-right: 7px;
  }
}
.main__section__joinus__contact {
  background: #f4f4f4;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 30px;
}
@media only screen and (max-width: 768px) {
  .main__section__joinus__contact {
    width: 90%;
    /* margin-top: 55px; */
  }
}
.main__section__joinus__contact__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main__section__joinus__contact__ttl {
    font-size: 1.2rem;
  }
}
.main__section__joinus__contact__ttl span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .main__section__joinus__contact__ttl span {
    border-width: 1px;
  }
}
.main__section__joinus__contact__txt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .main__section__joinus__contact__txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.main__section__joinus__contact__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .main__section__joinus__contact__description {
    font-size: 1.2rem;
  }
}
.main__section__joinus__contact__description:not(:first-of-type) {
  margin-top: 9px;
}

#collabo {
  position: relative;
  background: #f0f0f0;
}
#collabo .title-box__sm span {
  width: 345px;
  height: 67px;
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  #collabo .title-box__sm span {
    width: 163px;
    height: 34px;
    padding-top: 4px;
  }
}
#collabo .cloud {
  position: absolute;
}
#collabo .cloud.cloud01 {
  width: 330px;
  right: -50px;
  top: 115px;
}
@media only screen and (max-width: 768px) {
  #collabo .cloud.cloud01 {
    width: 214px;
    top: 74px;
    right: -105px;
  }
}
#collabo .cloud.cloud02 {
  width: 526px;
  top: 983px;
  left: -88px;
}
@media only screen and (max-width: 768px) {
  #collabo .cloud.cloud02 {
    width: 165px;
    bottom: 11px;
    left: -48px;
  }
}

#collabo .cloud.cloud03 {
  width: 628px;
  bottom: 64px;
  right: -177px;
}

#collabo .cloud.cloud04 {
  width: 273px;
  bottom: -70px;
  left: -45px;
}

#collabo .cloud.cloud05 {
  width: 628px;
  right: -177px;
  top: 1359px;
}

#collabo .cloud.cloud06 {
  width: 331px;
  right: -51px;
  bottom: 1857px;
}

#collabo .cloud.cloud07 {
  width: 385px;
  left: -188px;
  bottom: 1249px;
}

#collabo .main__section__inner {
  padding-top: 106px;
  padding-bottom: 108px;
}
@media only screen and (max-width: 768px) {
  #collabo .main__section__inner {
    padding-top: 46px;
    padding-bottom: 51px;
  }
}
#collabo .main__section__head__ttl {
  color: #54c3f1;
}
#collabo .main__section__head__ttl::before {
  background: #54c3f1;
}
#collabo .main__section__body {
  position: relative;
}
#collabo .main__section__body .main__section__collaboration__lead {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.2;
  text-align: center;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  #collabo .main__section__body .main__section__collaboration__lead {
    font-size: 1.4rem;
    line-height: 2.14;
    padding-left: 12px;
  }
}
#collabo .main__section__body .main__section__collaboration__comingsoon {
  position: relative;
  width: 100%;
  /* max-width: 502px; */
  max-width: 900px;
  margin: 189px auto 0;
}
@media only screen and (max-width: 768px) {
  #collabo .main__section__body .main__section__collaboration__comingsoon {
    width: 90%;
    margin-top: 101px;
  }
}
#collabo
  .main__section__body
  .main__section__collaboration__comingsoon::before {
  content: "";
  position: absolute;
  top: -138px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 312px;
  height: 172px;
  background: url("../image/illust_cinamo.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon::before {
    top: -72px;
    width: 161px;
    height: 88px;
  }
}
#collabo .main__section__body .main__section__collaboration__comingsoon .inner {
  /* position: relative;
  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; */
  position: relative;
  border: 4px solid #54c3f1;
  /* color: #54C3F1; */
  /* font-size: 4.7rem; */
  font-weight: bold;
  background: #fff;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner {
    /* font-size: 2.5rem; */
    border-width: 2px;
    /* padding: 13px 0 15px; */
    padding: 30px 20px;
  }
}

#collabo
  .main__section__body
  .main__section__collaboration__comingsoon
  .inner
  .brand-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner
    .brand-title {
    font-size: 13px;
  }
}

#collabo
  .main__section__body
  .main__section__collaboration__comingsoon
  .inner
  .brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner
    .brand-list {
    display: block;
    margin-top: 20px;
  }
}

#collabo
  .main__section__body
  .main__section__collaboration__comingsoon
  .inner
  .brand-list
  .brand-list__item {
  width: 30%;
  font-size: 1.8rem;
}

#collabo
  .main__section__body
  .main__section__collaboration__comingsoon
  .inner
  .brand-list
  .brand-list__item--color {
  color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner
    .brand-list
    .brand-list__item {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}

#collabo
  .main__section__body
  .main__section__collaboration__comingsoon
  .inner
  .brand-list
  .brand-list__item:nth-of-type(n + 4) {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner
    .brand-list
    .brand-list__item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

#collabo
  .main__section__body
  .main__section__collaboration__comingsoon
  .inner
  .brand-list
  .brand-list__item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}

@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner
    .brand-list
    .brand-list__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #collabo
    .main__section__body
    .main__section__collaboration__comingsoon
    .inner
    .brand-list
    .brand-list__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

#links {
  position: relative;
}
#links .cloud {
  position: absolute;
}
#links .cloud.cloud01 {
  width: 409px;
  right: -18px;
  top: 58px;
}
@media only screen and (max-width: 768px) {
  #links .cloud.cloud01 {
    width: 182px;
    right: -60px;
    top: 10px;
  }
}
#links .cloud.cloud02 {
  width: 421px;
  left: -91px;
  bottom: 323px;
}
@media only screen and (max-width: 768px) {
  #links .cloud.cloud02 {
    width: 263px;
    left: -76px;
    bottom: 280px;
  }
}
#links .main__section__inner {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  #links .main__section__inner {
    padding-top: 55px;
  }
}
#links .main__links__list {
  width: 100%;
  max-width: 627px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list {
    max-width: 284px;
  }
}
#links .main__links__list li {
  position: relative;
  border: 6px solid #000;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li {
    border: 4px solid #000;
    height: 46px;
  }
}
#links .main__links__list li:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li:not(:first-child) {
    margin-top: 24px;
  }
}
#links .main__links__list li:nth-child(1) a {
  padding-left: 23px;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li:nth-child(1) a {
    padding-left: 12px;
    text-align: left;
  }
}
#links .main__links__list li:nth-child(2) a {
  padding-left: 38px;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li:nth-child(2) a {
    padding-left: 12px;
    text-align: left;
  }
}
#links .main__links__list li a {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.9;
  padding: 8px 0 12px;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#links .main__links__list li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li a {
    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-size: 1.2rem;
    line-height: 1.3;
    padding: 4px 0 4px;
  }
}
#links .main__links__list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li a::before {
    left: 10px;
  }
}
#links .main__links__list li a span > span {
  letter-spacing: 0.03em;
}
#links .main__links__list li.icon__twitter a::before {
  width: 42px;
  height: 34px;
  background: url("../image/icon_twitter.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li.icon__twitter a::before {
    width: 26px;
    height: 21px;
  }
}
#links .main__links__list li.icon__instagram a::before {
  width: 39px;
  height: 39px;
  background: url("../image/icon_instagram.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #links .main__links__list li.icon__instagram a::before {
    width: 27px;
    height: 27px;
  }
}
#links .main__links__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 86px;
}
@media only screen and (max-width: 768px) {
  #links .main__links__pagetop {
    margin-top: 35px;
  }
}
#links .main__links__pagetop a {
  position: relative;
  color: #6f6f6f;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding-left: 23px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#links .main__links__pagetop a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #links .main__links__pagetop a {
    font-size: 1.3rem;
  }
}
#links .main__links__pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 13px;
  background: url("../image/icon_pagetop.png") center/contain no-repeat;
}

/* 更新スタイル ここから */
.title-box {
  position: relative;
}

.title-box__cinamo {
  position: absolute;
  top: -120px;
  right: 73px;
  width: 286px;
}

@media only screen and (max-width: 768px) {
  .title-box__cinamo {
    width: 143px;
    right: 18px;
    top: -60px;
  }
}

.title-box__in {
  position: relative;
  z-index: 1;
  background: #000000;
  height: 205px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .title-box__in {
    height: 140px;
  }
}
.title-box__lg {
  font-size: clamp(80px, 6.666vw, 100px);
  color: #54c3f1;
  line-height: 0.74;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .title-box__lg {
    line-height: 1.3;
    font-size: 38.6px;
    transform: translateY(-10px);
  }
  .title-box__lg span {
    display: block;
    text-align: center;
  }
  .title-box__lg span:nth-of-type(1) {
    padding-left: 32px;
  }
}

.title-box__sm {
  margin-top: 42px;
  text-align: center;
}

.title-box__sm span {
  color: #54c3f1;
  font-size: 45px;
  text-transform: uppercase;
  border: 3px solid #54c3f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .title-box__sm {
    margin-top: 0;
  }
  .title-box__sm span {
    font-size: 21px;
    margin-top: 0;
    border: 1.5px solid #54c3f1;
    transform: translateY(-7px);
  }
}

/* map */
#map {
  position: relative;
  background: #54c3f1;
}

#map .cloud {
  position: absolute;
}

#map .cloud.cloud01 {
  width: 385px;
  top: 186px;
  left: -61px;
}

#map .cloud.cloud02 {
  width: 272px;
  top: 17px;
  right: -51px;
}

#map .cloud.cloud03 {
  width: 270px;
  bottom: 172px;
  left: -104px;
}

@media only screen and (max-width: 768px) {
  #map .cloud.cloud03 {
    width: 133px;
    bottom: 593px;
    left: -13px;
  }
}

#map .cloud.cloud04 {
  width: 540px;
  bottom: 553px;
  right: -89px;
}

@media only screen and (max-width: 768px) {
  #map .cloud.cloud04 {
    width: 230px;
    top: 0;
    bottom: auto;
    right: -60px;
  }
}

@media only screen and (max-width: 768px) {
  #map .cloud.cloud05 {
    width: 230px;
    top: auto;
    bottom: 10px;
    right: -126px;
  }
}

#map .main__section__head__ttl {
  color: #ffffff;
}

#map .main__section__head__ttl::before {
  background-color: #ffffff;
}

#map .main__section__inner {
  padding-top: 134px;
  padding-bottom: 134px;
}

@media only screen and (max-width: 768px) {
  #map .main__section__inner {
    padding-top: 69px;
    padding-bottom: 69px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

#map .map-responsive {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* #map .map-responsive iframe {
  width: 100%;
  aspect-ratio: 16/9;
} */

.greetings-box {
  position: relative;
  padding: 34px;
  background-color: rgba(255, 255, 255, 0.37);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 67px;
}

@media only screen and (max-width: 768px) {
  .greetings-box {
    padding: 22px 22px 30px;
    margin-top: 37px;
  }
}

.greetings-box__block {
  max-width: 500px;
  margin-top: 20px;
  margin-left: 145px;
}

@media only screen and (max-width: 768px) {
  .greetings-box__block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 480px;
  }
}

.greetings-box__block__in {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .greetings-box__block__in {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
  }
}

.greetings-box__annotation {
  font-weight: 500;
  display: flex;
  font-size: 18px;
  margin-top: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .greetings-box__annotation {
    font-size: 14px;
    margin-top: 16px;
    white-space: inherit;
    justify-content: flex-start;
    text-align: left;
    line-height: 2.1;
  }
}

.greetings-box__list {
  display: flex;
  line-height: 2.1;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .greetings-box__list {
    font-size: 14px;
  }
}

.greetings-box__list dt {
  flex-shrink: 0;
}

.greetings-box__title {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e62d8b;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .greetings-box__title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .greetings-box__flex {
    display: flex;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.greetings-box__desc {
  text-align: center;
  line-height: 2.1;
  font-weight: bold;
  margin-top: 15px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .greetings-box__desc {
    font-size: 14px;
    width: calc((194 / 285) * 100%);
    text-align: left;
    margin-right: 10px;
  }
}

.greetings-box__picture {
  width: 190px;
  position: absolute;
  top: 152px;
  right: 120px;
}

@media only screen and (max-width: 768px) {
  .greetings-box__picture {
    position: static;
    width: calc((140 / 285) * 100%);
  }
}

.greetings-box__time__lg {
  color: #ffffff;
  font-weight: 500;
  font-size: 55px;
}

@media only screen and (max-width: 768px) {
  .greetings-box__time {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .greetings-box__time__lg {
    font-size: 23px;
  }
}

.greetings-box__time__sm {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .greetings-box__time__sm {
    font-size: 10px;
    margin-left: 8px;
  }
}

#entrance {
  position: relative;
}

#entrance .title-box__sm span {
  width: 422px;
  height: 67px;
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  #entrance .title-box__sm span {
    width: 192px;
    height: 34px;
    padding-top: 4px;
  }
}

#entrance .main__section__head__ttl {
  color: #a2a2a2;
}

#entrance .main__section__head__ttl::before {
  background-color: #a2a2a2;
}

#entrance .main__section__inner {
  padding-top: 127px;
  padding-bottom: 139px;
}

@media only screen and (max-width: 768px) {
  #entrance .main__section__inner {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}

.section-box {
  position: relative;
}

#entrance .section-box {
  padding-top: 70px;
}

@media only screen and (max-width: 768px) {
  #entrance .section-box {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section-box {
    padding-left: 18px;
    padding-right: 18px;
  }
}

#entrance .cloud {
  position: absolute;
}

#entrance .section-box .cloud.cloud01 {
  width: 451px;
  top: 80px;
  right: -100px;
}
@media only screen and (max-width: 768px) {
  #entrance .section-box .cloud.cloud01 {
    width: 168px;
    top: 80px;
    right: -63px;
  }
}
#entrance .section-box .cloud.cloud02 {
  width: 285px;
  left: -46px;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  #entrance .section-box .cloud.cloud03 {
    width: 160px;
    left: -74px;
    bottom: -60px;
  }
}

.section-box__text {
  position: absolute;
  left: -30px;
  bottom: -87px;
  font-family: "Lexend Exa";
  font-size: 86px;
  font-weight: bold;
  color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  .section-box__text {
    position: absolute;
    left: 12px;
    bottom: -40px;
    font-size: 33px;
  }
}

.section-box__date {
  position: relative;
  z-index: 1;
  font-family: "Lexend Exa";
  text-align: center;
  color: #54c3f1;
  letter-spacing: 0;
}

.section-box__date span:nth-of-type(1) {
  font-size: 64px;
}
.section-box__date span:nth-of-type(2) {
  font-size: 29px;
  margin-right: 20px;
  font-weight: bold;
}
.section-box__date span:nth-of-type(3) {
  font-size: 61px;
}
.section-box__date span:nth-of-type(4) {
  font-size: 65px;
}
.section-box__date span:nth-of-type(5) {
  font-size: 29px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .section-box__date span:nth-of-type(1) {
    font-size: 25px;
  }
  .section-box__date span:nth-of-type(2) {
    font-size: 11px;
    margin-right: 0;
  }
  .section-box__date span:nth-of-type(3) {
    font-size: 16px;
  }
  .section-box__date span:nth-of-type(4) {
    font-size: 25px;
  }
  .section-box__date span:nth-of-type(5) {
    font-size: 11px;
  }
}

.section-box__desc {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 2.15;
  font-weight: bold;
  font-size: 20px;
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  .section-box__desc {
    font-size: 14px;
  }
}

.section-box__title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .section-box__title {
    font-size: 22px;
  }
}

.section-box__picture {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #54c3f1;
  margin-top: 48px;
  padding: 28px;
}

@media only screen and (max-width: 768px) {
  .section-box__picture {
    padding: 15px 14px;
    border: 3px solid #54c3f1;
  }
}

.section-box__picture-v2 {
  z-index: 3;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
}

@media only screen and (max-width: 768px) {
  .section-box__picture-v2 {
    margin-top: 36px;
  }
}

/* contents */
#contents {
  position: relative;
  background: #54c3f1;
}

#contents .cloud {
  position: absolute;
  z-index: 2;
}

#contents .cloud.cloud01 {
  width: 399px;
  top: 252px;
  right: -129px;
}
@media only screen and (max-width: 768px) {
  #contents .cloud.cloud01 {
    width: 168px;
    top: 80px;
    right: -63px;
  }
}
#contents .cloud.cloud02 {
  width: 640px;
  left: -97px;
  bottom: 445px;
}

@media only screen and (max-width: 768px) {
  #contents .cloud.cloud03 {
    width: 245px;
    left: -74px;
    bottom: 440px;
  }
}

#contents .cloud.cloud04 {
  width: 302px;
  right: -50px;
  bottom: 44px;
}

#contents .main__section__head__ttl {
  color: #ffffff;
}

#contents .main__section__head__ttl::before {
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #contents .section-box {
    padding-left: 0;
    padding-right: 0;
  }
}

#contents .section-box__title {
  position: relative;
  z-index: 2;
}

#contents .section-box__desc {
  position: relative;
  z-index: 2;
  margin-top: 42px;
}

@media only screen and (max-width: 768px) {
  #contents .section-box__desc {
    margin-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#contents .section-box__picture {
  border: 5px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  #contents .section-box__picture {
    border: 3px solid #ffffff;
  }
}

#contents .main__section__inner {
  padding-top: 134px;
  padding-bottom: 134px;
}

@media only screen and (max-width: 768px) {
  #contents .main__section__inner {
    padding-top: 69px;
    padding-bottom: 69px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.application-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.18);
  padding: 22px 40px 80px;
  margin-top: 153px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .application-box {
    padding: 30px 10px 34px;
    margin-top: 60px;
  }
}

.application-box__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .application-box__title {
    font-size: 20px;
  }
}

.application-box__title span {
  display: inline-flex;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .application-box__title span {
    padding-bottom: 8px;
  }
}

.application-box__desc {
  text-align: center;
  margin-top: 46px;
  line-height: 2.15;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .application-box__desc {
    font-size: 14px;
  }
}

.application-box__button {
  text-align: center;
  /* margin-top: 42px; */
}

.application-box__button a {
  width: 680px;
  height: 107px;
  background: #ffffff;
  border-radius: 54px;
  border: 5px solid #54c3f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #54c3f1;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .application-box__button a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  .application-box__button a {
    width: 100%;
    height: 68px;
    border-radius: 46px;
    border: 2px solid #54c3f1;
    font-size: 22px;
    max-width: 311px;
  }
}

.application-box__button--comming-soon a {
  position: relative;
  pointer-events: none;
}

.application-box__button--comming-soon a::before {
  border-radius: 46px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.application-box__button--comming-soon a::after {
  border-radius: 46px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.application-box__info {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .application-box__info {
    font-size: 14px;
  }
}

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

.application-box__info__title {
  color: #fff;
  font-weight: bold;
}

.application-box__info__text {
  font-weight: bold;
  margin-top: 5px;
  line-height: 2;
}

.application-box__info__block:not(:first-of-type) {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .application-box__info__block:not(:first-of-type) {
    margin-top: 20px;
  }
}

.application-box__info__annotation {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  color: #ffffff;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .application-box__info__annotation {
    margin-top: 20px;
  }
}

.application-box__comming-soon {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .application-box__comming-soon {
    margin-top: 10px;
    font-size: 19px;
  }
}

/* event */
#event {
  position: relative;
  background: rgba(84, 195, 241, 0.15);
}

#event .cloud {
  position: absolute;
  z-index: 2;
}

#event .cloud.cloud01 {
  width: 422px;
  top: 28px;
  right: -51px;
}

#event .cloud.cloud02 {
  width: 280px;
  left: -45px;
  top: 206px;
}

#event .cloud.cloud03 {
  width: 459px;
  left: -48px;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  #event .cloud.cloud03 {
    width: 232px;
    left: -88px;
    bottom: 10px;
  }
}

#event .cloud.cloud04 {
  width: 280px;
  right: -51px;
  bottom: 203px;
}

@media only screen and (max-width: 768px) {
  #event .cloud.cloud04 {
    width: 170px;
    top: 274px;
    right: -44px;
  }
}

#event .cloud.cloud05 {
  width: 439px;
  left: -45px;
  top: 798px;
}

@media only screen and (max-width: 768px) {
  #event .cloud.cloud05 {
    width: 246px;
    top: 578px;
    left: -98px;
  }
}

#event .cloud.cloud06 {
  width: 478px;
  right: -63px;
  bottom: 902px;
}

@media only screen and (max-width: 768px) {
  #event .cloud.cloud06 {
    width: 170px;
    bottom: 787px;
    right: -44px;
  }
}

#event .main__section__inner {
  padding-top: 83px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 768px) {
  #event .main__section__inner {
    padding-top: 38px;
    padding-bottom: 69px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #event .section-box {
    padding-left: 0;
    padding-right: 0;
  }
}

#event .section-box .section-box__title {
  color: #54c3f1;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #event .section-box .section-box__title {
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) {
  #event .section-box .section-box__title span {
    font-size: 20px;
  }
}

#event .section-box .section-box__date {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #event .section-box .section-box__date {
    margin-top: 12px;
  }
}

#event .main__section__head__ttl {
  color: #54c3f1;
}

#event .main__section__head__ttl::before {
  background-color: #54c3f1;
}

#event .section-box__desc {
  margin-top: 7px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #event .section-box__desc {
    margin-top: 12px;
  }
}

.event-box {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 75px;
  margin-top: 58px;
}

@media only screen and (max-width: 768px) {
  .event-box {
    margin-top: 63px;
    padding: 34px 18px;
  }
}

.event-box__text {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin-top: 14px;
  letter-spacing: 0.018em;
}

@media only screen and (max-width: 768px) {
  .event-box__text {
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
    line-height: 2.3;
  }
}

.event-box__title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .event-box__title {
    font-size: 15px;
  }
}

.event-box__title span {
  color: #54c3f1;
}

.event-box__section {
  margin-top: 38px;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #54c3f1;
}

@media only screen and (max-width: 768px) {
  .event-box__section {
    margin-top: 35px;
  }
}

.event-box__section-flex {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .event-box__section-flex {
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.event-box__section-flex--none {
  display: block;
  font-size: 21px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .event-box__section-flex--none {
    font-size: 14px;
  }
}

.event-box__section-flex-list {
  font-size: 21px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .event-box__section-flex-list {
    font-size: 14px;
  }
}

.event-box__annotation {
  max-width: 588px;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  line-height: 1.88;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .event-box__annotation {
    margin-top: 26px;
    font-size: 14px;
  }
}

.event-box__annotation--v2 {
  margin-top: 0;
}

.event-box__design {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .event-box__design {
    margin-top: 66px;
  }
}

.event-box__design-title {
  color: #54c3f1;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .event-box__design-title {
    font-size: 15px;
  }
}

.event-box__design-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .event-box__design-list {
    margin-top: 15px;
    justify-content: center;
  }
}

.event-box__design-list li {
  width: 169px;
}

@media only screen and (max-width: 768px) {
  .event-box__design-list li {
    width: calc((144 / 303) * 100%);
  }
}

@media only screen and (max-width: 768px) {
  .event-box__design-list li:nth-of-type(n + 3) {
    margin-top: 12px;
  }
  .event-box__design-list li:not(:nth-of-type(even)) {
    margin-right: calc((11 / 303) * 100%);
  }
}

.event-box__design-annotation {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .event-box__design-annotation {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    margin-top: 22px;
    text-align: left;
    line-height: 2.1;
  }
}
@media only screen and (max-width: 768px) {
  .event-box__section-flex-list {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
}

.event-box__section-flex-list li {
  display: flex;
  line-height: 2.1;
}

.event-box__section-flex-list li::before {
  content: "・";
  color: #54c3f1;
}

.event-box__section-flex-picture {
  width: 265px;
}

@media only screen and (max-width: 768px) {
  .event-box__section-flex-picture {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
  }
}

.event-box__section-title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  .event-box__section-title {
    font-size: 15px;
  }
}

.event-box__section-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.event-box__section-title span::before {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  background: #54c3f1;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .event-box__section-title span::before {
    /* width: 97px; */
    width: 25.9vw;
  }
}

.event-box__section-title span::after {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  background: #54c3f1;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .event-box__section-title span::after {
    /* width: 97px; */
    width: 25.9vw;
  }
}

.main__section__collaboration {
  position: relative;
  padding-top: 78px;
}

@media only screen and (max-width: 768px) {
  .main__section__collaboration {
    padding-top: 42px;
  }
}

#collabo .main__section__inner {
  padding-top: 179px;
}

@media only screen and (max-width: 768px) {
  #collabo .main__section__inner {
    padding-top: 77px;
  }
}

/* cinnamoroll */
#cinnamoroll {
  position: relative;
  background: rgba(84, 195, 241, 0.15);
  margin-top: 181px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll {
    margin-top: 77px;
  }
}

#cinnamoroll .title-box__sm span {
  width: 308px;
  height: 67px;
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .title-box__sm span {
    width: 143px;
    height: 34px;
    padding-top: 4px;
  }
}

#cinnamoroll .cloud {
  position: absolute;
}

#cinnamoroll .cloud.cloud01 {
  width: 280px;
  left: -45px;
  top: 229px;
}

#cinnamoroll .cloud.cloud02 {
  width: 422px;
  right: -67px;
  top: 390px;
}

#cinnamoroll .cloud.cloud03 {
  width: 614px;
  left: -286px;
  bottom: 151px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .cloud.cloud03 {
    width: 166px;
    left: -40px;
    bottom: 7px;
  }
}

#cinnamoroll .cloud.cloud04 {
  width: 280px;
  right: -67px;
  bottom: 201px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .cloud.cloud04 {
    width: 199px;
    bottom: auto;
    top: 54px;
    right: -59px;
  }
}

#cinnamoroll .title-box__cinamo {
  top: -50px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .title-box__cinamo {
    top: -25px;
    right: 7px;
  }
}

#cinnamoroll .section-box {
  position: relative;
  padding-top: 89px;
  padding-bottom: 82px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .section-box {
    padding-top: 31px;
    padding-bottom: 57px;
  }
}

#cinnamoroll .section-box__title {
  color: #54c3f1;
}

#cinnamoroll .main__section__head__ttl {
  color: #54c3f1;
}

#cinnamoroll .main__section__head__ttl::before {
  background-color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .section-box__date {
    margin-top: 14px;
  }
}

#cinnamoroll .section-box__desc {
  margin-top: 42px;
}

@media only screen and (max-width: 768px) {
  #cinnamoroll .section-box__desc {
    margin-top: 16px;
  }
}

.cinnamoroll-box {
  margin-top: 40px;
  text-align: center;
}

.cinnamoroll-box__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #54c3f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__title {
    font-size: 19px;
  }
}

.cinnamoroll-box__title::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #54c3f1;
  margin-right: 30px;
}

.cinnamoroll-box__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #54c3f1;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__title::before {
    width: 37px;
    margin-right: 7px;
  }

  .cinnamoroll-box__title::after {
    width: 37px;
    margin-left: 7px;
  }
}

.cinnamoroll-box__annotation {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 43px;
  color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__annotation {
    font-size: 15px;
    margin-top: 18px;
  }
}

.cinnamoroll-box__list {
  display: inline-flex;
  align-items: center;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__list {
    display: block;
    margin-top: 15px;
  }
}

.cinnamoroll-box__item {
  position: relative;
  background: #fff;
  border-radius: 16px;
  border: 4px solid #000;
  line-height: 1.8;
  height: 164px;
  padding: 20px;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  letter-spacing: -0.01em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__item {
    width: 237px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    padding: 20px 5px 20px 30px;
  }
}

.cinnamoroll-box__item:nth-of-type(1) {
  padding-top: 48px;
}
.cinnamoroll-box__item:nth-of-type(2) {
  padding-top: 30px;
}
.cinnamoroll-box__item:nth-of-type(3) {
  padding-top: 48px;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__item:nth-of-type(1) {
    padding-top: 15px;
    max-height: 89px;
  }
  .cinnamoroll-box__item:nth-of-type(2) {
    padding-top: 6px;
    padding-bottom: 10px;
    max-height: 100px;
  }
  .cinnamoroll-box__item:nth-of-type(3) {
    padding-top: 15px;
    max-height: 97px;
  }
}

.cinnamoroll-box__arrow {
  background: #000;
  display: block;
  width: 20px;
  height: 40px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 17px;
  margin-left: 17px;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__arrow {
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 29px;
    height: 14px;
    margin: 9px auto;
  }
}

.cinnamoroll-box__num {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 4px solid #000;
  font-size: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__num {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 29px;
    width: 40px;
    height: 40px;
  }
}

.cinnamoroll-box__button {
  text-align: center;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__button {
    margin-top: 40px;
  }
}

.cinnamoroll-box__button a {
  width: 800px;
  height: 107px;
  background: #ffffff;
  border-radius: 54px;
  border: 5px solid #54c3f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #54c3f1;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cinnamoroll-box__button a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  .cinnamoroll-box__button a {
    width: 100%;
    height: 68px;
    border-radius: 46px;
    border: 2px solid #54c3f1;
    font-size: 18px;
    max-width: 311px;
  }
}

.collaboration-link {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .collaboration-link {
    font-size: 14px;
    margin-top: 30px;
  }
}

.collaboration-campaign {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 0;
  }
}

.collaboration-campaign__in {
  background: #c7eaf8;
  padding: 40px 46px 46px;
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__in {
    padding: 28px 15px 22px;
  }
}

.collaboration-campaign__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__flex {
    display: block;
    margin-top: 19px;
  }
}

.collaboration-campaign__title {
  font-size: 25px;
  font-weight: bold;
  color: #54c3f1;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  padding: 6px;
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__title {
    font-size: 18px;
    border-radius: 39px;
    line-height: 1.6;
  }
}

.collaboration-campaign__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__text {
    font-size: 14px;
  }
}

.collaboration-campaign__block01 {
  width: calc((514 / 808) * 100%);
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__block01 {
    width: 100%;
  }
}

.collaboration-campaign__block02 {
  width: calc((265 / 808) * 100%);
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__block02 {
    width: calc((232 / 309) * 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

.collaboration-campaign__annotation {
  margin-top: 34px;
  font-weight: 500;
  line-height: 1.88;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .collaboration-campaign__annotation {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
  }
}

.youtube-live {
  position: relative;
  z-index: 1;
  padding-top: 88px;
  padding-bottom: 56px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-top: 7px solid #000;
  border-bottom: 7px solid #000;
  margin-top: 162px;
}

@media only screen and (max-width: 768px) {
  .youtube-live {
    width: calc(100% - 36px);
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    padding-top: 38px;
    padding-bottom: 26px;
    margin-top: 70px;
  }
}

.youtube-live__title {
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  width: 444px;
  height: 69px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .youtube-live__title {
    font-size: 21px;
    font-weight: bold;
    width: 205px;
    height: 32px;
  }
}

.youtube-live__desc {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.15;
}

@media only screen and (max-width: 768px) {
  .youtube-live__desc {
    font-size: 12px;
  }
}
.youtube-live__time {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.15;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .youtube-live__time {
    font-size: 12px;
    margin-top: 24px;
  }
}

.youtube-live__button {
  margin-top: 5px;
  text-align: center;
}

.youtube-live__button a {
  width: 541px;
  display: inline-block;
  transition: 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .youtube-live__button a {
    width: 100%;
    max-width: 287px;
  }
}

.youtube-live__button a:hover {
  opacity: 0.3;
}

.youtube-live__comming-soon {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .youtube-live__comming-soon {
    margin-top: 10px;
    font-size: 19px;
  }
}

/* gate */
#gate {
  margin-top: 178px;
  background: rgba(84, 195, 241, 0.15);
}

@media only screen and (max-width: 768px) {
  #gate {
    margin-top: 77px;
  }
}

#gate .title-box__sm span {
  width: 143px;
  height: 67px;
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  #gate .title-box__sm span {
    width: 56px;
    height: 34px;
    padding-top: 4px;
  }
}

#gate .cloud {
  position: absolute;
  z-index: 2;
}

#gate .cloud.cloud01 {
  width: 459px;
  top: 173px;
  left: -108px;
}

@media only screen and (max-width: 768px) {
  #gate .cloud.cloud01 {
    width: 166px;
    top: auto;
    bottom: 13px;
    left: -41px;
  }
}

#gate .cloud.cloud02 {
  width: 280px;
  top: 107px;
  right: -67px;
}

@media only screen and (max-width: 768px) {
  #gate .cloud.cloud02 {
    width: 199px;
    top: 60px;
    right: -58px;
  }
}

#gate .cloud.cloud03 {
  width: 280px;
  bottom: 326px;
  left: -88px;
}

#gate .cloud.cloud04 {
  width: 422px;
  bottom: 92.5px;
  right: -67px;
}

#gate .section-box {
  padding-top: 85px;
  padding-bottom: 115px;
}

@media only screen and (max-width: 768px) {
  #gate .section-box {
    padding-top: 30px;
    padding-bottom: 63px;
  }
}

#gate .section-box__title {
  position: relative;
  z-index: 2;
  color: #54c3f1;
}

#gate .section-box__date {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  #gate .section-box__date {
    margin-top: 14px;
  }
}

#gate .section-box__desc {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #gate .section-box__desc {
    margin-top: 10px;
  }
}

#gate .main__section__head__ttl {
  color: #54c3f1;
}

#gate .main__section__head__ttl::before {
  background-color: #54c3f1;
}

.slide-area {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  padding-bottom: 36px;
}

@media only screen and (max-width: 768px) {
  .slide-area {
    width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.slide-area.is-active .slide-body__controller {
  display: none;
}

.slide-area.is-active .slide-area__item {
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .slide-area.is-active .slide-area__item {
    max-width: 243px;
  }
}

.slide-body__controller {
  position: relative;
  display: flex;
  align-items: center;
  height: 51px;
}

@media only screen and (max-width: 768px) {
  .slide-body__controller {
    height: 36px;
  }
}

.swiper-pagination {
  left: auto !important;
  right: 126px !important;
  width: auto !important;
  bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .swiper-pagination {
    right: 81px !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 0 !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 21px !important;
}

@media only screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 13px !important;
  }
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #fff !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #adadad !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  margin: auto;
  width: 26px;
}

@media only screen and (max-width: 768px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 18px;
    width: 18px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url("../image/slider-arrow.svg");
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url("../image/slider-arrow.svg");
  background-size: contain !important;
  transform: scale(-1);
}

.swiper-button-next,
.swiper-button-prev {
  top: auto !important;
  width: auto !important;
  height: auto !important;
}

.swiper-button-prev {
  left: auto !important;
  right: 62px !important;
  bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .swiper-button-prev {
    right: 41px !important;
  }
}

.swiper-button-next {
  right: 0 !important;
  bottom: 0 !important;
}

@keyframes wobbling_x01 {
  0% {
    margin-left: 3px;
  }
  100% {
    margin-left: -2px;
  }
}
@keyframes wobbling_y01 {
  0% {
    margin-bottom: -9px;
  }
  100% {
    margin-bottom: 0px;
  }
}

.cloud-animation-bottom-left {
  animation: wobbling_x01 1.3s ease-in-out infinite alternate,
    wobbling_y01 0.9s ease-in-out infinite alternate;
}

@keyframes wobbling_x02 {
  0% {
    margin-right: 3px;
  }
  100% {
    margin-right: -2px;
  }
}
@keyframes wobbling_y02 {
  0% {
    margin-top: -9px;
  }
  100% {
    margin-top: 0px;
  }
}

.cloud-animation-top-right {
  animation: wobbling_x02 1.3s ease-in-out infinite alternate,
    wobbling_y02 0.9s ease-in-out infinite alternate;
}
@keyframes wobbling_x03 {
  0% {
    margin-left: 3px;
  }
  100% {
    margin-left: -2px;
  }
}
@keyframes wobbling_y03 {
  0% {
    margin-top: -9px;
  }
  100% {
    margin-top: 0px;
  }
}

.cloud-animation-top-left {
  animation: wobbling_x03 1.3s ease-in-out infinite alternate,
    wobbling_y03 0.9s ease-in-out infinite alternate;
}
@keyframes wobbling_x04 {
  0% {
    margin-right: 3px;
  }
  100% {
    margin-right: -2px;
  }
}
@keyframes wobbling_y04 {
  0% {
    margin-bottom: -9px;
  }
  100% {
    margin-bottom: 0px;
  }
}

.cloud-animation-right-bottom {
  animation: wobbling_x04 1.3s ease-in-out infinite alternate,
    wobbling_y04 0.9s ease-in-out infinite alternate;
}

@media only screen and (max-width: 768px) {
  .cloud-animation-sp-top-right {
    animation: wobbling_x02 1.3s ease-in-out infinite alternate,
      wobbling_y02 0.9s ease-in-out infinite alternate;
  }
}

.c-scroll-up {
  opacity: 0;
  transform: translateY(50px);
}

@media print {
  .c-scroll-up {
    opacity: 1;
  }
}

.c-scroll-up.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.c-scroll-right {
  opacity: 0;
  transform: translate(200px);
}

@media print {
  .c-scroll-right {
    opacity: 1;
  }
}

.c-scroll-right.is-active {
  transform: translate(0);
  opacity: 1;
  transition: opacity 1s, transform 1.3s;
}

@media only screen and (max-width: 768px) {
  .c-scroll-right.is-active {
    transform: translate(0, -10px);
  }
}

.scroll-inner {
  position: relative;
}

.guests {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 2px solid #ffffff;
}

.guests__title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .guests__title {
    font-size: 14px;
  }
}

.guests__in {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}

@media only screen and (max-width: 768px) {
  .guests__in {
    display: block;
    margin-top: 24px;
  }
}

.guests__picture {
  position: relative;
  width: 263px;
}

@media only screen and (max-width: 768px) {
  .guests__picture {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.guests__name {
  font-size: 59px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: -52px;
  right: 2px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .guests__name {
    font-size: 40px;
    top: -27px;
    right: -33px;
  }
}

.guests__profile {
  width: 469px;
}

@media only screen and (max-width: 768px) {
  .guests__profile {
    width: 100%;
    margin-top: 20px;
  }
}

.guests__profile__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .guests__profile__title {
    font-size: 18px;
  }
}

.guests__profile__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  .guests__profile__text {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: -0.01em;
    line-height: 2;
  }
}

.item-section {
  max-width: 999px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 183px;
}

@media only screen and (max-width: 768px) {
  .item-section {
    margin-top: 65px;
  }
}

.item-section + .item-section {
  margin-top: 97px;
}

@media only screen and (max-width: 768px) {
  .item-section + .item-section {
    margin-top: 70px;
  }
}

.item-section__title {
  font-size: 36px;
  font-weight: bold;
  color: #54c3f1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .item-section__title {
    font-size: 22px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .item-section__title {
    font-size: 22px;
  }
}

.item-section__title span {
  padding-left: 34px;
  padding-right: 34px;
}

@media only screen and (max-width: 768px) {
  .item-section__title span {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.item-section__title .hp-small {
  font-size: 26px;
  padding-right: 0;
  padding-left: 18px;
}

@media only screen and (max-width: 768px) {
  .item-section__title .hp-small {
    font-size: 18px;
    padding-left: 8px;
  }
}

.item-section__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 37px 20px;
}

@media only screen and (max-width: 768px) {
  .item-section__list {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 15px;
  }
}

.item-section__title::before,
.item-section__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #54c3f1;
}

@media only screen and (max-width: 768px) {
  .item-section__title::before,
  .item-section__title::after {
    height: 3px;
  }
}

.item-section__body {
  margin-top: 8px;
}

.item-section__body__bold {
  font-size: 18px;
  font-weight: bold;
  display: block;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 768px) {
  .item-section__body__bold {
    font-size: 14px;
  }
}

.item-section__body__normal {
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .item-section__body__normal {
    font-size: 12px;
  }
}

.item-section__annotation {
  text-align: center;
  line-height: 1.88;
  margin-top: 54px;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .item-section__annotation {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 49px;
    font-size: 14px;
    text-align: left;
  }
}

.item-section__annotation p {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .item-section__annotation p {
    display: flex;
    justify-content: flex-start;
  }
}

.item-section__box {
  font-size: 20px;
  padding: 35px 48px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .item-section__box {
    font-size: 14px;
    padding: 25px;
    width: calc(100% - 36px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 36px;
  }
}

.item-section__box__text {
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .item-section__box__text {
    line-height: 2;
  }
}

.item-section__box__link {
  color: #54c3f1;
  font-weight: bold;
  margin-top: 27px;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .item-section__box__link {
    margin-top: 5px;
  }
}

.item-section__copy {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .item-section__copy {
    margin-top: 40px;
  }
}

.gete-title {
  font-size: 40px;
  color: #54c3f1;
  font-weight: bold;
  text-align: center;
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  .gete-title {
    font-size: 22px;
  }
}

.u-flex {
  display: flex;
}

.caption {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  .caption {
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: -0.01em;
    line-height: 2;
  }
}

.caption a {
  text-decoration: underline;
}

.caption a:hover {
  text-decoration: none;
}

.annnotation-sinnamo {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 0.018em;
}

@media only screen and (max-width: 768px) {
  .annnotation-sinnamo {
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
    line-height: 2.3;
  }
}

.annnotation-sinnamo a {
  text-decoration: underline;
}

.annnotation-sinnamo a:hover {
  text-decoration: none;
}

/* Movie */
#movie {
  position: relative;
  padding-top: 84px;
  padding-bottom: 117px;
  background: rgba(84, 195, 241, 0.15);
}

@media only screen and (max-width: 768px) {
  #movie {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

#movie .main__section__head__ttl {
  color: #54c3f1;
}

#movie .main__section__head__ttl::before {
  background: #54c3f1;
}

#movie .section-box__date {
  font-size: 40px;
  font-weight: bold;
}

#movie .section-box__date span {
  font-size: 40px;
  border: 2px solid #54c3f1;
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (max-width: 768px) {
  #movie .section-box__date {
    font-size: 22px;
    line-height: 1.6;
  }
  #movie .section-box__date span {
    font-size: 22px;
  }
}

#movie .section-box__desc {
  position: relative;
  z-index: 3;
}

#movie .section-box__picture {
  margin-top: 0;
}

#movie .section-box__movie-title {
  font-size: 86px;
  font-weight: bold;
  color: #54c3f1;
  line-height: 1;
  text-align: center;
  margin-bottom: -11px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #movie .section-box__movie-title {
    font-size: 38px;
    margin-bottom: -5px;
    margin-top: 40px;
  }
}

#movie .section-box__movie-title::before,
.section-box__movie-title::after {
  content: "";
  width: 38px;
  height: 61px;
  display: block;
  background-image: url("../image/movie-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 19px;
}

@media only screen and (max-width: 768px) {
  #movie .section-box__movie-title::before,
  .section-box__movie-title::after {
    content: "";
    width: 17px;
    height: 28px;
    margin-top: 8px;
  }
}

#movie .section-box__movie-title::before {
  transform: scaleX(-1);
  margin-right: 28px;
}

#movie .section-box__movie-title::after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  #movie .section-box__movie-title::before {
    margin-right: 14px;
  }

  #movie .section-box__movie-title::after {
    margin-left: 14px;
  }
}

#movie .cloud {
  position: absolute;
  z-index: 2;
}

#movie .cloud.cloud01 {
  width: 280px;
  top: 296px;
  left: -20px;
}

#movie .cloud.cloud02 {
  width: 422px;
  top: 156px;
  right: -68px;
}

#movie .cloud.cloud03 {
  width: 400px;
  bottom: 192px;
  left: -219px;
}

@media only screen and (max-width: 768px) {
  #movie .cloud.cloud03 {
    width: 232px;
    bottom: 298px;
    left: -104px;
  }
}

#movie .cloud.cloud04 {
  width: 279px;
  bottom: 329px;
  right: -68px;
}

@media only screen and (max-width: 768px) {
  #movie .cloud.cloud04 {
    width: 146px;
    top: 48px;
    right: -60px;
  }
}

#movie .section-box__responsive {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#movie .section-box__responsive iframe {
  width: 100%;
  height: 100%;
}
