@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: Gothic MB101 Bold, 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: #8f005d;
}

@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

body {
  background: #ffe022;
}

a {
  color: #99005d;
  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 > .inner {
  max-width: 848px;
  padding: 0 20px;
  margin: 0 auto -3px;
  position: relative;
}

#headerArea h1 {
  padding-top: 1.06132%;
}

#headerArea #headerLogo {
  position: absolute;
  width: 21.17117%;
  top: 3.04054%;
  right: 4.95495%;
}

#headerArea #headerLogo a {
  display: block;
}

#headerArea #headerLogo a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  #headerArea > .inner {
    max-width: auto;
    box-sizing: border-box;
    padding: 0 2.1875%;
    margin: 0 auto 7px;
  }
  #headerArea h1 {
    padding-top: 12.5%;
  }
  #headerArea #headerLogo {
    width: 40.625%;
    top: 3.4375%;
    right: 5.9375%;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea > .inner {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

#contentsArea .commonBlock01 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1rem;
}

#contentsArea .commonBlock01 .text {
  line-height: 1.88;
  margin-bottom: 16px;
}

#contentsArea .commonBlock01 .btn {
  width: 286px;
  margin: 0 auto;
  cursor: pointer;
}

#contentsArea .commonBlock01 .btn:hover {
  opacity: .7;
}

#contentsArea .popupBlock01 {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: .1s;
}

#contentsArea .popupBlock01.active {
  z-index: 1;
  opacity: 1;
}

#contentsArea .popupBlock01 .box {
  background: #fff;
  text-align: left;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 537px;
  height: 80%;
  box-sizing: border-box;
  z-index: 2;
  margin: 0 auto;
  overflow-y: auto;
}

#contentsArea .popupBlock01 .box .inner {
  padding: 5.38462% 7.69231% 14.03846% 13.07692%;
  position: relative;
}

#contentsArea .popupBlock01 .box .title {
  font-size: 1.25rem;
  margin-bottom: 19px;
}

#contentsArea .popupBlock01 .box .text01 {
  font-size: 0.875rem;
  line-height: 2;
  color: #534741;
  margin-bottom: 28px;
}

#contentsArea .popupBlock01 .box .text02 {
  font-size: 0.875rem;
  line-height: 2;
  color: #534741;
}

#contentsArea .popupBlock01 .box .close {
  width: 38px;
  position: absolute;
  right: 19px;
  bottom: 16px;
  cursor: pointer;
}

#contentsArea .popupBlock01 .box .close:hover {
  opacity: .7;
}

#contentsArea .popupBlock01 > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .listBlock01 {
  position: relative;
}

#contentsArea .listBlock01 ul {
  background: #f9f4dc;
}

#contentsArea .listBlock01 ul li {
  position: relative;
}

#contentsArea .listBlock01 ul li a {
  display: block;
  padding: 23px 0 25px 40px;
  background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 9px auto;
}

#contentsArea .listBlock01 ul li a .inner {
  width: 502px;
  margin: 0 auto;
}

#contentsArea .listBlock01 ul li a:hover {
  opacity: .7;
}

#contentsArea .listBlock01 ul li a .title {
  margin-bottom: 3px;
  padding-left: 20px;
}

#contentsArea .listBlock01 ul li a .title::after {
  content: "";
  clear: both;
  display: block;
}

#contentsArea .listBlock01 ul li a .title p:first-child {
  float: left;
  width: 84px;
}

#contentsArea .listBlock01 ul li a .title p:last-child {
  font-size: 1.375rem;
  padding: 12px 0 0 110px;
}

#contentsArea .listBlock01 ul li a .text {
  padding-right: 6px;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#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: #999;
}

#contentsArea .listBlock01 ul li:last-child a {
  background: none;
}

@media screen and (max-width: 640px) {
  #contentsArea > .inner {
    max-width: auto;
    padding: 0;
  }
  #contentsArea .commonBlock01 {
    padding: 0 5%;
    margin-bottom: 35px;
    font-size: 1rem;
  }
  #contentsArea .commonBlock01 .text {
    text-align: left;
    line-height: 1.93;
    margin-bottom: 23px;
  }
  #contentsArea .commonBlock01 .btn {
    width: 230px;
  }
  #contentsArea .popupBlock01 .box {
    width: 95%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #contentsArea .popupBlock01 .box .inner {
    padding: 5.76923% 5.76923% 10.57692% 5.76923%;
  }
  #contentsArea .popupBlock01 .box .title {
    font-size: 1.286rem;
    margin-bottom: 10px;
  }
  #contentsArea .popupBlock01 .box .text01 {
    font-size: 0.857rem;
    margin-bottom: 14px;
  }
  #contentsArea .popupBlock01 .box .text02 {
    font-size: 0.857rem;
  }
  #contentsArea .popupBlock01 .box .close {
    width: 19px;
    right: 13px;
    bottom: 13px;
  }
  #contentsArea .popupBlock01 .box::-webkit-scrollbar {
    width: 10px;
  }
  #contentsArea .popupBlock01 .box::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  #contentsArea .popupBlock01 .box::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  #contentsArea .listBlock01 {
    width: 95%;
    margin: 0 auto;
  }
  #contentsArea .listBlock01 ul li a {
    padding: 21px 0 20px;
    background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #contentsArea .listBlock01 ul li a .inner {
    width: auto;
    margin: 0 auto;
  }
  #contentsArea .listBlock01 ul li a .title {
    padding-left: 0;
    margin-bottom: 10px;
  }
  #contentsArea .listBlock01 ul li a .title p:first-child {
    float: none;
    margin: 0 auto 12px;
  }
  #contentsArea .listBlock01 ul li a .title p:last-child {
    font-size: 1.429rem;
    line-height: 1.3;
    padding: 0;
    text-align: center;
  }
  #contentsArea .listBlock01 ul li a .title p:last-child span {
    margin-right: -.5em;
  }
  #contentsArea .listBlock01 ul li a .text {
    font-size: 1rem;
  }
  #contentsArea .listBlock01 ul li:last-child a {
    background: rgba(255, 255, 255, 0.6);
  }
}

