@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Noto+Sans+TC:wght@100..900&display=swap"); 


/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 0.5952380952vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 2.6666666667vw;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans TC", sans-serif;
  color: #3E3E3E;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  transition: opacity 0.3s ease;
}

img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
body {
  color: #3E3E3E;
  font-size: 1.8rem;
  text-align: left;
}

section {
  position: relative;
}

main {
  display: block;
}

.page_wrap {
  overflow: hidden;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
}
.wrap.-s {
  max-width: 100rem;
}
@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 1.6rem;
  }
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.fade {
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .fade:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.fade img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

/*
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
  */
.preload *, .preload *::before, .preload *::after {
  transition: none !important;
}

.en {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.fss {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .fss {
    font-size: 1rem;
  }
}

.fwb {
  font-weight: 700;
}

@media screen and (min-width: 961px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: inherit;
    font-size: 1.25rem;
  }
  p, th, td, dt, dd, li, input, button, textarea {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  input, textarea, select, .select {
    font-size: 16px !important;
  }
}
/* ------------------------------
    common
------------------------------ */
.wrap_white {
  background: #fff;
  border-radius: 3.4rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .wrap_white {
    border-radius: 1rem;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
  }
}

.deco {
  position: absolute;
}
.deco.deco_circle {
  border-radius: 50%;
}
.deco.blue_circle {
  background: #0068B7;
}
.deco.red_circle {
  background: #ED1C24;
}
.deco.gray_circle {
  background: #D2D7DA;
}

.deco_wrap {
  width: 100%;
  position: absolute;
}

.headline.-large {
  font-size: 4rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10rem;
}
.headline.-medium {
  font-size: 3.2rem;
  line-height: 1.4375;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.headline.-medium::before {
  position: absolute;
  content: "";
  background: url(../img/icn_redblue_mark.svg) no-repeat center center/contain;
  width: 4.2rem;
  height: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
}
.headline.-small {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  padding-left: 2.8rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.headline.-small::before {
  position: absolute;
  content: "";
  background: url(../img/icn_red_mark.svg) no-repeat center center/contain;
  width: 2rem;
  height: 1.2rem;
  left: 0;
  transform: scale(-1, 1);
  top: 0.5em;
}
.headline.-blue {
  color: #0068B7;
}
.headline.-blue::before {
  background-image: url(../img/icn_blue_mark.svg);
  transform: scale(1, 1);
}
@media screen and (max-width: 960px) {
  .headline.-large {
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom: 6rem;
  }
  .headline.-medium {
    font-size: 2rem;
    line-height: 1.45;
  }
  .headline.-medium::before {
    width: 3.3rem;
    height: 1.95rem;
    top: -1.5rem;
  }
  .headline.-small {
    font-size: 1.7rem;
    line-height: 1.4411764706;
    padding-left: 2.5rem;
    margin-bottom: 1.2rem;
  }
  .headline.-small::before {
    width: 1.6rem;
    height: 0.95rem;
    top: 0.45em;
  }
}

.btn {
  /*
  &.external{
    a{
      min-width: 21rem;
      padding-right: 2.4rem;
      &::before{
        background: url(../img/icn_external.svg) no-repeat center center /contain;
        width: 1.8rem;
        height: 1.9rem;
        right: 2.8rem;
        top: 50%;
        transform: translateY(-50%);
      }
      @include sp {
        min-width: 27.1rem;
        padding-right: 2rem;
        &::before{
          width: 1.25rem;
          height: 1.2rem;
          right: 8.4rem;
        }
      }
    }
  }
  */
}
.btn a {
  height: 6rem;
  color: #fff;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0068B7;
  border-radius: 9999px;
  position: relative;
  transition: 0.3s ease;
}
.btn a::before, .btn a::after {
  position: absolute;
  content: "";
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .btn a:hover {
    background: #0080E2;
  }
}
@media screen and (max-width: 960px) {
  .btn a {
    height: 4.6rem;
    font-size: 1.25rem;
  }
}
.btn.primary a {
  min-width: 24rem;
}
.btn.primary a::before {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem #0068B7;
  border-right: solid 0.2rem #0068B7;
  right: 2.8rem;
  top: 48%;
  transform: translateY(-48%) rotate(135deg);
  z-index: 2;
}
.btn.primary a::after {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .btn.primary a:hover::before {
    border-top: solid 0.2rem #0080E2;
    border-right: solid 0.2rem #0080E2;
  }
}
@media screen and (max-width: 960px) {
  .btn.primary a {
    min-width: inherit;
  }
  .btn.primary a::before {
    width: 0.5rem;
    height: 0.5rem;
    border-top: solid 0.1rem #0068B7;
    border-right: solid 0.1rem #0068B7;
    right: 1.9rem;
  }
  .btn.primary a::after {
    width: 1.4rem;
    height: 1.4rem;
    right: 1.4rem;
  }
}
.btn.secondary a {
  min-width: 23.6rem;
  padding-left: 3.6rem;
}
.btn.secondary a::before {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem #0068B7;
  border-right: solid 0.2rem #0068B7;
  left: 4.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.btn.secondary a::after {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  left: 3.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .btn.secondary a {
    min-width: 26.3rem;
    padding-left: 2.8rem;
  }
  .btn.secondary a::before {
    width: 0.5rem;
    height: 0.5rem;
    border-top: solid 0.1rem #0068B7;
    border-right: solid 0.1rem #0068B7;
    left: 7.1rem;
  }
  .btn.secondary a::after {
    width: 1.4rem;
    height: 1.4rem;
    left: 6.8rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .btn.secondary a:hover {
    padding-left: 0;
    padding-right: 3.6rem;
  }
  .btn.secondary a:hover::before {
    left: auto;
    right: 5.3rem;
    border-top: solid 0.2rem #0080E2;
    border-right: solid 0.2rem #0080E2;
    transform: translateY(-50%) translateX(100%) rotate(45deg);
  }
  .btn.secondary a:hover::after {
    left: auto;
    right: 6rem;
    transform: translateY(-50%) translateX(100%) rotate(45deg);
  }
}
.btn.external a {
  min-width: 26rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
}
.btn.external a .btn_txt {
  color: #fff;
  font-size: 1.8rem;
}
.btn.external a .btn_txt .link_lang {
  font-size: 1.4rem;
  vertical-align: text-bottom;
}
.btn.external a .btn_icn {
  line-height: 1;
}
.btn.external a .btn_icn img {
  width: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .btn.external a {
    min-width: 27.1rem;
    gap: 0 0.5rem;
  }
  .btn.external a .btn_txt {
    font-size: 1.25rem;
  }
  .btn.external a .btn_txt .link_lang {
    font-size: 1rem;
  }
  .btn.external a .btn_icn img {
    width: 1.2rem;
    margin-bottom: 0.1rem;
  }
}

/* ------------------------------
    header
------------------------------ */
#header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
#header .wrap {
  width: 89%;
  max-width: inherit;
  height: 11rem;
  padding: 0 0 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 4rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 auto;
}
#header .wrap:hover {
  background: rgba(255, 255, 255, 1);
}
#header .logo {
  display: flex;
  align-items: center;
}
#header .logo a {
  display: block;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #0068B7;
}
#header .nav_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header nav .nav_inner {
  display: flex;
  align-items: center;
}
#header nav .gnavi {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
#header nav .gnavi > li {
  position: relative;
}
#header nav .gnavi > li.current span {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #0068B7;
  font-weight: 700;
  padding-left: 2em;
}
#header nav .gnavi > li.current span::before {
  position: absolute;
  content: "";
  background: url(../img/icn_red_mark.svg) no-repeat center center/contain;
  width: 2rem;
  height: 1.2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header nav .gnavi > li > a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  #header nav .gnavi > li > a:hover {
    color: #0068B7;
    font-weight: 700;
  }
}
#header .btn_langage {
  margin-left: 5.5rem;
  position: relative;
  width: 11rem;
  height: 11rem;
}
#header .btn_langage p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0068B7;
  cursor: pointer;
  transition: 0.3s ease;
}
#header .btn_langage p img {
  width: 3.2rem;
  height: 3.2rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  #header .btn_langage p:hover {
    background: #0080E2;
  }
}
#header .btn_langage .panel {
  display: none;
  position: absolute;
  top: 11rem;
  right: 0;
  transition: opacity 0.3s ease;
}
#header .btn_langage .panel_list {
  display: flex;
  flex-direction: column;
  width: 25rem;
}
#header .btn_langage .panel_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  background: #0068B7;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  #header .btn_langage .panel_list li a:hover {
    background: #0080E2;
  }
}

