@charset "UTF-8";
/* =============================================
  00: Reset
  01: Fonts
  02: Common
  03: Header
  04: Contents
  05: Footer
  06: Module
  07: Project
  08: Print
=============================================== */
/* ---------------------------------------------
	00: Reset
--------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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 */
  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 */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

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

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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button {
  appearance: none;
}

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------------------------
	Common style
--------------------------------------------- */
/* text color
--------------------------------------------- */
/* float
--------------------------------------------- */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

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

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

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

@media screen and (max-width: 767px) {
  .sp-center {
    text-align: center;
  }
}

/* font size
--------------------------------------------- */
.font-s {
  font-size: .75em !important;
}

.font-m {
  font-size: .875em !important;
}

.font-l {
  font-size: 1.125em !important;
}

.font-ll {
  font-size: 1.25em !important;
}

@media screen and (max-width: 767px) {
  .font-m.sp-none {
    font-size: 1em !important;
  }
}

/* margin & padding
--------------------------------------------- */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .pb150 {
    padding-bottom: 90px !important;
  }
  .sp-pt90 {
    padding-top: 90px !important;
  }
  .sp-pt100 {
    padding-top: 100px !important;
  }
  .sp-pb50 {
    padding-bottom: 50px !important;
  }
  .sp-pb90 {
    padding-bottom: 90px !important;
  }
}

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

.sp-only,
.se-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only,
  .se-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}

/* link
--------------------------------------------- */
a {
  color: #333;
  transition: .3s;
  text-decoration: none;
}

/* ---------------------------------------------
	00: Reset
--------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.75;
  text-size-adjust: 100%;
}

button,
input,
select {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}

/* IEにメイリオを指定（下余白対策） */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* ==========================================
/* Header
============================================= */
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 50px;
  background: transparent;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
}

.l-header__inner {
  display: block;
  width: 100%;
  padding-right: 50px;
}

.l-header .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
}

.l-header .logo a {
  display: block;
  width: 100%;
}

.l-header .logo a img {
  display: block;
  background: #fff;
}

.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  background: #fff;
}

.l-header.is-fixed .logo {
  width: 100px;
  height: 100px;
}

.l-nav {
  width: calc(100% - 180px);
  margin-left: auto;
}

.l-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-nav__item {
  margin-left: 43px;
}

.l-nav__item a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  font-weight: bold;
  letter-spacing: .04em;
}

.l-nav__item a::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
  transform-origin: right bottom;
  transform: scale(0);
  content: "";
}

.l-nav__item a:hover::before {
  transform-origin: left bottom;
  transform: scale(1);
}

/* ハンバーガーメニュー SP用
----------------------- */
.l-header .btn-hamburger {
  display: none;
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  .l-header .l-nav__item {
    margin-left: 4%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
  }
  .l-header .logo {
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
  }
  .l-header.is-fixed {
    background: transparent;
  }
  .l-header.is-fixed .logo {
    width: 90px;
    height: 90px;
  }
  .l-header {
    /*  ハンバーガー */
  }
  .l-header .l-nav {
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 160px;
    background: #fff;
    opacity: 0;
    overflow-y: scroll;
  }
  .l-header .l-nav__list {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 50px);
    margin: 0 auto 40px;
  }
  .l-header .l-nav__item {
    margin-left: 0;
    font-size: 2.4rem;
  }
  .l-header .l-nav__item a {
    height: 60px;
    font-weight: 500;
  }
  .l-header .l-nav__item a::before {
    display: none;
  }
  .l-header .utility {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px dotted #363a40;
    border-bottom: 1px dotted #363a40;
  }
  .l-header .utility__item {
    font-size: 1.4rem;
  }
  .l-header .utility__item:nth-child(1) {
    margin-bottom: 10px;
  }
  .l-header .l-nav.is-open {
    display: block;
    opacity: 1;
  }
  .l-header .l-nav.is-open .l-nav__item:nth-child(1) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  }
  .l-header .l-nav.is-open .l-nav__item:nth-child(2) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s both;
  }
  .l-header .l-nav.is-open .l-nav__item:nth-child(3) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s both;
  }
  .l-header .l-nav.is-open .l-nav__item:nth-child(4) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s both;
  }
  .l-header .l-nav.is-open .l-nav__item:nth-child(5) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s both;
  }
  .l-header .l-nav.is-open .utility__item:nth-child(1) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s both;
  }
  .l-header .l-nav.is-open .utility__item:nth-child(2) {
    animation: navItem 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s both;
  }
  @keyframes navItem {
    0% {
      transform: translateY(20px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .l-header .btn-hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #e62e8b;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    letter-spacing: .08em;
  }
  .l-header .btn-hamburger .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 10px;
    margin: 10px auto 5px;
  }
  .l-header .btn-hamburger .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .l-header .btn-hamburger.is-open .line:nth-of-type(1) {
    transform: translate(0px, 1px) rotate(45deg);
  }
  .l-header .btn-hamburger.is-open .line:nth-of-type(2) {
    transform: translate(0px, -8px) rotate(-45deg);
  }
  .l-header .btn-hamburger.is-open p {
    display: none;
  }
}

/* ==========================================
/* Contents
============================================= */
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

/* basic layout
------------------------- */
.l-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main {
  position: relative;
}

/* ==========================================
/* Footer
============================================= */
/* footer
--------------------------------------------- */

.main:has(.photos) + .l-footer {
  margin-top: 0;
}

.l-footer {
  position: relative;
  width: 100%;
  margin-top: 180px;
  background: #ededed;
}
.l-footer::before {
  display: block;
  content: "";
  position: absolute;
  top: -405px;
  left: 0;
  width: 418px;
  height: 156px;
  background: url(../images/plane.png) no-repeat top center;
  background-size: contain;
}

.l-footer__inner {
  position: relative;
  width: 100%;
  max-width: calc(960px + 30px);
  margin: 0 auto;
  padding: 60px 15px;
}

