@charset "UTF-8";
/* HTML */
*,
::before,
::after {
  position: relative;
  z-index: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 100%; /* 16px */
  font-size: 5vmin; /* 画面最小幅320px時に16px */ 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width:601px) {
  html {
    font-size: 2vw;
    /* 画面幅600px時:14.4px 〜 1000px時:16px */
    font-size: calc( 16px - ( 1000px - 100vw ) / 280 * 1.6 );
  }
}
@media (min-width:1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width:1250px) {
  html {
    font-size: 125%; /* 画面幅1250px以上で20px */
  }
}

@media print {
  html {
    font-size: 9pt;
  } 
}

body {
  min-height: 100%;
  background-color: #fff;
  fill: #333;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
body.iframe #wpadminbar {
  display: none;
}


body, 
.sans-serif {
  font-family:
    Arial, Helvetica, Roboto, "Droid Sans", 
    sans-serif;
}
.serif {
  font-family:
    "Times New Roman",
    serif;
}
html[lang="ja"] body, 
html[lang="ja"] .sans-serif {
  font-family: 
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 
    "Droid Sans Japanese";  
}
html[lang="ja"] .serif {
  font-family: 
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", 
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
}
html[lang="ja"] body[data-browser="IE"] {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 
}

a, 
a::before, 
a::after {
  -webkit-transition: all 0.2s 0s;
  -o-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
}
a[href^="http"] {
  -ms-word-break: break-all;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}
em, address {
  font-style: normal;
}

hr {
  clear: both;
  border-style: solid;
  margin: 1.5rem 0;
}

img, svg {
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  height: 1em;
}
img:not([width]) {
  width: 100%;
}
img:not([height]) {
  height: auto;
}

figure figcaption {
  display: block;
  margin-top: 0.5em;
  line-height: 1.25;
  font-size: 0.625em;
  text-align: left;
}

.icn {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.logo {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

/* IEで枠線が背景色の下になるバグ対策 */
th, td {
  position: static;
}

figure, 
figure a {
  min-height: 0%;
}


a[href^=tel]:link {
  color: inherit;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}
.btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.btn:active {
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3) inset;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.bnr {
  display: inline-block;
  -webkit-transition: all 0.2s 0s;
  -o-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
}
.bnr:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.bnr > img {
  width: 100%;
}




/* skiplink */
#skiplink {
  display: block;
  margin: auto;
  max-height: 0;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
  overflow: hidden;
  z-index: 5000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#skiplink.-active {
  max-height: 100vh;
  -webkit-box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.3) inset;
  overflow-y: auto;
}
#skiplink .menu_list {
  padding: 1rem;
  font-size: 0.75em;
}
#skiplink .menu_list > li::before {
  border-color: #FFF
}
#skiplink .menu {
  color: inherit;
  text-decoration: none;
}
@media (min-width:600px) {
  #skiplink .menu_list > li {
    display: inline-block;  
  }
}
@media only print {
  #skiplink {
    display: none;
  }
}

/* to_top */
a.to_top {
  display: block;
  position: fixed;
  bottom: -6em;
  right: 0;
  margin: 1rem;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  color: inherit;
  text-align: center;
  text-decoration: none;
  z-index: 2999;
  overflow: hidden;
}
a.to_top::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -0.3em auto auto;
  width: 1.2em;
  height: 1.2em;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.to_top.-active {
  bottom: 0;
}
a.to_top .btn_txt {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
}
@media only print {
  a.to_top {
    display: none;
  }
}