@media screen and (max-width: 960px) {
  #header,
#header .wrap {
    width: 100%;
    height: 7rem;
  }
  #header {
    padding: 0 0 0 1.6rem;
    z-index: 999;
  }
  #header .wrap {
    padding: 0 0 0 1.6rem;
    position: relative;
    border-bottom-left-radius: 1.5rem;
    box-shadow: none;
    margin: 0 auto;
  }
  #header .logo a {
    font-size: 1.8rem;
  }
  #header .menu_trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 7rem;
    z-index: 999;
    background: #f8f8f8;
    text-align: center;
  }
  #header .menu_trigger .trigger {
    width: 2.5rem;
    height: 2rem;
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #0068B7;
  }
  #header .menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  #header .menu_trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #header .menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #header nav {
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 7rem;
    bottom: 0;
    height: 100%;
    transform: translateX(100%);
    transition: 0.5s;
    z-index: 998;
  }
  #header nav .nav_inner {
    background: #fff;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    top: 0;
    left: 0;
    width: calc(100% - 1.6rem);
    overflow-y: auto;
    height: 100%;
    max-height: 42.2rem;
    position: relative;
    margin: 0;
    padding: 2rem;
    display: block;
  }
  #header nav .nav_inner .gnavi {
    margin: 0 auto;
    flex-direction: column;
    gap: 1.5rem 0;
    padding-bottom: 10rem;
  }
  #header nav .nav_inner .gnavi > li {
    width: 100%;
  }
  #header nav .nav_inner .gnavi > li.current span {
    width: 100%;
    height: 5.5rem;
    background: #fff;
    border: 2px solid #0068B7;
    border-radius: 1rem;
    font-size: 1.25rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding-left: calc(1.5rem + 2em);
  }
  #header nav .nav_inner .gnavi > li.current span::before {
    width: 1.6rem;
    height: 1rem;
    left: 1.5rem;
  }
  #header nav .nav_inner .gnavi > li > a {
    width: 100%;
    height: 5.5rem;
    background: #fff;
    border: 1px solid #0068B7;
    border-radius: 1rem;
    font-size: 1.25rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
  }
  #header .btn_langage {
    position: absolute;
    right: 6rem;
    top: 0;
    z-index: 999;
    margin-left: 0;
    width: 6rem;
    height: 7rem;
  }
  #header .btn_langage p img {
    width: 2rem;
    height: 2rem;
  }
  #header .btn_langage .panel {
    top: 7rem;
  }
  #header .btn_langage .panel_list {
    width: 15rem;
  }
  #header .btn_langage .panel_list li a {
    height: 4rem;
    font-size: 1.25rem;
  }
  #header.navOpen .wrap {
    background: rgb(255, 255, 255);
  }
  #header.navOpen .menu_trigger span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  #header.navOpen .menu_trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #header.navOpen .menu_trigger span:nth-of-type(3) {
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  #header.navOpen nav {
    transform: translateX(1.7rem);
  }
}
/* ------------------------------
    footer
------------------------------ */
.footer {
  position: relative;
  border-top: 1rem solid #0068B7;
  margin-top: 8rem;
}
.footer_top {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  z-index: 999;
}
.footer_top a {
  width: 8rem;
  height: 8rem;
  background: #0068B7;
  border-radius: 50%;
  border: 0.5rem solid #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.footer_top a span {
  font-weight: 500;
  font-size: 1.6rem;
  transition: 0.3s ease;
  color: #fff;
  padding-top: 2rem;
}
.footer_top a::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  left: 50%;
  top: 2.4rem;
  transform: translateX(-50%) rotate(-45deg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .footer_top a:hover {
    background: #0080E2;
  }
}
.footer .wrap {
  padding: 4.2rem 0;
}
.footer .wrap * {
  color: #0068B7;
  text-align: center;
}
.footer_info .logo {
  width: 6.2rem;
  margin: 0 auto 2.2rem;
}
@media screen and (max-width: 960px) {
  .footer {
    border-top: 0.5rem solid #0068B7;
    margin-top: 5rem;
  }
  .footer_top {
    right: 1.6em;
    bottom: 2.5rem;
  }
  .footer_top a {
    width: 4rem;
    height: 4rem;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    border: 0.2rem solid #fff;
  }
  .footer_top a span {
    font-size: 0.8rem;
    padding-top: 1.2rem;
  }
  .footer_top a::before {
    width: 1rem;
    height: 1rem;
    border-top: solid 0.1rem #fff;
    border-right: solid 0.1rem #fff;
    top: 1.1rem;
  }
  .footer .wrap {
    padding: 1.5rem 0;
  }
  .footer_info .logo {
    width: 3.1rem;
    margin: 0 auto 1.2rem;
  }
}