.l-footer .footer-wrap {
  display: flex;
  align-items: flex-end;
}

.l-footer .footer-address {
  width: 50%;
  margin-bottom: 2px;
}

.l-footer .footer-address .title {
  font-size: 1.5rem;
  font-weight: 600;
}

.l-footer .footer-address .address,
.l-footer .footer-address .tel {
  font-size: 1.3rem;
}

.l-footer .footer-nav {
  display: flex;
  align-items: center;
  width: 50%;
}

.l-footer .footer-nav__list {
  display: flex;
}

.l-footer .footer-nav__item {
  margin-right: 25px;
}

.l-footer .footer-nav__item a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  overflow: hidden;
}

.l-footer .footer-nav__item a:hover::before {
  width: 100%;
}

.l-footer .sns-nav__list {
  display: flex;
  margin-left: 10px;
}

.l-footer .sns-nav__item {
  margin: 0 10px;
}

.l-footer .sns-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.l-footer .sns-nav__item.twitter a {
  background: #1c9bec;
}

.l-footer .sns-nav__item.twitter a img {
  /* width: 28px;
  height: 18px; */
  width: 25px;
  height: 25px;
}

.l-footer .sns-nav__item.line a {
  background: #43b706;
}

.l-footer .sns-nav__item.line a img {
  width: 28px;
  height: 26px;
}

.l-footer .pagetop {
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  height: 90px;
  background: url("../images/bg-pagetop.png") no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
  cursor: pointer;
}

.l-footer .pagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 28px 16px;
  border-color: transparent transparent #fff transparent;
  transform: translate(-50%, -50%);
  content: "";
}

.l-footer small {
  font-size: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .l-footer .pagetop {
    top: auto;
    bottom: 0;
    width: 70px;
    height: 70px;
    transform: translateY(0);
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {

  .l-footer {
    margin-top: 100px;
  }
  .l-footer::before {
    top: -182px;
    left: -20px;
    width: 156px;
    height: 57px;
  }
  .l-footer__inner {
    padding: 45px 15px 90px;
  }
  .l-footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer .footer-address {
    width: 100%;
    order: 1;
  }
  .l-footer .footer-address .title {
    font-size: 1.35rem;
  }
  .l-footer .footer-address .address {
    font-size: 1.1rem;
  }
  .l-footer .footer-address .tel {
    font-size: 1.1rem;
  }
  .l-footer .footer-nav {
    width: 100%;
    margin-bottom: 30px;
    order: 0;
  }
  .l-footer .footer-nav__list {
    display: none;
  }
  .l-footer .sns-nav__list {
    margin: 0 auto;
  }
  .l-footer .sns-nav__item {
    margin: 0;
  }
  .l-footer .sns-nav__item:nth-child(2) {
    margin-left: 40px;
  }
  .l-footer .pagetop {
    top: auto;
    bottom: 0;
    width: 68px;
    height: 68px;
    transform: translate(0, 0);
  }
  .l-footer .pagetop::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 22px 12px;
    border-color: transparent transparent #fff transparent;
  }
  .l-footer small {
    font-size: 1rem;
  }
}

/* form
--------------------------------------------- */
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #e0e0e0;
}

/* ==========================================
/* Project style
============================================= */
/* ----- gradation ----- */
.top-gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 1.35);
  max-height: 1065px;
  background: #c59ed3;
  background: linear-gradient(130deg, #c59ed3 15%, #e986a0 45%, #e7d76d 70%, #f4f268 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
  opacity: 0.7;
  z-index: -1;
}

.middle-gradation {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1300px;
  background: #d3dbe3;
  background: linear-gradient(130deg, #d3dbe3 18%, #f5bcb9 50%, #f0d6ab 90%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
  opacity: 0.7;
  z-index: -1;
}

/* ---------------------------------------------
	top kv
--------------------------------------------- */
.top-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 820px;
  min-height: 720px;
  padding-top: 100px;
}

.top-kv::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1065px;
  background: url(../images/bg-gradation01.png) no-repeat right bottom;
  background-size: cover;
  content: "";
}

.top-kv__img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.top-kv .tile-img {
  display: block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}

.top-kv .tile-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 90px);
  height: 100%;
  transform: translateX(90px);
}

.top-kv .tile-img-2 {
  top: 0;
  left: 50%;
  width: 16.66%;
  height: 33.33%;
}

.top-kv .tile-img-3 {
  top: 33.33%;
  left: 50%;
  width: 16.66%;
  height: 33.33%;
}

.top-kv .tile-img-4 {
  top: 0;
  left: 66.66%;
  width: 33.33%;
  height: 66.66%;
}

.top-kv .tile-img-5 {
  bottom: 0;
  left: 50%;
  width: 33.33%;
  height: 33.33%;
  background-position: top center;
}

.top-kv .tile-img-6 {
  left: 83.33%;
  bottom: 0;
  width: 16.66%;
  height: 33.33%;
  background-position: center center;
}

.top-kv__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
  width: calc(100% - 90px);
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
}

.top-kv__title {
  position: absolute;
  left: 30px;
  bottom: 50px;
  color: #fff;
  opacity: 0;
}

.top-kv__title .title-sub {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}

.top-kv__title .title-sub .font-en {
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  font-weight: 600;
}

.top-kv__title .title-main {
  display: block;
  font-size: 4rem;
  line-height: 1.57;
}

.top-kv__title .title-date {
  display: flex;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.57;
}

.top-kv__title .title-date .icon-arrow {
  width: 19px;
  height: 14px;
  margin: 0 5px;
}

.top-kv__title .lead {
  display: block;
  margin-top: 10px;
  color: #FFD723;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.188;
}

.top-kv__title .lead span {
  color: #ee3696;
}

.top-kv.is-show .tile-img-1 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}

.top-kv.is-show .tile-img-2 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}

.top-kv.is-show .tile-img-3 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}

.top-kv.is-show .tile-img-4 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s forwards;
}

.top-kv.is-show .tile-img-5 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}

