/* CSS Document */
html {
  font-size: clamp(10px, 4vw, 32px);
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal; }

img {
  image-rendering: -webkit-optimize-contrast; }

.bold1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal; }

.bold2, .headerAreaW .headerMenu > div > a > span, #bottomMenu > div > div {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: normal; }

.thin {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal; }

.titleJP {
  font-family: ta-f1blockline, sans-serif;
  font-weight: 400;
  font-style: normal; }

.storyJP {
  font-family: dotgothic16, sans-serif;
  font-weight: 400;
  font-style: normal; }

.red {
  color: red; }

.gold {
  color: #E6B422; }

.brown {
  color: #735A0E; }

.beige {
  color: #D9A871; }

.blue {
  color: #22DFE5; }

.green {
  color: #46A68E; }

.pink {
  color: #ee827c; }

.midashiMarker {
  background: linear-gradient(transparent 70%, #a86f4c 0%); }

/*
20px -- 1.25rem
16px -- 1rem
14px -- 0.875rem
12px -- 0.75rem
*/
.fontXL {
  font-size: 1.5rem !important; }

.fontL, #contentsW h1, .storyQuestionPage .faqArea02 > div > div {
  font-size: 1.3rem !important; }

.fontM {
  font-size: 1rem !important; }

.fontS, .headerAreaW .headerMenu > div > a > span {
  font-size: 0.9rem !important; }

.fontXS {
  font-size: 0.8rem !important; }

.smDisp {
  display: block; }
  @media screen and (min-width: 640px) {
    .smDisp {
      display: none; } }

.smDispR {
  display: block; }
  @media screen and (max-width: 639px) {
    .smDispR {
      display: none; } }

.spDisp {
  display: block; }
  @media screen and (min-width: 1024px) {
    .spDisp {
      display: none; } }

.pcDisp {
  display: none; }
  @media screen and (min-width: 1024px) {
    .pcDisp {
      display: block; } }

.spDispI {
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .spDispI {
      display: none; } }

.pcDispI {
  display: none; }
  @media screen and (min-width: 1024px) {
    .pcDispI {
      display: inline-block; } }

.flexNoWrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.flexWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.flexCenterMiddle {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexMiddle {
  display: flex;
  align-items: center; }

input::placeholder, textarea::placeholder {
  color: #BBB;
  font-weight: 300; }

a > *:hover {
  opacity: 0.6; }

a.basicA:link {
  color: #BF4D4F;
  text-decoration: underline;
  font-weight: inherit; }

a.basicA:visited {
  color: #BF4D4F;
  text-decoration: underline;
  font-weight: inherit; }

a.basicA:hover {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

a.basicA:active {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

#frameW {
  width: 100%;
  margin: 0 auto;
  background: #ffd900; }
  #frameW #frame {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }

#contents.bgInherit {
  background-color: inherit !important;
  margin: 0 auto 1rem auto !important; }

#contentsW {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0 .5rem; }
  @media screen and (max-width: 1023px) {
    #contentsW {
      padding: 0 0 clamp(90px, 20vw, 150px) 0; } }
  #contentsW #contents {
    width: 100%;
    margin: 1rem auto;
    padding: .5rem;
    background: #FFF; }
    @media screen and (max-width: 1023px) {
      #contentsW #contents {
        width: 96%; } }
  #contentsW h2, #contentsW h3, #contentsW h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2; }
  #contentsW h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-style: normal;
    background: rgba(70, 166, 142, 0.1);
    padding: .5rem;
    line-height: 1;
    text-align: center;
    color: #46a68e; }
  #contentsW h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700; }
  #contentsW h3 {
    font-size: 1.3rem;
    border-bottom: 1px solid #BBB;
    padding: 0 .2rem;
    font-weight: 500; }
  #contentsW h4 {
    font-size: 1.2rem;
    font-weight: 500; }

@media screen and (max-width: 1023px) {
  .indexPage {
    padding: 0 0 clamp(90px, 20vw, 150px) 0; } }
.indexPage .keyVisual {
  width: 100%;
  height: clamp(10px, 100vw, 800px);
  background: #FFF url("/img/index/bg.jpg") no-repeat center center/cover; }
  .indexPage .keyVisual img {
    width: 80%;
    display: block; }
.indexPage .indexArea01 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center; }
  .indexPage .indexArea01 .div01 {
    color: #FFF;
    font-size: 2rem;
    padding-top: 1rem; }
  .indexPage .indexArea01 .div02 {
    font-size: 2.8rem;
    padding: .5rem 0; }
  .indexPage .indexArea01 .div03 {
    font-size: 1.2rem;
    line-height: 1.5; }
.indexPage .indexArea02 {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .indexPage .indexArea02 .div01 {
    flex: 0 0 25%;
    text-align: center;
    padding-top: 1rem; }
    .indexPage .indexArea02 .div01 img {
      width: 100%; }
  .indexPage .indexArea02 .div02 {
    flex: 0 0 75%; }
    .indexPage .indexArea02 .div02 p {
      font-family: fot-chiaro-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #FFF;
      text-align: center;
      font-size: 1.6rem;
      margin: 0;
      padding: 0;
      line-height: 1.5;
      text-shadow: 0 0 0.5rem #000; }
.indexPage .indexArea03_1, .indexPage .indexArea03_2, .indexPage .indexArea03_3, .indexPage .indexArea03_4 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  padding: 1.5rem 2%;
  position: relative; }
  .indexPage .indexArea03_1 > div:nth-of-type(1), .indexPage .indexArea03_2 > div:nth-of-type(1), .indexPage .indexArea03_3 > div:nth-of-type(1), .indexPage .indexArea03_4 > div:nth-of-type(1) {
    position: absolute;
    z-index: 0; }
  .indexPage .indexArea03_1 > div:nth-of-type(2), .indexPage .indexArea03_2 > div:nth-of-type(2), .indexPage .indexArea03_3 > div:nth-of-type(2), .indexPage .indexArea03_4 > div:nth-of-type(2) {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between; }
    .indexPage .indexArea03_1 > div:nth-of-type(2) .div01, .indexPage .indexArea03_2 > div:nth-of-type(2) .div01, .indexPage .indexArea03_3 > div:nth-of-type(2) .div01, .indexPage .indexArea03_4 > div:nth-of-type(2) .div01 {
      flex: 0 0 15%;
      text-align: center;
      color: #FFF; }
      .indexPage .indexArea03_1 > div:nth-of-type(2) .div01 p, .indexPage .indexArea03_2 > div:nth-of-type(2) .div01 p, .indexPage .indexArea03_3 > div:nth-of-type(2) .div01 p, .indexPage .indexArea03_4 > div:nth-of-type(2) .div01 p {
        line-height: 1.9;
        font-size: 1.2rem; }
        .indexPage .indexArea03_1 > div:nth-of-type(2) .div01 p span, .indexPage .indexArea03_2 > div:nth-of-type(2) .div01 p span, .indexPage .indexArea03_3 > div:nth-of-type(2) .div01 p span, .indexPage .indexArea03_4 > div:nth-of-type(2) .div01 p span {
          font-size: 2rem;
          line-height: 1.2; }
    .indexPage .indexArea03_1 > div:nth-of-type(2) .div02, .indexPage .indexArea03_2 > div:nth-of-type(2) .div02, .indexPage .indexArea03_3 > div:nth-of-type(2) .div02, .indexPage .indexArea03_4 > div:nth-of-type(2) .div02 {
      flex: 0 0 85%; }
      .indexPage .indexArea03_1 > div:nth-of-type(2) .div02 p, .indexPage .indexArea03_2 > div:nth-of-type(2) .div02 p, .indexPage .indexArea03_3 > div:nth-of-type(2) .div02 p, .indexPage .indexArea03_4 > div:nth-of-type(2) .div02 p {
        font-size: 1.1rem; }
.indexPage .indexArea03_1 {
  background: #88cb7f; }
  .indexPage .indexArea03_1 > div:nth-of-type(1) {
    width: 40%;
    right: 0.5rem;
    top: -0.5rem; }
  .indexPage .indexArea03_1 > div:nth-of-type(2) {
    flex-flow: row nowrap; }
    .indexPage .indexArea03_1 > div:nth-of-type(2) .div02 {
      text-align: left; }
.indexPage .indexArea03_2 {
  background: #e6b422; }
  .indexPage .indexArea03_2 > div:nth-of-type(1) {
    width: 25%;
    left: 0.5rem;
    top: 0.5rem; }
  .indexPage .indexArea03_2 > div:nth-of-type(2) {
    flex-flow: row-reverse nowrap; }
    .indexPage .indexArea03_2 > div:nth-of-type(2) .div02 {
      text-align: right;
      flex-flow: row-reverse nowrap; }
.indexPage .indexArea03_3 {
  background: #ee827c; }
  .indexPage .indexArea03_3 > div:nth-of-type(1) {
    width: 23%;
    right: 0.5rem;
    top: 0.5rem; }
  .indexPage .indexArea03_3 > div:nth-of-type(2) {
    flex-flow: row nowrap; }
    .indexPage .indexArea03_3 > div:nth-of-type(2) .div02 {
      text-align: left;
      flex-flow: row nowrap; }
.indexPage .indexArea03_4 {
  background: #2ca9e1; }
  .indexPage .indexArea03_4 > div:nth-of-type(1) {
    width: 22%;
    left: 0.5rem;
    top: 0.5rem; }
  .indexPage .indexArea03_4 > div:nth-of-type(2) {
    flex-flow: row-reverse nowrap; }
    .indexPage .indexArea03_4 > div:nth-of-type(2) .div02 {
      text-align: right;
      flex-flow: row-reverse nowrap; }
.indexPage .indexArea04 {
  padding: 1.5rem 0;
  width: 80%;
  margin: 0 auto; }
.indexPage .indexArea05 {
  padding: 1.5rem 0;
  width: 96%;
  margin: 0 auto; }
  .indexPage .indexArea05 h2 {
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.2rem; }
  .indexPage .indexArea05 p {
    text-align: center; }
.indexPage .indexArea06W .indexArea06 {
  padding: 1.5rem 0;
  background: #FFF;
  width: 96%;
  color: #000; }
  .indexPage .indexArea06W .indexArea06 h2 {
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.2rem; }
  .indexPage .indexArea06W .indexArea06 .div01 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }
  .indexPage .indexArea06W .indexArea06 ul {
    list-style: disc;
    margin-left: 1rem; }
.indexPage .indexArea06W .priceDiv {
  width: 90%;
  max-width: 400px;
  margin: 0 auto; }
  .indexPage .indexArea06W .priceDiv img {
    width: 100%; }
.indexPage .indexArea07W {
  padding: 1.5rem 0;
  color: #000; }
  .indexPage .indexArea07W h2 {
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.2rem; }
  .indexPage .indexArea07W .indexArea07 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #2ca9e1;
    background: #FFF; }
    .indexPage .indexArea07W .indexArea07 h3 {
      background: #2ca9e1;
      color: #FFF;
      font-weight: 900;
      text-align: center;
      line-height: 2.0; }
    .indexPage .indexArea07W .indexArea07 > div {
      padding: 1rem;
      text-align: center; }
.indexPage .indexArea08 {
  padding: 1.5rem 0;
  color: #000; }
  .indexPage .indexArea08 h2 {
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.2rem; }
  .indexPage .indexArea08 dl {
    width: 90%;
    margin: 0 auto; }
    .indexPage .indexArea08 dl dt {
      margin-top: 1rem;
      text-indent: -1em;
      margin-left: 1em;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
    .indexPage .indexArea08 dl dt:before {
      content: 'Q. '; }
    .indexPage .indexArea08 dl dd {
      margin-top: .5rem;
      text-indent: -1.0em;
      margin-left: 2em; }
    .indexPage .indexArea08 dl dd:before {
      content: 'A. '; }

.youtubeFrame {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden; }
  .youtubeFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.baseWidth {
  width: 90%;
  max-width: 816px;
  margin: 0 auto 0 auto;
  padding: 0; }

.baseWidth100 {
  width: 100%;
  max-width: 816px;
  margin: 0 auto 0 auto;
  padding: 0; }

.headerAreaW {
  width: 96%;
  margin: 0 auto;
  padding: .5rem 0;
  max-width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .headerAreaW > div:nth-of-type(1) {
    height: auto;
    flex: 0 0 clamp(100px, 75%, 400px); }
    @media screen and (max-width: 1023px) {
      .headerAreaW > div:nth-of-type(1) {
        height: 3rem; } }
    @media screen and (max-width: 1023px) {
      .headerAreaW > div:nth-of-type(1) {
        flex: 0 0 100%; } }
  .headerAreaW h1 {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-size: clamp(20px, 8vw, 40px);
    font-family: ta-f1blockline, sans-serif;
    font-weight: 400;
    font-style: normal; }
    .headerAreaW h1 > span {
      font-family: acme-gothic-extrawide, sans-serif;
      font-weight: 700;
      font-style: normal; }
  .headerAreaW > div:nth-of-type(2) {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .headerAreaW > div:nth-of-type(2) {
        display: none; } }
  .headerAreaW .headerMenu > div {
    margin-left: .5rem;
    width: 5em;
    color: #FFF; }
    .headerAreaW .headerMenu > div > a {
      background: #46A68E;
      width: 100%;
      height: 3rem; }
      .headerAreaW .headerMenu > div > a > span {
        display: block; }
    .headerAreaW .headerMenu > div a:link {
      color: inherit;
      text-decoration: none;
      font-weight: inherit; }
    .headerAreaW .headerMenu > div a:visited {
      color: inherit;
      text-decoration: none;
      font-weight: inherit; }
    .headerAreaW .headerMenu > div a:hover {
      color: inherit;
      text-decoration: none;
      font-weight: inherit;
      opacity: 0.5; }
    .headerAreaW .headerMenu > div a:active {
      color: inherit;
      text-decoration: none;
      font-weight: inherit; }

#bottomMenu {
  z-index: 100;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: none; }
  @media screen and (max-width: 1023px) {
    #bottomMenu {
      display: block; } }
  #bottomMenu > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    #bottomMenu > div > div {
      flex: 0 0 25%;
      height: clamp(90px, 20vw, 150px); }
      #bottomMenu > div > div a {
        background: #46a68e;
        border: 1px solid #CCC;
        width: 100%;
        height: 100%; }
        #bottomMenu > div > div a p {
          margin: 0;
          padding: 0;
          line-height: 1.3; }
      #bottomMenu > div > div a:link {
        color: #FFF;
        text-decoration: none;
        font-weight: inherit; }
      #bottomMenu > div > div a:visited {
        color: #FFF;
        text-decoration: none;
        font-weight: inherit; }
      #bottomMenu > div > div a:hover {
        color: #FFF;
        text-decoration: none;
        font-weight: inherit;
        opacity: 0.5; }
      #bottomMenu > div > div a:active {
        color: #FFF;
        text-decoration: none;
        font-weight: inherit; }

.pageIndex .indexInfoAreaW h2 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #FFF;
  margin: 0 !important; }
.pageIndex .indexInfoAreaW > p {
  text-align: center;
  border-bottom: 1px #AAA dashed; }
.pageIndex .indexArea01 > div {
  background: #FFF;
  border-radius: .5rem;
  padding: 0.5rem;
  position: relative; }
  .pageIndex .indexArea01 > div .div01 {
    text-align: center;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal; }
  .pageIndex .indexArea01 > div .div02 {
    text-align: center;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: .5rem; }
  .pageIndex .indexArea01 > div .div03 {
    margin-top: .5rem;
    margin-left: 1rem;
    line-height: 1.5; }
  .pageIndex .indexArea01 > div .div00 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    max-width: 200px; }
    .pageIndex .indexArea01 > div .div00 img {
      width: 100%; }
.pageIndex .indexArea01 > div:nth-of-type(1) {
  border: 3px solid #88cb7f; }
  .pageIndex .indexArea01 > div:nth-of-type(1) .div01 {
    color: #88cb7f; }
.pageIndex .indexArea01 > div:nth-of-type(2) {
  border: 3px solid #e6b422; }
  .pageIndex .indexArea01 > div:nth-of-type(2) .div01 {
    color: #e6b422; }
  .pageIndex .indexArea01 > div:nth-of-type(2) .div00 {
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 35%;
    max-width: 200px; }
.pageIndex .indexArea01 > div:nth-of-type(3) {
  border: 3px solid #ee827c; }
  .pageIndex .indexArea01 > div:nth-of-type(3) .div01 {
    color: #ee827c; }
  .pageIndex .indexArea01 > div:nth-of-type(3) .div00 {
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 35%;
    max-width: 200px; }
.pageIndex .indexArea01 > div:nth-of-type(4) {
  border: 3px solid #2ca9e1; }
  .pageIndex .indexArea01 > div:nth-of-type(4) .div01 {
    color: #2ca9e1; }
  .pageIndex .indexArea01 > div:nth-of-type(4) .div00 {
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 35%;
    max-width: 200px; }
.pageIndex .indexArea02W h2 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal; }
.pageIndex .indexArea02W .indexArea02 > div > div .div01 img {
  width: 100%; }
.pageIndex .indexArea03W h2 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal; }

.indexArea01 {
  line-height: 1.2; }

.storyQuestionPage .storyCoAnswer01 .div01 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto; }
  .storyQuestionPage .storyCoAnswer01 .div01 > div {
    background: rgba(70, 166, 142, 0.1);
    border: 2px #FFF solid;
    padding: .2rem; }
.storyQuestionPage .finalQuestionArea01 {
  width: 100%; }
  .storyQuestionPage .finalQuestionArea01 > div {
    width: 80%;
    margin: 0 auto; }
.storyQuestionPage .finalQuestionArea04 {
  background: rgba(70, 166, 142, 0.1);
  padding: .5rem;
  line-height: 1.3; }
  .storyQuestionPage .finalQuestionArea04 p {
    padding: .2rem 0; }
.storyQuestionPage .finalQuestionArea05 {
  border: 4px solid #D9A871;
  line-height: 1.8; }
  .storyQuestionPage .finalQuestionArea05 p {
    padding: .2rem 0; }
.storyQuestionPage .questionArea01 {
  width: 100%; }
.storyQuestionPage .questionArea02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .storyQuestionPage .questionArea02 > div:nth-of-type(1) {
    color: #735A0E;
    flex: 0 0 50%; }
    .storyQuestionPage .questionArea02 > div:nth-of-type(1) .chushaku {
      color: #666; }
  .storyQuestionPage .questionArea02 > div:nth-of-type(2) {
    flex: 0 0 50%; }
.storyQuestionPage .questionArea03 {
  border: 3px solid #E6B422;
  border-radius: .5rem;
  padding: 1rem; }
  .storyQuestionPage .questionArea03 > div {
    margin-bottom: 1rem; }
    .storyQuestionPage .questionArea03 > div button {
      color: #FFF;
      background: #22DFE5;
      padding: 1rem 1rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 900;
      font-style: normal;
      margin: 1rem 0 .5rem 0;
      width: 100%; }
.storyQuestionPage .confArea01 > div:nth-of-type(1) {
  color: red;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: normal; }
.storyQuestionPage .confArea01 > div:nth-of-type(2) {
  width: 80%;
  max-width: 400px;
  margin: 0 auto; }
.storyQuestionPage .faqArea01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .storyQuestionPage .faqArea01 > div:nth-of-type(1) {
    flex: 0 0 50%;
    color: red;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-style: normal; }
  .storyQuestionPage .faqArea01 > div:nth-of-type(2) {
    flex: 0 0 50%; }
.storyQuestionPage .faqArea02 {
  border: 3px solid #E6B422;
  border-radius: .5rem;
  padding: 1rem; }
  .storyQuestionPage .faqArea02 > div > div {
    color: #E6B422;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-style: normal; }
.storyQuestionPage .faqArea03 {
  color: #ee827c; }
.storyQuestionPage .faqArea04 button.faq {
  color: #FFF;
  background: #22DFE5;
  padding: 1rem 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 1rem 0;
  width: 80%;
  max-width: 600px; }
.storyQuestionPage .faqArea04 button.back {
  text-decoration: underline;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1rem 0; }
.storyQuestionPage .answerArea02 span {
  color: #E6B422; }
.storyQuestionPage .answerArea03 {
  border: 2px solid #E6B422;
  border-radius: .5rem;
  padding: 1rem; }
.storyQuestionPage .answerArea04 {
  width: 100%;
  max-width: 800px;
  background: rgba(70, 166, 142, 0.2);
  padding: 1.5rem; }
  .storyQuestionPage .answerArea04 > div:nth-of-type(1) {
    width: 60%;
    max-width: 300px; }
.storyQuestionPage .answerArea01 {
  width: 80%;
  max-width: 800px;
  margin: 0 auto; }
  .storyQuestionPage .answerArea01 > div {
    padding-bottom: 100%; }
  .storyQuestionPage .answerArea01 .kaito0 {
    background: #FFF url("/img/story/fuseikai.jpg") no-repeat right bottom/contain; }
  .storyQuestionPage .answerArea01 .kaito1 {
    background: #FFF url("/img/story/seikai.jpg") no-repeat right bottom/contain; }

.indexStart .btn,
.indexStart a.btn,
.indexStart button.btn {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; }
.indexStart a.btn-c {
  width: 80%;
  max-width: 10em;
  font-size: 1.4rem;
  position: relative;
  padding: 1rem 1rem 1rem 1rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163; }
  .indexStart a.btn-c span {
    color: #fff100; }
  .indexStart a.btn-c i {
    margin-right: 1rem; }
.indexStart a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163; }