/* ------------------------------
    mv
------------------------------ */
.sec_mv {
  padding-bottom: 38.5rem;
  position: relative;
  z-index: 2;
}
.sec_mv_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sec_mv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-height: 180rem;
}
.sec_mv .deco_wrap {
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_mv .deco_left {
  width: 57.3rem;
  height: 57.3rem;
  left: -38.3rem;
  top: 3.1rem;
}
.sec_mv .deco_right {
  width: 29rem;
  height: 29rem;
  right: -14.5rem;
  top: 0;
}
.sec_mv .catch {
  padding-top: 14rem;
  max-width: 50rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sec_mv .catch * {
  color: #0068B7;
  text-align: center;
}
.sec_mv .catch .head {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.sec_mv .catch .ttl {
  font-weight: 700;
}
.sec_mv .catch .ttl * {
  display: block;
  position: relative;
}
.sec_mv .catch .ttl .txt1 {
  font-size: 3.4rem;
  line-height: 1.6470588235;
  margin-bottom: 0.5rem;
}
.sec_mv .catch .ttl .txt2 {
  font-size: 4.5rem;
  line-height: 1.2;
}
.sec_mv .catch .ttl .txt2::before, .sec_mv .catch .ttl .txt2::after {
  position: absolute;
  content: "";
  background: url(../img/icn_red_mark.svg) no-repeat center center/contain;
  width: 4.3rem;
  height: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec_mv .catch .ttl .txt2::before {
  left: -2rem;
  transform: translateY(-50%) scale(-1, 1);
}
.sec_mv .catch .ttl .txt2::after {
  right: -2rem;
}
@media screen and (max-width: 960px) {
  .sec_mv {
    padding-bottom: 26.2rem;
  }
  .sec_mv_bg img {
    max-height: inherit;
  }
  .sec_mv .deco_wrap {
    bottom: 0;
  }
  .sec_mv .deco_left {
    width: 11.7rem;
    height: 11.7rem;
    left: -9rem;
    top: 1.3rem;
  }
  .sec_mv .deco_right {
    width: 7rem;
    height: 7rem;
    right: -4.6rem;
    top: -3.5rem;
  }
  .sec_mv .catch {
    padding-top: 15rem;
    max-width: inherit;
  }
  .sec_mv .catch .head {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }
  .sec_mv .catch .ttl .txt1 {
    font-size: 2.05rem;
    margin-bottom: 0.5rem;
  }
  .sec_mv .catch .ttl .txt2 {
    font-size: 2.8rem;
  }
  .sec_mv .catch .ttl .txt2::before, .sec_mv .catch .ttl .txt2::after {
    width: 2.7rem;
    height: 1.55rem;
  }
  .sec_mv .catch .ttl .txt2::before {
    left: -1.2rem;
  }
  .sec_mv .catch .ttl .txt2::after {
    right: -1.2rem;
  }
}
.sec_mv .lead {
  margin-top: 35rem;
}
.sec_mv .lead .wrap {
  position: relative;
}
.sec_mv .lead .wrap_white {
  position: relative;
  width: 115rem;
  margin: 0 0 0 auto;
  padding: 5.5rem 5rem;
}
.sec_mv .lead .ttl {
  color: #0068B7;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}
.sec_mv .lead .txt {
  width: 77rem;
  padding-right: 3rem;
  border-right: 0.05rem solid #707070;
}
.sec_mv .lead .txt p + p {
  margin-top: 1.2rem;
}
.sec_mv .lead .logo {
  width: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_mv .lead .logo .icn {
  width: 25.6rem;
}
.sec_mv .lead .logo_txt {
  margin-top: 2rem;
  margin-left: 3rem;
}
.sec_mv .lead .logo_txt .logo_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0068B7;
  padding: 0.3em 1em;
  color: #fff;
  font-size: 1.8rem;
}
.sec_mv .lead .logo_txt .logo_link .link_lang {
  padding-left: 0.3rem;
  font-size: 1.4rem;
}
.sec_mv .lead .logo_txt .logo_link::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #0068B7;
  width: 2rem;
  height: 1.6rem;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_mv .lead .map {
  position: relative;
  margin-top: 14rem;
}
.sec_mv .lead .map img {
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .sec_mv .lead {
    margin-top: 38.8rem;
  }
  .sec_mv .lead .wrap_white {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
    padding: 2rem 2rem;
  }
  .sec_mv .lead .flex {
    flex-direction: column;
  }
  .sec_mv .lead .ttl {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
  .sec_mv .lead .txt {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .sec_mv .lead .txt p + p {
    margin-top: 1.2rem;
  }
  .sec_mv .lead .logo {
    width: 100%;
  }
  .sec_mv .lead .logo .icn {
    width: 24.4rem;
  }
  .sec_mv .lead .logo_txt {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_mv .lead .logo_txt .logo_link {
    padding: 0.3em 1.2em;
    font-size: 1.25rem;
  }
  .sec_mv .lead .logo_txt .logo_link .link_lang {
    font-size: 1rem;
  }
  .sec_mv .lead .logo_txt .logo_link::before {
    width: 1.6rem;
    height: 1.4rem;
    top: -1.3rem;
  }
  .sec_mv .lead .map {
    position: relative;
    margin: 10.5rem auto 0;
    text-align: center;
  }
  .sec_mv .lead .map img {
    width: 26.3rem;
    border-radius: 1rem;
  }
}
.sec_mv .deco_myakumyaku {
  bottom: -16.5rem;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.sec_mv .deco_myakumyaku .img {
  width: 24.3rem;
}
.sec_mv .deco_myakumyaku .name {
  margin-left: -5rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 960px) {
  .sec_mv .deco_myakumyaku {
    bottom: -7.6rem;
    left: 1.5rem;
  }
  .sec_mv .deco_myakumyaku .img {
    width: 8.2rem;
  }
  .sec_mv .deco_myakumyaku .name {
    margin-left: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.6666666667;
  }
}

/* ------------------------------
    area kansai
------------------------------ */
.sec_areakansai {
  position: relative;
  padding: 12rem 0 15rem;
}
.sec_areakansai::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 108rem;
  background: rgb(239, 239, 239);
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 79.7%, rgb(255, 255, 255) 79.7%, rgb(255, 255, 255) 100%);
  top: 0;
  left: 0;
}
.sec_areakansai .deco_wrap {
  top: -21.7rem;
  right: -50.6rem;
}
.sec_areakansai .deco_top {
  width: 23.6rem;
  height: 23.6rem;
  right: 56rem;
  top: 7.8rem;
  z-index: 2;
}
.sec_areakansai .deco_under {
  width: 75.4rem;
  height: 75.4rem;
  right: 0;
  top: 0;
}
.sec_areakansai .flex {
  align-items: flex-start;
}
.sec_areakansai .head {
  width: 105rem;
  margin: 0 auto 12rem 0;
}
.sec_areakansai .txt {
  width: 40rem;
  padding-top: 2rem;
}
.sec_areakansai .txt .headline {
  margin-bottom: 4rem;
}
.sec_areakansai .map {
  position: relative;
  width: 60.2rem;
}
.sec_areakansai .area_list {
  display: flex;
  justify-content: space-between;
}
.sec_areakansai .area_list .item {
  width: 41.6rem;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  padding: 3rem;
}
.sec_areakansai .area_list .item .copyright {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}
.sec_areakansai .area_list p + p {
  margin-top: 1.2rem;
}
.sec_areakansai .area_list .btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .sec_areakansai {
    padding: 2.2rem 0 7.5rem;
  }
  .sec_areakansai::before {
    max-height: 50rem;
    background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 95.7%, rgb(255, 255, 255) 95.7%, rgb(255, 255, 255) 100%);
  }
  .sec_areakansai .deco_wrap {
    top: -19rem;
    right: -8.5rem;
  }
  .sec_areakansai .deco_top {
    width: 5rem;
    height: 5rem;
    right: 11.9rem;
    top: 1.8rem;
  }
  .sec_areakansai .deco_under {
    width: 16.8rem;
    height: 16.8rem;
    right: 0;
    top: 0;
  }
  .sec_areakansai .flex {
    flex-direction: column;
    justify-content: center;
  }
  .sec_areakansai .head {
    width: 100%;
    margin: 0 auto 3.6rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sec_areakansai .txt {
    width: calc(100% - 3.2rem);
    margin: 1.8rem auto 2rem;
    padding-top: 0;
  }
  .sec_areakansai .txt .headline {
    margin-bottom: 2.2rem;
  }
  .sec_areakansai .map {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
  }
  .sec_areakansai .area_list {
    flex-direction: column;
    gap: 2rem 0;
  }
  .sec_areakansai .area_list .item {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    padding: 2rem;
  }
  .sec_areakansai .area_list .item .copyright {
    font-size: 1rem;
  }
  .sec_areakansai .area_list p + p {
    margin-top: 1rem;
  }
  .sec_areakansai .area_list .operation_bar {
    margin: 0.5rem auto 2.4rem;
  }
  .sec_areakansai .area_list .btn {
    margin-top: 3.6rem;
  }
}

/* ------------------------------
    areainfo
------------------------------ */
.sec_areainfo {
  position: relative;
  padding: 15rem 0 8rem;
}
.sec_areainfo::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 82rem;
  background: rgb(239, 239, 239);
  bottom: 0;
  left: 0;
}
.sec_areainfo .headline.-large {
  margin-bottom: 10rem;
}
.sec_areainfo .headline.-medium {
  margin-bottom: 4rem;
}
.sec_areainfo .headline.-small {
  margin-bottom: 4rem;
}
.sec_areainfo .deco_myakumyaku {
  width: 18.8rem;
  left: 0;
  top: 8.9rem;
}
.sec_areainfo .btn_wrap {
  width: 76rem;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2rem;
}
.sec_areainfo .txt_wrap {
  gap: 0 6.5rem;
  margin: 8rem auto;
}
.sec_areainfo .txt_wrap .txt {
  width: 56rem;
}
.sec_areainfo .txt_wrap .txt p + p {
  margin-top: 1.2rem;
}
.sec_areainfo .txt_wrap .video {
  width: 67.8rem;
}
.sec_areainfo .txt_wrap .video video {
  width: 67.8rem;
  height: 100%;
  aspect-ratio: 678/404;
  cursor: pointer;
}
.sec_areainfo .map {
  width: 100rem;
  margin: 0 auto;
  padding-top: 8.5rem;
}
.sec_areainfo .map iframe {
  border: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/584;
  border-radius: 2rem;
}
.sec_areainfo .map .map_caption {
  font-size: 1.4rem;
}
.sec_areainfo .deco_wrap01 {
  top: -11rem;
  right: -24.4rem;
}
.sec_areainfo .deco_top {
  width: 17.8rem;
  height: 17.8rem;
  right: 43.5rem;
  top: 39.8rem;
  z-index: 2;
}
.sec_areainfo .deco_under {
  width: 58.4rem;
  height: 58.4rem;
  right: 0;
  top: 0;
}
.sec_areainfo .deco_wrap02 {
  bottom: 86.8rem;
}
.sec_areainfo .deco_left {
  width: 62.7rem;
  height: 62.7rem;
  left: -34.6rem;
  top: 0;
}
.sec_areainfo .deco_right {
  width: 41rem;
  height: 41rem;
  right: -20.5rem;
  top: 40rem;
}
@media screen and (max-width: 960px) {
  .sec_areainfo {
    padding: 7.5rem 0 4.5rem;
  }
  .sec_areainfo::before {
    max-height: 31.4rem;
  }
  .sec_areainfo .headline.-large {
    margin-bottom: 4.5rem;
  }
  .sec_areainfo .headline.-medium {
    margin-bottom: 2.3rem;
  }
  .sec_areainfo .headline.-small {
    margin-bottom: 3.5rem;
  }
  .sec_areainfo .deco_myakumyaku {
    width: 7.2rem;
    left: 1.6rem;
    top: 0;
  }
  .sec_areainfo .btn_wrap {
    width: 100%;
    gap: 1.2rem calc(100% - 33rem);
  }
  .sec_areainfo .btn_wrap .btn a {
    width: 16.5rem;
  }
  .sec_areainfo .txt_wrap {
    flex-direction: column;
    gap: 2rem 0;
    margin: 4.2rem auto;
  }
  .sec_areainfo .txt_wrap .txt {
    width: 100%;
  }
  .sec_areainfo .txt_wrap .txt p + p {
    margin-top: 1rem;
  }
  .sec_areainfo .txt_wrap .video {
    width: 100%;
  }
  .sec_areainfo .txt_wrap .video video {
    width: 100%;
    height: 100%;
    aspect-ratio: 686/409;
  }
  .sec_areainfo .map {
    width: 31.1rem;
    padding-top: 2rem;
  }
  .sec_areainfo .map iframe {
    aspect-ratio: 1;
    border-radius: 1rem;
  }
  .sec_areainfo .map .headline {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .sec_areainfo .deco_wrap01 {
    top: -3.6rem;
    right: -11.8rem;
  }
  .sec_areainfo .deco_top {
    width: 6.05rem;
    height: 6.05rem;
    right: 14.5rem;
    top: 13.5rem;
  }
  .sec_areainfo .deco_under {
    width: 19.8rem;
    height: 19.8rem;
    right: 0;
    top: 0;
  }
  .sec_areainfo .deco_wrap02 {
    bottom: 34rem;
  }
  .sec_areainfo .deco_left {
    width: 10.5rem;
    height: 10.5rem;
    left: -8rem;
    top: 0;
  }
  .sec_areainfo .deco_right {
    width: 5.8rem;
    height: 5.8rem;
    right: -3.2rem;
    top: 26.9rem;
  }
}

.areainfo_detail {
  background: #0068B7;
  padding: 14rem 0 7rem 0;
}
@media screen and (max-width: 960px) {
  .areainfo_detail {
    padding: 5rem 0;
  }
}

.areainfo_slider .slick-list {
  overflow: visible;
}
.areainfo_slider .slick-slide {
  margin: 0 2.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.areainfo_slider .prev-arrow {
  left: 22rem;
}
.areainfo_slider .next-arrow {
  right: 22rem;
}
.areainfo_slider .item {
  width: 80rem;
  min-height: 67.5rem;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  padding: 4.5rem 5rem 3.5rem;
}
.areainfo_slider .item > .headline {
  margin-bottom: 3.5rem;
}
.areainfo_slider .img_wrap {
  margin-bottom: 1.8rem;
  justify-content: center;
  gap: 2rem;
}
.areainfo_slider .img_wrap .img {
  width: 34rem;
}
.areainfo_slider .txt_wrap {
  position: relative;
  padding-bottom: 10rem;
  /* p tag draggable
  p{
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
  }
  */
}
.areainfo_slider .txt_wrap p + p {
  margin-top: 1rem;
}
.areainfo_slider .txt_wrap .btn.external {
  position: absolute;
  bottom: 0;
}
.areainfo_slider .access_wrap {
  position: relative;
  border-top: 0.05rem solid #0068B7;
  margin-top: 2rem;
  padding-top: 2.2rem;
  padding-left: 2em;
}
.areainfo_slider .access_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/icn_train.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.9rem;
  left: 0;
  top: 2.2rem;
}
.areainfo_slider .access_wrap p {
  color: #0068B7;
  font-size: 1.6rem;
  line-height: 1.8125;
}
.areainfo_slider .access_wrap p.indent {
  text-indent: -1.8em;
  margin-left: 1.8em;
}
@media screen and (max-width: 960px) {
  .areainfo_slider {
    margin-bottom: 1.5rem;
  }
  .areainfo_slider .slick-slide {
    margin: 0 1rem;
  }
  .areainfo_slider .prev-arrow {
    left: 1.5rem;
  }
  .areainfo_slider .next-arrow {
    right: 1.5rem;
  }
  .areainfo_slider .item {
    width: 31.1rem;
    min-height: inherit;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    padding: 2rem;
  }
  .areainfo_slider .item > .headline {
    margin-bottom: 2rem;
  }
  .areainfo_slider .img_wrap {
    margin-bottom: 1.5rem;
  }
  .areainfo_slider .img_wrap .img {
    width: 13.3rem;
  }
  .areainfo_slider .txt_wrap {
    padding-bottom: 7rem;
  }
  .areainfo_slider .txt_wrap p + p {
    margin-top: 0.5rem;
  }
  .areainfo_slider .access_wrap {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 2.5em;
  }
  .areainfo_slider .access_wrap::before {
    width: 1.7em;
    height: 1.95rem;
    top: 1.6rem;
  }
  .areainfo_slider .access_wrap p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* ------------------------------
    gourmet
------------------------------ */
.sec_gourmet {
  position: relative;
  padding: 14rem 0 0;
}
.sec_gourmet .bg {
  position: relative;
}
.sec_gourmet .bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 188.8rem;
  background: rgb(239, 239, 239);
  bottom: 0;
  left: 0;
}
#nara .sec_gourmet .bg::before {
  height: 108.8rem;
}
.sec_gourmet .bg + .bg {
  margin-top: 8rem;
}
.sec_gourmet .headline.-medium {
  margin-bottom: 8rem;
  z-index: 1;
}
.sec_gourmet .headline.-small {
  margin-bottom: 4rem;
}
.sec_gourmet .slider_container {
  position: relative;
  padding-bottom: 12rem;
}
.sec_gourmet .deco_myakumyaku01 {
  width: 22rem;
  left: 0;
  top: 0;
}
.sec_gourmet .deco_myakumyaku02 {
  width: 17.2rem;
  right: 0;
  top: 0;
}
.sec_gourmet .deco_myakumyaku03 {
  width: 30.6rem;
  left: 38rem;
  bottom: 9rem;
}
#nara .sec_gourmet .deco_myakumyaku02 {
  width: 23.3rem;
  right: 42rem;
  top: auto;
  bottom: 12rem;
  z-index: 4;
}
#nara .sec_gourmet .deco_myakumyaku02 img,
#nara .sec_gourmet .deco_myakumyaku03 img {
  width: 100%;
}
.sec_gourmet .deco_wrap_mini {
  width: 30rem;
  right: 45rem;
  bottom: 86rem;
  z-index: 3;
}
.sec_gourmet .deco_wrap_mini .deco_left {
  width: 24.8rem;
  height: 24.8rem;
}
.sec_gourmet .deco_wrap_mini .deco_right {
  width: 9.8rem;
  height: 9.8rem;
  right: 1.7rem;
  top: 1rem;
}
.sec_gourmet .deco_myakumyaku03 + .deco_wrap_mini {
  right: auto;
  left: 48rem;
}
.sec_gourmet .deco_myakumyaku03 + .deco_wrap_mini .deco_right {
  right: 0;
  left: -3rem;
}
.sec_gourmet .container_l {
  gap: 0 8.5rem;
}
.sec_gourmet .container_l.reverse {
  flex-direction: row-reverse;
}
.sec_gourmet .txt_wrap {
  width: 50rem;
}
.sec_gourmet .txt_wrap p + p {
  margin-top: 1.5rem;
}
.sec_gourmet .main_img {
  flex: 1;
}
.sec_gourmet .main_img.img_left {
  margin-left: calc(50% - 50vw);
}
.sec_gourmet .main_img.img_right {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .sec_gourmet {
    padding: 7rem 0 0;
  }
  .sec_gourmet .bg::before {
    height: 65rem;
  }
  .sec_gourmet .bg + .bg {
    margin-top: 8rem;
  }
  .sec_gourmet .headline.-medium {
    margin-bottom: 4rem;
  }
  .sec_gourmet .headline.-small {
    margin-bottom: 2rem;
  }
  .sec_gourmet .main_img {
    margin-bottom: 8rem;
  }
  #nara .sec_gourmet .main_img {
    margin-bottom: 14rem;
  }
  #yoshino .sec_gourmet .main_img {
    margin-bottom: 12rem;
  }
  .sec_gourmet .slider_container {
    padding-bottom: 5.5rem;
  }
  .sec_gourmet .deco_myakumyaku01 {
    width: 8.3rem;
    left: auto;
    right: 0;
    top: -42.3rem;
  }
  #nara .sec_gourmet .deco_myakumyaku01 {
    top: -39.3rem;
  }
  #yoshino .sec_gourmet .deco_myakumyaku01 {
    top: -38.3rem;
  }
  .sec_gourmet .deco_myakumyaku02 {
    width: 7rem;
    top: -37.3rem;
  }
  #nara .sec_gourmet .deco_myakumyaku02 {
    width: 7rem;
    right: 0;
    top: -39rem;
  }
  .sec_gourmet .deco_myakumyaku03 {
    width: 7rem;
    top: -38rem;
  }
  #nara .sec_gourmet .deco_myakumyaku03 {
    width: 9rem;
    right: 0;
    left: auto;
    top: -41rem;
  }
  .sec_gourmet .deco_wrap_mini {
    display: none;
  }
  .sec_gourmet .container_l {
    flex-direction: column !important;
  }
  .sec_gourmet .txt_wrap {
    width: 100%;
  }
  .sec_gourmet .txt_wrap p + p {
    margin-top: 1rem;
  }
}
.sec_gourmet .gourmet_slider {
  display: flex;
  flex-wrap: wrap;
  width: 100rem;
  margin-top: 6rem;
  margin-left: auto;
  gap: 2.8rem;
}
.sec_gourmet .gourmet_slider.-right {
  justify-content: right;
}
@media screen and (max-width: 960px) {
  .sec_gourmet .gourmet_slider {
    width: 100%;
    display: block;
    margin: 15rem auto 1.5rem;
  }
  .sec_gourmet .gourmet_slider .slick-slide {
    margin: 0 1rem;
  }
  .sec_gourmet .gourmet_slider .slick-list {
    overflow: visible;
  }
  .sec_gourmet .gourmet_slider .prev-arrow {
    left: -0.2rem;
  }
  .sec_gourmet .gourmet_slider .next-arrow {
    right: -0.2rem;
  }
}
.sec_gourmet .gourmet_slider.left {
  margin-right: auto;
  margin-left: 0;
}
.sec_gourmet .gourmet_slider .item a {
  display: block;
  position: relative;
  width: 48.6rem;
  min-height: 78rem;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  padding: 3rem 3rem 10rem;
  transition: 0.3s ease;
  margin: 0 auto;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .sec_gourmet .gourmet_slider .item a:hover .img img {
    opacity: 0.7;
  }
  .sec_gourmet .gourmet_slider .item a:hover .headline.-blue {
    color: #0080E2;
    margin-bottom: 1.4rem;
  }
  .sec_gourmet .gourmet_slider .item a:hover .headline.-blue::before {
    background-image: url(../img/icn_skblue_mark.svg);
  }
  .sec_gourmet .gourmet_slider .item a:hover .btn {
    background: #0080E2;
  }
}
@media screen and (max-width: 960px) {
  .sec_gourmet .gourmet_slider .item a {
    width: 31.1rem;
    min-height: 51rem;
    height: 100%;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    padding: 2rem 2rem 6rem;
  }
}
.sec_gourmet .gourmet_slider .img {
  margin-bottom: 1.8rem;
}
.sec_gourmet .gourmet_slider .img img {
  width: 42.6rem;
  transition: 0.3s ease;
}
.sec_gourmet .gourmet_slider .headline.-blue {
  margin-bottom: 1.4rem;
}
.sec_gourmet .gourmet_slider .txt {
  padding-left: 2.8rem;
}
.sec_gourmet .gourmet_slider .access_wrap {
  position: relative;
  margin-top: 2rem;
  padding-left: 2em;
}
.sec_gourmet .gourmet_slider .access_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/icn_train.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2.32rem;
  left: 0;
  top: 0.6rem;
}
.sec_gourmet .gourmet_slider .access_wrap p {
  color: #0068B7;
  font-size: 1.6rem;
  line-height: 1.8125;
}
.sec_gourmet .gourmet_slider .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48.6rem;
  color: #fff;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.2rem;
  background: #0068B7;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: 0.3s ease;
}
.sec_gourmet .gourmet_slider .btn .btn_txt {
  color: #fff;
  font-size: 1.8rem;
}
.sec_gourmet .gourmet_slider .btn .btn_txt .link_lang {
  font-size: 1.4rem;
  vertical-align: bottom;
}
.sec_gourmet .gourmet_slider .btn .btn_icn img {
  width: 2rem;
}
@media screen and (max-width: 960px) {
  .sec_gourmet .gourmet_slider .img {
    margin-bottom: 1.5rem;
  }
  .sec_gourmet .gourmet_slider .img .img {
    width: 100%;
  }
  .sec_gourmet .gourmet_slider .headline.-blue {
    margin-bottom: 2rem;
  }
  .sec_gourmet .gourmet_slider .txt {
    padding-left: 0;
  }
  .sec_gourmet .gourmet_slider .access_wrap {
    margin-top: 2rem;
    padding-left: 2em;
  }
  .sec_gourmet .gourmet_slider .access_wrap::before {
    width: 1.7em;
    height: 1.95rem;
    top: 0.2rem;
  }
  .sec_gourmet .gourmet_slider .access_wrap p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sec_gourmet .gourmet_slider .btn {
    width: 100%;
    height: 3.8rem;
    gap: 0 0.8rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .sec_gourmet .gourmet_slider .btn .btn_txt {
    font-size: 1.25rem;
  }
  .sec_gourmet .gourmet_slider .btn .btn_txt .link_lang {
    font-size: 1rem;
  }
  .sec_gourmet .gourmet_slider .btn .btn_icn img {
    width: 1.2rem;
  }
}
.sec_gourmet .deco_red_right {
  width: 57.3rem;
  height: 57.3rem;
  right: -40.7rem;
  top: 42.9rem;
}
.sec_gourmet .deco_wrap01 {
  bottom: 68rem;
  left: -34.7rem;
}
.sec_gourmet .deco_top_left {
  width: 23.6rem;
  height: 23.6rem;
  left: 55rem;
  top: 8.2rem;
  z-index: 2;
}
.sec_gourmet .deco_under_left {
  width: 75.4rem;
  height: 75.4rem;
  left: 0;
  top: 0;
}
.sec_gourmet .deco_red_left {
  width: 57.3rem;
  height: 57.3rem;
  left: -40.7rem;
  top: 42.9rem;
}
.sec_gourmet .deco_blue_left {
  width: 46.2rem;
  height: 46.2rem;
  left: -23rem;
  top: 96.9rem;
}
.sec_gourmet .deco_blue_right {
  width: 46.2rem;
  height: 46.2rem;
  right: -23rem;
  top: 96.9rem;
}
.sec_gourmet .deco_wrap02 {
  bottom: 68rem;
  right: -34.7rem;
}
.sec_gourmet .deco_top_right {
  width: 23.6rem;
  height: 23.6rem;
  right: 55rem;
  top: 8.2rem;
  z-index: 2;
}
.sec_gourmet .deco_under_right {
  width: 75.4rem;
  height: 75.4rem;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .sec_gourmet .deco_red_right {
    width: 6.7rem;
    height: 6.7rem;
    right: -4rem;
    top: 57.8rem;
  }
  .sec_gourmet .deco_wrap01 {
    bottom: 6.2rem;
    left: -14.4rem;
  }
  .sec_gourmet .deco_top_left {
    width: 6.4rem;
    height: 6.4rem;
    left: 15.4rem;
    top: 2.2rem;
  }
  .sec_gourmet .deco_under_left {
    width: 20.6rem;
    height: 20.6rem;
  }
  .sec_gourmet .deco_red_left {
    width: 6.7rem;
    height: 6.7rem;
    left: -5.7rem;
    top: 55.2rem;
  }
  .sec_gourmet .deco_blue_right, .sec_gourmet .deco_blue_left {
    display: none;
  }
  .sec_gourmet .deco_wrap02 {
    bottom: 5rem;
    right: -14.4rem;
  }
  .sec_gourmet .deco_top_right {
    width: 6.4rem;
    height: 6.4rem;
    right: 15.4rem;
    top: 2.2rem;
  }
  .sec_gourmet .deco_under_right {
    width: 20.6rem;
    height: 20.6rem;
  }
}

/* ------------------------------
    stay
------------------------------ */
.bg_blue {
  position: relative;
  padding-bottom: 12rem;
}
.bg_blue::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 99.3rem;
  background: rgb(0, 104, 183);
  top: 70rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .bg_blue {
    padding-bottom: 6rem;
  }
  .bg_blue::before {
    max-height: 52.1rem;
    top: 38rem;
  }
}