.top-kv.is-show .tile-img-6 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s forwards;
}

.top-kv.is-show .tile-img-7 {
  animation: kvAnimation 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s forwards;
}

.top-kv.is-show .top-kv__title {
  animation: kvAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes kvAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ---------------------------------------------
	common setting
--------------------------------------------- */
.content-wrap {
  width: 100%;
  max-width: calc(1340px + 100px);
  margin: 0 auto;
  padding: 0 50px;
}

.content-wrap-narrow {
  width: 100%;
  max-width: calc(1260px + 180px);
  margin: 0 auto;
  padding: 0 90px;
}

/* ----- heading ----- */
.top-heading {
  margin-bottom: 55px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.07;
}

.top-heading span {
  display: block;
  margin-bottom: 5px;
}

/* ボタン */
.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 146px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-weight: bold;
  transition: none;
  z-index: 1;
}

.btn-link::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: url(../images/bg-btn.png) no-repeat center;
  background-size: cover;
  content: "";
  z-index: -1;
}

.btn-link span {
  position: relative;
}

.btn-link span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 17px;
  height: 12px;
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  backface-visibility: hidden;
  content: "";
}

.btn-link:hover span::after {
  right: -33px;
}

.btn-link.long {
  width: 248px;
  height: 60px;
  border-radius: 50px;
}

.btn-link.long::before {
  background: url(../images/bg-btn-long.png) no-repeat center;
  background-size: cover;
}

.btn-link.long span::after {
  right: -40px;
}

.btn-link.long:hover span::after {
  right: -43px;
}

.btn-link.center {
  margin: 60px auto 0;
}

.btn-link.apply {
  background: #e62e8b;
}

.btn-link.apply::before {
  background: url(../images/bg-btn_pink.png) no-repeat center;
  background-size: contain;
}

.btn-link.apply span::after {
  width: 15px;
  height: 12px;
  background: url(../images/icon-arrow02.svg) no-repeat center;
  background-size: contain;
}

.btn-link.live {
  background: #5551b6;
}

.btn-link.live::before {
  background: url(../images/bg-btn-purple.png) no-repeat center;
  background-size: contain;
}

.btn-link.live span::after {
  display: none;
}

/* 1209_新規追加 */
.btn-link.apply2 {
  background: #e62e8b;
}

.btn-link.apply2::before {
  background: url(../images/bg-btn_pink.png) no-repeat center;
  background-size: contain;
}

.btn-link.apply2 span::after {
  width: 15px;
  height: 12px;
  background: url(../images/bg-btn_pink.png) no-repeat center;
  background-size: contain;
}

.new_line {
  width: 100%;
  margin: 45px auto 20px auto;
  text-align: left;
  font-weight: bold;
}

.btn-link.live {
  background: #5551b6;
}

.btn-link.live::before {
  background: url(../images/bg-btn-purple.png) no-repeat center;
  background-size: contain;
}

.btn-link.live span::after {
  display: none;
}

/* ----- テキストリンク ----- */
.text-link {
  position: relative;
  color: #0099ff;
  cursor: pointer;
}

.text-link::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #0099ff;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left bottom;
  transform: scale(1);
  content: "";
}

.text-link:hover::before {
  transform-origin: right bottom;
  transform: scale(0);
}

/* ----- カラム  ----- */
.col-set {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  overflow: hidden;
}

.col-set.-col3 .panel-video,
.col-set.-col3 .panel {
  /* width: calc(33.3333% - 50px); */
  width: calc(33.3333% - min(50px, 3.42vw));
  margin-right: min(50px, 3.42vw);
  background: #fff;
}

.col-set.-col3 .panel[data-color="pink"] {
  background: #f3b7c9;
}


.panel-video__video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.panel-video__video .modal-video,
.panel-video__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-video__video .modal-video .img {
  width: 100%;
  background-size: cover;
}

.panel-video__body {
  position: relative;
  padding: 20px 30px 30px;
}

.panel-video__body .title {
  margin-bottom: 2px;
  font-size: 1.8rem;
  font-weight: 500;
}

.panel-video__body .title a {
  /* display: block; */
  position: relative;
  transition: opacity .3s;
}
/* .panel-video__body .title a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
} */

.panel-video__body .title a:hover {
  opacity: .8;
}

.panel-video__body .text {
  font-size: 1.4rem;
}

.panel-video__body .text-link {
  font-size: 1.4rem;
}

.panel__body {
  padding: 20px 20px 25px;
}

.panel__body .title {
  margin-bottom: 2px;
  font-size: 1.8rem;
  font-weight: 500;
}

.panel__body .text {
  font-size: 1.4rem;
}

/* --------------------------------------
	pickup
--------------------------------------- */
.top-pickup {
  margin: 72px 0 0 0;
}

.top-pickup .top-heading {
  text-align: center;
}

.top-pickup .top-heading img {
  display: block;
  width: 422px;
  height: auto;
  margin: 0 auto;
}

/* --------------------------------------
	time table
--------------------------------------- */
.top-timetable {
  position: relative;
  margin-top: 100px;
}

