@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/ 
*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* common */
html {
  font-size: 1.333vw;
  --c-main: #014e97;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  height: auto;
}
.lay_for_pc {
  display: none !important;
}
.inner {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.reg {
  position: relative;
  top: 0.4em;
}
@keyframes btn_arw {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
    opacity: 0;
  }
  26% {
    transform: translateX(-2px);
  }
  36% {
    opacity: 1;
  }
  67% {
    transform: translateX(5px);
    opacity: 0;
  }
  68% {
    transform: translateX(-2px);
  }
  92% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/* #header */
#header {
  background: #fff;
  z-index: 12;
  position: relative;
  padding: 10px 0 10px 10px;
}
#header .logo-meg-snow {
  width: 161px;
  display: block;
}
#header .logo-meg-snow img {
  width: 161px;
  display: block;
}
/* #nav */
#main-nav {
  top: 0;
  left: 0;
  width: 100%;
}
.btn-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}
.btn-nav img {
  position: absolute;
  top: 0;
  left: 0;
}
.btn-nav .btn-close {
  opacity: 0;
}
#main-nav nav {
  position: absolute;
  top: 60px;
  right: 0;
  color: #fff;
  width: 96%;
  background: rgba(0, 78, 162, 0.95);
  font-size: 3.2em;
  line-height: 1.5;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  padding: 14.6% 0 3.3% 14.1%;
  display: none;
}
#main-nav nav li {
  margin: 0 0 2.45em;
}
/* #footer */
#footer {
  position: relative;
  background: #fff;
  clear: both;
}
#footer .footer__link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 37px 0 0 0;
}
#footer .footer__link li {
  margin: 0 17px 2em 0;
}
#footer .footer__link li:last-child {
  margin-bottom: 0;
}
#footer .link-footer {
  font-size: 12px;
}
#footer .wrap-arw {
  width: 6.5px;
  display: inline-block;
  margin: 0 0 0 4px;
}
#footer .copyright {
  font-size: 10px;
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 0 11px 0px;
}
.footer_top {
  position: absolute;
  left: 0;
  bottom: 100%;
}
/* .btn-totop */
.btn-totop {
  width: 16.7%;
  display: block;
  margin: 0 5% 5%;
  z-index: 10;
  position: fixed;
  right: 0;
  float: right;
  bottom: 0;
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-totop.top {
  opacity: 0;
  pointer-events: none;
}
#main {
  padding-bottom: 10%;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  #main {
    padding-bottom: 0;
  }
  .btn-totop {
    position: -webkit-sticky;
    position: sticky;
    bottom: 3% !important;
  }
}
#main .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/spacer.png) repeat;
}
/* popup */
.popup-youtube {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  overflow-y: scroll;
  text-align: center;
}
.bg-popup-youtube {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 78, 162, 0.9);
  width: 100%;
  height: 100%;
}
.content-popup-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-popup-youtube {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15.8% 0;
  box-sizing: border-box;
  position: relative;
}
.content-popup-youtube {
  position: relative;
  top: 0;
  left: 0;
  width: 98%;
  height: 0;
  padding: 0 0 55.125%;
  vertical-align: middle;
  background: #000;
  display: inline-block;
  z-index: 1;
}
.btn-close-popup-youtube {
  color: transparent;
  background-size: contain;
  margin: -9.8% 3.1% 0 0;
  top: 0;
  opacity: 1;
  width: 6.4%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  padding-bottom: 6.4%;
}
@media screen and (max-width: 736px) {
  img {
    width: 100%;
  }
}
@media screen and (min-width: 737px),
print {
  html {
    font-size: 16px;
    min-width: 1000px;
    max-width: 2560px;
    margin: 0 auto;
  }
  .lay_for_sp {
    display: none !important;
  }
  br.lay_for_pc {
    display: inline-block !important;
  }
  .lay_for_pc {
    display: block !important;
  }
  /* #header */
  #header {
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .header__inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
  }
  #header .logo-meg-snow {
    margin: 15px 24px 15px 24px;
    width: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  #header .logo-meg-snow img {
    width: 161px;
  }
  /* #nav */
  #main-nav {
    left: 50%;
    box-sizing: border-box;
  }
  #main-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  #main-nav nav {
    background: none;
    color: #004ea2;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    position: static;
    padding: 0;
    opacity: 1 !important;
    display: block !important;
    margin: 0 auto;
    width: 100%;
  }
  #main-nav nav li {
    margin: 0 17px;
    padding: 0;
    text-align: center;
    display: flex;
    max-width: 21%;
  }
  #main-nav nav li a {
    padding: 17px 0 17px;
    display: inline-block;
    position: relative;
    -webkit-text-size-adjust: none;
    display: flex;
    align-items: center;
  }
  #main-nav nav li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 53%;
    border-top: solid 4px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #main-nav nav li a.is-current:after,
  #main-nav nav li a:hover:after {
    opacity: 1;
  }
  /* #footer */
  #footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    /* padding: 37px 0 0; */
  }
  #footer .wrap-arw {
    position: relative;
    top: 1px;
  }
  #footer .copyright {
    font-size: 11px;
    float: right;
    clear: none;
    width: auto;
    padding: 16px 36px 19px 0;
    white-space: nowrap;
  }
  #footer .footer__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 0 32px;
  }
  #footer .footer__link li {
    margin-bottom: 0;
  }
  /* .btn-totop */
  .btn-totop {
    width: auto;
    margin: 10px 29px 46px;
    bottom: 0;
  }
  #main {
    padding-bottom: 60px;
  }
  @supports (position: sticky) or (position: -webkit-sticky) {
    #main {
      padding-bottom: 0;
    }
    .btn-totop {
      bottom: 46px !important;
      margin-bottom: 0;
    }
  }
  /* popup */
  .popup-youtube {
    text-align: left;
  }
  .wrap-popup-youtube {
    padding: 80px 0;
  }
  .content-popup-youtube {
    max-width: 910px;
    height: auto;
    padding: 0;
  }
  .content-popup-youtube>div {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
  }
  .btn-close-popup-youtube {
    width: 33px;
    padding-bottom: 33px;
    margin: -49px 0 0 0;
    transition: opacity 200ms ease;
  }
  .btn-close-popup-youtube:focus-within,
  .btn-close-popup-youtube:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1250px) and (min-width: 737px),
print {
  #main-nav {
    padding-right: 40px;
  }
}
@media (min-width: 2560px) {
  html body:before {
    max-width: 2560px;
    left: 50%;
    margin-left: -1280px;
  }
}
.for-print {
  display: none !important;
}
@media print {
  .btn-totop {
    display: none;
  }
  .for-screen {
    display: none !important;
  }
  .for-print {
    display: block !important;
  }
}