@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

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

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

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

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 */
}

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

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

/* 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: none;
  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 */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

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

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

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

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 */
}

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

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

/* 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: none;
  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 */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", HGS明朝E, serif;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding-bottom: 120px;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 110px;
}
@media only screen and (max-width: 768px) {
  .header__wrapper {
    display: none;
  }
}
.header__wrapper-js {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  height: 60px;
  margin-bottom: 80px;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .header__wrapper-js {
    display: none;
  }
}
.header__img {
  width: 100%;
  height: auto;
  display: block;
}
.header__img-left {
  width: 24px;
  height: 24px;
  margin-right: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header__img-left {
    margin-right: 15px;
  }
}
.header__img-center {
  width: 340px;
}
.header__img-right {
  max-width: 120px;
  margin: 5px 0 0 5px;
}
.header__content {
  display: flex;
  align-items: center;
}
.header__txt {
  color: #6c6d6e;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.1;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__item {
  font-size: 14px;
  margin: 0 20px;
  font-weight: bold;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
.header__item:first-child {
  margin-left: 0;
}
.header__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 978px) {
  .header__item {
    margin: 0 10px;
  }
}
.header__malaha-txt {
  color: #f65936;
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .header__malaha-txt {
    font-size: 10px;
  }
}
.header__industry-txt {
  color: rgb(132, 132, 132);
  font-weight: bold;
  font-size: 14px;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
.header__container {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    border: #ccc 1px solid;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }
}
.header__rp {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 300px) {
  .header__rp {
    margin-right: 10px;
  }
}
.header__img-rp {
  width: 150px;
}
.header__img-rp:hover {
  color: #ccc;
  transition: 0.2s;
  cursor: pointer;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
  width: 70%;
  z-index: 1;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.main-top {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 978px) {
  .main-top {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  .main-top {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-left: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .main-top {
    flex-direction: column;
    margin-left: 16px;
  }
}
.main-top__ttl {
  font-size: 188px;
  line-height: 85%;
  letter-spacing: -0.19em;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 978px) {
  .main-top__ttl {
    font-size: 13.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .main-top__ttl {
    font-size: 13.4vw;
    position: relative;
  }
}
.main-top__txt {
  font-size: 1.5625rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
  z-index: 1;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .main-top__txt {
    margin: 40px 0 80px;
    font-size: 0.875rem;
  }
}

.rotate {
  margin-top: -50px;
}
.rotate__inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .rotate__inner {
    display: block;
    position: relative;
  }
}
.rotate__img-wrapper {
  width: 70%;
  max-width: 1200px;
}
@media only screen and (max-width: 900px) {
  .rotate__img-wrapper {
    width: 100%;
  }
}
.rotate__img {
  width: 100%;
  display: block;
}
.rotate__txt {
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 900px) {
  .rotate__txt {
    writing-mode: horizontal-tb;
    margin-top: 40px;
    margin-left: 25px;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .rotate__txt {
    font-size: 0.875rem;
  }
}
.rotate__txt-mq {
  display: none;
}
@media only screen and (max-width: 768px) {
  .rotate__txt-mq {
    display: block;
  }
}
.rotate__content {
  margin: 0 auto;
}
.rotate__logo {
  text-align: center;
  background-image: url(../../images/agmfn-ehwa5.png);
  background-position: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .rotate__logo {
    position: absolute;
    top: -5%;
    right: 5%;
    transform: translate(-5%, -5%);
    margin-bottom: 0px;
  }
}

.backglay {
  background-color: #F9F6F5;
}
@media only screen and (max-width: 900px) {
  .backglay {
    padding: 0 16px;
  }
}
.backglay__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .backglay__inner {
    padding-top: 40px;
  }
}
.backglay__block-txt {
  font-size: 82px;
  line-height: 82px;
  font-family: neue-haas-grotesk-display, sans-serif;
}
@media only screen and (max-width: 768px) {
  .backglay__block-txt {
    font-size: 42px;
    line-height: 42px;
  }
}
.backglay__block-caution {
  color: #f65936;
}
.backglay__center-txt {
  text-align: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.33px;
  font-weight: bold;
  margin-bottom: 48px;
}
.backglay__block {
  margin: 96px 0;
}
@media only screen and (max-width: 978px) {
  .backglay__block {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .backglay__block {
    margin: 48px 0;
  }
}

.media {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 978px) {
  .media {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 900px) {
  .media {
    display: block;
  }
}
.media__img-wrapper {
  margin-right: 7.62711864%;
  margin-top: -550px;
  position: relative;
}
@media only screen and (max-width: 978px) {
  .media__img-wrapper {
    margin-top: -800px;
  }
}
@media only screen and (max-width: 900px) {
  .media__img-wrapper {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.media__img {
  max-width: 550px;
  display: block;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .media__img {
    max-width: 100%;
  }
}
.media__ttl {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese";
}
@media only screen and (max-width: 900px) {
  .media__ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.media__txt {
  margin-bottom: 1.5rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese";
}
@media only screen and (max-width: 900px) {
  .media__txt {
    line-height: 32px;
    font-size: 1rem;
  }
}
.media__link {
  color: #f65936;
  font-size: 0.75rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese";
  margin-bottom: 96px;
}
@media only screen and (max-width: 900px) {
  .media__link {
    font-size: 13pxs;
  }
}
@media only screen and (max-width: 768px) {
  .media__link {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .media__txt-none {
    display: none;
  }
}
.media .arrow {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  color: #f65936;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.media .arrow::before,
.media .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.media .sample5-3::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #F7947D;
}
.media .sample5-3::after {
  right: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.about {
  width: 100%;
  overflow-x: hidden !important;
}
.about__box {
  margin-right: 30px;
  max-width: 350px;
  min-height: 550px;
  background-image: url(../../images/about_bg01.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  z-index: 1;
}
.about__box:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .about__box {
    padding: 10px 20px;
  }
}
.about__box:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  border-radius: 10px;
}
.about__box:hover .about__sub-txt {
  display: block;
}
.about__box:hover .arrow2 {
  background: rgb(255, 255, 255);
  color: #000;
  transition: 0.5s;
}
.about__box:hover.sample5-6::before {
  background: #f65936;
}
.about__box:hover.sample5-6::after {
  color: #fff;
}
.about__box:nth-child(2) {
  background-image: url(../../images/about_bg02.jpg);
}
.about__box:nth-child(3) {
  background-image: url(../../images/about_bg03.jpg);
}
@media only screen and (max-width: 768px) {
  .about__box {
    min-width: 280px;
    min-height: 380px;
    margin-right: 16px;
    width: 200px;
  }
}
.about__ttl {
  color: #fff;
  font-size: 1.625rem;
  margin-bottom: 20px;
  line-height: 39px;
  letter-spacing: -0.52px;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .about__ttl {
    font-size: 20px;
    line-height: 24px;
  }
}
.about__txt {
  color: #fff;
  border: #fff 1px solid;
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.75rem;
  border-radius: 30px;
  font-weight: bold;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
.about__sub-txt {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 24px;
  display: none;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
.about__small {
  color: #fff;
  font-size: 0.625rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
.about__foot {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 35px;
}

.arrow2 {
  position: relative;
  display: inline-block;
  padding: 10px 45px 10px 20px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow2::before,
.arrow2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-6::before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #f65936;
  border-radius: 50%;
}

.sample5-6::after {
  right: 21px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #f65936;
  border-right: 1px solid #f65936;
  transform: rotate(45deg);
}

.latest__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.latest__ttl {
  border-top: 2px solid #000;
  padding: 10px 0 40px;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 978px) {
  .latest__ttl {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.traveler {
  display: flex;
  margin: 44px 0 12px;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
@media only screen and (max-width: 978px) {
  .traveler {
    align-items: center;
    margin: 0 0 31px 0;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 300px) {
  .traveler {
    flex-direction: column;
    align-items: initial;
  }
}
.traveler__inner {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .traveler__inner {
    display: block;
  }
}
@media only screen and (max-width: 300px) {
  .traveler__inner {
    margin-bottom: 20px;
  }
}
.traveler__link {
  color: #f65936;
  font-size: 0.75rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese";
}
.traveler__ttl {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .traveler__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .traveler__txt {
    font-size: 11px;
  }
}

.card__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .card__img {
    border-radius: 0;
  }
}
.card__img-wrapper {
  margin-bottom: 20px;
}
.card__img-wrapper:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.card__latest {
  width: 48.7288136%;
}
@media only screen and (max-width: 768px) {
  .card__latest {
    width: 100%;
  }
}
.card__latest-body {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .card__latest-body {
    display: block;
    margin-bottom: 20px;
  }
}
.card__date {
  margin-left: 5.2173913%;
}
@media only screen and (max-width: 768px) {
  .card__date {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card__ttl {
  line-height: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .card__ttl {
    font-size: 14px;
  }
}
.card__label {
  font-size: 12px;
}
.card__time {
  font-size: 12px;
}
.card__lv3 {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .card__lv3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 27px;
  }
}
.card__sub-txt {
  font-size: 13px;
  line-height: 19px;
}
.card__latest-label {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .card__latest-label {
    padding-left: 16px;
  }
}

.cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media only screen and (max-width: 978px) {
  .cards {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .cards {
    display: block;
  }
}
.cards__reverse {
  flex-direction: row-reverse;
}
.cards__block {
  display: flex;
  width: 48.7288136%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .cards__block {
    width: 100%;
  }
}
.cards__item {
  display: flex;
}
.cards__item:nth-child(1) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .cards__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cards__item-center {
  align-items: center;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .cards__item-center {
    margin-top: 0;
  }
}
.cards__block-img {
  height: 195px;
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .cards__block-img {
    height: 150px;
  }
}
.cards__inner {
  flex-basis: 100%;
}
.cards__inner:nth-child(1), .cards__inner:nth-child(3) {
  margin-right: 5.2173913%;
}

.featured {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.featured__inner {
  max-width: 1180px;
  width: 100%;
  margin: auto;
}
.featured__img-wrapper {
  width: 468px;
}
.featured__bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90%;
}
.featured__container {
  overflow: hidden;
}
.featured__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.featured__position {
  margin-top: 15%;
}
.featured__ttl {
  margin-top: 48px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 24px;
}
.featured__sub-ttl {
  color: #fff;
  font-size: 28px;
}
.featured__txt {
  margin: 28px 0 32px;
  color: #fff;
  font-size: 14px;
  line-height: 24.5px;
}

.slider {
  position: relative;
}
.slider:hover .featured__img {
  background-color: rgba(0, 0, 0, 0.9);
}
.slider__img-wrapper {
  position: relative;
}
.slider__img-wrapper::before {
  background: rgba(0, 0, 0, 0.4); /* マスクの色(黒の50%) */
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease; /* ゆっくりopacityのみへ変化させる */
  z-index: 1;
  width: 100%;
  border-radius: 10px;
}
.slider__img-wrapper:hover::before {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
  border-radius: 10px;
}
.slider__img-wrapper:hover .slider__txt {
  color: #CA4B2F;
  z-index: 1;
}
.slider__txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 300px) {
  .slider__txt {
    font-size: 10px;
    bottom: 10px;
  }
}

.slick-slider {
  margin-right: 30px;
}

.slider .slick-list {
  padding: 0 20% 0 0 !important;
}

@media screen and (max-width: 640px) {
  .slider {
    width: 100%;
  }
}
.communities {
  padding: 96px 0;
  margin-top: 48px;
  background-color: #F9F6F5;
}
.communities__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
.communities__ttl {
  font-size: 24px;
  border-top: 2px solid #000;
  padding-top: 10px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .communities__ttl {
    font-size: 21px;
  }
}
.communities__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 64px 0 24px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.communities__sub-ttl {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .communities__sub-ttl {
    font-size: 18px;
  }
}
.communities__link {
  color: #f65936;
  font-size: 0.75rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese";
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .communities-slider,
  .communities-slider2 {
    display: none;
  }
}
.communities-slider__item,
.communities-slider2__item {
  width: 170px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  padding: 15px;
}
.communities-slider__img-wrap,
.communities-slider2__img-wrap {
  position: relative;
  padding-top: 60%;
}
.communities-slider__img,
.communities-slider2__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.communities-slider__txt,
.communities-slider2__txt {
  font-size: 11px;
  padding: 50px 0px 10px;
}

.communities-slider-sp,
.communities-slider-sp2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .communities-slider-sp,
  .communities-slider-sp2 {
    display: block;
  }
}
.communities-slider-sp__item,
.communities-slider-sp2__item {
  width: 144px;
  margin: 10px;
}

.movies__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
.movies__ttl {
  font-size: 24px;
  border-top: 2px solid #000;
  padding-top: 10px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .movies__ttl {
    font-size: 21px;
  }
}
.movies__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 64px 0 24px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.movies__sub-ttl {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .movies__sub-ttl {
    font-size: 18px;
  }
}
.movies__link {
  color: #f65936;
  font-size: 0.75rem;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese";
  font-weight: bold;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  z-index: 1;
}

.arrow::before,
.arrow::after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.sample4-5::before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #f65936;
  border-radius: 50%;
}

.sample4-5::after {
  right: 33px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #f65936;
  bottom: 30px;
}

.bg-movie {
  background-color: #303133;
}
.bg-movie__img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-movie__flex {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .bg-movie__flex {
    flex-wrap: wrap;
    margin: 30px 20px 0;
    padding: 30px 0;
  }
}
.bg-movie__flex-img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-movie__flex-img-wrapper {
  position: relative;
  flex: 0 1 24.3644068%;
  margin-right: 2.54237288%;
}
.bg-movie__flex-img-wrapper::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.6s ease;
  opacity: 0;
  z-index: 1;
}
.bg-movie__flex-img-wrapper:hover::before {
  opacity: 1;
}
.bg-movie__flex-img-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .bg-movie__flex-img-wrapper {
    flex: 0 1 47.3644068%;
  }
  .bg-movie__flex-img-wrapper:nth-child(even) {
    margin-right: 0;
  }
  .bg-movie__flex-img-wrapper:nth-child(1), .bg-movie__flex-img-wrapper:nth-child(2) {
    margin-bottom: 20px;
  }
}

.footer {
  background-color: #202124;
}
.footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
.footer__container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 112px;
}
@media only screen and (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    padding-top: 60px;
  }
}
.footer__content {
  flex: 0 1 24.3644068%;
  margin-right: 2.54237288%;
}
.footer__content:last-child {
  margin-right: 0;
}
.footer__content-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .footer__content-ttl {
    font-size: 17px;
    margin-right: 10px;
  }
}
.footer__content-txt {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .footer__content-txt {
    font-size: 12px;
  }
}
.footer__block-txt {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-family: YakuHanJP, "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans Japanese", sans-serif;
}
.footer__content-head, .footer__content-body {
  margin-bottom: 48px;
  transition: 3s all linear;
}
.footer__content-head:hover .footer__content-ttl, .footer__content-head:hover .footer__content-txt, .footer__content-body:hover .footer__content-ttl, .footer__content-body:hover .footer__content-txt {
  color: #C04B31;
}
@media only screen and (max-width: 768px) {
  .footer__content-head, .footer__content-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.footer__content-foot {
  transition: 3s all linear;
}
.footer__content-foot:hover .footer__content-ttl, .footer__content-foot:hover .footer__content-txt {
  color: #C04B31;
}
@media only screen and (max-width: 768px) {
  .footer__content-foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.footer__block {
  margin-bottom: 20px;
}
.footer__block:last-child {
  margin-bottom: 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-top: #fff 1px solid;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    padding-top: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__bottom-left {
    margin-bottom: 15px;
  }
}
.footer__bottom-left-txt {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .footer__bottom-left-txt {
    text-align: center;
  }
}
.footer__bottom-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__bottom-center {
    margin-bottom: 20px;
  }
}
.footer__bottom-center-txt {
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  .footer__bottom-center-txt {
    display: none;
  }
}
.footer__bottom-center-img {
  max-width: 100%;
  display: block;
  margin-bottom: 30px;
}
.footer__menu {
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .footer__menu {
    margin-bottom: 50px;
  }
}
.footer__menu-item {
  margin-right: 20px;
}
.footer__menu-item:last-child {
  margin-right: 0;
}
.footer__bottom-center-txt-rp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer__bottom-center-txt-rp {
    display: block;
  }
}
.footer__position {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer__position {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    height: 60px;
    line-height: 70px;
    z-index: 1;
  }
}
.footer__position-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer__position-menu {
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
  }
}
.footer__position-item {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer__position-item {
    width: 149px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: relative;
  }
}
.footer__position-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer__position-img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}

.hamburger {
  max-width: 510px;
  width: 100%;
  background-color: #202124;
  position: fixed;
  top: 0;
  transition: all 0.3s linear;
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 100;
  transform: translateX(-100vw);
}
@media only screen and (max-width: 900px) {
  .hamburger {
    max-width: 80%;
  }
}
.hamburger__search {
  background-color: #3B3C3F;
  max-width: 413px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.hamburger__search input[type=text] {
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}
@media only screen and (max-width: 300px) {
  .hamburger__search input[type=text] {
    font-size: 1px;
    margin-left: 0;
  }
}
.hamburger__flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}
.hamburger__flex::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 10px solid #c4c4c4;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__flex.open::before {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c4c4c4;
  width: 0px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__flex:last-child::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hamburger__flex {
    flex-direction: column;
    align-items: initial;
    margin-bottom: 10px;
  }
}
.hamburger__position {
  position: relative;
  cursor: pointer;
}
.hamburger__position::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 10px solid #c4c4c4;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__position.open::before {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c4c4c4;
  width: 0px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__flex-mb {
  margin-bottom: 0;
}
.hamburger__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 40px;
}
.hamburger__img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .hamburger__img {
    max-width: 200px;
    width: 200px;
    height: auto;
  }
}
@media only screen and (max-width: 300px) {
  .hamburger__img {
    max-width: 150px;
  }
}
.hamburger__img-wrapper:first-child {
  margin-bottom: 10px;
}
.hamburger__img-sm {
  max-width: 140px;
}
.hamburger__txt {
  font-size: 12px;
  color: #c2c4c7;
}
@media only screen and (max-width: 768px) {
  .hamburger__txt {
    display: none;
  }
}
.hamburger__ttl {
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .hamburger__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 300px) {
  .hamburger__ttl {
    font-size: 14px;
  }
}
.hamburger__sub-txt {
  font-size: 12px;
  color: #c2c4c7;
}
@media only screen and (max-width: 768px) {
  .hamburger__sub-txt {
    font-size: 10px;
    display: block;
  }
}
.hamburger__link {
  font-size: 13px;
  color: #c2c4c7;
}
.hamburger__item-txt {
  font-size: 13px;
  color: #c2c4c7;
  margin-bottom: 20px;
}
.hamburger__item-txt:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hamburger__item-txt {
    font-size: 10px;
  }
}
.hamburger__item-inner {
  padding: 10px 0;
}
.hamburger__triangle {
  border-top: 10px solid #c4c4c4;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__triangle-right {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c4c4c4;
  width: 0px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.is-active {
  transform: translateX(0);
}

.batsu {
  display: block;
  position: fixed;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
}
.batsu__block {
  position: absolute;
  top: 0;
  left: 520px;
  display: none;
  animation: fadeIn 1s linear;
}
@media only screen and (max-width: 900px) {
  .batsu__block {
    left: 80%;
    z-index: 3;
  }
}

.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.batsu-jq {
  display: block;
}

.jq-none {
  display: none;
}

.jq-db {
  display: block;
}/*# sourceMappingURL=main.css.map */