.top-timetable::before {
  display: block;
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 700px;
  background: #c9dde6;
  background: linear-gradient(120deg, #c9dde6 18%, #f6cdf3 50%, #d0caee 84%);
  transform: skewY(18deg);
  content: "";
  z-index: -1;
}
.top-timetable .top-heading {
  position: relative;
  z-index: 1;
}

/* .top-timetable .top-heading::before {
  display: block;
  content: "";
  position: absolute;
  top: -63px;
  left: -73px;
  z-index: -1;
  width: 786px;
  height: 370px;
  background: url(../images/time-table-bg_pc.png) no-repeat top center;
  background-size: contain;
} */
.top-timetable .top-heading img {
  width: 267px;
  height: 157px;
}

.timetable-list {
  width: 100%;
}
.timetable-list > p {
  margin-bottom: 20px;
}
.timetable-list__item {
  display: flex;
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.timetable-list__item + .timetable-list__item {
  border-top: none;
}

.timetable-list .date-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 220px;
  min-height: 240px;
  padding: 40px 15px 30px;
  border-right: 1px solid #e7e7e7;
  z-index: 1;
}

.timetable-list .date-col .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 64px;
  height: 64px;
  background: #fff;
  color: #e4a800;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.timetable-list .date-col .icon::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #e4a800;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}

.timetable-list .date-col .icon .day {
  font-size: 1.4rem;
}

.timetable-list .date-col .date {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.29;
}

/* 2022 変更 */
.timetable-list .date-col .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.timetable-list .date-col .time::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -38px;
  width: 31px;
  height: 31px;
  background-image: url(../images/timetable/icon_time.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 31px;
  /* content: ""; */
}

.timetable-list .date-col .time + .time {
  margin-top: 15px;
}

.timetable-list .date-col .time .tilde {
  display: inline-block;
  width: 21px;
  height: 8px;
  margin: 10px 0 8px;
  background-image: url(../images/timetable/icon_tilde.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(90deg);
  content: "";
}

.timetable-list .date-col .timenote {
  margin-top: 5px;
  font-size: 14px;
}

.timetable-list .date-col .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.timetable-list .date-col .location__pin {
  padding: 2px 5px 4px 26px;
  width: 186px;
  color: #fff;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5;
  border-radius: 8px;
  background-image: url(../images/timetable/icon_pin.png);
  background-size: 13px 17px;
  background-position: 15px 50%;
  text-align: center;
}
.timetable-list .date-col .location__pin.academy {
  background-color: #39a2dc;
}
.timetable-list .date-col .location__pin.liberty {
  background-color: #ec7792;
}
.timetable-list .date-col .location__pin.global {
  background-color: #34b597;
}

.timetable-list .date-col .location__name {
  margin-top: 3px;
  color: #9f9f9f;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.timetable-list .date-col .location__note {
  position: relative;
  margin-top: 3px;
  padding-left: 1em;
  text-indent: -1em;
  color: #9f9f9f;
  font-size: 1.4rem;
  font-weight: 500;
}
/* 2022変更 ここまで */


.timetable-list .content-col {
  display: flex;
  align-items: center;
  width: calc(100% - 420px);
  padding: 35px 30px;
  border-right: 1px solid #e7e7e7;
}

.timetable-list .content-col .text-content {
  width: calc(100% - 240px);
  padding-right: 60px;
}

.timetable-list .content-col .label {
  display: table;
  margin-bottom: 5px;
  min-width: 84px;
  padding: 6px 14px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.timetable-list .content-col .label.zoom {
  background: #a2cee2;
}

.timetable-list .content-col .label.live {
  background: #b991db;
}

.timetable-list .content-col .label.event {
  background: #ef8daa;
}

.timetable-list .content-col .title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.timetable-list .content-col .text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

.timetable-list .content-col .timetableheading {
  margin: 20px 0 5px;
  font-size: 16px;
  font-weight: 500;
}

.timetable-list .content-col .text p + p {
  margin-top: 20px;
}

.timetable-list .content-col .text a {
  position: relative;
  padding-bottom: 3px;
  color: #0099ff;
  background: linear-gradient(#0099ff, #0099ff) right bottom no-repeat;
  background-size: 0 1px;
  transition-property: background-size;
  transition-duration: 0.5s;
  word-break: break-word;
}

.timetable-list .content-col .text a:hover {
  background-size: 100% 1px;
  background-position: left bottom;
}

.timetable-list .content-col .text .en {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.timetable-list .content-col .more-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}
.timetable-list .content-col .more-text.is-tempexpand {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.timetable-list .content-col .more-text.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.timetable-list .content-col .read-more-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.timetable-list .content-col .read-more {
  display: inline-block;
  position: relative;
  margin: 0 0 0 auto;
  color: #0099ff;
  cursor: pointer;
}

.timetable-list .content-col .read-more::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #0099ff;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left bottom;
  transform: scale(1);
  content: "";
}

.timetable-list .content-col .read-more:hover::before {
  transform-origin: right bottom;
  transform: scale(0);
}

.timetable-list .content-col .video-content {
  width: 100%;
  max-width: 240px;
  text-align: center;
}

.timetable-list .content-col .video-content .video {
  width: 100%;
  overflow: hidden;
}

.timetable-list .content-col .video-content .video .modal-video {
  max-width: 240px;
  height: calc(240px / 1.77777);
}

.timetable-list .content-col .video-content .video .modal-video .img {
  width: 100%;
  height: 100%;
}

.timetable-list .content-col .video-content .title {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.timetable-list .form-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.timetable-list .content-col .video-content video {
  width: 100%;
  height: auto;
}

/* --------------------------------------
	activities
---------------------------------------*/
.top-activities {
  position: relative;
  margin-top: 150px;
}

.top-activities::before {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1297px;
  background: url(../images/bg-gradation02.png) no-repeat center top;
  background-size: cover;
  content: "";
  z-index: -1;
}

.top-activities.is-show::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1297px;
  background: url(../images/bg-gradation02.png) no-repeat center top;
  background-size: cover;
  content: "";
  z-index: -1;
}

.top-activities .top-heading {
  margin-right: 40px;
  text-align: right;
}

.top-activities .top-heading img {
  width: 500px;
  height: 161px;
}

.top-activities .col-set {
  width: calc(100% + 18px);
}

.top-activities .col-set.-col3 .panel-video {
  width: calc(33.3333% - 18px);
  margin-right: 18px;
  margin-bottom: 18px;
}

.top-activities .panel-video__body {
  display: flex;
  flex-direction: column;
}

.top-activities .panel-video__body .link {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-items: flex-end;
}

.top-activities .panel-video.is-hidden {
  display: none;
}

.top-activities .panel-video.is-show {
  animation: fadeIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* --------------------------------------
	meeting
--------------------------------------- */
.top-meeting {
  position: relative;
  margin-top: 200px;
}

.top-meeting .top-heading {
  position: relative;
  text-align: center;
}

.top-meeting .top-heading::before {
  display: block;
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  width: 1118px;
  height: 307px;
  background: url(../images/introduction-bg_pc.png) no-repeat top center;
  background-size: contain;
  transform: translateX(calc(-50% + 50px));
}

.tab {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.tab__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 163px;
  height: 64px;
  padding: 0 5px;
  background-color: #fff;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 26px 29px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.tab__item::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: url("../images/meeting/tab-border.png") no-repeat center top;
  background-size: contain;
  content: "";
}

.tab__item .text {
  display: flex;
  align-items: center;
}

.tab__item .small-text {
  font-size: 1.1rem;
  font-feature-settings: "palt";
}

.tab__item[data-color="all"] {
  background-image: url("../images/meeting/icon-all.svg");
  color: #de1d49;
}

.tab__item[data-color="pink"] {
  background-image: url("../images/meeting/icon-hokkaido-tohoku.svg");
}

.tab__item[data-color="purple"] {
  background-image: url("../images/meeting/icon-kanto.svg");
}

.tab__item[data-color="yellow"] {
  background-image: url("../images/meeting/icon-hokuriku-chubu.svg");
}

.tab__item[data-color="blue"] {
  background-image: url("../images/meeting/icon-kinki-chugoku.svg");
}

.tab__item[data-color="green"] {
  background-image: url("../images/meeting/icon-shikoku-kyushu.svg");
}

.tab__item[data-color="green"]::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: url("../images/meeting/tab-border.png") no-repeat center top;
  background-size: contain;
  content: "";
}

.tab-contents .panel-video {
  display: block;
  margin-bottom: 50px;
  visibility: visible;
  opacity: 1;
}

.tab-contents .panel-video__body {
  padding: 20px 20px 25px;
}

.tab-contents .panel-video[data-color="pink"] {
  background: #f3b7c9;
}

.tab-contents .panel-video[data-color="purple"] {
  background: #cebadf;
}

.tab-contents .panel-video[data-color="yellow"] {
  background: #f5f4bd;
}

.tab-contents .panel-video[data-color="blue"] {
  background: #d1d6e4;
}

.tab-contents .panel-video[data-color="green"] {
  background: #c0e5cc;
}

.tab-contents .btn-link.center {
  margin-top: 10px;
}

.tab-contents .panel-video.is-hidden {
  display: none;
}

.tab-contents .panel-video.is-show {
  animation: fadeIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* --------------------------------------
	memento
--------------------------------------- */
/* ３つ横並び */
.top-memento {
  position: relative;
  margin-top: 180px;
}

.top-memento::before {
  display: block;
  position: absolute;
  top: -210px;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 800px;
  background: #3cc0fd;
  background: linear-gradient(120deg, #3cc0fd 10%, #f0abdf 40%, #f0abdf 60%, #bcb9f5 91%);
  transform: skewY(18deg);
  content: "";
  z-index: -1;
}

.top-memento .top-heading {
  margin-left: 40px;
  margin-bottom: 0;
  padding-right: 70px;
  padding-bottom: 55px;
}

.top-memento .col-set .panel {
  background: #eef0f4;
}

.top-memento .col-set .panel__body {
  padding: 20px 20px 25px;
}

/* 1つの場合 */
.top-memento .heading-columns {
  display: flex;
}

.top-memento .heading-wrap {
  width: 50%;
  margin-bottom: 55px;
  padding-right: 5%;
}

.top-memento .heading-wrap .lead {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  letter-spacing: 0.07em;
}

.top-memento .heading-wrap .lead::before {
  display: block;
  width: 6px;
  height: 136;
}

.top-memento .top-heading {
  margin-bottom: 40px;
  padding-right: 0;
  padding-bottom: 40px;
  background: url(../images/line-horizontal.png) no-repeat left bottom;
}

.top-memento .panel-contents {
  width: 50%;
}

.top-memento .panel-contents .panel {
  width: 61%;
  max-width: 414px;
}

/* --------------------------------------
	message
--------------------------------------- */
.top-message {
  position: relative;
  margin-top: 180px;
  margin-bottom: 160px;
}

.top-message .top-heading {
  margin-bottom: 35px;
}

.top-message .btn-link.center {
  margin-top: 28px;
  z-index: 2;
}

.message-container {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.message {
  width: 100%;
  margin: 0 auto;
}

.message__item {
  width: 332px;
  margin-bottom: 32px;
  padding: 35px 15px;
  border: 1px solid #000;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.86;
}

.message__item .icon-woman {
  display: table;
  position: relative;
  margin: 35px 0 0 auto;
  padding-left: 52px;
  color: #a1838c;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}

.message__item .icon-woman::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 48px;
  background: url("../images/icon-woman.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

.message__item .icon-man {
  display: table;
  position: relative;
  margin: 35px 0 0 auto;
  padding-left: 52px;
  color: #7681a0;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}

.message__item .icon-man::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 48px;
  background: url("../images/icon-man.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

.message__item.is-hidden {
  display: none;
}

.message__item.is-show {
  animation: fadeIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.btn-link:not(.is-hidden) + .send-message {
  transform: translateY(-40px);
}

.send-message {
  position: relative;
  max-width: 1060px;
  margin: 0 auto -20px;
  transform: translateY(0);
  text-align: right;
}

/* --------------------------------------
	top photo
--------------------------------------- */
.photos {
  width: calc(420px * 30);
  margin-top: 220px;
  overflow: hidden;
}

.loop-slider {
  display: flex;
  width: 100%;
  height: 260px;
  animation: photos 150s linear infinite;
}

.loop-slider__item {
  width: 420px;
}

@keyframes photos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-6300px);
  }
}

@media screen and (max-width: 1160px) {
  /* --------------------------------------
		time table
	--------------------------------------- */
  .timetable-list .content-col {
    flex-direction: column;
  }
  .timetable-list .content-col .text-content {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
  .timetable-list .content-col .video-content {
    margin: 0 auto 25px;
    order: 0;
  }
}

@media screen and (max-width: 960px) {
  .top-memento .heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-memento .heading-wrap .lead {
    padding-left: 40px;
  }
  .top-memento .top-heading {
    background: none;
  }
}

@media screen and (max-width: 768px) {


  /* --------------------------------------
    pickup
  --------------------------------------- */

  .top-pickup .top-heading img {
    width: 300px;
  }

  /* --------------------------------------
		time table
	--------------------------------------- */
  .top-timetable {
    position: relative;
    margin-top: 50px;
  }
  .top-timetable::before {
    bottom: -50px;
  }
  .top-timetable .top-heading {
    margin-left: 15px;
  }
  .top-timetable .top-heading::before {
    top: -28px;
    left: 115px;
    width: 279px;
    height: 220px;
    background: url(../images/time-table-bg_sp.png) no-repeat top center;
    background-size: contain;
  }
  .top-timetable .top-heading img {
    width: 133px;
    height: 78px;
  }
  .timetable-list {
    width: 100%;
  }
  .timetable-list > p {
    padding: 0 20px;
  }

  .timetable-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e7e7e7;
    background: #fff;
  }
  .timetable-list__item + .timetable-list__item {
    border-top: none;
  }
  .timetable-list__item:last-child {
    padding-bottom: 100px;
    border-bottom: none;
  }

  
  /* .timetable-list .date-col .icon {
    width: 52px;
    height: 52px;
    font-size: 2.2rem;
  }
  .timetable-list .date-col .icon::before {
    width: 60px;
    height: 60px;
  }
  .timetable-list .date-col .icon .day {
    font-size: 1rem;
  }
  .timetable-list .date-col .date {
    width: calc(100% - 60px);
    font-size: 1.8rem;
  }
  .tiletable-list .date-col .icon + .date {
    margin-left: 15px;
  }
  .timetable-list .date-col .date br {
    display: none;
  } */
  

  /* 2022 変更 */
  .timetable-list .date-col {
    align-items: center;
    width: 100%;
    min-height: 0;
    padding: 40px 25px 25px;
    border: none;
    z-index: 1;
  }

  .timetable-list .date-col .time {
    flex-direction: row;
    align-items: center;
    font-size: 3.1rem;
  }

  .timetable-list .date-col .time::before {
    position: relative;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-size: 25px 25px;
  }

  .timetable-list .date-col .time + .time {
    margin-top: 10px;
  }
  
  .timetable-list .date-col .time .tilde {
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 8px;
    transform: rotate(0);
  }
  .timetable-list .date-col .location {
    /* flex-direction: row; */
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
  .timetable-list .date-col .location__pin {
    width: 155px;
    padding: 0 0 1px 20px;
    background-size: 10px 13px;
    background-position: 10px 50%;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  
  /* .timetable-list .date-col .location__pin.blue {
    background-color: #39a2dc;
  }
  .timetable-list .date-col .location__pin.pink {
    background-color: #ec7792;
  }
  .timetable-list .date-col .location__pin.green {
    background-color: #34b597;
  }
   */
  .timetable-list .date-col .location__name {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .timetable-list .date-col .location__name + .location__note {
    margin-top: 10px;
  }
  
  .timetable-list .date-col .location__note {
    margin-top: 0;
    font-size: 1.4rem;
  }
  /* 2022 変更 ここまで */

  .timetable-list .content-col {
    flex-direction: column;
    width: 100%;
    padding: 0 25px 0;
    border: none;
  }
  .timetable-list .content-col .text-content {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
  .timetable-list .content-col .info {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
  }
  .timetable-list .content-col .label {
    min-width: 64px;
    margin-right: 10px;
    font-size: 1rem;
  }
  .timetable-list .content-col .title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .timetable-list .content-col .text {
    font-size: 1.2rem;
  }
  .timetable-list .content-col .read-more {
    font-size: 1.2rem;
  }

  .timetable-list .content-col .timetableheading {
    margin: 15px 0 5px;
    font-size: 1.2rem;
  }
  
  .timetable-list .content-col .text p + p {
    margin-top: 15px;
  }
  .timetable-list .content-col .text.hide {
    display: none;
    opacity: 0;
  }
  .timetable-list .content-col .video-content .title {
    margin-bottom: -15px;
    font-size: 1.2rem;
  }
  .timetable-list .form-col {
    width: 100%;
    padding: 20px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------------
		top kv
	--------------------------------------------- */
  .top-kv {
    height: 630px;
    max-height: none;
    min-height: 0;
    padding-top: 30px;
  }
  .top-kv::before {
    height: 740px;
  }
  .top-kv__img {
    width: calc(100% - 15px);
    transform: translateX(15px);
  }
  .top-kv .tile-img-1 {
    width: 100%;
    height: 360px;
    transform: translateX(0);
  }
  .top-kv .tile-img-2 {
    top: 360px;
    left: 0;
    width: 33.33%;
    max-height: 120px;
    background-position: top center;
  }
  .top-kv .tile-img-3 {
    top: 360px;
    left: 33.33%;
    width: 33.33%;
    max-height: 120px;
    background-position: bottom center;
  }
  .top-kv .tile-img-4 {
    top: 360px;
    left: 66.66%;
    width: 33.33%;
    max-height: 120px;
    background-position: top center;
  }
  .top-kv .tile-img-5 {
    bottom: 0;
    left: 0;
    width: 66.66%;
    max-height: 120px;
  }
  .top-kv .tile-img-6 {
    top: auto;
    bottom: 0;
    left: 66.66%;
    width: 33.3333%;
    max-height: 120px;
  }
  
  .top-kv__inner {
    left: 0;
    width: calc(100% - 15px);
    padding: 15px;
    transform: translateX(15px);
  }
  .top-kv__title {
    left: 15px;
    bottom: 260px;
    width: 100%;
  }
  .top-kv__title .title-sub {
    font-size: 1.9rem;
  }
  .top-kv__title .title-sub .font-en {
    font-size: 3rem;
  }
  .top-kv__title .title-main {
    font-size: 2.4rem;
  }
  .top-kv__title .title-date {
    font-size: 1.7rem;
  }
  .top-kv__title .title-date .icon-arrow {
    width: 12px;
    height: 9px;
  }
  .top-kv__title .lead {
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  /* ---------------------------------------------
		common setting
	--------------------------------------------- */
  .content-wrap {
    width: 100%;
    padding: 0;
  }
  .content-wrap-narrow {
    width: calc(100% - 30px);
    width: 100%;
    padding: 0;
  }
  /* ----- heading ----- */
  .top-heading {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }
  /* ----- ボタン ----- */
  .btn-link {
    width: 110px;
    height: 37px;
    font-size: 1.2rem;
  }
  .btn-link::before {
    top: 7px;
    left: 7px;
  }
  .btn-link span::after {
    right: -22px;
    width: 13px;
    height: 9px;
  }
  .btn-link:hover span::after {
    right: -22px;
  }
  .btn-link.long {
    width: 186px;
    height: 45px;
  }
  .btn-link.long span::after {
    right: -32px;
  }
  .btn-link.long:hover span::after {
    right: -32px;
  }
  .btn-link.center {
    margin-top: 20px;
  }
  .btn-link.apply span::after {
    width: 11px;
    height: 9px;
  }
  /* ----- カラム ----- */
  .col-set {
    width: calc(100% + 10px);
  }
  .col-set.-col3 .panel-video,
  .col-set.-col3 .panel {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .panel-video__body {
    height: calc(100% - (((100vw - 30px) / 2) / 1.7178));
    padding: 12px 15px 15px;
  }
  .panel-video__body .title {
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .panel-video__body .text {
    font-size: 1.1rem;
  }
  .panel-video__body .text-link {
    font-size: 1.1rem;
  }
  .panel__body {
    padding: 15px 12px 15px;
  }
  .panel__body .title {
    font-size: 1.4rem;
  }
  .panel__body .text {
    font-size: 1.1rem;
  }
  /* --------------------------------------
		activities
	---------------------------------------*/
  .top-activities {
    margin-top: 85px;
  }
  .top-activities::before {
    top: 80px;
    height: calc(100vw * 2.1013);
    background: url(../images/bg-gradation02_sp.png) no-repeat left top;
    background-size: cover;
  }
  .top-activities.is-show::after {
    bottom: 0;
    height: calc(100vw * 2.1013);
    background: url(../images/bg-gradation02_sp.png) no-repeat left top;
    background-size: cover;
  }
  .top-activities .top-heading {
    margin-right: 15px;
  }
  .top-activities .top-heading img {
    width: 250px;
    height: 80px;
  }
  .top-activities .video-container {
    padding: 0 10px;
  }
  .top-activities .col-set {
    width: calc(100% + 10px);
  }
  .top-activities .col-set.-col3 .panel-video {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .top-activities .btn-link.center {
    margin-top: 10px;
  }
  .top-activities .modal-video::before {
    background-size: 25px 25px;
  }
  /* --------------------------------------
		meeting
	--------------------------------------- */
  .top-meeting {
    margin-top: 95px;
  }
  .top-meeting .top-heading {
    text-align: center;
  }
  .top-meeting .top-heading::before {
    top: -186px;
    left: 50%;
    width: 358px; 
    height: 293px;
    background: url(../images/introduction-bg_sp.png) no-repeat top center;
    background-size: contain;
    transform: translateX(calc(-50% + -20px));
  }
  
  .top-meeting .top-heading img {
    width: 340px;
    height: auto;
  }
  .top-meeting .modal-video::before {
    background-size: 25px 25px;
  }
  .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .tab__item {
    width: 33.3333%;
    height: 68px;
    padding: 5px 5px 10px;
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 19px 22px;
    border-right: 1px solid #ccc;
    font-size: 1.2rem;
  }
  .tab__item::before {
    display: none;
  }
  .tab__item .small-text {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .tab__item:nth-child(3n) {
    border-right: none;
  }
  .tab__item:nth-child(n + 4) {
    border-top: 1px solid #ccc;
  }
  .tab__item[data-color="green"]::after {
    display: none;
  }
  .tab-contents {
    padding: 0 10px;
  }
  .tab-contents .panel-video {
    margin-bottom: 10px;
  }
  .tab-contents .panel-video__body {
    padding: 10px 15px 15px;
  }
  .tab-contents .btn-link.center {
    margin-top: 10px;
  }
  /* --------------------------------------
		memento
	--------------------------------------- */
  .top-memento {
    margin-top: 95px;
  }
  .top-memento::before {
    top: -100px;
    height: 500px;
  }
  .top-memento .heading-wrap {
    display: block;
    margin: 0 0 25px 15px;
  }
  .top-memento .heading-wrap .top-heading {
    margin: 0 0 5px 0;
  }
  .top-memento .heading-wrap .top-heading img {
    width: 194px;
    height: auto;
  }
  .top-memento .heading-wrap .lead {
    padding-left: 0;
    font-size: 1.2rem;
  }
  .top-memento .heading-wrap .lead::before {
    display: none;
  }
  .top-memento .heading-wrap .lead br {
    display: none;
  }
  .top-memento .panel-contents {
    padding: 0 15px;
  }
  .top-memento .col-set .panel {
    display: flex;
    width: 100%;
    margin-right: 10px;
  }
  .top-memento .col-set .panel__img {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    /* padding: 0 5px; */
    background: #fff;
  }
  .top-memento .col-set .panel__body {
    width: 50%;
    padding: 15px 12px 15px;
  }
  /* 1つの場合 */
  .top-memento .heading-columns {
    display: block;
  }
  .top-memento .heading-wrap {
    width: 100%;
    width: calc(100% - 30px);
    padding-right: 0;
  }
  .top-memento .top-heading {
    padding-bottom: 0;
  }
  .top-memento .panel-contents {
    width: 100%;
  }
  .top-memento .panel-contents .panel {
    max-width: none;
  }
  /* --------------------------------------
		message
	--------------------------------------- */
  .top-message {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .top-message .top-heading {
    margin-bottom: 15px;
  }
  .top-message .top-heading img {
    width: 218px;
    height: 35px;
  }
  .top-message .btn-link.center {
    margin-top: 5px;
  }
  .message-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
  }
  .message {
    width: 100%;
  }
  .message__item {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 15px 12px 30px;
    border: 1px solid #000;
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.86;
  }
  .message__item .icon-woman {
    margin: 25px 0 0 auto;
    padding-left: 40px;
    font-size: 1.1rem;
  }
  .message__item .icon-woman::before {
    width: 30px;
    height: 38px;
  }
  .message__item .icon-man {
    margin: 25px 0 0 auto;
    padding-left: 40px;
    font-size: 1.1rem;
  }
  .message__item .icon-man::before {
    width: 30px;
    height: 38px;
  }
  .btn-link:not(.is-hidden) + .send-message {
    transform: translateY(0);
  }
  .send-message {
    margin: 50px auto 0;
    transform: translateY(0);
    text-align: center;
  }
  /* --------------------------------------
		top photo
	--------------------------------------- */
  .photos {
    position: relative;
    width: calc(210px * 30);
    margin-top: 100px;
    overflow: hidden;
  }
  .loop-slider {
    display: flex;
    width: 100%;
    height: 130px;
    animation: photos 150s linear infinite;
  }
  .loop-slider__item {
    width: 210px;
  }
  @keyframes photos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3150px);
    }
  }
}

@media screen and (max-width: 320px) {

  /* .timetable-list .date-col .location__pin {
    width: 140px;
    padding-left: 15px;
    background-position: 7px 50%;
  }
  .timetable-list .date-col .location__name {
    margin-left: 10px;
  } */
  .top-meeting .top-heading img {
    width: 95%;
  }
}

/* ---------------------------------------------
	[EB2] モーダル
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  background: #000;
  opacity: 0.95;
  animation: mfp-bg-fadein 0.3s linear;
}

.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  transition: opacity 0.3s linear 0.3s;
}

@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
}

html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none !important;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}

.mfp-inline-holder .mfp-content > div {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(32, 34, 39, 0.6);
}

.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}

.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: fixed;
  width: 90px;
  height: 90px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: url("../images/btn-close.png") no-repeat center;
  outline: none;
  opacity: 1;
  border-radius: 0;
}

.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  transition: top 0.3s ease-in 0s;
}

.mfp-close:before, .mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 0;
}

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

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 50%;
}

.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.mfp-arrow:hover:before {
  opacity: 0.2;
}

.mfp-arrow:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  transition: transform 0.2s linear;
}

.mfp-arrow-left {
  left: -100px;
}

.mfp-arrow-right {
  right: -100px;
}

.mfp-arrow-left:after {
  left: 7px;
  transform: rotate(180deg);
}

html:not(.sp) .mfp-arrow-left:hover:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}

.mfp-arrow-right:after {
  right: 7px;
}

html:not(.sp) .mfp-arrow-right:hover:after {
  transform: translate3d(3px, 0, 0);
}

.mfp-ready .mfp-arrow-left {
  left: 20px;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  transition: left 0.5s ease-in 0s;
}

.mfp-ready .mfp-arrow-right {
  right: 20px;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  transition: right 0.5s ease-in 0s;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px rgba(32, 34, 39, 0.6);
  background: #202227;
}

.mfp-iframe-scaler button.mfp-close {
  position: fixed;
  top: 0;
  right: 0;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background: #444;
  box-shadow: 0 0 50px rgba(32, 34, 39, 0.6);
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  line-height: 1.6;
}

.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
}

.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  transition: bottom 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: calc(100% - 200px);
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.sb10 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 10px);
}

.sb11 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 11px);
}

.sb12 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 12px);
}

.sb13 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 13px);
}

.sb14 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 14px);
}

.sb15 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 15px);
}

.sb16 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 16px);
}

.sb17 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 17px);
}

.sb18 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 18px);
}

.sb19 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 19px);
}

.sb20 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 20px);
}

.sb21 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 21px);
}

.sb22 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 22px);
}

.sb23 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 23px);
}

.sb24 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 24px);
}

.sb25 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 25px);
}

.modal_close button {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal_close button:hover {
  opacity: 0.6;
}

.modal-video,
.modal-img {
  position: relative;
  display: block;
  width: 100%;
  height: calc(((100vw - 200px) / 3) / 1.7178);
  max-height: 241px;
  background-color: #fff;
  overflow: hidden;
}

.modal-video::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon-play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
}

.modal-video .img {
  width: 100%;
  height: 100%;
  background-position: center center;
}

.modal-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-video img,
.modal-img img,
.modal-video .img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-video:hover img,
.modal-video:hover .img {
  transform: scale(1.05);
}

.modal-img:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.modal-border {
  border: 1px solid #dadada;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .modal-video,
  .modal-img {
    position: relative;
    display: block;
    width: 100%;
    height: calc(((100vw - 30px) / 2) / 1.7178);
    min-height: 103px;
    max-height: 241px;
    background-position: center center;
    overflow: hidden;
  }
  .mfp-iframe-holder .mfp-content,
  .mfp-image-holder .mfp-content {
    max-width: calc(100% - 30px);
  }
  .mfp-close {
    width: 45px;
    height: 45px;
  }
  .mfp-close::before, .mfp-close::after {
    height: 20px;
  }
}

/* ---------------------------------------------
	Print style
--------------------------------------------- */
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    width: 1024px;
    background-color: #fff;
  }
  /* 非表示
  /* ----------------------- */
  .sp-only {
    display: none;
  }
  /* header */
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
  }
}





.comming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
}

.comming-soon__lead {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .03em;
}

.l-footer::before {
  content: none;
}
/*# sourceMappingURL=common.css.map */