@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
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;
}

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;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: Hiragino Kaku Gothic W1 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
#headerArea {
  background: #000;
  padding: 6px 0 21px;
}

#headerArea > .inner {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
}

#headerArea p {
  text-align: center;
  font-family: Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#headerArea p a {
  font-size: 0.875rem;
  color: #808080;
}

#headerArea p a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  #headerArea {
    padding: 2px 0 8px;
    line-height: 1;
  }
  #headerArea p a {
    font-size: 0.714rem;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea .mainVisual {
  background: #000;
  padding-bottom: 5px;
}

#contentsArea .mainVisual > .inner {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

#contentsArea .mainVisual h1 {
  text-align: center;
  color: #fff;
  font-family: Hiragino Kaku Gothic W0 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#contentsArea .mainVisual h1 .block01 {
  display: block;
  font-size: 5rem;
  line-height: 1;
}

#contentsArea .mainVisual h1 .block01 .small {
  font-size: 3rem;
  vertical-align: top;
  position: relative;
  top: 16px;
  margin-left: 5px;
  letter-spacing: .04em;
}

#contentsArea .mainVisual h1 .block01 .point {
  letter-spacing: -13px;
}

#contentsArea .mainVisual h1 .block01::after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66666%;
  background: url(../images/common/common_contents_img01.jpg) no-repeat 0 0;
  background-size: 100% auto;
}

#contentsArea .mainVisual h1 .block02 {
  display: block;
  padding: 5px 0 5px 1em;
  font-size: 6.25rem;
  line-height: 1;
}

#contentsArea .mainVisual h1 .block02 span {
  font-size: 5rem;
  vertical-align: top;
  position: relative;
  top: 15px;
}

#contentsArea .mainVisual .caption {
  font-size: 0;
  text-align: center;
}

#contentsArea .mainVisual .caption li {
  display: inline-block;
  color: #808080;
  font-size: 0.688rem;
  margin-right: 30px;
}

#contentsArea .mainVisual .caption li:last-child {
  margin-right: 0;
}

#contentsArea .commonBlock01 {
  background: #000;
}

#contentsArea .commonBlock01 > .inner {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

#contentsArea .commonBlock01 .text {
  background: url(../images/common/common_contents_bg01.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 10px 56px;
  text-align: center;
}

#contentsArea .commonBlock01 .text p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.7;
}

#contentsArea .commonBlock02 > .inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 58px 0 55px;
  border-bottom: solid 1px #f00;
}

#top #contentsArea .commonBlock02 > .inner {
  padding: 62px 0 55px;
}

#contentsArea .commonBlock02 h3 {
  text-align: center;
  color: #f00;
  font-size: 1.625rem;
  line-height: 1.53;
  margin-bottom: 27px;
}

#contentsArea .commonBlock02 .text01, #contentsArea .commonBlock02 .text02 {
  width: 470px;
  padding-left: 40px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.61;
  background: url(../images/common/common_contents_ico02.svg) no-repeat right center;
  /* preload */
  background-size: 0;
}

#contentsArea .commonBlock02 .text01 {
  width: 530px;
}

#contentsArea .commonBlock02 .text01 a, #contentsArea .commonBlock02 .text02 a {
  color: #9e005d;
  background: url(../images/common/common_contents_ico01.svg) no-repeat right center;
  background-size: 14px auto;
  padding-right: 16px;
  margin-right: 5px;
}

#contentsArea .commonBlock02 .text01 a:hover, #contentsArea .commonBlock02 .text02 a:hover {
  background: url(../images/common/common_contents_ico02.svg) no-repeat right center;
  background-size: 14px auto;
  color: #f00;
  text-decoration: underline;
}

#contentsArea .commonBlock02 .text01 {
  margin-bottom: 49px;
}

#contentsArea .commonBlock02 .image {
  width: 240px;
  margin: 0 auto 52px;
}

#contentsArea .commonBlock03 > .inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 33px 0 89px;
}

#contentsArea .commonBlock03 h3 {
  text-align: center;
  font-size: 1.625rem;
  font-family: Hiragino Kaku Gothic W6 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 14px;
}

#contentsArea .commonBlock03 .image {
  margin-bottom: 21px;
}

#contentsArea .commonBlock03 .list dl {
  font-size: 1.125rem;
  line-height: 1.61;
  padding-left: 3px;
}

#contentsArea .commonBlock03 .list dl::after {
  content: "";
  display: block;
  clear: both;
}

#contentsArea .commonBlock03 .list dl dt {
  width: 130px;
  font-family: Hiragino Kaku Gothic W6 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  float: left;
}

#contentsArea .commonBlock03 .list dl dd {
  width: 450px;
  margin-left: 130px;
}