.sec_stay {
  position: relative;
  padding: 14rem 0 8rem;
}
.sec_stay .wrap > .headline {
  margin-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .sec_stay {
    padding: 9.4rem 0 4.5rem;
  }
  .sec_stay .wrap > .headline {
    margin-bottom: 4rem;
  }
}
.sec_stay .stay_slider {
  position: relative;
  z-index: 2;
}
.sec_stay .stay_slider .slick-list {
  overflow: visible;
}
.sec_stay .stay_slider .slick-slide {
  margin: 0 2.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.sec_stay .stay_slider .prev-arrow {
  left: 22rem;
}
.sec_stay .stay_slider .next-arrow {
  right: 22rem;
}
.sec_stay .stay_slider .item {
  width: 80rem;
  min-height: 64.9rem;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  padding: 4.5rem 5rem 6.5rem;
}
.sec_stay .stay_slider .item > .headline {
  margin-bottom: 3.5rem;
}
.sec_stay .stay_slider .img_wrap {
  margin-bottom: 1.8rem;
}
.sec_stay .stay_slider .img_wrap .img {
  width: 34rem;
}
.sec_stay .stay_slider .txt_wrap p + p {
  margin-top: 1rem;
}
.sec_stay .stay_slider .access_wrap {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 7.5rem;
  padding-top: 2.2rem;
  padding-left: 2em;
}
.sec_stay .stay_slider .access_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/icn_train.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.9rem;
  left: 0;
  top: 2.2rem;
}
.sec_stay .stay_slider .access_wrap p:not(.btn) {
  color: #0068B7;
  font-size: 1.6rem;
  line-height: 1.8125;
}
.sec_stay .stay_slider .access_wrap p:not(.btn).indent {
  text-indent: -3em;
  margin-left: 3em;
}
.sec_stay .stay_slider .btn {
  position: absolute;
  bottom: 6.5rem;
  left: 4.5rem;
}
@media screen and (max-width: 960px) {
  .sec_stay .stay_slider .slick-slide {
    margin: 0 1rem;
  }
  .sec_stay .stay_slider .prev-arrow {
    left: -0.2rem;
  }
  .sec_stay .stay_slider .next-arrow {
    right: -0.2rem;
  }
  .sec_stay .stay_slider .item {
    width: 31.1rem;
    min-height: 44.7rem;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    padding: 2rem 2rem 6rem;
  }
  .sec_stay .stay_slider .item > .headline {
    margin-bottom: 1.8rem;
  }
  .sec_stay .stay_slider .img_wrap {
    margin-bottom: 1.4rem;
  }
  .sec_stay .stay_slider .img_wrap .img {
    width: 13.3rem;
  }
  .sec_stay .stay_slider .txt_wrap p + p {
    margin-top: 0.5rem;
  }
  .sec_stay .stay_slider .access_wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-left: 2.5em;
  }
  .sec_stay .stay_slider .access_wrap::before {
    width: 1.7em;
    height: 1.95rem;
    top: 0;
  }
  .sec_stay .stay_slider .access_wrap p:not(.btn) {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sec_stay .stay_slider .btn {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec_stay .operation_bar {
  margin-top: 3rem;
}
.sec_stay .deco_left {
  width: 75.4rem;
  height: 75.4rem;
  left: -33.4rem;
  top: 60rem;
}
.sec_stay .deco_right {
  width: 40.2rem;
  height: 40.2rem;
  right: -25rem;
  top: 124rem;
}
@media screen and (max-width: 960px) {
  .sec_stay .operation_bar {
    margin-top: 1.5rem;
  }
  .sec_stay .deco_left {
    width: 17.8rem;
    height: 17.8rem;
    left: -8rem;
    top: 49rem;
  }
  .sec_stay .deco_right {
    display: none;
  }
}

/* ------------------------------
    access
------------------------------ */
.sec_access {
  position: relative;
}
.sec_access .wrap_white {
  width: 100%;
  margin: 0 auto;
  padding: 13rem 15rem 0;
  border-radius: 10rem;
  box-shadow: none;
}
.sec_access .headline {
  margin-bottom: 7.5rem;
}
.sec_access .list {
  margin-top: 4rem;
}
.sec_access .list li {
  position: relative;
  padding-left: 1.4em;
}
.sec_access .list li::before {
  position: absolute;
  content: "";
  background: #0068B7;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}
.sec_access .list li + li {
  margin-top: 1rem;
}
.sec_access .map {
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec_access .wrap_white {
    padding: 3rem 2rem 0;
    border-radius: 2rem;
  }
  .sec_access .headline {
    margin-bottom: 2rem;
  }
  .sec_access .list {
    margin-top: 2rem;
  }
  .sec_access .list li {
    padding-left: 1.4em;
  }
  .sec_access .list li::before {
    width: 0.9rem;
    height: 0.9rem;
    top: 0.5em;
  }
  .sec_access .list li + li {
    margin-top: 0.5rem;
  }
}

/* ------------------------------
    train
------------------------------ */
.sec_train {
  position: relative;
  padding: 12rem 0;
}
.sec_train::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 149.3rem;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 11.3%, rgb(239, 239, 239) 11.3%, rgb(239, 239, 239) 100%);
}
.sec_train .wrap > .headline {
  margin-bottom: 8rem;
}
.sec_train .train_list {
  width: 115rem;
  margin-left: auto;
}
.sec_train .train_list .item .headline {
  margin-bottom: 4rem;
}
.sec_train .train_list .item_inner {
  width: 58.7rem;
}
.sec_train .train_list .item .txt_wrap {
  width: 43rem;
  height: 100%;
  min-height: 34.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec_train .train_list .item .btn {
  margin-top: 4rem;
}
.sec_train .train_list .item + .item {
  margin-top: 10rem;
}
.sec_train .deco_left {
  width: 45.1rem;
  height: 45.1rem;
  left: -11.3rem;
  top: -13.2rem;
}
.sec_train .deco_wrap {
  bottom: 23rem;
  right: -17.6rem;
}
.sec_train .deco_top_right {
  width: 13.2rem;
  height: 13.2rem;
  right: 38rem;
  top: 17rem;
  z-index: 2;
}
.sec_train .deco_under_right {
  width: 43.3rem;
  height: 43.3rem;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .sec_train {
    padding: 4.5rem 0;
  }
  .sec_train::before {
    max-height: 118.7rem;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 4.3%, rgb(239, 239, 239) 4.3%, rgb(239, 239, 239) 100%);
  }
  .sec_train .wrap > .headline {
    margin-bottom: 4.5rem;
  }
  .sec_train .train_list {
    width: calc(100% - 3.2rem);
    margin-right: auto;
  }
  .sec_train .train_list .item .headline {
    margin-bottom: 2rem;
  }
  .sec_train .train_list .item .flex {
    flex-direction: column;
  }
  .sec_train .train_list .item_inner {
    width: 31.1rem;
  }
  .sec_train .train_list .item .txt_wrap {
    width: 100%;
    height: auto;
    min-height: inherit;
    justify-content: space-between;
  }
  .sec_train .train_list .item .operation_bar {
    margin: 0.5rem auto 1.5rem;
  }
  .sec_train .train_list .item .btn {
    margin: 2rem auto 0;
  }
  .sec_train .train_list .item .btn a {
    width: 31.1rem !important;
  }
  .sec_train .train_list .item + .item {
    margin-top: 7.5rem;
  }
  .sec_train .deco_left {
    width: 10rem;
    height: 10rem;
    left: -5rem;
    top: -3.2rem;
  }
  .sec_train .deco_wrap {
    bottom: 4.8rem;
    right: -2.8em;
  }
  .sec_train .deco_top_right {
    width: 2.6rem;
    height: 2.6rem;
    right: 7.5rem;
    top: 3.4rem;
    z-index: 2;
  }
  .sec_train .deco_under_right {
    width: 8.5rem;
    height: 8.5rem;
    right: 0;
    top: 0;
  }
}

/* ------------------------------
    modelcourse
------------------------------ */
.sec_modelcourse {
  position: relative;
  padding: 12rem 0 0;
}
.sec_modelcourse .wrap > .headline {
  margin-bottom: 8rem;
}
.sec_modelcourse .modelcourse_slider {
  display: flex;
  gap: 2rem;
}
.sec_modelcourse .modelcourse_slider .item {
  width: 31rem;
  min-height: 54.7rem;
}
.sec_modelcourse .modelcourse_slider .item .headline.-blue {
  margin-bottom: 1rem;
}
.sec_modelcourse .modelcourse_slider .item .img {
  width: 31rem;
  margin-bottom: 2.5rem;
}
.sec_modelcourse .modelcourse_slider .item .txt_wrap {
  padding-left: 1.5em;
  min-height: 18.8rem;
}
.sec_modelcourse .modelcourse_slider .item .coursename {
  color: #0068B7;
  font-weight: 700;
}
.sec_modelcourse .modelcourse_slider .item .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .sec_modelcourse {
    padding: 6rem 0 0;
  }
  .sec_modelcourse .wrap > .headline {
    margin-bottom: 3rem;
  }
  .sec_modelcourse .modelcourse_slider {
    display: block;
  }
  .sec_modelcourse .modelcourse_slider .slick-list {
    overflow: visible;
  }
  .sec_modelcourse .modelcourse_slider .slick-slide {
    margin: 0 1rem;
  }
  .sec_modelcourse .modelcourse_slider .prev-arrow {
    left: -0.2rem;
    top: 8.2rem;
  }
  .sec_modelcourse .modelcourse_slider .next-arrow {
    right: -0.2rem;
    top: 8.2rem;
  }
  .sec_modelcourse .modelcourse_slider .item {
    width: 31.1rem;
    min-height: inherit;
  }
  .sec_modelcourse .modelcourse_slider .item .headline.-blue {
    margin-bottom: 1.2rem;
  }
  .sec_modelcourse .modelcourse_slider .item .img {
    width: 31.1rem;
    margin-bottom: 5rem;
  }
  .sec_modelcourse .modelcourse_slider .item .txt_wrap {
    padding-left: 0;
    min-height: inherit;
  }
  .sec_modelcourse .modelcourse_slider .item .btn {
    margin: 4 auto 0;
  }
  .sec_modelcourse .modelcourse_slider .item .btn a {
    width: 31.1rem;
  }
  .sec_modelcourse .operation_bar {
    margin: 1.5rem auto;
  }
}

