@charset "UTF-8";
*:focus {
  outline: none;
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  line-height: 0;
  display: inline;
  max-width: 100%;
}

ol, ul {
  list-style: none !important;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #323232;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

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

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #323232;
  font-family: 'M PLUS Rounded 1c',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 750px) {
  body {
    height: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

.sp, .tb {
  display: none;
}

/*
  ここまでcommon
--------------------------------------------- */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

.wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.cont {
  width: 1280px;
  margin-bottom: 70px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.low_title {
  width: 100%;
  height: 0;
  padding-top: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2000px;
  margin-bottom: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.low_txt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 55px;
}

.btn_back {
  display: inline-block;
  margin-top: 80px;
  width: 200px;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.btn_back:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 72px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: 50% 0;
}

.foot_wrap {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.foot_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.foot_logo {
  margin-right: 34px;
  width: 100px;
}

.foot_line {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.copy {
  margin-left: auto;
}

.foot_logo:hover,
.s_policy:hover,
.p_policy:hover {
  opacity: .5;
}

.fortune_title {
  background-image: url(../images/fortune/h1_pc.jpg);
}

.fortune footer {
  background-image: url(../images/fortune/btmline_pc.jpg);
}

.profile_title {
  background-image: url(../images/profile/h1_pc.jpg);
}

.profile footer {
  background-image: url(../images/profile/btmline_pc.jpg);
}

.prof_modal {
  display: none;
}

.profile_modal .modaal-close {
  position: absolute;
  right: 0;
  top: -50px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.profile_modal .modaal-close:before, .profile_modal .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  left: 23px;
  width: 4px;
  height: 37px;
  border-radius: 4px;
  background: #000;
}

.profile_modal .modaal-close:focus, .profile_modal .modaal-close:hover {
  background: none;
}

.profile_modal .modaal-close:focus:before, .profile_modal .modaal-close:focus:after, .profile_modal .modaal-close:hover:before, .profile_modal .modaal-close:hover:after {
  background: #000;
}

.profile_modal .modaal-fullscreen .modaal-close {
  background: none;
  right: 0;
  top: 0;
}

.acd_wrap {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 55px;
}

.acd_btn {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  cursor: pointer;
}

.acd_inner {
  width: 100%;
  background-color: #FAF6B0;
  padding: 42px 45px;
}

.acd_inner p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@-webkit-keyframes fur {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes fur {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

.prof_list {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prof_open:nth-child(1),
.prof_open:nth-child(3) {
  width: 350px;
}

.prof_open {
  width: 300px;
  padding: 0 50px;
  margin-bottom: 45px;
  cursor: pointer;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: all ease;
  transition: all ease;
}

.prof_open:hover {
  -webkit-animation: fur 1.5s ease-in-out infinite;
          animation: fur 1.5s ease-in-out infinite;
}

.ttl_wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 45px;
}

.ttl_wrap img {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1300px) {
  .cont {
    width: 100%;
    margin-bottom: 3.5%;
    padding: 0 10px;
  }
  .low_title {
    margin-bottom: 3.75%;
  }
  .low_txt {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2.75%;
  }
  .btn_back {
    margin-top: 4%;
    width: 200px;
  }
  .foot_wrap {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .foot_logo {
    margin-right: 15px;
    width: 100px;
  }
  .acd_wrap {
    width: 62.5%;
    margin-bottom: 55px;
  }
  .acd_btn {
    width: 40%;
    margin-bottom: 15px;
  }
  .acd_inner {
    padding: 42px 45px;
  }
  .prof_list {
    width: 78.125%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prof_open:nth-child(1),
  .prof_open:nth-child(3) {
    width: 35%;
  }
  .prof_open {
    width: 30%;
    padding: 0 5%;
    margin-bottom: 45px;
    cursor: pointer;
  }
  .ttl_wrap {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .ttl_wrap img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1000px) {
  .acd_inner p {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .low_txt {
    font-size: 2.86vw;
  }
  .btn_back {
    width: 15.625%;
  }
  .btn_back:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .pctb {
    display: none;
  }
  .tb {
    display: block;
  }
  footer {
    display: block;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: 50% 0;
  }
  .foot_line {
    margin-left: 10px;
    margin-right: 10px;
  }
  .foot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 0 40px;
    font-size: 1.82vw;
  }
  .foot_left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_wrap {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CDE2F1;
    padding: 24px 0;
  }
  .foot_logo {
    margin-right: unset;
    margin: 0 auto 37px;
    width: 23.90625%;
  }
  .copy {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .acd_wrap {
    width: 62.5%;
    margin-bottom: 7.16146%;
  }
  .acd_btn {
    width: 60%;
    margin-bottom: 1.95312%;
  }
  .acd_inner {
    padding: 5.46875% 5.85938%;
  }
  .acd_inner p {
    font-size: 1.69vw;
  }
  .prof_list {
    width: 78.125%;
  }
  .prof_open:nth-child(1),
  .prof_open:nth-child(3) {
    width: 35%;
  }
  .prof_open {
    width: 30%;
    padding: 0 3%;
    margin-bottom: 45px;
    cursor: pointer;
  }
  .ttl_wrap {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .ttl_wrap img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .prof_open:hover {
    -webkit-animation: unset;
            animation: unset;
  }
}

@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .cont {
    margin-bottom: 15.33333%;
    padding: 0 7%;
  }
  .low_title {
    padding-top: 61.33333%;
    background-size: contain;
    margin-bottom: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
  }
  .low_txt {
    font-size: 19px;
    margin-bottom: 38px;
  }
  .btn_back {
    width: 77.51938%;
    margin-top: 19.06977%;
  }
  footer {
    display: block;
    padding-top: 21.33333%;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
  }
  .foot_line {
    margin-left: 20px;
    margin-right: 20px;
  }
  .foot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 10px 40px;
    font-size: 14px;
  }
  .foot_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_wrap {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CDE2F1;
    padding: 24px 0;
  }
  .foot_logo {
    margin-right: unset;
    margin: 0 auto 37px;
    width: 40.8%;
  }
  .copy {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .fortune_title {
    background-image: url(../images/fortune/h1_sp.jpg);
  }
  .fortune footer {
    background-image: url(../images/fortune/btmline_sp.jpg);
  }
  .profile_title {
    background-image: url(../images/profile/h1_sp.jpg);
  }
  .profile footer {
    background-image: url(../images/profile/btmline_sp.jpg);
  }
  .acd_wrap {
    width: 82.66667%;
    margin-bottom: 45px;
  }
  .acd_btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .acd_inner {
    width: 100%;
    background-color: #FAF6B0;
    padding: 20px 25px;
  }
  .acd_inner p {
    text-align: center;
    font-size: 2vw;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: left;
  }
  .close_btn {
    width: 58.06452%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .prof_list {
    width: 87.67123%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prof_open:nth-child(1),
  .prof_open:nth-child(3) {
    width: 48%;
  }
  .prof_open:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .prof_open:nth-child(2) {
    width: 40%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .prof_open {
    width: 42%;
    padding: 0;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .prof_open.oth01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .prof_open.oth02 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .prof_open.oth03 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .prof_open.oth04 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .prof_open.oth05 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .prof_open.oth06 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ttl_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .ttl_wrap img {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=style.css.map */