#contentsArea .commonBlock03 .list dl dd a {
  color: #9e005d;
  background: url(../images/common/common_contents_ico01.svg) no-repeat right center;
  background-size: 14px auto;
  padding-right: 16px;
  margin-right: 5px;
}

#contentsArea .commonBlock03 .list dl dd a:hover {
  background: url(../images/common/common_contents_ico02.svg) no-repeat right center;
  background-size: 14px auto;
  color: #f00;
  text-decoration: underline;
}

#contentsArea .listBlock01 > .inner {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 17px;
}

#contentsArea .listBlock01 ul li {
  position: relative;
  border-bottom: solid #f00 1px;
}

#contentsArea .listBlock01 ul li a {
  display: block;
  padding: 20px 0 17px;
  text-align: center;
}

#contentsArea .listBlock01 ul li a:hover {
  opacity: .5;
}

#contentsArea .listBlock01 ul li a .title {
  margin-bottom: 11px;
}

#contentsArea .listBlock01 ul li a .title::after {
  content: "";
  clear: both;
  display: block;
}

#contentsArea .listBlock01 ul li a .title p:first-child {
  font-size: 1.375rem;
  letter-spacing: 5px;
}

#contentsArea .listBlock01 ul li a .title p:last-child {
  font-size: 2.25rem;
}

#contentsArea .listBlock01 ul li a .text {
  font-size: 1rem;
  color: #333;
}

#contentsArea .listBlock01 ul li.close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contentsArea .listBlock01 ul li.close a .title, #contentsArea .listBlock01 ul li.close a .text {
  color: #ccc;
}

@media screen and (max-width: 1000px) {
  #contentsArea .mainVisual h1 .block01 {
    font-size: 4rem;
  }
  #contentsArea .mainVisual h1 .block01 .small {
    font-size: 2.4rem;
  }
  #contentsArea .mainVisual h1 .block02 {
    font-size: 5rem;
  }
  #contentsArea .mainVisual h1 .block02 span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 800px) {
  #contentsArea .mainVisual h1 .block01 {
    font-size: 3rem;
  }
  #contentsArea .mainVisual h1 .block01 .small {
    font-size: 1.8rem;
  }
  #contentsArea .mainVisual h1 .block02 {
    font-size: 3.75rem;
  }
  #contentsArea .mainVisual h1 .block02 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  #contentsArea .mainVisual {
    padding-bottom: 9px;
  }
  #contentsArea .mainVisual h1 .block01 {
    font-size: 2.075rem;
  }
  #contentsArea .mainVisual h1 .block01 .small {
    font-size: 1.245rem;
    top: 5px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #contentsArea .mainVisual h1 .block01 .point {
    letter-spacing: -4px;
  }
  #contentsArea .mainVisual h1 .block01::after {
    margin-top: 2px;
  }
  #contentsArea .mainVisual h1 .block02 {
    padding: 1px 0 5px .8em;
    font-size: 3.031rem;
  }
  #contentsArea .mainVisual h1 .block02 span {
    font-size: 2.424rem;
    top: 4px;
  }
  #contentsArea .mainVisual .caption li {
    display: block;
    font-size: 0.571rem;
    line-height: 1.42;
    margin-right: 0;
  }
  #contentsArea .commonBlock01 .text {
    background: url(../images/common/common_contents_bg01_sp.jpg) no-repeat top center;
    background-size: cover;
    padding: 18px 2.5% 14px;
    text-align: left;
  }
  #contentsArea .commonBlock01 .text p {
    font-size: 0.929rem;
    line-height: 1.64;
  }
  #contentsArea .commonBlock02 > .inner {
    max-width: 100%;
    padding: 35px 0 35px;
  }
  #top #contentsArea .commonBlock02 > .inner {
    padding: 29px 0 35px;
  }
  #contentsArea .commonBlock02 h3 {
    font-size: 1.714rem;
    line-height: 1.36;
    margin-bottom: 12px;
  }
  #contentsArea .commonBlock02 .text01, #contentsArea .commonBlock02 .text02 {
    width: auto;
    padding: 0 2.5%;
    font-size: 0.929rem;
    line-height: 1.64;
  }
  #contentsArea .commonBlock02 .text01 a, #contentsArea .commonBlock02 .text02 a {
    background: url(../images/common/common_contents_ico01.svg) no-repeat right center;
    background-size: 12px auto;
  }
  #contentsArea .commonBlock02 .text01 a:hover, #contentsArea .commonBlock02 .text02 a:hover {
    background: url(../images/common/common_contents_ico02.svg) no-repeat right center;
    background-size: 12px auto;
  }
  #contentsArea .commonBlock02 .text01 {
    margin-bottom: 15px;
  }
  #contentsArea .commonBlock02 .image {
    width: 62.5%;
    margin: 0 auto 15px;
  }
  #contentsArea .commonBlock03 > .inner {
    max-width: 100%;
    padding: 22px 0 25px;
  }
  #contentsArea .commonBlock03 h3 {
    font-size: 1.571rem;
    line-height: 1.29;
  }
  #contentsArea .commonBlock03 .image {
    margin-bottom: 15px;
  }
  #contentsArea .commonBlock03 .list {
    padding: 0 2.5%;
  }
  #contentsArea .commonBlock03 .list dl {
    font-size: 0.929rem;
    line-height: 1.64;
    padding-left: 0;
  }
  #contentsArea .commonBlock03 .list dl dt {
    width: auto;
    float: none;
  }
  #contentsArea .commonBlock03 .list dl dd {
    width: auto;
    margin-left: 0;
  }
  #contentsArea .commonBlock03 .list dl dd a {
    background: url(../images/common/common_contents_ico01.svg) no-repeat right center;
    background-size: 12px auto;
  }
  #contentsArea .commonBlock03 .list dl dd a:hover {
    background: url(../images/common/common_contents_ico02.svg) no-repeat right center;
    background-size: 12px auto;
  }
  #contentsArea .listBlock01 > .inner {
    max-width: 100%;
    padding-top: 0;
  }
  #contentsArea .listBlock01 ul li a {
    padding: 19px 0 17px;
  }
  #contentsArea .listBlock01 ul li a .title {
    margin-bottom: 14px;
  }
  #contentsArea .listBlock01 ul li a .title p:first-child {
    font-size: 1.143rem;
    margin-bottom: 4px;
  }
  #contentsArea .listBlock01 ul li a .title p:last-child {
    font-size: 1.571rem;
  }
  #contentsArea .listBlock01 ul li a .text {
    font-size: 0.857rem;
  }
  #contentsArea .listBlock01 ul li.close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contentsArea .listBlock01 ul li.close a .title, #contentsArea .listBlock01 ul li.close a .text {
    color: #ccc;
  }
}

