@charset 'UTF-8';

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/*--------------------------------------------------------------------------
   body

/*--------------------------------------------------------------------------
   .l-header
---------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/*--------------------------------------------------------------------------
   .l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
  padding: 0 25px;
}

/*--------------------------------------------------------------------------
   .u-
---------------------------------------------------------------------------*/

.u-pc,
.u-pc--i,
.u-pc--ib,
.u-pc--f,
.u-pc--if {
  display: none;
}

/*--------------------------------------------------------------------------
   u-gradient
---------------------------------------------------------------------------*/
.u-gradient {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
}

.u-gradient__stop01 {
  stop-color: #fd1f64;
}

.u-gradient__stop02 {
  stop-color: #fd1f64;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #0c0c31;
}

.l-header__head {
  position: relative;
  z-index: 1;

  /* del yachi
	display: -webkit-box;
	height: 87px;
	display: flex;
*/

  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 30px;
  width: 100%;
}

.l-header__head .logo__sub {
  display: block;
  margin: 9px 0 0;
}

.l-header__head .logo__sub img {
  width: 70px;
  height: auto;
}

.l-header__body {
  position: absolute;

  top: 55px;

  left: 0;
  z-index: 1;
  width: 100%;
  background: #e6e6ea;
}

.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.l-header .g-nav {
  margin: 0 0 0 50px;
}

.l-header .g-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .g-nav .list__item .item,
.l-header .g-nav .list__item .item--trigger {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

.l-header .g-nav .list__item .item .ja,
.l-header .g-nav .list__item .item--trigger .ja {
  font-family: "Noto Sans Japanese", sans-serif;
}

.l-header .g-nav .list__item .item--trigger {
  position: relative;
}

.l-header .g-nav .list__item .item--trigger::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}

.l-header .g-nav .list__item + .list__item {
  margin: 0 0 0 25px;
}

.l-header .chapter-nav {
  padding: 3vw 30px 50px;
}

.l-header .chapter-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -15px 0;
}

.l-header .chapter-nav .list__item {
  margin: 10px 0 0;
  padding: 0 10px;
  width: 50%;
}

.l-header .chapter-nav .list__item .button,
.l-header .chapter-nav .list__item .button--no-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 13vw;
  border-bottom: 1px solid #cfcfd2;
  letter-spacing: 0;
  font-size: 12px;
}

.l-header .chapter-nav .list__item .button::before,
.l-header .chapter-nav .list__item .button--no-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 6px;
  background: url("../img/common/icon_arw_blue01.svg") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list__item .button--no-link {
  pointer-events: none;
}

.l-header .chapter-nav .list #eo_tokyo .button,
.l-header .chapter-nav .list #eo_tokyo .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_tokyo .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_tokyo .button::after,
.l-header .chapter-nav .list #eo_tokyo .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_tokyo .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n02.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_osaka .button,
.l-header .chapter-nav .list #eo_osaka .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_osaka .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_osaka .button::after,
.l-header .chapter-nav .list #eo_osaka .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_osaka .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n06.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_w_tokyo .button,
.l-header .chapter-nav .list #eo_w_tokyo .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_w_tokyo .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_w_tokyo .button::after,
.l-header .chapter-nav .list #eo_w_tokyo .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_w_tokyo .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n03.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_n_japan .button,
.l-header .chapter-nav .list #eo_n_japan .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_n_japan .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_n_japan .button::after,
.l-header .chapter-nav .list #eo_n_japan .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_n_japan .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n01.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_nagoya .button,
.l-header .chapter-nav .list #eo_nagoya .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_nagoya .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_nagoya .button::after,
.l-header .chapter-nav .list #eo_nagoya .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_nagoya .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n04.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_fukuoka .button,
.l-header .chapter-nav .list #eo_fukuoka .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_fukuoka .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_fukuoka .button::after,
.l-header .chapter-nav .list #eo_fukuoka .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_fukuoka .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n08.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_kyoto .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_kyoto .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n07.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-nav .list #eo_setouchi .button,
.l-header .chapter-nav .list #eo_setouchi .list__item .button--no-link,
.l-header .chapter-nav .list__item .list #eo_setouchi .button--no-link {
  padding: 0 0 0 28px;
}