/* ------------------------------
    relation
------------------------------ */
.sec_relation {
  position: relative;
  padding: 12rem 0 12rem;
}
.sec_relation .headline {
  margin-bottom: 8rem;
}
.sec_relation .list {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem calc((100% - 124.8rem) / 2);
}
.sec_relation .list img {
  width: 41.6rem;
}
.sec_relation .deco_left {
  width: 45.1rem;
  height: 45.1rem;
  left: -26.1rem;
  top: -10rem;
}
@media screen and (max-width: 960px) {
  .sec_relation {
    padding: 5.5rem 0 5rem;
  }
  .sec_relation .headline {
    margin-bottom: 2.1rem;
  }
  .sec_relation .list {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem 0;
  }
  .sec_relation .list img {
    width: 31.1rem;
  }
  .sec_relation .deco_left {
    width: 11.7rem;
    height: 11.7rem;
    left: -8.5rem;
    top: -3rem;
  }
}

/* ------------------------------
    slider parts
------------------------------ */
.operation_bar {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3rem;
}
.operation_bar.-copy {
  margin-top: 0.1rem;
}
.operation_bar .pause_btn {
  width: 4rem;
}
.operation_bar .slick_pause {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  font-size: 0;
  color: transparent;
  background: url(../img/icn_pause.svg) no-repeat center center/contain;
  width: 4rem;
  height: 2.2rem;
}
.operation_bar .slick_pause.paused {
  background-image: url(../img/icn_play.svg);
}
.operation_bar .slick_pause.-white {
  background-image: url(../img/icn_pause_white.svg);
}
.operation_bar .slick_pause.-white.paused {
  background-image: url(../img/icn_play_white.svg);
}
@media screen and (max-width: 960px) {
  .operation_bar {
    margin: 0 auto;
    gap: 0 1rem;
  }
  .operation_bar .pause_btn {
    width: 2.6rem;
  }
  .operation_bar .slick_pause {
    width: 2.6rem;
    height: 1.45rem;
    background: url(../img/icn_pause_sp.svg) no-repeat center center/contain;
  }
  .operation_bar .slick_pause.paused {
    background-image: url(../img/icn_play_sp.svg);
  }
  .operation_bar .slick_pause.-white {
    background-image: url(../img/icn_pause_white_sp.svg);
  }
  .operation_bar .slick_pause.-white.paused {
    background-image: url(../img/icn_play_white_sp.svg);
  }
}

