@charset "UTF-8";
/*====================
 * style.scss
 *====================*/
/*--------------------
 * Imports
 *--------------------*/
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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------------------
 * Base
 *--------------------*/
body {
  font-family: メイリオ, Meiryo, Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
}

@media only screen and (max-width: 1100px) {
  body {
    width: 1100px;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}

br {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

/*--------------------
 * Template
 *--------------------*/
.social_buttons {
  background: #fff;
  padding: 6px 0 3px;
  text-align: center;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#bpGlobalHeader {
  background-image: url("globalHeader_bg.png");
  background-position: center top;
}

.nxt_header {
  text-align: center;
  background: url("nxt_header_bg.png") repeat-x;
}

/*--------------------
 * Main Contents
 *--------------------*/
#ContentsArea {
  background: #fff;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
#ContentsArea .ti-05 {
  display: inline-block;
  text-indent: -.5em;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: 0;
  padding: 0 0.2em 0 2px;
}
#ContentsArea .notes {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  text-align: right;
}
#ContentsArea .bold {
  font-weight: bold;
}

.mincyo, .content-head.is-top h1, .content-head.is-under .shoulder, .content-head.is-under h1, .content-wrap h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.content-head {
  background-color: #000;
  background-image: -webkit-linear-gradient(90deg, rgba(50, 71, 155, 0.5) 0%, rgba(3, 141, 148, 0.5) 100%);
  background-image: linear-gradient(90deg, rgba(50, 71, 155, 0.5) 0%, rgba(3, 141, 148, 0.5) 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content-head:before {
  content: "";
  background: url(bgchip.gif);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.1;
}
.content-head .content-head-in {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.content-head .content-head-in::after {
  content: "";
  width: 100%;
  height: 200px;
  background-image: -webkit-linear-gradient(transparent 0%, black 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.content-head .content-head-in .in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.content-head.is-top .content-head-in {
  background: #000;
  padding-bottom: 100px;
}
.content-head.is-top .content-head-in::after {
  bottom: 100px;
}
.content-head.is-top h1 {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 44%;
  font-weight: bold;
  text-align: center;
  font-size: 54px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black;
}
.content-head.is-top h1 .sml {
  font-size: 82%;
}
.content-head.is-top h1 .col {
  color: #f64a00;
  font-size: 80px;
}
.content-head.is-top .lead {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.content-head.is-top .lead .lead-in {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
}
.content-head.is-under .shoulder {
  color: #FFF;
  width: 100%;
  padding: 16px 0 12px;
  font-size: 26px;
  line-height: 1;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}
.content-head.is-under .shoulder .col {
  color: #f64a00;
  font-size: 130%;
}
.content-head.is-under .shoulder::after {
  content: "";
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0;
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.content-head.is-under .shoulder .in {
  position: relative;
  z-index: 2;
}
.content-head.is-under h1 {
  width: 100%;
  color: #fff;
  padding: 0 40px;
  position: absolute;
  bottom: 3%;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
}
.content-head.is-under h1 .vol {
  display: inline-block;
  position: relative;
  color: #FFF;
  margin-bottom: 30px;
}
.content-head.is-under h1 .vol::after {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  width: calc(130% + 60px);
  height: 100%;
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 1;
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.content-head.is-under h1 .vol .in {
  padding: 6px 0 3px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.content-head.is-under h1 .vol span {
  font-size: 1.4em;
}
.content-head.is-under h1.vol1 .vol {
  color: #52A5F5;
}
.content-head.is-under h1.vol1 .pick {
  color: #52A5F5;
}
.content-head.is-under h1.vol2 .vol {
  color: #00A7BD;
}
.content-head.is-under h1.vol2 .pick {
  color: #00A7BD;
}
.content-head.is-under h1.vol3 .vol {
  color: #33BD95;
}
.content-head.is-under h1.vol3 .pick {
  color: #33BD95;
}
.content-head.is-under h1.vol4 .vol {
  color: #426dbe;
}
.content-head.is-under h1.vol4 .pick {
  color: #426dbe;
}
.content-head.is-under h1 .line1,
.content-head.is-under h1 .line2 {
  text-shadow: 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black, 0px 0px 6px black;
}
.content-head.is-under h1 .pick {
  font-size: 60px;
}
.content-head.is-under .lead {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 100%;
  overflow: hidden;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
}
.content-head.is-under .lead .lead-in {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 100px;
  -moz-box-shadow: 0 0 50px black;
  -webkit-box-shadow: 0 0 50px black;
  box-shadow: 0 0 50px black;
}
@media only screen and (max-width: 1100px) {
  .content-head {
    width: 1100px;
  }
  .content-head.is-top .content-head-in {
    padding-bottom: 0;
  }
  .content-head.is-top h1 {
    top: 41%;
  }
  .content-head.is-top .lead {
    position: relative;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .content-head.is-under .shoulder {
    padding: 20px 0 6px;
  }
  .content-head.is-under h1 .vol .in {
    line-height: 1;
    padding: 20px 0 0px;
  }
}
.content-wrap {
  background: #fff;
  line-height: 1.4;
  position: relative;
  /* 図の設定 ------------------------------*/
}
.content-wrap .lead {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 100%;
  z-index: 2;
  padding: 30px 60px;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
}
.content-wrap .lead .cap {
  display: block;
  font-size: 12px;
}
.content-wrap h2 {
  background-color: #000;
  background-image: -webkit-linear-gradient(90deg, #32479b 0%, #038d94 100%);
  background-image: linear-gradient(90deg, #32479b 0%, #038d94 100%);
  position: relative;
  overflow: hidden;
}
.content-wrap h2:before {
  content: "";
  background: url(bgchip.gif);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.1;
}
.content-wrap h2 .h2-in {
  display: block;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 40px 100px 70px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.content-wrap h2 .h2-in::after {
  content: "";
  width: 62px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -30px;
}
.content-wrap h2 .h2-in .text {
  padding-bottom: 35px;
}
.content-wrap h2 .h2-in .text::before, .content-wrap h2 .h2-in .text::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 39px;
}
.content-wrap h2 .h2-in .text::before {
  left: 50%;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.content-wrap h2 .h2-in .text::after {
  left: 50%;
  margin-left: -30px;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.content-wrap .block-main {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 100px 0;
  overflow: hidden;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.content-wrap .block-main .text-main {
  line-height: 1.8;
}
.content-wrap .block-main .text-main .comment {
  color: #444;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.content-wrap .block-main .text-main .talk1 {
  display: inline-block;
  color: #32479b;
  font-weight: bold;
}
.content-wrap .block-main .text-main .talk2 {
  display: inline-block;
  color: #038d94;
  font-weight: bold;
}
.content-wrap .block-main .text-main .talk3 {
  display: inline-block;
  color: #0C9441;
  font-weight: bold;
}
.content-wrap .block-main .pagetop-text {
  margin-bottom: 0;
}
.content-wrap .photo-wide img {
  width: 100%;
}
.content-wrap .photo {
  width: 300px;
}
.content-wrap .photo.is-side {
  width: 400px;
}
.content-wrap .photo.color1 .name {
  background: #32479b;
}
.content-wrap .photo.color2 .name {
  background: #038d94;
}
.content-wrap .photo.color3 .name {
  background: #0C9441;
}
.content-wrap .photo .person {
  position: relative;
}
.content-wrap .photo .person img {
  width: 100%;
}
.content-wrap .photo .kata {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 100%;
  padding: 8px 5px 6px 10px;
  font-size: 11.5px;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .photo .name {
  background: #0D015C;
  color: #FFF;
  padding: 2px 10px 0;
  text-align: right;
}
.content-wrap .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 80%;
}
.content-wrap .photo .profile {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
}
.content-wrap .figure-wide {
  margin-top: 40px;
  text-align: center;
}
.content-wrap .figure-wide .figure {
  display: inline-block;
  width: 100%;
  max-width: 860px;
}
.content-wrap .figure-wide .figure img {
  width: 100%;
}
.content-wrap .figure {
  width: 250px;
  background-color: #222;
  color: #2877A6;
  display: block;
  padding: 2px 0;
  font-size: 11px;
  text-align: left;
}
.content-wrap .figure.wide {
  width: 100%;
}
.content-wrap .figure.wide img {
  width: 100%;
}
.content-wrap .figure.wide .figure_in .title {
  width: auto;
  padding-right: 10px;
}
.content-wrap .figure:hover {
  background-color: #222;
  text-decoration: none;
}
.content-wrap .figure span {
  display: block;
}
.content-wrap .figure .figure_in {
  margin: 0 2px;
  background-color: #fff;
  position: relative;
}
.content-wrap .figure .figure_in .image {
  background: #FFF;
  padding: 10px;
}
.content-wrap .figure .figure_in .title {
  padding: 10px 4px 7px 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
.content-wrap .figure .figure_in .title span.zu {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
}
.content-wrap .figure .figure_in .title span.text {
  overflow: hidden;
}
.content-wrap .figure .figure_in .txt {
  background: #222;
  color: #FFF;
  padding: 8px 10px 6px;
}

/* PageTopの設定 ------------------------------*/
.pagetop-text {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.pagetop-text a {
  display: block;
  float: right;
  background: #0D015C;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 10px 2px;
  letter-spacing: 1px;
  border-bottom: 2px solid #f64a00;
  line-height: 2;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagetop-text a:before {
  display: inline-block;
  content: "▲";
  margin-right: 0.3em;
}
.pagetop-text a:hover {
  background: #f64a00;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #0D015C;
}

.content-btns {
  background: #444;
  padding: 40px 0;
  position: relative;
}
.content-btns.is-top {
  background: #222;
}
.content-btns.is-top a {
  height: 250px;
}
.content-btns.is-top a .photo .in {
  height: 150px;
}
.content-btns.is-top a .text {
  height: 100px;
  padding-top: 12px;
}
.content-btns.is-top a .text .vol {
  font-size: 18px;
}
.content-btns.is-top a .text .vol span {
  font-size: 1.4em;
}
.content-btns.is-top a .text .title {
  font-size: 14px;
}
.content-btns:before {
  content: "";
  background: url(bgchip.gif);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
.content-btns .in {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.content-btns .in a:nth-of-type(1) {
  margin-left: 0;
}
.content-btns .old-wrap {
  width: 100%;
  width: 1100px;
  margin: 30px auto 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.content-btns .old-wrap a {
  float: none;
  margin: 0 auto;
}
.content-btns .old-wrap a.old {
  width: 600px;
  height: auto;
  border: 2px solid #426dbe;
}
.content-btns .old-wrap a.old .left {
  position: relative;
}
.content-btns .old-wrap a.old .photo {
  position: relative;
  z-index: 1;
}
.content-btns .old-wrap a.old .photo .in {
  height: 120px;
  background-image: url(btnbg4.png);
}
.content-btns .old-wrap a.old .text {
  color: #FFF;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  text-shadow: black 1px 1px 4px, black -1px 1px 4px,black 1px -1px 4px, black -1px -1px 4px;
}
.content-btns .old-wrap a.old .text .title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.content-btns .old-wrap a.old .text .title span {
  display: inline-block;
  color: #ff7761;
}
.content-btns .old-wrap a.old .arrow {
  background: #426dbe;
}
.content-btns a {
  display: table;
  background: #FFF;
  color: #000;
  float: left;
  width: 32%;
  height: 200px;
  margin: 10px 0 10px 2%;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid #fff;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-btns a.coming {
  pointer-events: none;
}
.content-btns a.top {
  border: 2px solid #0D015C;
}
.content-btns a.top .photo .in {
  background-image: url(header_btn.png);
}
.content-btns a.top .vol {
  color: #0D015C;
}
.content-btns a.top .arrow {
  background: #0D015C;
}
.content-btns a.vol1 {
  border: 2px solid #52A5F5;
}
.content-btns a.vol1 .photo .in {
  background-image: url(btnbg1.png);
}
.content-btns a.vol1 .vol {
  color: #52A5F5;
}
.content-btns a.vol1 .arrow {
  background: #52A5F5;
}
.content-btns a.vol2 {
  border: 2px solid #00A7BD;
}
.content-btns a.vol2 .photo .in {
  background-image: url(btnbg2.png);
}
.content-btns a.vol2 .vol {
  color: #00A7BD;
}
.content-btns a.vol2 .arrow {
  background: #00A7BD;
}
.content-btns a.vol3 {
  border: 2px solid #33BD95;
}
.content-btns a.vol3 .photo .in {
  background-image: url(btnbg3.png);
}
.content-btns a.vol3 .vol {
  color: #33BD95;
}
.content-btns a.vol3 .arrow {
  background: #33BD95;
}
.content-btns a:hover.top {
  border: 2px solid #f64a00;
}
.content-btns a:hover.top .text .vol {
  color: #f64a00;
}
.content-btns a:hover.top .arrow {
  background: #f64a00;
}
.content-btns a:hover.vol1 {
  border: 2px solid #f64a00;
}
.content-btns a:hover.vol1 .text .vol {
  color: #f64a00;
}
.content-btns a:hover.vol1 .arrow {
  background: #f64a00;
}
.content-btns a:hover.vol2 {
  border: 2px solid #f64a00;
}
.content-btns a:hover.vol2 .text .vol {
  color: #f64a00;
}
.content-btns a:hover.vol2 .arrow {
  background: #f64a00;
}
.content-btns a:hover.vol3 {
  border: 2px solid #f64a00;
}
.content-btns a:hover.vol3 .text .vol {
  color: #f64a00;
}
.content-btns a:hover.vol3 .arrow {
  background: #f64a00;
}
.content-btns a:hover.old {
  border: 2px solid #f64a00;
}
.content-btns a:hover.old .arrow {
  background: #f64a00;
}
.content-btns a:hover .photo .in {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.content-btns a .left,
.content-btns a .arrow {
  display: table-cell;
  vertical-align: middle;
}
.content-btns a .left {
  width: 95%;
}
.content-btns a .photo {
  width: 100%;
  overflow: hidden;
}
.content-btns a .photo .in {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.content-btns a .text {
  width: 100%;
  height: 100px;
  padding-top: 17px;
  font-weight: bold;
}
.content-btns a .text .vol {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-btns a .text .vol span {
  display: inline-block;
  font-size: 1.2em;
}
.content-btns a .text .title {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 15px;
}
.content-btns a .arrow {
  width: 5%;
  background: #0D015C;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-btns a .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: auto;
  margin: -5px 0 0 -8px;
}

/* ContactAreaの設定 ------------------------------*/
#ContactArea {
  margin-top: 50px;
  position: relative;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
#ContactArea:before {
  content: "";
  display: block;
  background: #0D015C;
  width: 50%;
  height: 150px;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 0;
}
#ContactArea .contact-in {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
#ContactArea .contact-table {
  background: #fff;
  display: table;
  width: 100%;
  height: 150px;
}
#ContactArea #Contact-title {
  display: table-cell;
  vertical-align: middle;
  background: #0D015C;
  color: #fff;
  width: 150px;
  text-align: center;
}
#ContactArea #ContactImg {
  margin: 15px 20px 0 0px;
  float: right;
}
#ContactArea #Contact-main {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  color: #000;
  padding: 0 30px;
  font-size: 12px;
  line-height: 1.5;
}
#ContactArea #Contact-main strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#ContactArea #Contact-main a {
  text-decoration: underline;
}

.link-wrap {
  background: #FFF;
  padding: 50px 0;
}
.link-wrap .linkArea {
  width: 1100px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.link-wrap .linkArea .linktitle {
  background: #222;
  background-image: -webkit-linear-gradient(90deg, #222 0%, #444 100%);
  background-image: linear-gradient(90deg, #222222 0%, #444444 100%);
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
}
.link-wrap .linkArea ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #FFF;
}
.link-wrap .linkArea ul li {
  margin: 0;
  padding: 10px 0 7px 22px;
  line-height: 1.5em;
  background: url("icon_arrow.gif") no-repeat left center;
  font-size: 14px;
}
.link-wrap .linkArea ul li.line {
  border-bottom: dotted 1px #ccc;
}
.link-wrap .linkArea ul .linkbot {
  overflow: hidden;
}

/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

.lb-data .lb-details {
  width: 90% !important;
  padding: 1%;
}

.lb-data .lb-caption {
  color: #FFF !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
}

.lb-data .lb-caption strong {
  font-weight: bold !important;
}

/*--------------------
 * 汎用
 *--------------------*/
.disno {
  display: none;
}

.disinline {
  display: inline;
}

.ofh {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pt5 {
  padding-top: 5px;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

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

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}