.l-header .chapter-nav .list #eo_setouchi .button::after,
.l-header .chapter-nav .list #eo_setouchi .list__item .button--no-link::after,
.l-header .chapter-nav .list__item .list #eo_setouchi .button--no-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../img/common/ico_n05.png") no-repeat center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .chapter-map__img {
  margin: 0 auto;
  width: 72vw;
  text-align: center;
}

.l-header .chapter-map__img img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------
  hover
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
  is-active
----------------------------------------------------------------------*/
.l-header__body {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-header .g-nav .list__item .item--trigger::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-header__bg {
  visibility: hidden;
}

.l-header.is-active .l-header__body {
  visibility: visible;
  opacity: 1;
}

.l-header.is-active .g-nav .list__item .item--trigger::before {
  opacity: 1;
}

.l-header.is-active .l-header__bg {
  visibility: visible;
}

/*--------------------------------------------------------------------------
   global-footer
---------------------------------------------------------------------------*/
.global-footer {
  padding: 30px 0 40px;
  background-color: #0c0931;
  color: #fff;
}

.global-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.global-footer .copy-wrap {
  margin-top: 30px;
  text-align: center;
}

.global-footer .logo {
  margin-bottom: 17px;
}

.global-footer .copy {
  color: #fefcfc;
  font-size: 9px;
}

.global-footer .copy small {
  font-size: 100%;
}

.global-footer .btn a {
  display: block;
  padding: 17px;
  border: solid 1px #4d4d4d;
  text-align: center;
}
.global-footer .btn img {
  margin-inline: auto;
  height: auto;
}
.global-footer .btn .txt {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (min-width: 768px) {
  .l-wrap {
    margin: 0 auto;
    padding: 0 100px;
    max-width: 1480px;
  }
  .u-sp {
    display: none;
  }
  .u-pc,
  .u-pc--i,
  .u-pc--ib,
  .u-pc--f,
  .u-pc--if {
    display: block !important;
  }
  .u-pc--i {
    display: inline !important;
  }
  .u-pc--ib {
    display: inline-block !important;
  }
  .u-pc--f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-pc--if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .l-header__head {
    margin: 0 auto;
    max-width: 1760px;
    /* del yachi
		height: 125px;
*/
  }
  .l-header__head .logo img {
    width: auto;
    height: auto;
  }
  .l-header__head .logo__sub {
    margin: 10px 0 0;
  }
  .l-header__head .logo__sub img {
    width: 105px;
  }
  .l-header__body {
    top: 90px;
    padding: 57px 20px 72px;
  }
  .l-header .g-nav {
    margin: 0 0 0 70px;
  }
  .l-header .g-nav .list__item .item,
  .l-header .g-nav .list__item .item--trigger {
    font-size: 16px;
  }
  .l-header .g-nav .list__item .item .ja,
  .l-header .g-nav .list__item .item--trigger .ja {
    font-size: 14px;
  }
  .l-header .g-nav .list__item + .list__item {
    margin: 0 0 0 48px;
  }
  .l-header .chapter-nav {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1013px;
  }
  .l-header .chapter-nav .list {
    margin: 0;
  }
  .l-header .chapter-nav .list__item {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 160px;
  }
  .l-header .chapter-nav .list__item .button,
  .l-header .chapter-nav .list__item .button--no-link {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 0 0 18px;
    height: auto;
    border-bottom: none;
    font-size: 16px;
  }
  .l-header .chapter-nav .list__item .button::before,
  .l-header .chapter-nav .list__item .button--no-link::before {
    display: none;
  }
  .l-header .chapter-nav .list__item .button__img img {
    width: 100%;
    height: auto;
  }
  .l-header .chapter-nav .list #eo_tokyo {
    position: absolute;
    top: 30.5%;
    right: 0;
  }
  .l-header .chapter-nav .list #eo_tokyo .button,
  .l-header .chapter-nav .list #eo_tokyo .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_tokyo .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_tokyo .button::after,
  .l-header .chapter-nav .list #eo_tokyo .list__item .button--no-link::after,
  .l-header .chapter-nav .list__item .list #eo_tokyo .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_osaka {
    position: absolute;
    top: auto;
    right: 22.6%;
    bottom: 7%;
  }
  .l-header .chapter-nav .list #eo_osaka .button,
  .l-header .chapter-nav .list #eo_osaka .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_osaka .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_osaka .button::after,
  .l-header .chapter-nav .list #eo_osaka .list__item .button--no-link::after,
  .l-header .chapter-nav .list__item .list #eo_osaka .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_w_tokyo {
    position: absolute;
    top: 45%;
    right: 0;
  }
  .l-header .chapter-nav .list #eo_w_tokyo .button,
  .l-header .chapter-nav .list #eo_w_tokyo .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_w_tokyo .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_w_tokyo .button::after,
  .l-header .chapter-nav .list #eo_w_tokyo .list__item .button--no-link::after,
  .l-header .chapter-nav .list__item .list #eo_w_tokyo .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_n_japan {
    position: absolute;
    top: 18%;
    right: 0Z;
  }
  .l-header .chapter-nav .list #eo_n_japan .button,
  .l-header .chapter-nav .list #eo_n_japan .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_n_japan .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_n_japan .button::after,
  .l-header .chapter-nav .list #eo_n_japan .list__item .button--no-link::after,
  .l-header .chapter-nav .list__item .list #eo_n_japan .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_nagoya {
    position: absolute;
    top: auto;
    right: 22.6%;
    bottom: 21%;
  }
  .l-header .chapter-nav .list #eo_nagoya .button,
  .l-header .chapter-nav .list #eo_nagoya .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_nagoya .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_nagoya .button::after,
  .l-header .chapter-nav .list #eo_nagoya .list__item .button--no-link::after,
  .l-header .chapter-nav .list__item .list #eo_nagoya .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_fukuoka {
    position: absolute;
    top: 60%;
    left: 0;
  }
  .l-header .chapter-nav .list #eo_fukuoka .button,
  .l-header .chapter-nav .list #eo_fukuoka .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_fukuoka .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_fukuoka .button::after,
  .l-header .chapter-nav .list #eo_fukuoka .list__item .button--no-link::after,
  .l-header .chapter-nav .list__item .list #eo_fukuoka .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_kyoto {
    position: absolute;
    top: 31%;
    left: 0;
  }
  .l-header .chapter-nav .list #eo_kyoto .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_kyoto .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_setouchi {
    position: absolute;
    top: 44%;
    left: 0;
  }
  .l-header .chapter-nav .list #eo_setouchi .button,
  .l-header .chapter-nav .list #eo_setouchi .list__item .button--no-link,
  .l-header .chapter-nav .list__item .list #eo_setouchi .button--no-link {
    padding: 0 0 18px;
  }
  .l-header .chapter-nav .list #eo_setouchi .button::after,
  .l-header .chapter-nav .list #eo_setouchi .list__item .button--no-link::after,
  .l-header
    .chapter-nav
    .list__item
    .list
    #eo_setouchi
    .button--no-link::after {
    display: none;
  }
  .l-header .chapter-nav .list #eo_tokyo_p {
    position: absolute;
    top: 11%;
    left: 0;
  }
  .l-header .chapter-nav .list #eo_tokyo_m {
    position: absolute;
    top: 11%;
    left: 23.8%;
  }
  .l-header .chapter-map {
    max-width: 1013px;
  }
  .l-header .chapter-map__img {
    max-width: 1013px;
    width: 100%;
  }
  .g-nav .list__item .item,
  .l-header .g-nav .list__item .item--trigger {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .g-nav .list__item .item:hover,
  .l-header .g-nav .list__item .item--trigger:hover {
    opacity: 0.7;
  }
  .l-header .chapter-nav .button,
  .l-header .chapter-nav .list__item .button--no-link {
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .l-header .chapter-nav .button:hover,
  .l-header .chapter-nav .list__item .button--no-link:hover {
    opacity: 0.7;
  }
  .global-footer .logo img {
    width: auto;
    height: auto;
  }
  .global-footer {
    padding: 45px 0;
  }
  .global-footer__inner {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .global-footer .copy-wrap {
    margin-top: 0;
    text-align: left;
  }
  .global-footer .logo {
    margin-bottom: 27px;
  }
  .global-footer .logo img {
    width: auto;
    height: 35px;
  }
  .global-footer .copy {
    font-size: 12px;
  }
  .global-footer .btn {
    width: 430px;
  }
  .global-footer .btn a {
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .global-footer .btn a:hover {
    background: #4d4d4d;
  }
  .global-footer .btn .txt {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (min-width: 769px) and (max-width: 1031px) {
  .l-header .chapter-nav .list__item {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 15%;
  }
}

.mylogo {
  float: left;
  margin: 15px 0;
}

.alllogo {
  float: right;
  margin: 15px 0;
  cursor: pointer;
}

/**EO japan 地図用　変更スタイル**/

body {
  /*要相談　min-width: 1280px;*/
  min-width: 100%;
  margin: 0;
  padding: 0;
}

#js-menu-target * {
  box-sizing: border-box;
}

.alllogo {
  padding: 0px 21px 11px 25px;
  background: #ff325f;
  border-radius: 17px;
  margin: 18px 50px 7px 0;
  color: #fff;
  font-weight: bold;
  line-height: 0px !important;
  /*    height: 30px;
*/
}
.alllogo img {
  width: 105px;
}
.alllogo svg {
  width: 14px;
  margin: 5px 0 -5px 8px;
}
.l-header__body {
  padding: 15px 20px 30px;
  background: #f1f1f1;
  top: 73px;
}
.l-header__body a {
  text-decoration: none;
}
.l-header .chapter-nav_ex {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1013px;
}

.chapter-map {
  position: relative;
}
.chapter-map_on_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50%;
  max-width: 390px;
  z-index: 10;
}
.chapter-map_on_logo img {
  width: 100%;
}
.chapter-map__img_ex {
  text-align: center;
}

.chapter-map__img_ex img {
  width: 100%;
  max-width: 838px;
  height: auto;
}
.list_ex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
.list__item_ex {
  position: absolute;
  z-index: 1;
  width: 150px;
  min-height: 75px;
}
.list_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.list_01 div {
  transition: all 500ms ease;
}
.list_01 a {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 2px 0;
  display: inline-block;
  color: #333;
  text-decoration: underline;
}
.list_01 a:visited {
  color: #333;
}
.list_01 a.no-underline {
  text-decoration: none !important;
  pointer-events: none;
}
.chapter-nav {
  text-align: center;
}
.cap_head {
  padding: 2px 15px;
  min-width: 150px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.ch_000 {
  background: #222;
}
.ch_007 {
  background: #00a3e5;
}
.ch_001 {
  background: #eecb48;
}
.ch_002 {
  background: #ff346e;
}
.ch_003 {
  background: #31ab8e;
}
.ch_004 {
  background: #f7931e;
}
.ch_005 {
  background: #0071bc;
}
.ch_006 {
  background: #8cc63f;
}
.ch_008 {
  background: #3981ff;
}
.ch_009 {
  background: #155f82;
}
@media screen and (max-width: 768px) {
  .l-header__body {
    top: 68px;
    padding: 0px;
    height: 70vh;
    max-height: 740px;
    overflow: auto;
  }
  .l-header .chapter-nav_ex {
    height: 840px;
  }
  .mylogo img {
    width: 125px;
  }
  .alllogo {
    padding: 8px 15px 8px 19px;
  }
  .alllogo img {
    width: 95px;
  }
  .alllogo svg {
    width: 11px;
    margin: 0px 0 -3px 8px;
  }
  .l-header__body {
  }
  .list__item_ex {
    position: relative;
    z-index: 10;
    width: 46%;
    margin: 0 2% 5px 2%;
    min-height: 75px;
  }
  .chapter-map__img_ex img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .list_01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 90%;
  }
  .list_01 a {
    margin: 0 0 3px 0;
  }
  .list_ex {
    height: auto;
    position: relative;
  }
  .chapter-map_on_logo {
    top: 10px;
    left: 10px;
    max-width: 300px;
  }
  #ch_box_000 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 0;
    left: 0;
  }
  #ch_box_007 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 0;
    left: 0;
  }
  #ch_box_001 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    top: 0;
    left: 0;
  }
  #ch_box_002 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    top: 0;
    left: 0;
  }
  #ch_box_003 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    top: 0;
    left: 0;
  }
  #ch_box_004 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    top: 0;
    left: 0;
  }
  #ch_box_005 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    top: 0;
    left: 0;
  }
  #ch_box_006 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    top: 0;
    left: 0;
  }
  #ch_box_008 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    top: 0;
    left: 0;
  }
  #ch_box_009 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 2;
    order: 2;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  #ch_box_000 {
    top: 27%;
    left: 0%;
  }
  #ch_box_007 {
    top: 23%;
    right: 3%;
  }
  #ch_box_001 {
    top: 41%;
    right: 3%;
  }
  #ch_box_002 {
    top: 59%;
    right: 6%;
  }
  #ch_box_003 {
    top: 33%;
    left: 42%;
  }
  #ch_box_004 {
    bottom: 1%;
    right: 22%;
  }
  #ch_box_005 {
    top: 52%;
    left: 23%;
  }
  #ch_box_006 {
    bottom: 32%;
    left: 2%;
  }
  #ch_box_008 {
    bottom: 18%;
    left: 2%;
  }
  #ch_box_009 {
    top: 25%;
    left: 21%;
  }
}
@media screen and (min-width: 880px) {
  #ch_box_007 {
    top: 28%;
    right: 3%;
  }
  #ch_box_001 {
    top: 46%;
    right: 3%;
  }
  #ch_box_002 {
    top: 64%;
    right: 6%;
  }
}
@media screen and (min-width: 1020px) {
  #ch_box_000 {
    top: 27%;
    left: 0%;
  }
  #ch_box_007 {
    top: 6%;
    right: 6%;
  }
  #ch_box_001 {
    top: 32%;
    right: 10%;
  }
  #ch_box_002 {
    top: 52%;
    right: 15%;
  }
  #ch_box_003 {
    top: 33%;
    left: 39%;
  }
  #ch_box_004 {
    bottom: 3%;
    right: 29%;
  }
  #ch_box_005 {
    top: 52%;
    left: 28%;
  }
  #ch_box_006 {
    bottom: 33%;
    left: 9%;
  }
  #ch_box_008 {
    bottom: 20%;
    left: 7%;
  }
  #ch_box_009 {
    top: 25%;
    left: 19%;
  }
}

