@charset "UTF-8";
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "sans-serif";
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #3b4043;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

em {
  font-weight: 900;
}

header .headerLogo {
  background: #ffffff;
  padding: 1rem 0;
}

header .headerLogo p {
  width: 186px;
  height: 30px;
  margin: 0 auto;
}

header h1 {
  background: #000000;
}

header h1 .headerCp_logo {
  max-width: 1010px;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}

header h1 .headerCp_ttl {
  background: #FF714C;
  padding: 0.5rem 0;
  text-align: center;
  height: 4rem;
}

header h1 .headerCp_ttl p {
  padding: 0 4%;
  max-width: 1100px;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 auto;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  header h1 .headerCp_logo {
    padding: 38px 0;
  }
  header h1 .headerCp_ttl p {
    font-size: 2.2rem;
  }
}

.container {
  overflow: hidden;
  background: #C8CCC7;
}

.container .mainArea {
  margin: 0 auto;
  max-width: 1100px;
  background: #ffffff;
}

.container .mainArea main {
  padding: 3% 4% 0;
}

.container .mainArea main i {
  font-size: 1.4rem;
  padding-right: 1.5rem;
}

.container .mainArea main .catch {
  background: #f0f3f5;
  padding: 3% 4%;
  font-size: 1.4rem;
}

.container .mainArea main .catch em {
  color: #dd5b5b;
  font-weight: 900;
}

.container .mainArea main .contents .contentsTtl {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4rem;
  padding: 0.8rem 0 1.6rem;
  position: relative;
}

.container .mainArea main .contents .contentsTtl::after {
  border-bottom: 4px solid #FF714C;
  width: 60px;
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.container .mainArea main .contents .contentsTtl span {
  font-size: 1.6rem;
}

.container .mainArea main .contents .contentsCredit {
  text-align: center;
  color: #707f89;
  margin-top: 2rem;
  font-size: 1.8rem;
}

.container .mainArea main .contents .contentsTxt {
  position: relative;
  padding: 2% 0 0;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
}

.container .mainArea main .contents .contentsTxt aside {
  padding: 2rem;
  border: 1px solid #FF714C;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

.container .mainArea main .contents .contentsTxt h4 {
  font-size: 1.8rem;
  padding: 0 3rem;
  font-weight: 900;
}

.container .mainArea main .contents .contentsTxt .contentsTxt_inner {
  position: relative;
  overflow: hidden;
  height: 800px;
}

.container .mainArea main .contents .contentsTxt .contentsTxt_inner .emphasis {
  background: top left / 1em .5em repeat-x radial-gradient(circle, rgba(0,0,0,1) .1em, rgba(0,0,0,0) .1em) ;
  padding-top: .6em;  /* これで文字列との間隔を微調整できます */
}

.container .mainArea main .contents .contentsTxt .contentsTxt_inner::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 5;
}

.container .mainArea main .contents .contentsTxt .contentsTxt_inner.active::before {
  content: none;
}

.container .mainArea main .contents .contentsTxt .annotation {
  font-size: 1.4rem;
  border-top: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
}

.container .mainArea main .contents .contentsTxt .annotation .annotationTtl {
  font-weight: 900;
  margin: 3em 0 2em;
  font-size: 1.6rem;
}

.container .mainArea main .contents .contentsTxt .annotation dl {
  display: flex;
  flex-wrap: wrap;
}

.container .mainArea main .contents .contentsTxt .annotation dl dt {
  width: 5rem;
  padding-bottom: 1rem;
}

.container .mainArea main .contents .contentsTxt .annotation dl dd {
  width: calc(100% - 5rem);
  padding-bottom: 1rem;
}

.container .mainArea main .contents .contentsTxt .show_more {
  border-radius: 100px;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.4rem;
  width: 92%;
  font-size: 1.4rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background: #FF714C;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

.container .mainArea main .contents .contentsTxt .show_more:hover {
  opacity: 0.7;
}

.container .mainArea main .contents .contentsTxt .show_more a {
  color: #ffffff;
}

.container .mainArea main .contents .contentsCopy {
  padding: 2em 0;
  border-top: 2px dotted #cdd6dd;
  text-align: center;
  margin-top: 3em;
}

.container .mainArea main .contents .contentsCopy .contentsCopy_kadobun {
  width: 160px;
  height: 32px;
  margin: 0 auto 3%;
}

.container .mainArea main .contents .contentsCopy .contentsCopy_comic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 234px;
  margin: 0 auto 3%;
}

.container .mainArea main .contents .contentsCopy .contentsCopy_comic .contentsCopy_ya {
  width: 78px;
  height: 25px;
}

.container .mainArea main .contents .contentsCopy .contentsCopy_comic .contentsCopy_tmca {
  width: 103px;
  height: 25px;
}

.container .mainArea main .contents .contentsCopy p {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .container .mainArea main .catch {
    font-size: 1.6rem;
  }
  .container .mainArea main .toc .anchorBtn {
    max-width: 730px;
    display: flex;
    justify-content: space-between;
  }
  .container .mainArea main .toc .anchorBtn li {
    max-width: 323px;
    margin: 0 auto;
  }
  .container .mainArea main .contents .contentsCredit span {
    padding-right: 1.5rem;
  }
  .container .mainArea main .contents .contentsCredit span:last-child {
    padding: 0;
  }
  .container .mainArea main .contents .contentsTxt {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    font-size: 1.6rem;
  }
  .container .mainArea main .contents .contentsTxt h4 {
    padding: 0 4rem;
  }
  .container .mainArea main .contents .show_more {
    max-width: 323px;
    margin: 0 auto;
  }
  .container .mainArea main .contents .contentsCopy {
    padding: 3% 0;
  }
  .container .mainArea main .contents .contentsCopy .contentsCopy_kadobun {
    margin: 0 auto 1%;
  }
  .container .mainArea main .contents .contentsCopy .contentsCopy_comic {
    margin: 0 auto 1%;
  }
  .container .mainArea main .contents .contentsCopy p span {
    padding-right: 1.5rem;
  }
  .container .mainArea main .contents .contentsCopy p span:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .container .mainArea main .contents .contentsTtl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .container .mainArea main .contents .contentsTtl span {
    font-size: 1.4rem;
  }
}

footer .footerTxt {
  background: #f0f3f5;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
}

footer .copy {
  padding: 1rem 0 2rem;
  font-size: 1.4rem;
  text-align: center;
}
