@charset "UTF-8";
/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/**
 * Foundation
**/
/**
 * WIDTH
**/
/**
 * COLOR
**/
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
/*!
     * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
     * Richard Clark (http://richclarkdesign.com)
     * http://cssreset.com
     */
@import url("https://fonts.googleapis.com/css?family=Roboto:500,700&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0px; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  border-style: none; }

/*
**  ===================================================================
**  Mixin CSS
**  ===================================================================
*/
/**
 * clearfix
**/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

html {
  font-family: 'dnp-shuei-mgothic-std', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 35px;
  background: #fff5b4; }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 14px;
      line-height: 1.6; } }

main {
  background: #fff5b4; }

a {
  -webkit-transition: all .3s;
          transition: all .3s; }
  a:hover {
    opacity: 0.6;
    -webkit-transition: all .3s;
            transition: all .3s; }

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

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

footer {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  background: transparent;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 14vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 980px) {
    footer {
      height: 16vw; } }
  @media only screen and (max-width: 480px) {
    footer {
      height: 34vw; } }
  footer p {
    font-size: 12px;
    margin-top: 10px; }

.home .mainvisual {
  height: 53.4vw;
  width: 100vw;
  min-height: 840px;
  background: url("../images/mainvisual.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative; }
  @media only screen and (max-width: 980px) {
    .home .mainvisual {
      min-height: inherit; } }
  @media only screen and (max-width: 480px) {
    .home .mainvisual {
      background: url("../images/mainvisual_sp.png");
      width: 100vw;
      height: 110vw;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top; } }
  .home .mainvisual a {
    position: fixed;
    width: 285px;
    height: 285px;
    display: block;
    right: 24px;
    bottom: 24px;
    z-index: 4; }
    @media only screen and (max-width: 980px) {
      .home .mainvisual a {
        width: 140px;
        height: 140px; } }
    @media only screen and (max-width: 480px) {
      .home .mainvisual a {
        width: 28vw;
        height: 28vw;
        right: 16px;
        bottom: 16px; } }
    .home .mainvisual a img {
      width: 100%; }

.home section {
  width: 900px;
  margin: 20px auto 80px auto;
  background: #fff;
  border-radius: 70px;
  padding: 80px;
  box-sizing: border-box; }
  @media only screen and (max-width: 980px) {
    .home section {
      width: calc(100% - 48px);
      padding: 80px 40px; } }
  @media only screen and (max-width: 480px) {
    .home section {
      padding: 30px 14px;
      border-radius: 20px;
      width: calc(100% - 56px); } }
  .home section h2 {
    text-align: center;
    line-height: 1; }
  .home section p {
    line-height: 35px;
    text-align: center; }

@media only screen and (max-width: 980px) {
  .home .about h2 img {
    max-width: 100%; } }

@media only screen and (max-width: 480px) {
  .home .about h2 img {
    width: 80%;
    margin: 0 auto; } }

.home .about p {
  margin-top: 70px; }
  @media only screen and (max-width: 480px) {
    .home .about p {
      margin-top: 34px; } }

.home .about .about_image {
  width: 500px;
  height: auto;
  margin: 50px auto 0 auto;
  display: block;
  max-width: 100%; }
  @media only screen and (max-width: 480px) {
    .home .about .about_image {
      width: 205px;
      margin-top: 20px; } }

.home .nintei {
  padding: 80px 70px; }
  @media only screen and (max-width: 980px) {
    .home .nintei {
      padding: 80px 40px; } }
  @media only screen and (max-width: 480px) {
    .home .nintei {
      padding: 30px 28px; } }
  .home .nintei h2 {
    margin-bottom: 70px; }
    @media only screen and (max-width: 480px) {
      .home .nintei h2 {
        margin-bottom: 34px; } }
    @media only screen and (max-width: 480px) {
      .home .nintei h2 img {
        margin-left: 8vw;
        height: 80px;
        width: auto; } }
  .home .nintei .nintei_image {
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
    display: block; }
    @media only screen and (max-width: 480px) {
      .home .nintei .nintei_image.pc {
        display: none !important; } }
    @media only screen and (min-width: 981px) {
      .home .nintei .nintei_image.sp {
        display: none !important; } }
    @media only screen and (max-width: 980px) {
      .home .nintei .nintei_image.sp {
        display: none !important; } }
    @media only screen and (max-width: 480px) {
      .home .nintei .nintei_image.sp {
        display: block !important; } }
  .home .nintei .link_area {
    width: 100%;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative; }
    @media only screen and (max-width: 980px) {
      .home .nintei .link_area {
        padding: 30px 16px; } }
    .home .nintei .link_area span {
      display: inline-block;
      height: 30px;
      margin-bottom: 6px;
      padding: 0 8px;
      background-image: url(../images/dot.jpg);
      background-repeat: repeat-x;
      background-position: bottom; }
      @media only screen and (max-width: 980px) {
        .home .nintei .link_area span {
          font-size: 0.8em; } }
      @media only screen and (max-width: 980px) {
        .home .nintei .link_area span {
          font-size: 1em;
          height: 2em; } }
    .home .nintei .link_area .dot_bg {
      background: #fdb71f;
      border: 2px solid #000;
      border-radius: 100%;
      width: 13px;
      height: 13px;
      box-sizing: border-box;
      position: absolute; }
      .home .nintei .link_area .dot_bg:nth-child(3) {
        top: 12px;
        left: 12px; }
      .home .nintei .link_area .dot_bg:nth-child(4) {
        top: 12px;
        right: 12px; }
      .home .nintei .link_area .dot_bg:nth-child(5) {
        bottom: 12px;
        left: 12px; }
      .home .nintei .link_area .dot_bg:nth-child(6) {
        bottom: 12px;
        right: 12px; }
    .home .nintei .link_area .link--anidone {
      margin: 36px auto;
      text-align: center; }
      .home .nintei .link_area .link--anidone a {
        display: inline-block; }
      .home .nintei .link_area .link--anidone img {
        width: 257px;
        margin: 0 auto;
        display: block; }
    .home .nintei .link_area .sns {
      width: 170px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto; }
      .home .nintei .link_area .sns a {
        display: inline-block; }
        .home .nintei .link_area .sns a img {
          width: 40px; }

.home .challenge {
  background: none;
  padding: 0;
  margin: 140px auto 0 auto;
  padding-bottom: 60px; }
  .home .challenge .wood_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative; }
    .home .challenge .wood_wrap:before {
      content: "";
      display: block;
      width: 120px;
      height: 60px;
      background: #fff;
      border: 1px solid #000;
      position: absolute;
      box-sizing: border-box;
      top: -60px;
      left: calc(50% - 60px); }
    .home .challenge .wood_wrap:after {
      content: "";
      display: block;
      width: 120px;
      height: 60px;
      background: #fff;
      border: 1px solid #000;
      border-bottom: none;
      position: absolute;
      box-sizing: border-box;
      bottom: -60px;
      left: calc(50% - 60px);
      z-index: 1; }
    .home .challenge .wood_wrap .wood_l {
      width: 20px;
      background-image: url(../images/wood_l.png);
      background-repeat: repeat-y;
      display: block; }
    .home .challenge .wood_wrap .wood_r {
      width: 20px;
      background-image: url(../images/wood_r.png);
      background-repeat: repeat-y;
      display: block; }
    .home .challenge .wood_wrap .content {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      padding: 80px 46px 110px;
      background: #fff; }
      @media only screen and (max-width: 980px) {
        .home .challenge .wood_wrap .content {
          padding: 80px 0 110px; } }
      @media only screen and (max-width: 480px) {
        .home .challenge .wood_wrap .content {
          width: calc(100% - 40px);
          padding: 40px 0 80px; } }
      @media only screen and (max-width: 480px) {
        .home .challenge .wood_wrap .content h2 img {
          max-width: 100%;
          height: auto; } }
      .home .challenge .wood_wrap .content p {
        background-image: url(../images/bg_challenge.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom; }
        .home .challenge .wood_wrap .content p span {
          display: inline-block;
          height: 30px;
          margin-bottom: 6px;
          padding: 0 8px;
          background-image: url(../images/dot.jpg);
          background-repeat: repeat-x;
          background-position: bottom; }
          @media only screen and (max-width: 480px) {
            .home .challenge .wood_wrap .content p span {
              font-size: 1em;
              height: 2em; } }
          .home .challenge .wood_wrap .content p span b {
            font-size: 24px;
            font-weight: 400; }
            @media only screen and (max-width: 480px) {
              .home .challenge .wood_wrap .content p span b {
                font-size: 1.4em; } }
      .home .challenge .wood_wrap .content .challenge_btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 32px; }
        @media only screen and (max-width: 480px) {
          .home .challenge .wood_wrap .content .challenge_btn .img img {
            height: 54px; } }
        .home .challenge .wood_wrap .content .challenge_btn a {
          margin: 0 8px; }
          @media only screen and (max-width: 480px) {
            .home .challenge .wood_wrap .content .challenge_btn a img {
              height: 62px; } }

.page {
  position: relative; }
  @media only screen and (max-width: 980px) {
    .page main {
      min-height: calc(100vh - 14vw); } }
  .page .home_btn {
    position: absolute;
    top: 40px;
    left: calc(50%  - 500px); }
    @media only screen and (max-width: 980px) {
      .page .home_btn {
        left: calc(50% - 50px);
        top: 24px; } }
    @media only screen and (max-width: 480px) {
      .page .home_btn {
        left: 24px;
        top: 24px; } }
  .page .challenge {
    background: none;
    padding: 200px 0 0 0;
    margin: 0px auto 0 auto;
    padding-bottom: 60px;
    width: 910px;
    box-sizing: border-box; }
    @media only screen and (max-width: 980px) {
      .page .challenge {
        width: calc(100% - 48px); } }
    .page .challenge .wood_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      position: relative;
      box-sizing: border-box; }
      .page .challenge .wood_wrap:before {
        content: "";
        display: block;
        width: 120px;
        height: 60px;
        background: #fff;
        border: 1px solid #000;
        position: absolute;
        box-sizing: border-box;
        top: -60px;
        left: calc(50% - 60px); }
        @media only screen and (max-width: 480px) {
          .page .challenge .wood_wrap:before {
            width: 90px;
            left: calc(50% - 45px); } }
      .page .challenge .wood_wrap:after {
        content: "";
        display: block;
        width: 120px;
        height: 60px;
        background: #fff;
        border: 1px solid #000;
        border-bottom: none;
        position: absolute;
        box-sizing: border-box;
        bottom: -60px;
        left: calc(50% - 60px);
        z-index: 1; }
        @media only screen and (max-width: 980px) {
          .page .challenge .wood_wrap:after {
            height: 120px;
            bottom: -120px; } }
        @media only screen and (max-width: 480px) {
          .page .challenge .wood_wrap:after {
            width: 90px;
            left: calc(50% - 45px);
            height: calc(100vh - 750px);
            bottom: calc(calc(100vh - 750px) * -1); } }
      .page .challenge .wood_wrap .wood_icon01 {
        position: absolute;
        z-index: 2;
        top: -150px;
        left: 70px; }
        @media only screen and (max-width: 980px) {
          .page .challenge .wood_wrap .wood_icon01 {
            left: 0vw; } }
        @media only screen and (max-width: 480px) {
          .page .challenge .wood_wrap .wood_icon01 {
            top: -14vw; }
            .page .challenge .wood_wrap .wood_icon01 img {
              width: 28vw;
              height: auto; } }
      .page .challenge .wood_wrap .wood_icon02 {
        position: absolute;
        z-index: 2;
        top: -150px;
        right: 90px; }
        @media only screen and (max-width: 980px) {
          .page .challenge .wood_wrap .wood_icon02 {
            right: 0vw; } }
        @media only screen and (max-width: 480px) {
          .page .challenge .wood_wrap .wood_icon02 {
            top: -14vw; }
            .page .challenge .wood_wrap .wood_icon02 img {
              width: 28vw;
              height: auto; } }
      .page .challenge .wood_wrap .wood_l {
        width: 20px;
        background-image: url(../images/wood_l.png);
        background-repeat: repeat-y;
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 1;
            -ms-flex: 1 0 1;
                flex: 1 0 1; }
      .page .challenge .wood_wrap .wood_r {
        width: 20px;
        background-image: url(../images/wood_r.png);
        background-repeat: repeat-y;
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 1;
            -ms-flex: 1 0 1;
                flex: 1 0 1; }
      .page .challenge .wood_wrap .content {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        background: #fff;
        position: relative;
        height: 640px; }
        @media only screen and (max-width: 480px) {
          .page .challenge .wood_wrap .content {
            height: 520px; } }
        .page .challenge .wood_wrap .content .quiz_block {
          position: absolute;
          width: 770px;
          height: 440px;
          top: 30px;
          left: 50px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
                  transition: all .3s; }
          @media only screen and (max-width: 980px) {
            .page .challenge .wood_wrap .content .quiz_block {
              width: calc(100% - 24px);
              left: 12px; } }
          .page .challenge .wood_wrap .content .quiz_block h2 {
            font-size: 48px;
            text-align: center;
            margin-bottom: 24px; }
          .page .challenge .wood_wrap .content .quiz_block p {
            text-align: center;
            line-height: 40px;
            margin-bottom: 24px; }
            @media only screen and (max-width: 480px) {
              .page .challenge .wood_wrap .content .quiz_block p {
                line-height: 1.6; } }
          .page .challenge .wood_wrap .content .quiz_block .answer {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner {
              display: -webkit-inline-box;
              display: -webkit-inline-flex;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: start;
              -webkit-align-items: flex-start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              margin: 0 auto 32px; }
              .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner label {
                margin: 12px 0; }
                .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner label.cheet {
                  color: red; }
              .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio {
                margin: 0.5rem;
                cursor: pointer; }
                .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"] {
                  position: absolute;
                  opacity: 0; }
                  .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"] + .radio-label:before {
                    content: '';
                    background: #fff;
                    border-radius: 100%;
                    border: 2px solid #000;
                    display: inline-block;
                    width: 1em;
                    height: 1em;
                    position: relative;
                    margin-right: 0.5em;
                    top: -0.1em;
                    vertical-align: top;
                    cursor: pointer;
                    text-align: center; }
                  .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"]:checked + .radio-label:before {
                    background-color: #000;
                    box-shadow: inset 0 0 0 5px #fff; }
                    @media only screen and (max-width: 480px) {
                      .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"]:checked + .radio-label:before {
                        box-shadow: inset 0 0 0 3px #fff; } }
                  .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"]:focus + .radio-label:before {
                    outline: none;
                    border-color: #000; }
                  .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"]:disabled + .radio-label:before {
                    box-shadow: inset 0 0 0 4px #fff;
                    border-color: #bfbfbf;
                    background: #bfbfbf; }
                  .page .challenge .wood_wrap .content .quiz_block .answer .answer_inner .radio input[type="radio"] + .radio-label:empty:before {
                    margin-right: 0; }
          .page .challenge .wood_wrap .content .quiz_block.active {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .3s;
                    transition: all .3s; }
  .page .clear {
    padding: 80px 0; }
    @media only screen and (max-width: 980px) {
      .page .clear {
        padding: 140px 0 80px 0; } }
    .page .clear .clear_inner {
      width: 900px;
      margin: 0 auto;
      background: #fff;
      border-radius: 70px;
      box-sizing: border-box;
      text-align: center; }
      @media only screen and (max-width: 980px) {
        .page .clear .clear_inner {
          width: calc(100% - 48px);
          padding: 0px 24px;
          border-radius: 20px; } }
      .page .clear .clear_inner .clear_img {
        padding: 34px 24px;
        box-sizing: border-box;
        width: 100%; }
        @media only screen and (max-width: 980px) {
          .page .clear .clear_inner .clear_img {
            padding: 12px 0 0 0; } }
        .page .clear .clear_inner .clear_img img {
          width: 100%;
          height: auto; }
      .page .clear .clear_inner a {
        display: inline-block;
        margin-top: -32px;
        margin-bottom: 32px; }
        @media only screen and (max-width: 980px) {
          .page .clear .clear_inner a {
            margin-bottom: 16px; } }
        @media only screen and (max-width: 980px) {
          .page .clear .clear_inner a img {
            width: 80%;
            margin: 48px auto 16px auto;
            height: auto; } }
      .page .clear .clear_inner p {
        line-height: 33px;
        padding-bottom: 68px; }
  .page .failed {
    padding: 80px 0; }
    @media only screen and (max-width: 980px) {
      .page .failed {
        padding: 140px 0 80px 0; } }
    .page .failed .failed_inner {
      padding-top: 27px;
      width: 900px;
      margin: 0 auto;
      background: #fff;
      border-radius: 70px;
      box-sizing: border-box;
      text-align: center; }
      @media only screen and (max-width: 980px) {
        .page .failed .failed_inner {
          width: calc(100% - 48px);
          padding: 12px 24px;
          border-radius: 20px; }
          .page .failed .failed_inner img {
            max-width: calc(100% + 24px);
            margin-left: -12px;
            height: auto; } }
      .page .failed .failed_inner a {
        display: inline-block;
        margin-top: 24px;
        margin-bottom: 70px; }
        @media only screen and (max-width: 980px) {
          .page .failed .failed_inner a {
            margin-top: 20px;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 980px) {
          .page .failed .failed_inner a img {
            width: 80%;
            margin: 0 auto 16px; } }
      .page .failed .failed_inner p {
        line-height: 33px;
        margin-top: 50px; }
        .page .failed .failed_inner p img {
          display: block;
          margin: 20px auto 0 auto; }
        @media only screen and (max-width: 980px) {
          .page .failed .failed_inner p {
            letter-spacing: -0.05em; }
            .page .failed .failed_inner p img {
              width: 80%;
              margin: 12px auto 0 auto; } }
  .page .howto .howto_inner {
    width: 900px;
    margin: 0 auto;
    padding: 80px 130px;
    background: #fff;
    border-radius: 70px;
    box-sizing: border-box;
    text-align: center; }
    @media only screen and (max-width: 980px) {
      .page .howto .howto_inner {
        width: calc(100% - 48px);
        padding: 40px 24px;
        border-radius: 20px; }
        .page .howto .howto_inner img {
          max-width: 100%;
          height: auto; } }
    .page .howto .howto_inner h2 {
      margin-bottom: 58px; }
      @media only screen and (max-width: 980px) {
        .page .howto .howto_inner h2 {
          width: 80%;
          margin: 0 auto; } }
    .page .howto .howto_inner .read {
      line-height: 33px;
      margin-bottom: 70px; }
    .page .howto .howto_inner .step_block {
      text-align: left;
      margin-bottom: 48px; }
      .page .howto .howto_inner .step_block p {
        font-size: 18px;
        line-height: 29px; }
        @media only screen and (max-width: 480px) {
          .page .howto .howto_inner .step_block p {
            font-size: 14px;
            line-height: 1.6; } }
        .page .howto .howto_inner .step_block p span {
          font-size: 12px;
          line-height: 16px;
          display: inline-block; }
      .page .howto .howto_inner .step_block .step_icon {
        margin-bottom: 10px; }
        @media only screen and (max-width: 980px) {
          .page .howto .howto_inner .step_block .step_icon img {
            width: 100px;
            height: auto; } }
      .page .howto .howto_inner .step_block .app_dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 510px;
        margin: 20px auto 0 auto; }
        @media only screen and (max-width: 980px) {
          .page .howto .howto_inner .step_block .app_dl {
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .page .howto .howto_inner .step_block .app_dl div {
          text-align: center;
          margin: 0 24px; }
          @media only screen and (max-width: 980px) {
            .page .howto .howto_inner .step_block .app_dl div {
              margin: 0 24px 14px 24px; } }
          .page .howto .howto_inner .step_block .app_dl div a {
            display: inline-block;
            margin-top: 8px; }
  .page .finish {
    padding-top: 42px; }
    .page .finish img {
      margin-left: 18px;
      display: inline-block; }
      @media only screen and (max-width: 980px) {
        .page .finish img {
          width: 80%; } }
  .page .finish_footer {
    margin-top: -40px; }
    .page .finish_footer img {
      margin-left: -30px; }
      @media only screen and (max-width: 480px) {
        .page .finish_footer img {
          margin-left: 0px; } }
    .page .finish_footer p {
      margin-top: -42px;
      line-height: 33px; }
      @media only screen and (max-width: 480px) {
        .page .finish_footer p {
          margin-top: -28px; } }
  .page .sns {
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px; }
    .page .sns a {
      text-decoration: none; }
    .page .sns .link_btn {
      margin-top: 24px; }
      .page .sns .link_btn a {
        margin: 0 15px; }
    .page .sns .fb_link {
      width: 732px;
      background: #fff;
      border: 2px solid #000;
      border-radius: 10px;
      padding: 30px;
      box-sizing: border-box;
      margin: 60px auto 0 auto;
      position: relative;
      height: 225px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 480px) {
        .page .sns .fb_link {
          width: calc(100% - 48px); } }
      .page .sns .fb_link p {
        font-size: 17px;
        line-height: 28px; }
      .page .sns .fb_link a {
        display: inline-block;
        margin-top: 22px; }
      .page .sns .fb_link .dot_bg {
        background: #fdb71f;
        border: 2px solid #000;
        border-radius: 100%;
        width: 13px;
        height: 13px;
        box-sizing: border-box;
        position: absolute; }
        .page .sns .fb_link .dot_bg:nth-child(3) {
          top: 12px;
          left: 12px; }
        .page .sns .fb_link .dot_bg:nth-child(4) {
          top: 12px;
          right: 12px; }
        .page .sns .fb_link .dot_bg:nth-child(5) {
          bottom: 12px;
          left: 12px; }
        .page .sns .fb_link .dot_bg:nth-child(6) {
          bottom: 12px;
          right: 12px; }

.frame_maker .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .frame_maker .btn_wrap input {
    display: none; }
  .frame_maker .btn_wrap label {
    margin-right: 20px;
    cursor: pointer; }
    .frame_maker .btn_wrap label:hover {
      opacity: 0.8;
      -webkit-transition: all .3s;
              transition: all .3s; }
  .frame_maker .btn_wrap a {
    margin-bottom: 20px !important; }

.frame_maker .reedit {
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .frame_maker .reedit img {
      height: 46px !important; } }

.frame_maker .howto_setp div {
  text-align: left;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .frame_maker .howto_setp div img {
      height: 46px !important; } }
  .frame_maker .howto_setp div p {
    margin-top: 20px;
    line-height: 1.5; }
    @media only screen and (max-width: 480px) {
      .frame_maker .howto_setp div p {
        margin-top: 10px; } }

.frame_maker .sns {
  padding: 40px 0 !important; }

.canvas-wrapper {
  position: relative;
  width: 512px;
  height: 512px;
  border: 3px dotted #ddd;
  margin: 16px auto; }
  @media only screen and (max-width: 480px) {
    .canvas-wrapper {
      width: 320px;
      height: 320px; } }
  .canvas-wrapper .edit_preview {
    opacity: 0;
    width: 512px;
    height: 512px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    background: rgba(255, 255, 100, 0.2);
    position: absolute;
    z-index: 3;
    -webkit-transition: all .3s;
            transition: all .3s; }
    @media only screen and (max-width: 480px) {
      .canvas-wrapper .edit_preview {
        width: 320px;
        height: 320px; } }
  .canvas-wrapper .frame_dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
    pointer-events: none; }
    .canvas-wrapper .frame_dummy img {
      width: 100%;
      height: 100%; }

#download {
  margin-bottom: 42px; }