/* detailArea */
#detailArea {
  padding-top: 5px;
}

#detailArea .navBlock01 {
  text-align: center;
  background: #333;
  padding: 25px 0 19px;
}

#detailArea .navBlock01 > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#detailArea .navBlock01 .list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

#detailArea .navBlock01 .list li {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li.hide {
  position: relative;
  opacity: 0;
  z-index: -1;
}

#detailArea .navBlock01 .list li a {
  display: block;
  color: #fff;
}

#detailArea .navBlock01 .list li a:hover {
  opacity: .7;
}

#detailArea .navBlock01 .list li a .icon {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

#detailArea .navBlock01 .list .previous {
  margin-right: 170px;
}

#detailArea .navBlock01 .list .previous a .icon {
  width: 33px;
  margin: 0 14px 4px 0;
}

#detailArea .navBlock01 .list .menu {
  margin-right: 170px;
}

#detailArea .navBlock01 .list .menu a .icon {
  display: block;
  width: 37px;
  margin: 0 auto 9px;
}

#detailArea .navBlock01 .list .next a .icon {
  width: 33px;
  margin: 0 0 4px 14px;
}

#detailArea .articleBlock01 {
  padding: 52px 0 52px;
  max-width: 1200px;
  margin: 0 auto;
}

#detailArea .articleBlock01 > .inner {
  width: 600px;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #f00;
  margin-bottom: 52px;
}

#detailArea .articleBlock01 .heading p {
  font-size: 1.571rem;
  line-height: 1;
  letter-spacing: 3px;
}

#detailArea .articleBlock01 .heading h2 {
  font-size: 2.571rem;
}

#detailArea .articleBlock01 .text {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.61;
  margin-bottom: 29px;
}

#detailArea .articleBlock01 .text.color01 {
  color: #666;
}

#detailArea .articleBlock01 .text.color02 {
  color: #000;
}

#detailArea .articleBlock01 .text::after {
  content: "";
  display: block;
  clear: both;
}

#detailArea .articleBlock01 .text dt {
  float: left;
  width: 120px;
  text-align: right;
}

#detailArea .articleBlock01 .text dd {
  margin-left: 164px;
}

#detailArea .articleBlock01 .image01 {
  margin: 64px 0 79px;
}

#detailArea .articleBlock01 .image01 img {
  display: block;
  margin-bottom: 10px;
}

#detailArea .articleBlock01 .image01 .caption {
  text-align: center;
  color: #808080;
  font-size: 0.688rem;
  line-height: 1.45;
}

#detailArea .articleBlock01 .image01.last-child {
  margin-bottom: 74px;
}

#detailArea .articleBlock01 .image02 {
  margin: 59px 0 67px;
}

