@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
}
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;
}
.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5; }

.is-hidden {
  display: none !important; }

.is-fixed {
  position: fixed !important;
  width: 100%; }

.is-absolute {
  position: absolute !important; }

.is-lock {
  overflow: hidden; }

/*
.is-show {
    display: block !important;
}
*/
.is-hide {
  visibility: hidden; }

.is-invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.pointer:hover {
  cursor: pointer; }

body.is-sp .only-pc {
  display: none !important; }

.only-sp {
  display: none !important; }
  body.is-sp .only-sp {
    display: initial !important; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.08em;
  background-color: #f2f5f5;
  -webkit-font-kerning: normal;
     -moz-font-kerning: normal;
          font-kerning: normal;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-sp {
    min-width: 320px; }

div {
  background-repeat: no-repeat; }

.page-wrapper {
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  body.is-sp .page-wrapper {
    min-width: 100%;
    max-width: initial; }
  .is-sp.is-modal .page-wrapper {
    height: 700px; }

.main-wrapper {
  position: relative; }

.wrapper {
  width: 980px;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  body.is-sp .wrapper {
    width: 320px; }

.content {
  width: 900px;
  margin: 0 auto; }
  body.is-sp .content {
    width: 300px; }

.inner {
  width: 740px;
  margin: 0 auto; }
  body.is-sp .inner {
    width: 280px; }

.strong {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.fb_iframe_widget {
  overflow: hidden; }

.section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  body.is-sp .section-title {
    margin-bottom: 14px; }

.submit-button {
  cursor: pointer;
  background-image: url("../image/pc/btn_contact_sprite.png");
  background-position: 0 0;
  width: 268px;
  height: 72px; }
  .submit-button:hover {
    background-position: 0 -72px; }
  body.is-sp .submit-button {
    background-image: url(../image/sp/btn_contact.png);
    background-size: 151.91489px 40.85106px;
    width: 151.91489px;
    height: 40.85106px; }
    body.is-sp .submit-button:hover {
      background-position: 0 0; }

.about, .function, .example, .cost, .faq, .contact {
  box-sizing: border-box;
  padding-bottom: 80px; }
  body.is-sp .about, body.is-sp .function, body.is-sp .example, body.is-sp .cost, body.is-sp .faq, body.is-sp .contact {
    padding-bottom: 40px; }

.function, .example, .cost, .faq, .contact {
  box-sizing: border-box;
  padding-top: 80px; }
  body.is-sp .function, body.is-sp .example, body.is-sp .cost, body.is-sp .faq, body.is-sp .contact {
    padding-top: 40px; }

.header {
  height: 120px;
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  body.is-sp .header {
    height: 60px; }

.header-logo {
  margin: auto;
  background-image: url("../image/pc/header.png");
  width: 189px;
  height: 80px; }
  body.is-sp .header-logo {
    background-image: url(../image/sp/header.png);
    background-size: 81.70213px 34.89362px;
    width: 81.70213px;
    height: 34.89362px; }

.firstview {
  height: 552px;
  position: relative; }
  body.is-sp .firstview {
    height: 396px; }

.layer {
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  body.is-sp .layer {
    background-size: auto 100%; }
  .layer.blue {
    background-image: url("../image/pc/blue.png");
    transition: 1.5s linear; }
    .layer.blue.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .layer.lightblue {
    background-image: url("../image/pc/lightblue.png");
    transition: 1.5s linear; }
    .layer.lightblue.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .layer.green {
    background-image: url("../image/pc/green.png");
    transition: 1.5s linear; }
    .layer.green.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .layer.yellow {
    background-image: url("../image/pc/yellow.png");
    transition: 1.5s linear; }
    .layer.yellow.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .layer.red {
    background-image: url("../image/pc/red.png");
    transition: 1.5s linear; }
    .layer.red.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .layer.pink {
    background-image: url("../image/pc/pink.png");
    transition: 1.5s linear; }
    .layer.pink.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .layer.purple {
    background-image: url("../image/pc/purple.png");
    transition: 1.5s linear; }
    .layer.purple.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.firstview-content {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  body.is-sp .firstview-content {
    width: 290px; }

.firstview-inner {
  margin: auto; }

.firstview-logo {
  background-image: url("../image/pc/logo.png");
  width: 676px;
  height: 138px;
  margin-left: auto;
  margin-right: auto; }
  body.is-sp .firstview-logo {
    background-image: url(../image/sp/logo.png);
    background-size: 287.65957px 58.7234px;
    width: 287.65957px;
    height: 58.7234px; }

.firstview-text {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../image/pc/head_text.png");
  width: 435px;
  height: 103px; }
  body.is-sp .firstview-text {
    margin-left: 0px;
    margin-top: 50px;
    background-image: url(../image/sp/head_text.png);
    background-size: 217.87234px 86.38298px;
    width: 217.87234px;
    height: 86.38298px; }

.firstview-posing-shutter {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../image/pc/firstview_posing_shutter.png");
  width: 217px;
  height: 200px; }
  .firstview-posing-shutter:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  body.is-sp .firstview-posing-shutter {
    background-image: url(../image/sp/firstview_posing_shutter.png);
    background-size: 122.55319px 112.76596px;
    width: 122.55319px;
    height: 112.76596px; }

.nav {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background-color: white;
  min-width: 980px;
  position: absolute;
  top: 672px;
  left: 0; }
  .nav.current {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; }
  body.is-sp .nav {
    min-width: initial;
    height: 50px;
    top: 456px; }
    body.is-sp .nav.current {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1; }

.nav-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.is-sp .nav-content {
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }

.nav__item-logo, .nav__item {
  cursor: pointer; }

body.is-sp .nav__item {
  display: none; }

.nav__item-logo {
  background-image: url("../image/pc/navi_logo.png");
  width: 117px;
  height: 21px; }
  body.is-sp .nav__item-logo {
    background-image: url(../image/sp/navi_logo.png);
    background-size: 85.95745px 15.31915px;
    width: 85.95745px;
    height: 15.31915px;
    margin: auto; }

.nav__item-function {
  background-image: url("../image/pc/btn_function_sprite.png");
  background-position: 0 -72px;
  width: 77px;
  height: 72px; }
  .nav__item-function:hover, .nav__item-function.current {
    background-position: 0 0; }

.nav__item-example {
  background-image: url("../image/pc/btn_example_sprite.png");
  background-position: 0 -72px;
  width: 77px;
  height: 72px; }
  .nav__item-example:hover, .nav__item-example.current {
    background-position: 0 0; }

.nav__item-cost {
  background-image: url("../image/pc/btn_cost_sprite.png");
  background-position: 0 -72px;
  width: 77px;
  height: 72px; }
  .nav__item-cost:hover, .nav__item-cost.current {
    background-position: 0 0; }

.nav__item-faq {
  background-image: url("../image/pc/btn_faq_sprite.png");
  background-position: 0 -72px;
  width: 76px;
  height: 72px; }
  .nav__item-faq:hover, .nav__item-faq.current {
    background-position: 0 0; }

.nav__item-contact {
  background-image: url("../image/pc/navi_btn_contact_sprite.png");
  background-position: 0 -72px;
  width: 148px;
  height: 72px; }
  .nav__item-contact:hover, .nav__item-contact.current {
    background-position: 0 0; }

.nav__item-menu-open {
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/sp/menu_icon.png);
  background-size: 21.2766px 21.2766px;
  width: 21.2766px;
  height: 21.2766px; }
  body.is-sp .nav__item-menu-open {
    display: block;
    cursor: pointer; }

.about {
  margin-top: 150px; }
  body.is-sp .about {
    margin-top: 100px; }

.about-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.is-sp .about-step {
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.about-step__item:nth-of-type(1) {
  background-image: url("../image/pc/step1.png");
  width: 261px;
  height: 472px; }
  body.is-sp .about-step__item:nth-of-type(1) {
    background-image: url(../image/sp/step1.png);
    background-size: 189.3617px 223.40426px;
    width: 189.3617px;
    height: 223.40426px; }

.about-step__item:nth-of-type(2) {
  background-image: url("../image/pc/step2.png");
  width: 193px;
  height: 473px; }
  body.is-sp .about-step__item:nth-of-type(2) {
    background-image: url(../image/sp/step2.png);
    background-size: 182.97872px 211.48936px;
    width: 182.97872px;
    height: 211.48936px; }

.about-step__item:nth-of-type(3) {
  background-image: url("../image/pc/step3.png");
  width: 259px;
  height: 473px; }
  body.is-sp .about-step__item:nth-of-type(3) {
    background-image: url(../image/sp/step3.png);
    background-size: 179.57447px 304.25532px;
    width: 179.57447px;
    height: 304.25532px; }

body.is-sp .about-step__item:nth-of-type(2), body.is-sp .about-step__item:nth-of-type(3) {
  margin-top: 45px; }

.about-step-movie {
  display: block;
  margin: 60px auto 80px auto;
  border-radius: 10px; }
  body.is-sp .about-step-movie {
    margin: 45px auto 0px auto; }

.function-title {
  background-image: url("../image/pc/title.png");
  width: 94px;
  height: 65px; }
  body.is-sp .function-title {
    background-image: url(../image/sp/title.png);
    background-size: 46.80851px 30.6383px;
    width: 46.80851px;
    height: 30.6383px; }

.function-explain {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body.is-sp .function-explain {
    height: 400px; }

.function-explain-inner {
  width: 620px;
  height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.is-sp .function-explain-inner {
    width: 280px;
    height: 300px; }

.function-explain-midashi {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  margin: 10px auto 0 auto; }
  body.is-sp .function-explain-midashi {
    font-size: 12px;
    line-height: 20px;
    margin: 4px auto 0 auto; }

.function-explain-list-icon, .function-explain-list-text {
  display: inline-block;
  vertical-align: middle; }
  body.is-sp .function-explain-list-icon, body.is-sp .function-explain-list-text {
    display: block; }

.function-explain-list-icon {
  background-image: url("../image/pc/list_icon.png");
  width: 39px;
  height: 39px; }
  body.is-sp .function-explain-list-icon {
    background-image: url(../image/sp/list_icon.png);
    background-size: 16.59574px 16.59574px;
    width: 16.59574px;
    height: 16.59574px;
    margin: auto; }

.function-explain-list-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.00em;
  margin-left: 10px; }
  body.is-sp .function-explain-list-text {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0px;
    letter-spacing: -0.005em;
    margin: 0.5em 0; }
  .function-explain-list-text .sub {
    color: #666666; }

.function-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
  body.is-sp .function-images {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; }

.function-image__item:nth-of-type(4) {
  margin-top: 10px; }

body.is-sp .function-image__item {
  width: 290px;
  height: 186px;
  margin-left: auto;
  margin-right: auto; }

.example-title {
  background-image: url("../image/pc/title5.png");
  width: 190px;
  height: 65px; }
  body.is-sp .example-title {
    background-image: url(../image/sp/title5.png);
    background-size: 93.61702px 30.6383px;
    width: 93.61702px;
    height: 30.6383px; }

.example-content {
  height: 450px;
  margin-top: 40px;
  position: relative;
  background-color: #fff;
  padding-left: 50%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 2;
  font-weight: bold; }
  .example-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat; }
  .example-content.image-tdw:before {
    background-image: url("../image/pc/example_photo.png"); }
  body.is-sp .example-content {
    height: auto;
    margin-top: 20px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1.8;
    border-radius: 5px; }
    body.is-sp .example-content:before {
      position: relative;
      width: auto;
      height: 184px; }
    body.is-sp .example-content.image-tdw:before {
      background-image: url("../image/sp/example_photo.png");
      background-size: cover;
      background-position: center; }

.example-content-body {
  margin: 0px 48px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  body.is-sp .example-content-body {
    top: 0px;
    -webkit-transform: none;
            transform: none;
    margin: 0px;
    padding: 16px; }

.example-content-title {
  font-size: 24px;
  line-height: 1.5; }
  body.is-sp .example-content-title {
    font-size: 16px; }

.example-content-date {
  margin-bottom: 30px; }
  body.is-sp .example-content-date {
    margin-bottom: 10px;
    font-size: 9px; }

.cost-title {
  background-image: url("../image/pc/title2.png");
  width: 92px;
  height: 65px; }
  body.is-sp .cost-title {
    background-image: url(../image/sp/title2.png);
    background-size: 45.53191px 30.21277px;
    width: 45.53191px;
    height: 30.21277px; }

.cost-value, .cost-caption {
  text-align: center; }

.cost-value {
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0; }
  body.is-sp .cost-value {
    font-size: 16px;
    margin-top: 0.8em; }

.cost-value-big {
  font-size: 40px; }
  body.is-sp .cost-value-big {
    font-size: 28px; }

.cost-value-sub {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0; }
  body.is-sp .cost-value-sub {
    font-size: 14px;
    margin-top: 5px; }

.cost-caption {
  color: #666666;
  font-size: 14px;
  line-height: 1.5; }
  body.is-sp .cost-caption {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0; }

.cost-button {
  margin: 40px auto 0 auto;
  display: block; }
  body.is-sp .cost-button {
    margin: 20px auto 0 auto; }

.function, .cost, .contact {
  background-color: #b5e9ff;
  animation: bg-color 10.5s ease 3s infinite normal;
  -webkit-animation: bg-color 10.5s ease 3s infinite normal; }

@-webkit-keyframes bg-color {
  0% {
    background: #b5e9ff; }
  14% {
    background: #b2fbef; }
  28% {
    background: #d0fec4; }
  42% {
    background: #ffeca8; }
  56% {
    background: #ffd9cd; }
  71% {
    background: #ffd2e1; }
  86% {
    background: #ecc9ff; }
  100% {
    background: #b5e9ff; } }

@keyframes bg-color {
  0% {
    background: #b5e9ff; }
  14% {
    background: #b2fbef; }
  28% {
    background: #d0fec4; }
  42% {
    background: #ffeca8; }
  56% {
    background: #ffd9cd; }
  71% {
    background: #ffd2e1; }
  86% {
    background: #ecc9ff; }
  100% {
    background: #b5e9ff; } }

.faq-title {
  background-image: url("../image/pc/title3.png");
  width: 91px;
  height: 63px; }
  body.is-sp .faq-title {
    background-image: url(../image/sp/title3.png);
    background-size: 45.53191px 30.21277px;
    width: 45.53191px;
    height: 30.21277px; }

.faq-question, .faq-answer {
  letter-spacing: 0; }

.faq-question {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 0; }
  .faq-question:nth-of-type(1) {
    margin-top: 0.4em; }
  body.is-sp .faq-question {
    font-size: 14px;
    line-height: 18px; }

.faq-answer {
  font-size: 14px;
  line-height: 28px;
  margin: 0; }
  body.is-sp .faq-answer {
    font-size: 12px;
    line-height: 20px;
    margin-top: 1em; }

body.is-sp .contact {
  padding: 44px 0; }

.contact-title {
  background-image: url("../image/pc/title4.png");
  width: 285px;
  height: 64px; }
  body.is-sp .contact-title {
    background-image: url(../image/sp/title4.png);
    background-size: 140.85106px 30.21277px;
    width: 140.85106px;
    height: 30.21277px; }

.contact-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-top: 36px; }
  body.is-sp .contact-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    margin-top: 0.8em;
    margin-bottom: 0.4em; }

.contact-button {
  margin: auto;
  display: block; }

.footer {
  height: 190px;
  background-color: #061a1a; }
  body.is-sp .footer {
    height: 320px;
    font-size: 12px; }

.footer-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.footer-copyrights {
  margin: 50px auto 0; }

.footer-copyrights-logo {
  background-image: url("../image/pc/copyright.png");
  width: 36px;
  height: 36px;
  margin: 0 auto auto; }
  body.is-sp .footer-copyrights-logo {
    background-image: url(../image/sp/copyright.png);
    background-size: 25.95745px 25.95745px;
    width: 25.95745px;
    height: 25.95745px; }

.footer-copyrights-text {
  color: white;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0; }
  body.is-sp .footer-copyrights-text {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0.4em; }

.menu {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.2s ease-out; }
  .menu.current {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1); }

.menu-content {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.menu__item:nth-of-type(n+2) {
  margin-top: 20px; }

.menu__item-function {
  background-image: url(../image/sp/btn_function.png);
  background-size: 40px 24.25532px;
  width: 40px;
  height: 24.25532px; }
  .menu__item-function:hover, .menu__item-function.current {
    background-image: url(../image/sp/btn_function_hover.png);
    background-size: 40px 24.25532px;
    width: 40px;
    height: 24.25532px; }

.menu__item-example {
  background-image: url(../image/sp/btn_example.png);
  background-size: 80px 25.10638px;
  width: 80px;
  height: 25.10638px; }

.menu__item-cost {
  background-image: url(../image/sp/btn_cost.png);
  background-size: 39.14894px 23.40426px;
  width: 39.14894px;
  height: 23.40426px; }
  .menu__item-cost:hover, .menu__item-cost.current {
    background-image: url(../image/sp/btn_cost_hover.png);
    background-size: 39.14894px 23.40426px;
    width: 39.14894px;
    height: 23.40426px; }

.menu__item-faq {
  background-image: url(../image/sp/btn_faq.png);
  background-size: 38.7234px 22.97872px;
  width: 38.7234px;
  height: 22.97872px; }
  .menu__item-faq:hover, .menu__item-faq.current {
    background-image: url(../image/sp/btn_faq_hover.png);
    background-size: 38.7234px 22.97872px;
    width: 38.7234px;
    height: 22.97872px; }

.menu__item-contact {
  background-image: url(../image/sp/navi_btn_contact.png);
  background-size: 119.57447px 22.97872px;
  width: 119.57447px;
  height: 22.97872px; }
  .menu__item-contact:hover, .menu__item-contact.current {
    background-image: url(../image/sp/navi_btn_contact_hover.png);
    background-size: 119.57447px 22.97872px;
    width: 119.57447px;
    height: 22.97872px; }

.menu__item-menu-close {
  background-image: url(../image/sp/close.png);
  background-size: 20.42553px 20.42553px;
  width: 20.42553px;
  height: 20.42553px;
  position: absolute;
  top: 130px;
  right: 35px; }

.nav__item-menu-open {
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/sp/menu_icon.png);
  background-size: 21.2766px 21.2766px;
  width: 21.2766px;
  height: 21.2766px; }
  body.is-sp .nav__item-menu-open {
    display: block; }

.share {
  width: 100%;
  display: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  body.is-sp .share.show {
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
    z-index: 1; }
  body.is-sp .share.is-lock {
    display: none; }

.share-content {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 180px; }

.share-btn {
  width: 100%; }
  .share-btn:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.modal {
  display: none; }
  body.is-sp .modal {
    display: block;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background-image: url("../image/pc/red.png");
    background-repeat: repeat;
    background-size: auto 100%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    transition: all 0.2s ease-out; }
    body.is-sp .modal.current {
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: scale(1);
              transform: scale(1);
      z-index: 1; }

body.is-sp .modal-content {
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  margin: auto; }

body.is-sp .modal-logo {
  margin: 15px auto 0;
  background-image: url("../image/sp/modal-logo.png");
  background-size: 256px 52.5px;
  width: 256px;
  height: 52.5px; }

.modal-gacha {
  width: 225px;
  margin: 30px auto 0; }

body.is-sp .modal-more {
  margin: 40px auto 0;
  background-image: url("../image/sp/modal-more.png");
  background-size: 147px 35px;
  width: 147px;
  height: 35px;
  cursor: pointer; }
