@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, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  min-width: 1000px;
}

* {
  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: #003366;
  text-decoration: none;
  border: none;
}
a:hover {
  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: #fafafa;
  background-image: url(bgchip.png);
  padding-bottom: 50px;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 1px;
  position: relative;
}
#ContentsArea:after {
  content: "";
  background: url(bg_grade.png);
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea .ti-05 {
  display: inline-block;
  text-indent: -.5em;
}
#ContentsArea .ti-01p {
  display: inline-block;
  text-indent: -1px;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: 0px;
  padding: 0 2px;
}
#ContentsArea .notes {
  margin-top: 10px;
  font-size: 14px;
  color: #eee;
  line-height: 1.5em;
  text-align: right;
}
#ContentsArea .bold {
  font-weight: bold;
}

.mincyo, .content-nav.is-under .is-btn .vol, .content-nav .is-btn.is-coming .title p, .content-nav .is-btn .vol, .content-head .main-title .main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.content-nav {
  overflow: hidden;
  margin: -170px auto 0;
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
}
.content-nav.is-under {
  margin: 0 auto;
  padding: 20px 0;
}
.content-nav.is-under .is-btn {
  float: left;
  display: table;
  width: 480px;
  height: 140px;
  margin: 20px 0 0;
  overflow: hidden;
}
.content-nav.is-under .is-btn:nth-child(even) {
  margin-left: 40px;
}
.content-nav.is-under .is-btn:after {
  content: "";
  border-right: 70px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.content-nav.is-under .is-btn.vol0 .photo .photo-in {
  background-image: url(nav_photo0b.png);
}
.content-nav.is-under .is-btn.vol1:after {
  border-bottom: 70px solid #0196c1;
}
.content-nav.is-under .is-btn.vol1 .photo .photo-in {
  background-image: url(nav_photo1b.png);
}
.content-nav.is-under .is-btn.vol2:after {
  border-bottom: 70px solid #426dbe;
}
.content-nav.is-under .is-btn.vol2 .photo .photo-in {
  background-image: url(nav_photo2b.png);
}
.content-nav.is-under .is-btn.vol3:after {
  border-bottom: 70px solid #cfcf00;
}
.content-nav.is-under .is-btn.vol3 .photo .photo-in {
  background-image: url(nav_photo3b.png);
}
.content-nav.is-under .is-btn.vol4:after {
  border-bottom: 70px solid #e6a529;
}
.content-nav.is-under .is-btn.vol4 .photo .photo-in {
  background-image: url(nav_photo4.png);
}
.content-nav.is-under .is-btn .vol {
  color: #FFF;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  left: 10px;
  top: auto;
  bottom: 0px;
  margin-left: 0px;
  z-index: 20;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px, rgba(0, 0, 0, 0.6) -1px 1px 3px, rgba(0, 0, 0, 0.6) 1px -1px 3px, rgba(0, 0, 0, 0.6) -1px -1px 3px;
}
.content-nav.is-under .is-btn .vol .num {
  font-size: 150%;
}
.content-nav.is-under .is-btn .photo {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  position: relative;
  z-index: 10;
}
.content-nav.is-under .is-btn .photo:before {
  display: none;
}
.content-nav.is-under .is-btn .title {
  width: 340px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.content-nav.is-under .is-btn .title:before {
  height: 140px;
}
.content-nav.is-under .is-btn .title .title-in {
  display: block;
}
.content-nav.is-under .is-btn .title .title-in p.text1 {
  font-size: 13px;
}
.content-nav.is-under .is-btn .title .title-in p.text2 {
  display: block;
  text-align: center;
  font-size: 18px;
}
.content-nav .is-btn {
  display: inline-block;
  background: #FFF;
  width: 400px;
  height: 300px;
  margin: 20px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border: 4px solid #fff;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-nav .is-btn:not(.is-coming):hover .title {
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.content-nav .is-btn:not(.is-coming):hover .title:before {
  left: 0;
}
.content-nav .is-btn:not(.is-coming):hover .title p.text1 {
  border-bottom: 2px dotted #fff;
}
.content-nav .is-btn:not(.is-coming):hover .photo .photo-in {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.content-nav .is-btn.vol0 {
  border: 4px solid #ff7761;
}
.content-nav .is-btn.vol0 .photo:before {
  background: #ff7761;
}
.content-nav .is-btn.vol0 .photo .photo-in {
  background-image: url(nav_photo1.png);
}
.content-nav .is-btn.vol0 .title:before {
  background: #ff7761;
}
.content-nav .is-btn.vol1 {
  border: 4px solid #0196c1;
}
.content-nav .is-btn.vol1 .photo:before {
  background: #0196c1;
}
.content-nav .is-btn.vol1 .photo .photo-in {
  background-image: url(nav_photo1.png);
}
.content-nav .is-btn.vol1 .title:before {
  background: #0196c1;
}
.content-nav .is-btn.vol2 {
  border: 4px solid #426dbe;
}
.content-nav .is-btn.vol2 .photo:before {
  background: #426dbe;
}
.content-nav .is-btn.vol2 .photo .photo-in {
  background-image: url(nav_photo2.png);
}
.content-nav .is-btn.vol2 .title:before {
  background: #426dbe;
}
.content-nav .is-btn.vol3 {
  border: 4px solid #cfcf00;
}
.content-nav .is-btn.vol3 .photo:before {
  background: #cfcf00;
}
.content-nav .is-btn.vol3 .photo .photo-in {
  background-image: url(nav_photo3.png);
}
.content-nav .is-btn.vol3 .title:before {
  background: #cfcf00;
}
.content-nav .is-btn.vol4 {
  border: 4px solid #e6a529;
}
.content-nav .is-btn.vol4 .photo:before {
  background: #e6a529;
}
.content-nav .is-btn.vol4 .photo .photo-in {
  background-image: url(nav_photo4.png);
}
.content-nav .is-btn.vol4 .title:before {
  background: #e6a529;
}
.content-nav .is-btn.is-coming .title p {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.content-nav .is-btn .vol {
  color: #FFF;
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -30px;
  padding-right: 5px;
  z-index: 10;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.content-nav .is-btn .vol .num {
  font-size: 150%;
}
.content-nav .is-btn .photo {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  overflow: hidden;
}
.content-nav .is-btn .photo:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: 20px;
  z-index: 1;
  -moz-transform: scale(1, 0.5) rotate(45deg);
  -ms-transform: scale(1, 0.5) rotate(45deg);
  -webkit-transform: scale(1, 0.5) rotate(45deg);
  transform: scale(1, 0.5) rotate(45deg);
}
.content-nav .is-btn .photo .photo-in {
  width: 100%;
  height: 100%;
  background-position: center;
  -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;
}
.content-nav .is-btn .title {
  display: table;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-nav .is-btn .title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-nav .is-btn .title .title-in {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: center;
}
.content-nav .is-btn .title .title-in p {
  display: inline-block;
}
.content-nav .is-btn .title .title-in p.text1 {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  border-bottom: 2px dotted #ccc;
  letter-spacing: 0.05em;
}
.content-nav .is-btn .title .title-in p.text2 {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.05em;
}

.is-top .content-head {
  height: 560px;
}
.is-top .content-head h1 {
  color: #FFF;
  margin: auto;
  padding: 20px 0 20px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  z-index: 1;
  text-align: center;
}
.is-top .content-head h1 .sub {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.is-top .content-head h1 .line2 {
  display: inline-block;
  width: 1000px;
  font-size: 58px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px,black 1px -1px 10px, black -1px -1px 10px;
}
.is-top .content-head h1 .is-big {
  display: inline-block;
  font-size: 72px;
  letter-spacing: .1em;
}
.is-top .content-head h1 .is-color {
  color: #ff7761;
}
.is-top .content-head h1 .lett {
  letter-spacing: 0;
}

.content-head {
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
.content-head .content-head-in {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.content-head .main-title {
  display: table;
  color: #FFF;
  margin: 0 auto 20px;
  padding-top: 40px;
  font-size: 20px;
}
.content-head .main-title.is-under .main {
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.content-head .main-title .sub {
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(to right, #0196c1 0%, #3340a2 100%);
  padding: 5px 20px;
  line-height: 1;
  border-right: solid 1px #3340a2;
}
.content-head .main-title .main {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 5px 20px;
  letter-spacing: 0.1em;
  border: #3340a2 solid 2px;
  font-weight: bold;
}
.content-head h1.is-under {
  color: #FFF;
  margin-top: 90px;
  padding-bottom: 30px;
  line-height: 1.4;
}
.content-head h1.is-under .subtitle {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.content-head h1.is-under .subtitle:before {
  content: "";
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  position: absolute;
  left: 50%;
  top: -55px;
  z-index: 0;
  margin-left: -80px;
}
.content-head h1.is-under .subtitle .vol {
  width: 100px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: -68px;
  z-index: 0;
  margin-left: -50px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 5px, rgba(0, 0, 0, 0.6) -1px 1px 5px, rgba(0, 0, 0, 0.6) 1px -1px 5px, rgba(0, 0, 0, 0.6) -1px -1px 5px;
}
.content-head h1.is-under .subtitle .vol span {
  font-size: 54px;
}
.content-head h1.is-under .subtitle .text {
  padding-bottom: 6px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 5px, rgba(0, 0, 0, 0.6) -1px 1px 5px, rgba(0, 0, 0, 0.6) 1px -1px 5px, rgba(0, 0, 0, 0.6) -1px -1px 5px;
  border-bottom: 3px dotted #ccc;
}
.content-head h1.is-under .title {
  text-indent: 0.7em;
  font-size: 62px;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.content-head h1.is-under .title .color {
  color: #ff7761;
  font-weight: bold;
}
.content-head h1.is-under .title .small {
  font-size: 44px;
}
.content-head .lead {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px 30px;
  line-height: 2;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
}
.content-head .lead .note {
  float: right;
  font-size: 13px;
  padding-top: 3px;
}

.is-vol1 .content-head h1.is-under .subtitle:before {
  border-top: 100px solid #0196c1;
}
.is-vol1 .content-wrap .block-main h2 {
  background: #0196c1;
}
.is-vol1 .text-main .talk1 {
  color: #0196c1;
}
.is-vol1 .text-main .talk2 {
  color: #ff7761;
}
.is-vol1 .photo .name {
  background: #0196c1;
}
.is-vol1 #ContactArea #Contact-title {
  background: #0196c1;
}

.is-vol2 .content-head h1.is-under .subtitle:before {
  border-top: 100px solid #426dbe;
}
.is-vol2 .content-wrap .block-main h2 {
  background: #426dbe;
}
.is-vol2 .content-wrap .block-main.is-Below {
  border: 10px solid #426dbe;
}
.is-vol2 .content-wrap .block-main.is-Below .title {
  background: #426dbe;
}
.is-vol2 .text-main .talk1 {
  color: #426dbe;
}
.is-vol2 .text-main .talk2 {
  color: #ff7761;
}
.is-vol2 .photo .name {
  background: #426dbe;
}
.is-vol2 #ContactArea #Contact-title {
  background: #426dbe;
}

.is-vol3 .content-head h1.is-under .title {
  text-indent: 0;
}
.is-vol3 .content-head h1.is-under .subtitle:before {
  border-top: 100px solid #cfcf00;
}
.is-vol3 .content-wrap .block-main h2 {
  background: #cfcf00;
}
.is-vol3 .content-wrap .block-main.is-Below {
  border: 10px solid #cfcf00;
}
.is-vol3 .content-wrap .block-main.is-Below .title {
  background: #cfcf00;
}
.is-vol3 .text-main .talk1 {
  color: #cfcf00;
}
.is-vol3 .text-main .talk2 {
  color: #ff7761;
}
.is-vol3 .photo .name {
  background: #cfcf00;
}
.is-vol3 #ContactArea #Contact-title {
  background: #cfcf00;
}

.content-wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  position: relative;
  /* 図の設定 ------------------------------*/
}
.content-wrap .block-main {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 50px;
  padding: 0;
  overflow: hidden;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.content-wrap .block-main.mt0 {
  margin-top: 0;
}
.content-wrap .block-main.is-Below {
  background-image: url(graphy.png);
}
.content-wrap .block-main.is-Below .title {
  padding-bottom: 5px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  letter-spacing: .5em;
}
.content-wrap .block-main.is-Below .title span {
  position: relative;
}
.content-wrap .block-main.is-Below .title span:before, .content-wrap .block-main.is-Below .title span:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.content-wrap .block-main.is-Below .title span:before {
  left: -30px;
}
.content-wrap .block-main.is-Below .title span:after {
  right: -20px;
}
.content-wrap .block-main.is-Below .text-main {
  padding: 30px 50px;
}
.content-wrap .block-main h2 {
  background: #0196c1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  position: relative;
  border-bottom: 4px solid #ff7761;
}
.content-wrap .block-main h2 > span {
  display: block;
  color: #fff;
  padding: 40px 10px 38px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  position: relative;
}
.content-wrap .block-main h2:after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wrap .block-main .text-main {
  padding: 50px 100px;
  line-height: 1.8;
}
.content-wrap .block-main .text-main .comment {
  color: #444;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: bold;
}
.content-wrap .block-main .text-main .talk1 {
  display: inline-block;
  font-weight: bold;
}
.content-wrap .block-main .text-main .talk2 {
  display: inline-block;
  font-weight: bold;
}
.content-wrap .photo-wide {
  width: 100%;
}
.content-wrap .photo {
  width: 280px;
}
.content-wrap .photo.color2 .name {
  background: #ff7761;
}
.content-wrap .photo.color3 .name {
  background: #20B271;
}
.content-wrap .photo.wide {
  width: 360px;
}
.content-wrap .photo .person {
  position: relative;
}
.content-wrap .photo .person img {
  width: 100%;
}
.content-wrap .photo .kata {
  background: rgba(0, 0, 0, 0.75);
  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 {
  color: #FFF;
  padding: 0 10px;
  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: 50px;
  text-align: center;
}
.content-wrap .figure-wide a.figure {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
.content-wrap .figure-wide a.figure img {
  width: 100%;
}
.content-wrap a.figure {
  width: 250px;
  background-color: #222;
  display: block;
  padding: 2px 0;
  font-size: 11px;
  text-align: left;
}
.content-wrap a.figure.wide {
  width: 100%;
}
.content-wrap a.figure.wide img {
  width: 100%;
}
.content-wrap a.figure.wide .figure_in .title {
  width: auto;
  padding-right: 10px;
}
.content-wrap a.figure:hover {
  background-color: #222;
  text-decoration: none;
}
.content-wrap a.figure:hover .figure_in .zoom {
  background: url("zoom_on.gif") no-repeat left bottom;
}
.content-wrap a.figure span {
  display: block;
}
.content-wrap a.figure .figure_in {
  margin: 0 2px;
  background-color: #fff;
  position: relative;
}
.content-wrap a.figure .figure_in .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
.content-wrap a.figure .figure_in .title {
  padding: 10px 4px 7px 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
.content-wrap a.figure .figure_in .title span.zu {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
}
.content-wrap a.figure .figure_in .title span.text {
  overflow: hidden;
}
.content-wrap a.figure .figure_in .txt {
  background: #222;
  color: #FFF;
  padding: 8px 10px 6px;
}

/* PageTopの設定 ------------------------------*/
.pagetop-text {
  text-align: right;
  margin-right: 50px;
}
.pagetop-text a:before {
  display: inline-block;
  content: "▲";
  margin-right: 0.3em;
}
.pagetop-text a {
  display: block;
  float: right;
  background: #ff7761;
  color: #fff;
  font-size: 0.75em;
  padding: 6px 25px 4px;
  letter-spacing: 1px;
  border-bottom: 2px solid #E64B0C;
  line-height: 2;
  border-top-left-radius: 4px;
  border-top-right-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:hover {
  background: #E64B0C;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #ff7761;
}
.pagetop-text:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* ContactAreaの設定 ------------------------------*/
#ContactArea {
  background: #ff7761;
  position: relative;
}
#ContactArea:before {
  content: "";
  display: block;
  background: #ff7761;
  width: 50%;
  height: 150px;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 0;
}
#ContactArea .contact-in {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
#ContactArea .contact-table {
  display: table;
  width: 100%;
  height: 150px;
}
#ContactArea #Contact-title {
  display: table-cell;
  vertical-align: middle;
  background: #ff7761;
  color: #fff;
  width: 150px;
  text-align: center;
}
#ContactArea #ContactImg {
  margin: 15px 20px 0 0px;
  float: right;
}
#ContactArea #Contact-main {
  display: table-cell;
  vertical-align: middle;
  background: #FFF;
  padding: 0 30px;
  font-size: 12px;
  line-height: 1.7;
}
#ContactArea #Contact-main strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
#ContactArea #Contact-main a {
  text-decoration: underline;
}

#linkArea .linktitle {
  background: #222;
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
}
#linkArea ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #FFF;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#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;
}
#linkArea ul li.line {
  border-bottom: dotted 1px #ccc;
}
#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;
}

/*--------------------
 * Effect
 *--------------------*/
/*--------------------
 * 汎用
 *--------------------*/
.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;
}