#detailArea .articleBlock01 .comment {
  margin-top: 74px;
  font-size: 1.125rem;
  text-align: center;
}

#detailArea .articleBlock01 .date {
  margin-top: 79px;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #detailArea {
    padding-top: 3px;
  }
  #detailArea .navBlock01 {
    padding: 12px 0 7px;
  }
  #detailArea .navBlock01 .list li a p {
    font-size: 0.786rem;
  }
  #detailArea .navBlock01 .list .previous {
    margin-right: 60px;
  }
  #detailArea .navBlock01 .list .previous a .icon {
    width: 26px;
    margin: 0 10px 3px 0;
  }
  #detailArea .navBlock01 .list .menu {
    margin-right: 60px;
  }
  #detailArea .navBlock01 .list .menu a .icon {
    width: 28px;
    margin: 0 auto 5px;
  }
  #detailArea .navBlock01 .list .next a .icon {
    width: 26px;
    margin: 0 0 3px 10px;
  }
  #detailArea .navBlock01:last-child {
    padding: 12px 0 7px;
  }
  #detailArea .articleBlock01 {
    padding: 24px 0 36px;
  }
  #detailArea .articleBlock01 > .inner {
    width: auto;
  }
  #detailArea .articleBlock01 .heading {
    width: auto;
    padding-bottom: 11px;
    margin-bottom: 19px;
  }
  #detailArea .articleBlock01 .heading p {
    font-size: 1.143rem;
    margin-bottom: 6px;
  }
  #detailArea .articleBlock01 .heading h2 {
    font-size: 1.857rem;
  }
  #detailArea .articleBlock01 .text {
    padding: 0 2.5%;
    font-size: 0.929rem;
    line-height: 1.64;
    margin-bottom: 21px;
  }
  #detailArea .articleBlock01 .text dt {
    float: none;
    width: auto;
    text-align: left;
  }
  #detailArea .articleBlock01 .text dd {
    margin-left: 0;
  }
  #detailArea .articleBlock01 .image01 {
    margin: 32px 0 32px;
  }
  #detailArea .articleBlock01 .image01 img {
    margin-bottom: 6px;
  }
  #detailArea .articleBlock01 .image01 .caption {
    font-size: 0.571rem;
    line-height: 1.42;
  }
  #detailArea .articleBlock01 .image01.last-child {
    margin-bottom: 32px;
  }
  #detailArea .articleBlock01 .image02 {
    width: 80%;
    margin: 28px auto 18px;
  }
  #detailArea .articleBlock01 .comment {
    margin-top: 36px;
    font-size: 0.929rem;
  }
  #detailArea .articleBlock01 .date {
    margin-top: 28px;
    font-size: 0.786rem;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  background: #333333;
  padding: 32px 0 120px;
  text-align: center;
}

#footerArea .list01 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 72px;
}

#footerArea .list01 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list01 > li a {
  color: #fff;
}

#footerArea .list01 > li a:hover {
  opacity: .7;
}

#footerArea .list01 .sns {
  margin-right: 81px;
}

#footerArea .list01 .mail {
  margin-right: 43px;
}

#footerArea .list01 .mail a {
  display: block;
}

#footerArea .list01 .mail a .icon {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

#footerArea .list01 .mail a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

#footerArea .list01 .home a {
  display: block;
}

#footerArea .list01 .home a .icon {
  width: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#footerArea .list01 .home a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

#footerArea .list02 {
  display: inline-block;
  vertical-align: top;
}

#footerArea .list02 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list02 > li.twitter {
  width: 41px;
  margin-right: 40px;
}

#footerArea .list02 > li.facebook {
  width: 36px;
  margin-right: 41px;
}

#footerArea .list02 > li.line {
  width: 38px;
}

#footerArea #copyright {
  font-size: 0.813rem;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #footerArea {
    padding: 29px 0 10px;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  #footerArea .list01 > li {
    display: block;
    border-bottom: solid 1px #666;
  }
  #footerArea .list01 .sns {
    margin-right: 0;
    padding-bottom: 20px;
  }
  #footerArea .list01 .mail {
    padding: 10px 0;
    margin-right: 0;
  }
  #footerArea .list01 .mail a p {
    font-size: 1rem;
  }
  #footerArea .list01 .home {
    padding: 13px 0 17px;
  }
  #footerArea .list01 .home a p {
    font-size: 1rem;
  }
  #footerArea .list02 {
    display: inline-block;
    vertical-align: top;
  }
  #footerArea .list02 > li {
    vertical-align: top;
  }
  #footerArea .list02 > li.twitter {
    width: 42px;
    margin-right: 40px;
  }
  #footerArea .list02 > li.facebook {
    width: 37px;
    margin-right: 40px;
  }
  #footerArea .list02 > li.line {
    width: 39px;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}
