@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none; 
  color: #f00;
}
a:active {
  text-decoration: none; 
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
	Foundation
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
	Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #08a2da;
}
.no-touch a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: text; 
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.no-touch a:hover img {
  opacity: 0.6;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
	modal 上書き
------------------------ */
.mfp-bg {
  opacity: 1; 
  cursor: default;
  background-color: rgba(220, 249, 255, 0.9);
}

.mfp-wrap {
  cursor: default;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1000px;
}

.mfp-inline-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-figure .mfp-close {
  display: block;
  overflow: hidden;
  opacity: 1;
  position: fixed !important;
  top: 50px !important;
  right: 50px !important;
  margin: auto;
  padding: 0 !important;
  width: 47px !important;
  height: 47px;
  cursor: pointer !important; 
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); 
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: url(/img/teaser/common/modal_close.png) no-repeat;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}
.no-touch .mfp-inline-holder .mfp-close:hover,
.no-touch
  .mfp-iframe-holder .mfp-close:hover,
.no-touch
  .mfp-figure .mfp-close:hover {
  opacity: 0.6;
}

.mfp-arrow {
  width: 23px !important;
  height: 44px !important;
  background: #000 !important;
}
.mfp-arrow::before,
.mfp-arrow::after {
  display: none;
}

.mfp-arrow-left {
  left: 50px !important;
  background: url(/img/teaser/common/modal_arw_l.png) no-repeat !important;
}

.mfp-arrow-right {
  right: 50px !important;
  background: url(/img/teaser/common/modal_arw_r.png) no-repeat !important;
}

.mfp-counter {
  color: #08a2da;
  font-size: 16px;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.slick-dots {
  bottom: 10px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots button::before {
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.imgReplace {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%; 
  font-size: 0;
}

/* ------------------------
  Components
------------------------ */
.cmn-TransitionOverlay {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s 1s;
  transition: all 0.7s 1s; 
  background: #fff;
}
.is-rendered .cmn-TransitionOverlay {
  visibility: hidden;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .cmn-TransitionOverlay {
    display: none;
  }
}

/* ------------------------
  header
------------------------ */
.cmn-Hdr {
  position: fixed;
  z-index: 20; 
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.cmn-Hdr_Inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 80px;
}

.cmn-Hdr_Logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 105px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cmn-Hdr_LinkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  letter-spacing: -0.5em;
}

.cmn-Hdr_Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
}

.cmn-Hdr_NavItemWrap {
  letter-spacing: -0.5em;
}

.cmn-Hdr_NavItem {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}
.cmn-Hdr_NavItem-current {
  background: #e5f8fc;
}
.no-touch .cmn-Hdr_NavItem-current a:hover {
  opacity: 1;
}
.cmn-Hdr_NavItem.is-new {
  padding-left: 52px;
}
.cmn-Hdr_NavItem.is-new::before {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 3px 8px 2px 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  background: yellow;
  text-align: center;
  letter-spacing: -0.05rem;
  color: #1d9bdd;
  font-size: 12px;
  font-weight: bold;
}
.cmn-Hdr_NavItem + .cmn-Hdr_NavItem.is-new {
  margin-left: 12px;
}
.cmn-Hdr_NavItem.is-current::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background: #08a2da;
}

.cmon-Hdr_SnsWrap {
  padding-left: 30px;
}

.cmn-Hdr_SnsItemWrap {
  display: inline-block;
  letter-spacing: -0.5em;
}

.cmn-Hdr_SnsItem {
  display: inline-block;
}
.cmn-Hdr_SnsItem:nth-child(1) {
  padding-left: 15px;
}
.cmn-Hdr_SnsItem:nth-child(2) {
  padding-left: 15px;
}
.cmn-Hdr_SnsItem:nth-child(3) {
  padding-left: 15px;
}

/* ------------------------
  footer上リンクエリア
------------------------ */
.cmn-FtrLinks_Inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 72px 0 76px;
  width: 1000px;
}

.cmn-FtrLinks_Sect {
  position: relative;
  height: 54px;
}
.cmn-FtrLinks_Sect + .cmn-FtrLinks_Sect {
  border-left: solid 1px #ccc;
}
.cmn-FtrLinks_Sect.cmn-FtrLinks_Sect-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 79px;
  width: 100%;
  max-width: 534px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn-FtrLinks_Sect.cmn-FtrLinks_Sect-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 132px;
  padding-left: 70px;
  width: 100%;
  max-width: 470px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-FtrLinks_SectTtl {
  margin-right: auto;
}
.cmn-FtrLinks_Sect-account .cmn-FtrLinks_SectTtl {
  margin-left: 66px;
}

.cmn-FtrLinks_SectItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

.cmn-FtrLinks_Sect-account .cmn-FtrLinks_SectItem + .cmn-FtrLinks_SectItem {
  margin-left: 16px;
}

.cmn-FtrLinks_Sect-share .cmn-FtrLinks_SectItem + .cmn-FtrLinks_SectItem {
  margin-left: 15px;
}

/* ------------------------
  pagetop
------------------------ */
.cmn-PageTop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.no-touch .cmn-PageTop:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.cmn-PageTop a {
  display: block;
  border-top: solid 1px #08a2da;
  border-left: solid 1px #08a2da;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ------------------------
  コピーガード
------------------------ */
.js-cmn-Copyguard {
  display: block; 
  position: relative;
  width: 100%;
  height: 100%;
}
.js-cmn-Copyguard img.cmn-Copyguard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.js-cmn-Copyguard-modal {
  display: inline-block; 
  position: relative;
  width: 100%;
  height: 100%;
}
.js-cmn-Copyguard-modal img.cmn-Copyguard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* ------------------------
  footer
------------------------ */
.footer {
  padding: 4px 0 10px;
  width: 100%;
  background: #fff;
}

.footer .footer__body {
  margin: 0 auto; 
  width: 1000px;
  min-width: 1000px;
}

.footer .footer__container--01 {
  padding-bottom: 4px;
}

.footer .footer__container--02 {
  border-top: 1px solid #ccc;
}

.footer .ftr-global-nav {
  float: left;
  padding: 4px 0 0 12px; 
  width: 430px;
}

.footer .ftr-global-nav__item {
  float: left;
  padding-right: 20px;
}

.footer .ftr-logo {
  float: right;
  padding: 0 13px 0 0; 
  width: 139px;
  line-height: 0;
}

.footer .ftr-utility-nav {
  float: left;
  padding: 5px 0 0 12px; 
  width: 420px;
}

.footer .ftr-utility-nav__item {
  float: left; 
  line-height: 0;
}

.footer .copyright {
  float: right;
  padding: 7px 13px 0 0; 
  width: 253px;
  line-height: 0;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .js-cmn-Copyguard,
  .js-cmn-Copyguard-modal {
    visibility: hidden;
  }
}