/* detailArea */
#detailArea {
  border: solid #8f005d 6px;
  box-sizing: border-box;
  background: #fff;
}

#detailArea .navBlock01 {
  text-align: center;
  background: #f9f5dc;
  padding: 25px 0 22px;
}

#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: #534741;
}

#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: 174px;
}

#detailArea .navBlock01 .list .previous a .icon {
  width: 33px;
  margin: 0 6px 4px 0;
}

#detailArea .navBlock01 .list .menu {
  margin-right: 174px;
}

#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 6px;
}

#detailArea .navBlock01:last-child {
  padding: 25px 0 18px;
}

#detailArea .navBlock01:last-child .list .menu {
  padding-top: 4px;
}

#detailArea .articleBlock01 {
  padding: 35px 0 62px;
  max-width: 560px;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  padding-left: 18px;
  margin-bottom: 47px;
}

#detailArea .articleBlock01 .heading::after {
  content: "";
  clear: both;
  display: block;
}

#detailArea .articleBlock01 .heading > span:first-child {
  display: block;
  float: left;
  width: 84px;
}

#detailArea .articleBlock01 .heading > span:last-child {
  display: block;
  font-size: 1.75rem;
  padding: 25px 0 0 112px;
}

#detailArea .articleBlock01 .text {
  padding: 0;
  font-size: 1rem;
  line-height: 1.88;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 1.875em;
  color: #534741;
}

#detailArea .articleBlock01 .text dt {
  float: left;
  width: 129px;
  text-align: right;
  font-weight: 600;
}

#detailArea .articleBlock01 .text dd {
  margin-left: 148px;
}

#detailArea .articleBlock01 .image {
  margin: 43px 0;
}

#detailArea .articleBlock01 .image.type02 {
  width: 372px;
  margin-right: auto;
  margin-left: auto;
}

#detailArea .articleBlock01 .comment {
  margin-top: 34px;
  font-size: 1rem;
  text-align: center;
  color: #666;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#detailArea .articleBlock01 .date {
  margin-top: 34px;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 640px) {
  #detailArea {
    margin: 43px 0 4px;
  }
  #detailArea .navBlock01 {
    padding: 37px 0 24px;
  }
  #detailArea .navBlock01 .list li a p {
    font-size: 1rem;
  }
  #detailArea .navBlock01 .list .previous {
    margin: 1px 45px 0 0;
  }
  #detailArea .navBlock01 .list .previous a .icon {
    margin: 0 6px 5px 0;
  }
  #detailArea .navBlock01 .list .menu {
    margin-right: 45px;
  }
  #detailArea .navBlock01 .list .menu a .icon {
    margin: 0 auto 8px;
  }
  #detailArea .navBlock01 .list .next {
    margin-top: 1px;
  }
  #detailArea .navBlock01 .list .next a .icon {
    margin: 0 0 5px 6px;
  }
  #detailArea .navBlock01:last-child {
    padding: 37px 0 24px;
  }
  #detailArea .articleBlock01 {
    padding: 28px 0 52px;
    width: auto;
    margin: 0 auto;
  }
  #detailArea .articleBlock01 .heading {
    padding: 0;
    margin-bottom: 18px;
  }
  #detailArea .articleBlock01 .heading > span:first-child {
    float: none;
    width: 84px;
    margin: 0 auto 15px;
  }
  #detailArea .articleBlock01 .heading > span:last-child {
    font-size: 1.429rem;
    padding: 0;
    text-align: center;
  }
  #detailArea .articleBlock01 .heading > span:last-child > span {
    margin-right: -.5em;
  }
  #detailArea .articleBlock01 .heading + .image {
    margin-top: 30px;
  }
  #detailArea .articleBlock01 .text {
    width: 93.5%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 2em;
  }
  #detailArea .articleBlock01 .text dt {
    float: none;
    width: auto;
    text-align: left;
  }
  #detailArea .articleBlock01 .text dd {
    margin-left: 0;
  }
  #detailArea .articleBlock01 .image {
    width: 93.5%;
    margin: -13px auto 22px;
  }
  #detailArea .articleBlock01 .image.type02 {
    width: 62.23%;
    margin: -3px auto 24px;
  }
  #detailArea .articleBlock01 .comment {
    margin-top: 36px;
    font-size: 1rem;
  }
  #detailArea .articleBlock01 .date {
    margin-top: 36px;
    font-size: 1rem;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  padding: 35px 0 60px;
  text-align: center;
}

#footerArea .list01 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 56px;
}

#footerArea .list01 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list01 > li a:hover {
  opacity: .7;
}

#footerArea .list01 .sns {
  margin-right: 81px;
}

#footerArea .list01 .mail {
  margin-right: 52px;
}

#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: 0.875rem;
}

#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: 0.875rem;
}

#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.875rem;
  color: #333;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 640px) {
  #footerArea {
    padding: 27px 0 10px;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  #footerArea .list01 > li {
    display: block;
    background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #footerArea .list01 .sns {
    margin-right: 0;
    padding-bottom: 28px;
  }
  #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: 51px;
    margin-right: 48px;
  }
  #footerArea .list02 > li.facebook {
    width: 44px;
    margin-right: 50px;
  }
  #footerArea .list02 > li.line {
    width: 47px;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}