small {
  font-size: 80%;
}
.global-footer .copy-wrap {
  margin-top: 30px;
  text-align: center;
}
.global-footer .logo {
  margin-bottom: 17px;
}
.global-footer .copy {
  color: #fefcfc;
  font-size: 9px;
}
.global-footer .copy small {
  font-size: 100%;
}
.foot_chapter a {
  text-decoration: none;
}
.foot_chapter a.no-pointer {
  pointer-events: none;
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .global-footer .logo img {
    width: auto;
    height: auto;
  }
  .global-footer .copy-wrap {
    margin-top: 0;
    text-align: left;
  }
  .global-footer .logo {
    margin-bottom: 27px;
  }
  .global-footer .logo img {
    width: auto;
    height: 35px;
  }
  .global-footer .copy {
    font-size: 12px;
  }
}
.foot_chapter {
  margin-bottom: 15px;
}
.foot_chapter_child {
  margin-left: 15px;
}
.foot_p {
  min-width: 140px;
  display: inline-flex;
  margin-bottom: 5px;
  margin-right: 5px;
}

.fcwt_02 a,
.foot_p a,
.btn a {
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.fcwt_02 {
  color: white;
  cursor: pointer;
  white-space: nowrap;
}

.f_j_link {
  margin: 0px 3px 0px 0;
  font-size: 50%;
  transform: rotate(-90deg);
  color: #666;
}
.foot_chapter_worldmap {
  width: 96%;
  margin: 30px 0 0 0;
  text-align: center;
}
.foot_chapter_worldmap_tit {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px 0;
}
.fcwt_01 {
  width: 0;
  height: 1px;
  border-bottom: dotted 1px #999;
}
.fcwt_02 {
  width: 110px;
}
.fcwt_03 {
  width: calc(100% - 110px);
  height: 1px;
  border-bottom: dotted 1px #999;
}
.foot_chapter_worldmap img {
  padding: 0 10px;
  max-width: 954px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .foot_chapter_worldmap {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .foot_chapter_worldmap {
    text-align: center;
  }
  .foot_chapter_worldmap_tit {
    justify-content: space-between;
  }
  .fcwt_01 {
    width: 35%;
    height: 1px;
    border-bottom: dotted 1px #999;
  }
  .fcwt_02 {
    width: 30%;
  }
  .fcwt_03 {
    width: 35%;
    height: 1px;
    border-bottom: dotted 1px #999;
  }
}