.nav_bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_bar .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
}
.nav_bar .slick-dots li {
  line-height: 0;
  margin: 0 0.57rem;
}
.nav_bar .slick-dots li button {
  position: relative;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 1rem;
  height: 1rem;
  background: #D2D7DA;
  border-radius: 50%;
}
.nav_bar .slick-dots li.slick-active button {
  background: #0068B7;
}
.nav_bar .slick-dots li.slick-active button::before {
  position: absolute;
  content: "";
  background-color: transparent;
  border: 1px solid #0068B7;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .nav_bar .slick-dots li {
    margin: 0 0.4rem;
  }
  .nav_bar .slick-dots li button {
    width: 0.7rem;
    height: 0.7rem;
  }
  .nav_bar .slick-dots li.slick-active button::before {
    border: 0.1rem solid #0068B7;
    width: 1.12rem;
    height: 1.12rem;
  }
}
.nav_bar.-white .slick-dots li.slick-active button {
  background: #fff;
}
.nav_bar.-white .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
}

.slide-arrow {
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: #ED1C24;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 2;
  cursor: pointer;
  top: calc((100% - 6rem) / 2);
  transition: background-color 0.3s ease;
}
.slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/icn_arrow_slider.svg") no-repeat center center/contain;
  width: 1.4rem;
  height: 2.6rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 961px) {
  .slide-arrow:hover {
    background-color: #FF626E;
  }
}
@media screen and (max-width: 960px) {
  .slide-arrow {
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    top: calc((100% - 3.5rem) / 2);
  }
  .slide-arrow::before {
    width: 7.8rem;
    height: 1.5rem;
  }
}