.ib {
  display: inline-block;
}
.kn_bc {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

/* INNER */
.inner {
  clear: both;
}
.inner::after {
  content: '';
  clear: both;
  display: block;
}
.inner, 
.-sp_inner, 
.-tb_inner, 
.-pc_inner {
  margin: auto;
}
.inner .inner, 
.-sp_inner .inner, 
.-tb_inner .inner, 
.-pc_inner .inner {
  margin: auto;
}

.-is_sp, 
.-is_tb, 
.-is_pc {
  display: none;
}
@media only screen and (max-width:600px) {
  .inner, 
  .-sp_inner {
    width: 90%;
  }
  .-is_sp {
    display: inherit;
  }
  .-no_sp {
    display: none;
  }
}
@media print, (min-width:601px) and (max-width:1249px) {
  .inner, 
  .-tb_inner {
    width: 90%;
  }
  .-is_tb {
    display: inherit;
  }
  .-no_tb {
    display: none;
  }
}
@media print, (min-width:1250px) {
  .inner, 
  .-pc_inner {
    width: 90%;
    max-width: 1200px;
  }
  .-is_pc {
    display: inherit;
  }
  .-no_pc {
    display: none;
  }
}
.inner .inner {
  width: auto;
}
.anti_inner {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.col_list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_list > li {
  margin-top: auto;
  flex-grow: 1;
}
@media only screen and (max-width:600px) {
  .col_list.-sp_c01 > li {
    width: 100%;
    max-width:100%;
  }
  .col_list.-sp_c02 > li {
    width: 49%;
    max-width: 49%;
  }
  .col_list.-sp_c03 > li {
    width: 32%;
    max-width: 32%;
  }
  .col_list.-sp_c04 > li {
    width: 23.5%;
    width: calc( 94% / 4 );
    width: -webkit-calc( 94% / 4 );
    max-width: 23.5%;
    max-width: calc( 94% / 4 );
    max-width: -webkit-calc( 94% / 4 );
  }
  .col_list.-sp_c05 > li {
    width: 18.4%;
    width: calc( 92% / 5 );
    width: -webkit-calc( 92% / 5 );
    max-width: 18.4%;
    max-width: calc( 92% / 5 );
    max-width: -webkit-calc( 92% / 5 );
  }
  .col_list.-sp_c06 > li {
    width: 15%;
    max-width: 15%;
  }
}
@media (min-width:601px) and (max-width:1249px) {
  .col_list.-tb_c01 > li {
    width: 100%;
    max-width:100%;
  }
  .col_list.-tb_c02 > li {
    width: 49%;
    max-width: 49%;
  }
  .col_list.-tb_c03 > li {
    width: 32%;
    max-width: 32%;
  }
  .col_list.-tb_c04 > li {
    width: 23.5%;
    width: calc( 94% / 4 );
    width: -webkit-calc( 94% / 4 );
    max-width: 23.5%;
    max-width: calc( 94% / 4 );
    max-width: -webkit-calc( 94% / 4 );
  }
  .col_list.-tb_c05 > li {
    width: 18.4%;
    width: calc( 92% / 5 );
    width: -webkit-calc( 92% / 5 );
    max-width: 18.4%;
    max-width: calc( 92% / 5 );
    max-width: -webkit-calc( 92% / 5 );
  }
  .col_list.-tb_c06 > li {
    width: 15%;
    max-width: 15%;
  }
}
@media print, (min-width:1250px) {
  .col_list.-pc_c01 > li {
    width: 100%;
    max-width:100%;
  }
  .col_list.-pc_c02 > li {
    width: 49%;
    max-width: 49%;
  }
  .col_list.-pc_c03 > li {
    width: 32%;
    max-width: 32%;
  }
  .col_list.-pc_c04 > li {
    width: 23.5%;
    width: calc( 94% / 4 );
    width: -webkit-calc( 94% / 4 );
    max-width: 23.5%;
    max-width: calc( 94% / 4 );
    max-width: -webkit-calc( 94% / 4 );
  }
  .col_list.-pc_c05 > li {
    width: 18.4%;
    width: calc( 92% / 5 );
    width: -webkit-calc( 92% / 5 );
    max-width: 18.4%;
    max-width: calc( 92% / 5 );
    max-width: -webkit-calc( 92% / 5 );
  }
  .col_list.-pc_c06 > li {
    width: 15%;
    max-width: 15%;
  }
}

/* SPLIT MAIL */
.split_mail {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.split_mail[data-mailto="true"] {
  cursor: pointer;
  text-decoration: underline;
}
.split_mail .mail_d, 
.split_mail .mail_a {
  display: inline-block;
}
.split_mail .mail_d::before {
  content: '@';
}


/* FOOTNOTE */
span.footnote, 
small.footnote {
  display: inline-block;
}
ul.footnote_list, 
ol.footnote_list {
  list-style: none;
}
ol.footnote_list {
  counter-reset: footnote_list;
}
ol.footnote_list > li {
  counter-increment: footnote_list;
}
.footnote, 
.footnote_list > li {
  padding-left: 1em;
}
ol.footnote_list > li {
  padding-left: 2em;
}
.footnote::before, 
.footnote_list > li::before {
  content: '*';
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  text-align: left;
}
[lang="ja"] .footnote::before, 
[lang="ja"] .footnote_list > li::before {
  content: '※';
}
ol.footnote_list > li::before {
  content: '*' counter( footnote_list );
  margin-left: -2em;
  width: 2em;
}
[lang="ja"] ol.footnote_list > li::before {
  content: '※' counter( footnote_list );
  margin-left: -2em;
  width: 2em;
}



/* TRIM BOX */
.trim_img {
  display: inline-block;
  width: 100%;
  line-height: 1;
  vertical-align: bottom;
  overflow: hidden;
}
.trim_img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.trim_img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.trim_img.trim_w > img {
  width: auto;
  height: 100%;
}
.trim_img.trim_h > img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:600px) {
  .trim_img.-sp_trim_w > img {
    width: auto;
    height: 100%;
  }
  .trim_img.-sp_trim_h > img {
    width: 100%;
    height: auto;
  }
}
@media (min-width:601px) and (max-width:1249px) {
  .trim_img.-tb_trim_w > img {
    width: auto;
    height: 100%;
  }
  .trim_img.-tb_trim_h > img {
    width: 100%;
    height: auto;
  }
}
@media (min-width:1250px) {
  .trim_img.-pc_trim_w > img {
    width: auto;
    height: 100%;
  }
  .trim_img.-pc_trim_h > img {
    width: 100%;
    height: auto;
  }
}

.ratio_box {
  display: block;
  overflow: hidden;
}
.ratio_box::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ratio_box > * {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

[data-ratio="03x02"]::before, 
[data-ratio^="0.66"]::before {
  padding-top: 66.66%;
  padding-top: -webkit-calc( 2 / 3 * 100% );
  padding-top: calc( 2 / 3 * 100% );
}
[data-ratio="02x03"]::before, 
[data-ratio="1.5"]::before {
  padding-top: 150%;
}
[data-ratio="04x03"]::before, 
[data-ratio="0.75"]::before {
  padding-top: 75%;
}
[data-ratio="03x04"]::before, 
[data-ratio^="1.3333"]::before {
  padding-top: 133.33%;
  padding-top: -webkit-calc( 4 / 3 * 100% );
  padding-top: calc( 4 / 3 * 100% );
}
[data-ratio="16x09"]::before, 
[data-ratio="0.5625"]::before {
  padding-top: 56.25%;
  padding-top: -webkit-calc( 9 / 16 * 100% );
  padding-top: calc( 9 / 16 * 100% );
}


.text_area > p, 
.text {
  text-align: justify;
  line-height: 1.75;
}
.text_area > p + p {
  margin-top: 1em;
}


.switch {
  display: none;
}

.menu_list {
  list-style: none;
}
.menu_list a {
  display: block;
}

@media only screen and (max-width:600px) {
  [role="tablist"]:not([data-tab*="sp"]) [role="tab"] {
    cursor: auto;
  }
}
@media ( min-width:601px and max-width:1249px ) {
  [role="tablist"]:not([data-tab*="tb"]) [role="tab"] {
    cursor: auto;
  }
}
@media (min-width:1250px) {
  [role="tablist"]:not([data-tab*="pc"]) [role="tab"] {
    cursor: auto;
  }
}

.-comingsoon {
  pointer-events: none;
  opacity: 0.5;
}


[data-inview="true"], 
[data-inview="true"]::before, 
[data-inview="true"]::after {
  opacity: 1;
  -webkit-transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
[data-inview="false"], 
[data-inview="false"]::before, 
[data-inview="false"]::after {
  opacity: 0;
}

body .mfp-content .mfp-figure:after {
  background-color: #FFF;
}
body .mfp-image-holder .mfp-content {
  max-width: 90%;
}
@media print, (min-width:1250px) {
  body .mfp-image-holder .mfp-content {
    max-width: 1200px;
  }
}

