@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/*----------------------------------
  reset
----------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #222325;
  font-family:
    'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka',
    'Hiragino Kaku Gothic Pro', Verdana, Arial, Helvetica, sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden !important;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'],
input[type='reset'],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration,
input[type='reset']::-webkit-search-decoration,
button:-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus,
input[type='reset']::focus,
button::focus {
  outline-offset: -2px;
}

a {
  color: #447cc2;
  text-decoration: none;
  transition: 0.25s;
}

a:hover {
  text-decoration: underline;
}

/*----- 共通内容 -----*/

.wrap_wide {
  padding: 0 80px;
}

.wrap_large {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap_middle {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 1480px) {
  .wrap_large {
    padding: 0 2vw;
  }

  .wrap_middle {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1320px) {
  .wrap_wide,
  .wrap_large,
  .wrap_middle,
  .wrap {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 479px) {
  .wrap_wide,
  .wrap_large,
  .wrap_middle,
  .wrap {
    padding: 0 20px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*----- header -----*/

header {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #447cc2;
}

header .logo {
  width: 25%;
}

header .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-align: center;
}

header .logo span {
  display: block;
  width: 351px;
}

header .logo span img {
  width: 100%;
}

/* nav */

nav {
  width: 50%;
  background: #fff;
}

.navi {
  display: flex;
}

.navi li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 16.66%;
  height: 100px;
  border-right: 1px solid #447cc2;
  cursor: pointer;
  transition: 0.25s;
  transform: skewX(-5deg);
}

.navi li:first-child {
  border-left: 1px solid #447cc2;
}

.navi li:hover {
  background: #e3f0f2;
}

.navi li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
}

.navi li .navi_box_icon {
  display: block;
  width: 100%;
  margin-bottom: -15px;
  text-align: center;
  transform: skewX(5deg);
}

.navi li .navi_box_icon img,
.navi li .navi_box_icon svg {
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.navi li .navi_box_icon svg.svg_1 {
  background-image: url('/shared/img/common/nav/icon_area_01.png');
}

.navi li .navi_box_icon svg.svg_2 {
  background-image: url('/shared/img/common/nav/icon_area_02.svg');
}

.navi li .navi_box_icon svg.svg_3 {
  background-image: url('/shared/img/common/nav/icon_area_03.svg');
}

.navi li .navi_box_icon svg.svg_4 {
  background-image: url('/shared/img/common/nav/icon_area_04.svg');
}

.navi li .navi_box_icon svg.svg_5 {
  background-image: url('/shared/img/common/nav/icon_area_05.svg');
}

.navi li .navi_box_icon svg.svg_6 {
  background-image: url('/shared/img/common/nav/icon_area_06.svg');
}

.navi li span {
  display: block;
  width: 100%;
  color: #447cc2;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  transform: skewX(5deg);
  margin-left: 5px;
}

.navi li:hover span {
  text-decoration: underline;
}

/* info */

.header_info {
  width: 25%;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.header_info_box {
  width: 60%;
  display: flex;
  text-align: center;
}

.header_info_weather,
.header_info_lang {
  width: 50%;
  color: #447cc2;
  transform: skewX(-5deg);
}

.header_info_weather .header_info_icon,
.header_info_lang .header_info_icon {
  margin-bottom: 10px;
  transform: skewX(5deg);
}

.header_info_lang .header_info_icon svg.svg_lang {
  width: 36px;
  height: 36px;
  background: url('/shared/img/common/icon_language.svg') center no-repeat;
  background-size: contain;
}

.header_info_weather .header_info_icon > div {
  margin: auto;
  width: 36px;
  height: 36px;
}

.header_info_weather span,
.header_info_lang span {
  display: block;
  transform: skewX(5deg);
  margin-left: 5px;
}

.header_info_lang {
  z-index: 10;
  border-left: 1px solid #447cc2;
}

.header_info_lang_btn {
  cursor: pointer;
}

.header_info_lang_btn:hover {
  text-decoration: underline;
}

.header_info_lang_menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 16%;
  background: #fff;
  border: 1px solid #447cc2;
}

.header_info_lang_menu li a {
  display: block;
  padding: 10px 30px;
  width: 100px;
  text-align: left;
  background: #e3f0f2;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}

.header_info_lang_menu li a.active {
  background: #fff;
  pointer-events: none;
}

.header_info_lang_menu_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #447cc2;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -9999px;
  transition: 0.25s;
}

.header_info_lang_menu_close:hover {
  background: #e3f0f2;
}

.header_info_lang_menu_close span {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 1px;
  background: #447cc2;
  transform: rotate(45deg);
}

.header_info_lang_menu_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.header_info_reservation {
  width: 40%;
}

.header_info_reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  padding-right: 10px;
  background: #447cc2;
  color: #fff;
  text-align: center;
  transform: skewX(-5deg);
}

.header_info_reservation a:hover {
  background: #235594;
  text-decoration: none;
}

.header_info_reservation .header_info_icon {
  width: 100%;
  margin-bottom: -15px;
  transform: skewX(5deg);
}

.header_info_reservation .header_info_icon img {
  width: 60px;
}

.header_info_reservation .header_info_icon svg.svg_ticket {
  width: 60px;
  height: 60px;
  background: url('/shared/img/common/icon_ticket.svg') center no-repeat;
  background-size: contain;
}

.header_info_reservation span {
  transform: skewX(5deg);
  margin-left: 7px;
}

@media screen and (max-width: 1660px) {
  header .logo {
    width: 29%;
  }

  header .logo span {
    width: 22vw;
  }

  header .logo span img {
    width: 100%;
  }

  .header_info {
    width: 21%;
  }
}

@media screen and (max-width: 1360px) {
  .navi li .navi_box_icon {
    margin-bottom: -1.2vw;
  }

  .navi li .navi_box_icon img,
  .navi li .navi_box_icon svg {
    width: 4vw;
    height: 4vw;
  }

  .navi li span {
    font-size: 0.9vw;
    line-height: 1.25vw;
    margin-left: 0.4vw;
  }

  .header_info {
    font-size: 0.9vw;
  }

  .header_info_weather .header_info_icon,
  .header_info_lang .header_info_icon {
    margin-bottom: 0.5vw;
  }

  .header_info_weather .header_info_icon img,
  .header_info_lang .header_info_icon img {
    width: 3.2vw;
  }

  .header_info_lang .header_info_icon svg.svg_lang {
    width: 3.2vw;
    height: 3.2vw;
  }

  .header_info_weather .header_info_icon > div {
    width: 3.2vw;
    height: 3.2vw;
  }

  .header_info_weather span,
  .header_info_lang span {
    margin-left: 0.4vw;
  }

  .header_info_lang_menu {
    right: 16vw;
  }

  .header_info_reservation .header_info_icon {
    margin-bottom: -1.2vw;
  }

  .header_info_reservation .header_info_icon img {
    width: 4.8vw;
  }

  .header_info_reservation .header_info_icon svg.svg_ticket {
    width: 4.8vw;
    height: 4.8vw;
  }

  .header_info_reservation span {
    margin-left: 0.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .navi li,
  .navi li a,
  header .logo a,
  .header_info_reservation a {
    height: 9vw;
  }

  .header_info_lang_menu {
    top: 4vw;
  }

  .header_info_lang_menu li a {
    padding: 1vw 3vw;
    width: 10vw;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 899px) {
  header .logo {
    width: 26%;
  }

  header .logo span img {
    width: 100%;
  }

  nav {
    width: 53%;
  }

  .navi li .navi_box_icon {
    margin-bottom: -1.2vw;
  }

  .navi li .navi_box_icon img,
  .navi li .navi_box_icon svg {
    width: 5vw;
    height: 5vw;
  }

  .navi li span {
    font-size: 0.95vw;
    line-height: 1.375vw;
    margin-left: 0.6vw;
  }
}

@media screen and (max-width: 479px) {
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 240px);
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
  }

  header .logo a {
    display: block;
    width: 100%;
    height: auto;
  }

  header .logo span {
    width: 35px;
    margin-left: 20px;
  }

  nav {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border-top: 1px solid #447cc2;
    border-bottom: 1px solid #447cc2;
  }

  .navi {
    width: 420px;
  }

  .navi li {
    width: 70px;
    height: 60px;
  }

  .navi li:first-child {
    border-left: none;
  }

  .navi li a {
    height: 60px;
  }

  .navi li .navi_box_icon {
    margin-bottom: -5px;
  }

  .navi li .navi_box_icon img,
  .navi li .navi_box_icon svg {
    width: 35px;
    height: 35px;
  }

  .navi li span {
    font-size: 8px;
    line-height: 10px;
    margin-left: 2px;
  }

  .header_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    background: #fff;
  }

  .header_info {
    font-size: 13px;
  }

  .header_info_box {
    width: 50%;
    display: flex;
    text-align: center;
  }

  .header_info_weather .header_info_icon img,
  .header_info_lang .header_info_icon img {
    width: 20px;
  }

  .header_info_lang .header_info_icon svg.svg_lang {
    width: 20px;
    height: 20px;
  }

  .header_info_weather .header_info_icon > div {
    width: 20px;
    height: 20px;
  }

  .header_info_weather span,
  .header_info_lang_btn span {
    display: none;
  }

  .header_info_reservation {
    width: 50%;
  }

  .header_info_reservation a {
    justify-content: center;
    flex-wrap: nowrap;
    height: 40px;
    padding-right: 10px;
  }

  .header_info_reservation .header_info_icon {
    width: 30px;
    margin: 0 5px 0 0;
  }

  .header_info_reservation .header_info_icon img {
    width: 30px;
  }

  .header_info_reservation .header_info_icon svg.svg_ticket {
    width: 30px;
    height: 30px;
  }

  .header_info_reservation span {
    margin-left: 0;
    font-size: 10px;
  }

  .header_info_lang_menu {
    top: 40px;
    left: auto;
    right: 0;
    width: 100vw;
    border-left: none;
    border-right: none;
    overflow: hidden;
  }

  .header_info_lang_menu li a {
    display: block;
    padding: 15px 30px;
    width: auto;
    font-size: 15px;
  }

  .header_info_lang_menu_close {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    text-indent: 0;
    padding: 15px 60px 15px 0;
    text-align: right;
  }

  .header_info_lang_menu_close span {
    top: 22px;
    right: 30px;
  }
}

@media screen and (max-width: 420px) {
  nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav .nav_arrow {
    position: absolute;
    top: 0;
    width: 30px;
    height: 60px;
    background: rgba(68, 124, 194, 0.5);
    z-index: 19;
  }

  nav.before .nav_arrow {
    display: block;
    left: calc(420px - 100%);
  }

  nav.after .nav_arrow {
    display: block;
    left: calc(100% - 30px);
  }

  nav.after .nav_arrow::after,
  nav.before .nav_arrow::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.before .nav_arrow::after {
    right: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/*----- subnav -----*/

#navi_detail {
  position: fixed;
  z-index: 8;
  top: 101px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  transition: 0.5s;
}

#navi_detail.hide {
  transform: translateY(-100%);
}

.subnavi {
  display: flex;
}

.subnavi li {
  display: none;
}

.subnavi li.default {
  display: block;
}

.subnavi li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 150px;
  height: 120px;
  text-align: center;
  background: #fff;
  transform: skewX(-5deg);
}