.prev-arrow::before {
  left: 48%;
  transform: translate(-48%, -50%);
}

.next-arrow::before {
  left: 52%;
  transform: translate(-52%, -50%) rotate(-180deg);
}

@media screen and (max-width: 960px) {
  .prev-arrow::before {
    left: 52%;
    transform: translate(-52%, -50%);
  }
  .next-arrow::before {
    left: 48%;
    transform: translate(-48%, -50%) rotate(-180deg);
  }
}
/* ------------------------------
    modal
------------------------------ */
.popup-image {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .popup-image {
    pointer-events: all;
  }
  .popup-image .btn_zoom {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #ED1C24;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .popup-image .btn_zoom img {
    width: 1.3rem;
    height: 1.3rem;
  }
}

@media screen and (max-width: 960px) {
  .mfp-close {
    position: absolute;
    background-color: #ED1C24 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 0.5rem;
    line-height: 0;
    padding: 0 !important;
    font-size: 0;
    opacity: 1;
    right: 1.5rem !important;
    top: 0.2rem !important;
  }
  .mfp-close::before {
    position: absolute;
    content: "";
    background: url(../img/icn_close.svg) no-repeat center center/contain;
    width: 1.2rem;
    height: 1.2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mfp-bg,
.mfp-container {
    min-width: inherit;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .mfp-figure {
    position: relative;
  }
  .mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
}
/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 1680px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