.subnavi li a:hover {
  background: #e3f0f2;
}

.subnavi li a .subnavi_icon {
  width: 100%;
  margin-bottom: -20px;
  transform: skewX(5deg);
}

.subnavi li a .subnavi_icon img {
  width: 54px;
}

.subnavi li a .subnavi_icon svg {
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.subnavi li a .subnavi_icon svg.svg_sub_1 {
  background-image: url('/shared/img/common/subnav/icon_navi_01.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_2 {
  background-image: url('/shared/img/common/subnav/icon_navi_02.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_3 {
  background-image: url('/shared/img/common/subnav/icon_navi_03.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_4 {
  background-image: url('/shared/img/common/subnav/icon_navi_04.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_5 {
  background-image: url('/shared/img/common/subnav/icon_navi_05.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_6 {
  background-image: url('/shared/img/common/subnav/icon_navi_06.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_7 {
  background-image: url('/shared/img/common/subnav/icon_navi_07.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_8 {
  background-image: url('/shared/img/common/subnav/icon_navi_08.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_9 {
  background-image: url('/shared/img/common/subnav/icon_navi_09.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_10 {
  background-image: url('/shared/img/common/subnav/icon_navi_10.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_11 {
  background-image: url('/shared/img/common/subnav/icon_navi_11.svg');
}

.subnavi li a .subnavi_icon svg.svg_sub_12 {
  background-image: url('/shared/img/common/subnav/icon_navi_12.svg');
}

.subnavi li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  height: 36px;
  transform: skewX(5deg);
  margin-left: 7px;
}

.subnavi li a span em {
  width: 100%;
  font-style: normal;
  font-size: 10px;
  line-height: 21px;
}

@media screen and (max-width: 1660px) {
  .subnavi li a {
    width: 9vw;
  }

  .subnavi li a span {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }

  .subnavi li a span em {
    font-size: 0.6vw;
    line-height: 20px;
  }
}

@media screen and (max-width: 1360px) {
  .subnavi li a span {
    font-size: 0.875vw;
    line-height: 1.3vw;
    height: 2.6vw;
  }

  .subnavi li a span em {
    font-size: 0.6vw;
    line-height: 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  #navi_detail {
    top: 9vw;
    height: 10vw;
  }

  .subnavi li a {
    height: 10vw;
  }

  .subnavi li a .subnavi_icon {
    margin-bottom: -2vw;
  }

  .subnavi li a .subnavi_icon img {
    width: 4vw;
  }

  .subnavi li a .subnavi_icon svg {
    width: 4vw;
    height: 4vw;
  }
}

@media screen and (max-width: 899px) {
  #navi_detail {
    width: 100%;
    height: 90px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #navi_detail::-webkit-scrollbar {
    display: none;
  }

  .subnavi li a {
    width: 90px;
    height: 90px;
  }

  .subnavi li a .subnavi_icon {
    margin-bottom: -20px;
  }

  .subnavi li a .subnavi_icon img {
    width: 40px;
  }

  .subnavi li a .subnavi_icon svg {
    width: 40px;
    height: 40px;
  }

  .subnavi li a span {
    font-size: 9px;
    line-height: 12px;
    height: 24px;
  }

  .subnavi li a span em {
    font-size: 6px;
    line-height: 15px;
  }

  .nav_frame .nav_arrow {
    position: absolute;
    top: 0;
    width: 30px;
    height: 90px;
    background: rgba(68, 124, 194, 0.5);
    z-index: 19;
  }

  .nav_frame.before .nav_arrow {
    display: block;
  }

  .nav_frame.after .nav_arrow {
    display: block;
    left: calc(100% - 30px);
  }

  .nav_frame.after .nav_arrow::after,
  .nav_frame.before .nav_arrow::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav_frame.before .nav_arrow::after {
    right: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .start .subnavi {
    width: 990px;
  }

  .nav_frame.start.before .nav_arrow {
    left: calc(990px - 100%);
  }

  .st_1 .subnavi,
  .st_2 .subnavi,
  .st_6 .subnavi {
    width: 540px;
  }

  .st_3 .subnavi {
    width: 450px;
  }

  .st_4 .subnavi {
    width: 90px;
  }

  .st_5 .subnavi {
    width: 360px;
  }

  .nav_frame.st_1.after .nav_arrow,
  .nav_frame.st_2.after .nav_arrow,
  .nav_frame.st_3.after .nav_arrow,
  .nav_frame.st_4.after .nav_arrow,
  .nav_frame.st_5.after .nav_arrow,
  .nav_frame.st_6.after .nav_arrow {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .nav_frame.st_1.after .nav_arrow,
  .nav_frame.st_2.after .nav_arrow,
  .nav_frame.st_6.after .nav_arrow {
    display: block;
  }

  .nav_frame.st_1.before .nav_arrow,
  .nav_frame.st_2.before .nav_arrow,
  .nav_frame.st_6.before .nav_arrow {
    left: calc(540px - 100%);
  }
}

@media screen and (max-width: 479px) {
  #navi_detail {
    top: 102px;
    height: 60px;
    border-bottom: 1px solid #447cc2;
  }

  .start .subnavi {
    width: 770px;
  }

  .st_1 .subnavi {
    width: 420px;
  }

  .subnavi li a {
    width: 70px;
    height: 60px;
  }

  .subnavi li a .subnavi_icon {
    margin-bottom: -5px;
  }

  .subnavi li a .subnavi_icon img {
    width: 35px;
  }

  .subnavi li a .subnavi_icon svg {
    width: 35px;
    height: 35px;
  }

  .subnavi li a span {
    font-size: 7px;
    line-height: 10px;
    height: 20px;
  }

  .subnavi li a span em {
    font-size: 5px;
    line-height: 12px;
  }

  .subnavi li a span.clhi {
    margin-left: -2px;
  }

  .nav_frame .nav_arrow {
    top: 0;
    height: 60px;
  }

  .nav_frame.start.before .nav_arrow {
    left: calc(770px - 100%);
  }

  .start .subnavi {
    width: 770px;
  }

  .st_1 .subnavi,
  .st_2 .subnavi,
  .st_6 .subnavi {
    width: 420px;
  }

  .st_3 .subnavi {
    width: 350px;
  }

  .st_4 .subnavi {
    width: 70px;
  }

  .st_5 .subnavi {
    width: 280px;
  }

  .nav_frame.st_1.after .nav_arrow,
  .nav_frame.st_2.after .nav_arrow,
  .nav_frame.st_3.after .nav_arrow,
  .nav_frame.st_4.after .nav_arrow,
  .nav_frame.st_5.after .nav_arrow,
  .nav_frame.st_6.after .nav_arrow {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .nav_frame.st_1.after .nav_arrow,
  .nav_frame.st_2.after .nav_arrow,
  .nav_frame.st_6.after .nav_arrow {
    display: block;
  }

  .nav_frame.st_1.before .nav_arrow,
  .nav_frame.st_2.before .nav_arrow,
  .nav_frame.st_6.before .nav_arrow {
    left: calc(420px - 100%);
  }
}

@media screen and (max-width: 350px) {
  .nav_frame.st_3.after .nav_arrow {
    display: block;
  }

  .nav_frame.st_3.before .nav_arrow {
    left: calc(350px - 100%);
  }
}

@media screen and (max-width: 280px) {
  .nav_frame.st_5.after .nav_arrow {
    display: block;
  }

  .nav_frame.st_5.before .nav_arrow {
    left: calc(280px - 100%);
  }
}

/*----- main -----*/

main {
  position: relative;
  top: 220px;
  margin-bottom: 220px;
}

@media screen and (max-width: 1024px) {
  main {
    top: 19vw;
    margin-bottom: 19vw;
  }

  main.hide {
    /*
        transform: translateY(-10vw);
        */
  }
}

@media screen and (max-width: 899px) {
  main {
    top: calc(9vw + 90px);
    margin-bottom: calc(9vw + 90px);
  }

  main.hide {
    /*
        transform: translateY(-90px);
        */
  }
}

@media screen and (max-width: 479px) {
  main {
    top: 160px;
    margin-bottom: 160px;
    transition: 1s;
  }

  main.hide {
    /*
        transform: translateY(-62px);
        */
  }
}

/*----- footer -----*/

.footer_top {
  position: relative;
  width: calc(100% - 10px);
  padding: 30px 0;
  border-top: 1px solid #447cc2;
  border-bottom: 1px solid #447cc2;
  border-right: -20px solid transparent;
}

.footer_top::after {
  transform: skewX(-5deg);
  content: '';
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: -1px;
  right: -3px;
  border-top: 1px solid #447cc2;
  border-right: 1px solid #447cc2;
}

.footer_breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.footer_breadcrumbs li {
  margin-right: 10px;
  color: #447cc2;
  font-size: 14px;
  line-height: 1.5;
}

.footer_breadcrumbs li::after {
  margin-left: 10px;
  content: '／';
}

.footer_breadcrumbs li:last-child::after {
  content: none;
}

.footer_breadcrumbs li a {
  font-weight: bold;
}

.footer_main {
  padding: 70px 0 54px;
  border-bottom: 1px solid #447cc2;
}

.footer_main .wrap_wide {
  display: flex;
  justify-content: space-between;
}

.footer_sns {
  display: flex;
}

.footer_sns li {
  margin-right: 40px;
}

.footer_sns li a img {
  opacity: 0.75;
  transition: 0.25s;
  width: 32px;
}

.footer_sns li a:hover img {
  opacity: 1;
}

.footer_menu {
  width: 540px;
  display: flex;
  justify-content: space-between;
}

.footer_menu ul li {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.footer_end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 45px 0;
}

.footer_end .logo {
  width: 351px;
  order: 2;
}

.footer_end .logo img {
  width: 100%;
  height: auto;
}

.footer_end .copyright {
  font-size: 12px;
  color: #58616d;
}

.footer_end .copyright br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .footer_sns li {
    margin-right: 3vw;
  }

  .footer_sns li a img {
    width: 3vw;
  }

  .footer_menu {
    width: 40vw;
  }

  .footer_end {
    padding: 4vw 0;
  }

  .footer_end .logo {
    width: 30vw;
  }
}

@media screen and (max-width: 1024px) {
  .footer_breadcrumbs li {
    margin-right: 1vw;
    font-size: 1.4vw;
  }

  .footer_breadcrumbs li::after {
    margin-left: 1vw;
  }

  .footer_main {
    padding: 5vw 0 4vw;
  }

  .footer_menu ul li {
    font-size: 1.5vw;
  }

  .footer_end .copyright {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  .footer_breadcrumbs li {
    margin-right: 1.5vw;
    font-size: 2vw;
  }

  .footer_breadcrumbs li::after {
    margin-left: 1.5vw;
  }

  .footer_main {
    padding: 7vw 0 5vw;
  }

  .footer_main .wrap_wide {
    display: block;
  }

  .footer_sns {
    padding: 0 0 8vw;
    justify-content: center;
  }

  .footer_sns li {
    margin-right: 6vw;
  }

  .footer_sns li a img {
    width: 4vw;
  }

  .footer_menu {
    width: 52vw;
  }

  .footer_menu ul li {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .footer_top {
    width: calc(100% - 30px);
  }

  .footer_breadcrumbs li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer_breadcrumbs li::after {
    margin-left: 10px;
  }

  .footer_main {
    padding: 50px 0 40px;
  }

  .footer_sns li {
    margin: 0 15px 40px;
  }

  .footer_sns li a img {
    width: 24px;
  }

  .footer_menu {
    width: 100%;
    display: block;
  }

  .footer_menu ul {
    margin-left: 30px;
  }

  .footer_menu ul li {
    font-size: 16px;
  }

  .footer_end {
    display: block;
    padding: 30px 0;
  }

  .footer_end .logo {
    width: 234px;
  }

  .footer_end .copyright {
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.8;
    text-align: right;
  }

  .footer_end .copyright br {
    display: inline-block;
  }
}

/*----- contents -----*/

/* title */

.title_area {
  position: relative;
  top: 1px;
  margin-bottom: 1px;
  border-top: 1px solid #447cc2;
  border-bottom: 1px solid #447cc2;
  background: url('/shared/img/common/bg.png') top left;
}

.title_area_frame {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 38px 48px 38px 4vw;
  max-width: 90%;
}

.title_area_frame::after {
  transform: skewX(-5deg);
  content: '';
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: -1px;
  right: -5px;
  border-top: 1px solid #447cc2;
  border-right: 1px solid #447cc2;
  background: #fff;
}

.title_area_h1 {
  color: #447cc2;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

/* margin */

.mt {
  margin-top: 75px !important;
}

.mb_large {
  margin-bottom: 100px !important;
}

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

/* bottom illust */

.bottom_illust_area {
  display: block;
  height: 480px;
  background: url('/shared/img/common/bottom_illust.jpg') center bottom no-repeat;
}

/* bottom nav */

.bottom_nav {
  display: flex;
  flex-wrap: wrap;
  background: url('/shared/img/common/bg_menu.png');
  width: 100%;
  overflow-x: hidden !important;
}

.bottom_nav li {
  transform: skewX(-5deg);
  width: calc(33.3333% - 1px);
  border-right: 1px solid #fff;
  transition: 0.25s;
}

.bottom_nav li a {
  position: relative;
  transform: skewX(5deg);
  display: block;
  padding: 35px 100px 35px 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.25s;
}

.bottom_nav li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.bottom_nav li a:hover {
  text-decoration: none;
}

.bottom_nav li:nth-of-type(3),
.bottom_nav li:nth-of-type(6) {
  border-right: none;
}

.bottom_nav li:nth-of-type(4),
.bottom_nav li:nth-of-type(5),
.bottom_nav li:nth-of-type(6) {
  border-top: 1px solid #fff;
}

.bottom_nav li:nth-of-type(1) {
  margin-left: 9px;
}

.bottom_nav li:nth-of-type(3) {
  width: calc(33.3333% - 10px);
}

.bottom_nav li a::before {
  content: '';
  margin: auto;
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.25s;
}

.bottom_nav li a::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 1px;
  background: #fff;
  transition: 0.25s;
}

.bottom_nav li a:hover::before,
.bottom_nav li a:hover::after {
  right: 25px;
}

@media screen and (max-width: 1320px) {
  /* title */

  .title_area_frame {
    padding: 3vw 4vw;
  }

  .title_area_h1 {
    font-size: 3vw;
  }

  /* bottom illust */

  .bottom_illust_area {
    height: 38vw;
    background-size: auto 100%;
  }

  /* bottom nav */

  .bottom_nav li a {
    padding: 35px 90px 35px 45px;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  /* bottom illust */

  .bottom_illust_area {
    height: 47.5vw;
    background-position: left 45% bottom;
    background-size: auto 41vw;
  }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  /* margin */

  .mt {
    margin-top: 6vw !important;
  }

  .mb_large {
    margin-bottom: 8vw !important;
  }

  .mb_small {
    margin-bottom: 0.9vw !important;
  }

  /* bottom nav */

  .bottom_nav li a {
    padding: 3.3vw 8vw 3.3vw 3vw;
    font-size: 1.6875vw;
  }

  .bottom_nav li:nth-of-type(1) {
    margin-left: 0.8vw;
  }

  .bottom_nav li:nth-of-type(3) {
    width: calc(33.3333% - 0.9vw);
  }

  .bottom_nav li a::before {
    top: calc(50% - 0.8vw);
    right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }

  .bottom_nav li a::after {
    right: 2vw;
    width: 4vw;
  }

  .bottom_nav li a:hover::before,
  .bottom_nav li a:hover::after {
    right: 1vw;
  }
}

@media screen and (max-width: 479px) {
  /* title */

  .title_area_frame {
    padding: 24px 4vw;
    max-width: calc(100% - 48px);
  }

  .title_area_h1 {
    font-size: 26px;
  }

  /* margin */

  .mb_large {
    margin-bottom: 75px !important;
  }

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

  /* bottom nav */

  .bottom_nav {
    display: block;
  }

  .bottom_nav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .bottom_nav li a {
    padding: 25px 90px 25px 30px;
    font-size: 18px;
  }

  .bottom_nav li,
  .bottom_nav li a {
    transform: skewX(0deg);
  }

  .bottom_nav li:nth-of-type(4),
  .bottom_nav li:nth-of-type(5),
  .bottom_nav li:nth-of-type(6) {
    border-top: none;
  }

  .bottom_nav li:nth-of-type(6) {
    border-bottom: none;
  }

  .bottom_nav li:nth-of-type(1) {
    margin-left: 0;
  }

  .bottom_nav li:nth-of-type(3) {
    width: 100%;
  }
}
