@charset "UTF-8";
/**
 * ClippingMagicのモーダル調整
 */
#clipping-magic-container {
  padding: 4px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

/*======================================
================RESET===================
/*====================================*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
img, small, strong, sub, sup, tt,
b, u, i, dl, dt, dd, ol, ul, li, form, label,
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;
  vertical-align: baseline;
  outline: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

select,
input,
button,
textarea {
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  padding: 0; }

select,
button,
textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a {
  color: inherit;
  text-decoration: none; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  overflow-x: hidden; }

::-webkit-scrollbar {
  display: none; }

html {
  -ms-overflow-style: none; }

body {
  min-width: 300px;
  position: relative; }

/*======================================
===============Typography===============
/*====================================*/
html {
  background-color: #f7f7f7;
  font-size: 14px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'Meiryo', Meiryo, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  line-height: 1.625em;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @supports ((-webkit-font-feature-settings: "palt" 1) or (font-feature-settings: "palt" 1)) {
    body {
      -webkit-font-feature-settings: 'palt' 1;
      font-feature-settings: 'palt' 1;
      letter-spacing: 0.03em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.675;
  margin: 0; }

/**
 * Name: PCからのアクセス拒否ページ
 * Page: /access-denied
 * ===========================================
 */
.accessDenied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 57.14286vw;
  max-height: 300px;
  position: relative; }
  @media (min-width: 640.01px) {
    .accessDenied {
      padding-left: 18px;
      padding-right: 22px; } }
  @media (min-width: 0) and (max-width: 640px) {
    .accessDenied {
      padding-left: 3.8vw;
      padding-right: 4.2vw; } }

.accessDenied__alert {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
  width: 100%; }

/**
 * Name: エラーページ
 * Page: /error.php
 * ===========================================
*/
.app_error {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: red;
  color: #ffffff; }

.app_error_content_aside {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px; }

/**
 * Name: 画像ダウンロードページ
 * Page: /Thankyou.php
 * ===========================================
 */
@media (min-width: 640.01px) {
  .thankyou__container {
    padding-left: 18px;
    padding-right: 22px; } }

@media (min-width: 0) and (max-width: 640px) {
  .thankyou__container {
    padding-left: 3.8vw;
    padding-right: 4.2vw; } }

.thankyou__image {
  padding: 1.5rem ;
  padding-top: 2rem ;
  padding-bottom: 2rem ;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center; }

.thankyou__image > img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  width: 100%;
  max-width: 70%;
  height: auto; }

/**
 * Name: 画像合成
 * Page: /upload.php
 * ===========================================
 */
@media (min-width: 640.01px) {
  .app_upload {
    padding-left: 18px;
    padding-right: 22px; } }

@media (min-width: 0) and (max-width: 640px) {
  .app_upload {
    padding-left: 3.8vw;
    padding-right: 4.2vw; } }

.app_upload_screen {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.app_upload_screen_child {
  position: relative;
  width: 100%;
  -webkit-transition: visibility 0s 0s linear, opacity 300ms 0s ease-out, height 0s 0s linear;
  -o-transition: visibility 0s 0s linear, opacity 300ms 0s ease-out, height 0s 0s linear;
  transition: visibility 0s 0s linear, opacity 300ms 0s ease-out, height 0s 0s linear; }

.app_upload_screen_child.is-hide {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
  -webkit-transition: visibility 0s 300ms linear, opacity 300ms 0s ease-out, height 0s 300ms linear;
  -o-transition: visibility 0s 300ms linear, opacity 300ms 0s ease-out, height 0s 300ms linear;
  transition: visibility 0s 300ms linear, opacity 300ms 0s ease-out, height 0s 300ms linear; }

.app_upload_screen_child.is-show {
  visibility: visible;
  opacity: 1;
  height: 100%;
  display: block; }

.app_screenTitle {
  margin-bottom: 1.5rem ;
  position: relative;
  text-align: center;
  width: 100%; }
  .app_screenTitle span {
    display: block;
    position: relative;
    background-color: #000000;
    color: #ffffff;
    padding: 0 1em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    line-height: 38px; }
  .app_screenTitle span:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border: 19px solid #000000;
    border-width: 19px 5px;
    border-top-color: transparent;
    border-left-color: transparent; }
  .app_screenTitle span:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border: 19px solid #000000;
    border-width: 19px 5px;
    border-bottom-color: transparent;
    border-right-color: transparent; }
  .app_screenTitle--thankyou span:before {
    border-right-color: yellow;
    border-bottom-color: yellow; }
  .app_screenTitle--thankyou span:after {
    border-left-color: yellow;
    border-top-color: yellow; }
  .app_screenTitle--thankyou span {
    background-color: yellow;
    color: red; }
  .app_screenTitle .app_screenTitle_subtitle {
    margin-top: 1.5rem ;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold; }

.is-editorCanvasConfirm .app_screenTitle_title {
  display: none; }

.app_screenTitle_title.app_screenTitle_title--confirm {
  display: none !important; }
  .is-editorCanvasConfirm .app_screenTitle_title.app_screenTitle_title--confirm {
    display: block !important; }

.app_screenBox {
  padding: 1.5rem ;
  padding-top: 2rem ;
  padding-bottom: 2rem ;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

/**
 * Screen > Upfile
 * ===========================================
 */
.app_screenUpfileForm {
  text-align: center; }

/**
 * Screen > 画像書き出し
 * ===========================================
 */
.app_screenUpfileResult_image {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  margin-bottom: 2rem ;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100vw;
  max-width: 400px;
  max-height: 220px;
  margin-left: auto;
  margin-right: auto; }

.app_screenUpfileResult_image_src {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%; }

.app_screenUpfileResult_actionGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.app_screenUpfileResult_action {
  min-width: 47.5%;
  max-width: 47.5%; }

.app_screenUpfileResult_action_image {
  margin-bottom: 1rem ;
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.app_screenUpfileResult_action .button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 95%; }

/**
 * Screen > 画像切り抜き後
 * ===========================================
 */
.app_screenClipResult_image {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  margin-bottom: 2rem ;
  position: relative;
  width: 100%;
  height: 100vw;
  max-width: 400px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto; }

.app_screenClipResult_image_src {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%; }

/**
 * Screen > 画像合成
 * ===========================================
 */
.app_screenEditorImage_canvas {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #eaecee;
  background-color: #ffffff;
  width: 70vw !important;
  height: calc(70vw / 320 * 453) !important;
  max-width: 300px !important;
  max-height: calc(300px / 320 * 453) !important;
  position: relative;
  margin: 0 auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.is-editorCanvasConfirm .app_screenBox {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animeFlash;
  animation-name: animeFlash; }

.is-editorCanvasConfirm .app_screenEditorImage_canvas {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important; }

/**
 * Screen > 切り抜き機能使い方詳細
 * ===========================================
 */
.app_screenClipDocs_details {
  background-color: #ffffff;
  padding: 2rem 1.5rem; }

.app_screenClipDocs_details_item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  .app_screenClipDocs_details_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.app_screenClipDocs_details_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.5rem ;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2; }
  .app_screenClipDocs_details_item .title:before {
    content: attr(data-number);
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    width: 1.6em;
    min-width: 1.6em;
    height: 1.6em;
    min-height: 1.6em;
    margin-right: 0.5em;
    text-align: center;
    line-height: 1.6em; }

.app_screenClipDocs_details_item .desc {
  font-size: 1rem; }

.app_screenClipDocs_image {
  position: relative; }

.app_screenClipDocs_image svg {
  position: absolute;
  top: 0;
  left: 0; }

.app_screenClipDocs_image svg g {
  cursor: pointer; }
  .app_screenClipDocs_image svg g:hover {
    fill: #999999 !important; }

/* 状態表示 */
.app_upload_status {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  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-flow: column;
  flex-flow: column;
  z-index: 99999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Animation */
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: visibility 0s 100ms linear, opacity 100ms 0s ease-out, height 0s 100ms linear;
  -o-transition: visibility 0s 100ms linear, opacity 100ms 0s ease-out, height 0s 100ms linear;
  transition: visibility 0s 100ms linear, opacity 100ms 0s ease-out, height 0s 100ms linear; }

.app_upload_status.is-show {
  visibility: visible;
  opacity: 1;
  height: 100%;
  -webkit-transition: visibility 0s 0s linear, opacity 100ms 0s ease-out, height 0s 0s linear;
  -o-transition: visibility 0s 0s linear, opacity 100ms 0s ease-out, height 0s 0s linear;
  transition: visibility 0s 0s linear, opacity 100ms 0s ease-out, height 0s 0s linear; }

.app_upload_status_text {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5); }

/**
 * Name: アクションバー
 * ===========================================
*/
.app_actionbar {
  position: relative;
  height: 60px; }

.app_actionbar_group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.app_actionbar_group.is-hide {
  display: none;
  pointer-events: none; }

.app_actionbar_group.is-show {
  opacity: 1;
  pointer-events: auto; }

/**
 * Name: Button
 * ===========================================
 */
.buttonLayout {
  position: relative; }

.buttonLayout--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .buttonLayout--group > button {
    margin-left: 10px; }
    .buttonLayout--group > button:first-child {
      margin-left: 0; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1.2;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  text-align: center;
  padding: 0.5em 1.5em;
  font-weight: bold;
  white-space: nowrap;
  position: relative; }
  .button--round {
    border-radius: 50px; }
  .button--block {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .button--large {
    font-size: 1.4rem;
    padding: 1em 1.5em; }
  .button[data-icon]:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: attr(data-icon);
    position: absolute;
    right: 1em; }
  .button--green {
    background-color: #60b068;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15); }
  .button:hover:not([data-touch='']), .button[data-touch].is-touch {
    background-color: #f5f5f5;
    opacity: 0.75; }
  .button--green:hover:not([data-touch='']), .button--green[data-touch].is-touch {
    background-color: #499451; }
  .button--negative {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
    background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
    background-image: -o-linear-gradient(top, #333333 0%, #000000 100%);
    background-image: linear-gradient(180deg, #333333 0%, #000000 100%);
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .button--positive {
    background-image: -webkit-linear-gradient(70deg, #c800cc 0%, #dd0016 70%, #ff4e12 100%);
    background-image: -o-linear-gradient(70deg, #c800cc 0%, #dd0016 70%, #ff4e12 100%);
    background-image: linear-gradient(20deg, #c800cc 0%, #dd0016 70%, #ff4e12 100%);
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%; }
  .button--tweet {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0b91e4), to(#29a9f8));
    background-image: -webkit-linear-gradient(bottom, #0b91e4 0%, #29a9f8 100%);
    background-image: -o-linear-gradient(bottom, #0b91e4 0%, #29a9f8 100%);
    background-image: linear-gradient(0deg, #0b91e4 0%, #29a9f8 100%);
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    width: 70%; }

/**
 * Name:
 * Page:
 * ===========================================
*/
.editor_toolbar {
  position: relative;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.is-editorCanvasConfirm .editor_toolbar {
  display: none; }

.editor_toolbar_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto; }

.editor_toolbar_item_label {
  min-width: 100px;
  font-size: 14px;
  font-weight: bold; }

.editor_toolbar_item_buttonGroup {
  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;
  width: 100%;
  max-width: 100%; }

.editor_toolbar_item button {
  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;
  width: 100%;
  border: 0;
  outline: 0;
  border-left-width: 0;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(70deg, #c800cc 0%, #dd0016 70%, #ff4e12 100%);
  background-image: -o-linear-gradient(70deg, #c800cc 0%, #dd0016 70%, #ff4e12 100%);
  background-image: linear-gradient(20deg, #c800cc 0%, #dd0016 70%, #ff4e12 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  .editor_toolbar_item button i {
    font-size: 28px; }
  .editor_toolbar_item button.is-touch {
    opacity: 0.7; }

.editor_toolbar_item_buttonGroup > button {
  width: 40%; }

.editor_toolbar_item_buttonGroup > button:first-child {
  border-left-width: 1px !important; }

.editor_toolbar_item_buttonGroup > button.is-touch {
  background-color: #dddddd; }

/**
 * Name: Header
 * Page: /header
 * ===========================================
 */
.app_headerLogoLink {
  position: relative;
  display: block; }

a.app_headerLogoLink {
  cursor: pointer;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  a.app_headerLogoLink:hover:not([data-touch='']), a.app_headerLogoLink[data-touch].is-touch {
    opacity: 0.75; }

div.app_headerLogoLink {
  pointer-events: none; }

/**
 * Name: Loader
 * ===========================================
 */
.cLoader {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block; }

.cLoader span {
  display: block;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px; }

.cLoader span:nth-child(1) {
  -webkit-animation: LoaderOpacityChangeAnimation 1s ease-in-out infinite;
  animation: LoaderOpacityChangeAnimation 1s ease-in-out infinite;
  -webkit-transform: translateX(-180%);
  -ms-transform: translateX(-180%);
  transform: translateX(-180%);
  will-change: opacity; }

.cLoader span:nth-child(2) {
  -webkit-animation: LoaderOpacityChangeAnimation 1s ease-in-out 0.2s infinite;
  animation: LoaderOpacityChangeAnimation 1s ease-in-out 0.2s infinite;
  will-change: opacity; }

.cLoader span:nth-child(3) {
  -webkit-animation: LoaderOpacityChangeAnimation 1s ease-in-out 0.4s infinite;
  animation: LoaderOpacityChangeAnimation 1s ease-in-out 0.4s infinite;
  -webkit-transform: translateX(180%);
  -ms-transform: translateX(180%);
  transform: translateX(180%);
  will-change: opacity; }

@-webkit-keyframes LoaderOpacityChangeAnimation {
  0%,
  80%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes LoaderOpacityChangeAnimation {
  0%,
  80%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/**
 * Name: フッターの外部リンクメニュー
 * ===========================================
 */
.menuList {
  position: relative;
  border-top: 3px solid #FBF413;
  border-bottom: 3px solid #FBF413;
  background-color: #141414;
  color: #ffffff; }

.menuList li {
  position: relative;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .menuList li:first-child {
    border-top-color: transparent; }
  .menuList li:last-child {
    border-bottom-color: transparent; }

.menuList li a {
  padding: 1em;
  font-size: 18px;
  display: block;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  .menuList li a.is-touch {
    background-color: rgba(255, 255, 255, 0.1); }

.menuList li:before {
  content: '';
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: block;
  vertical-align: baseline;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../image/iconOpenLink.svg"); }

/**
 * Name: ページの基本スタイル
 * ===========================================
 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background-color: #f5f5f5; }

.app {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url("../image/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  overflow-x: hidden;
  padding-bottom: 120px; }

/**
 * Name: 上に戻るボタン
 * ===========================================
 */
.scrollTop {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0073FF;
  border-radius: 50%;
  color: #ffffff;
  z-index: 9999;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: visibility 0s linear 1.3s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: visibility 0s linear 1.3s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: visibility 0s linear 1.3s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 1.3s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 1.3s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
  .scrollTop.is-touch {
    background-color: #005ccc; }
  @media (min-width: 0) and (max-width: 640px) {
    .scrollTop {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 20px; } }
  .is-fixedScrollTop .scrollTop {
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s, 0s;
    opacity: 1; }

/**
 * Name: 通知バー
 * ===========================================
 */
.snack {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  pointer-events: none;
  z-index: 1000;
  font-size: 12px;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.snack.is-hide {
  opacity: 0; }

.snack.is-show {
  opacity: 1; }

.snack__wrapper {
  background-color: #323232;
  pointer-events: auto;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 0 0 2px 2px; }

.snack__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 14px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden; }

.snack__text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.snack__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 8px;
  height: auto;
  min-width: auto;
  width: auto;
  color: #ffffff; }

/**
 * Helper
 * ===========================================
 */
.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.u-br-sp-only {
  display: none; }
  @media (min-width: 0) and (max-width: 640px) {
    .u-br-sp-only {
      display: block; } }

.u-word-wrap {
  word-wrap: break-word !important;
  word-break: break-all !important; }

.u-link-hover {
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  .u-link-hover:hover, .u-link-hover:active {
    opacity: 0.75; }

.u-link-touch {
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  .u-link-touch.is-touch {
    opacity: 0.75; }

.u-text-center {
  text-align: center !important; }

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-pb-0 {
  padding-bottom: 0 !important; }

.u-py-1 {
  padding-top: 1rem ;
  padding-bottom: 1rem ; }

.u-pt-1 {
  padding-top: 1rem ; }

.u-pb-1 {
  padding-bottom: 1rem ; }

.u-py-2 {
  padding-top: 1.5rem ;
  padding-bottom: 1.5rem ; }

.u-pt-2 {
  padding-top: 1.5rem ; }

.u-pb-2 {
  padding-bottom: 1.5rem ; }

.u-py-3 {
  padding-top: 2rem ;
  padding-bottom: 2rem ; }

.u-pt-3 {
  padding-top: 2rem ; }

.u-pb-3 {
  padding-bottom: 2rem ; }

.u-py-4 {
  padding-top: 3rem ;
  padding-bottom: 3rem ; }

.u-pt-4 {
  padding-top: 3rem ; }

.u-pb-4 {
  padding-bottom: 3rem ; }

.u-py-5 {
  padding-top: 5rem ;
  padding-bottom: 5rem ; }

.u-pt-5 {
  padding-top: 5rem ; }

.u-pb-5 {
  padding-bottom: 5rem ; }

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-my-1 {
  margin-top: 1rem ;
  margin-bottom: 1rem ; }

.u-mt-1 {
  margin-top: 1rem ; }

.u-mb-1 {
  margin-bottom: 1rem ; }

.u-my-2 {
  margin-top: 1.5rem ;
  margin-bottom: 1.5rem ; }

.u-mt-2 {
  margin-top: 1.5rem ; }

.u-mb-2 {
  margin-bottom: 1.5rem ; }

.u-my-3 {
  margin-top: 2rem ;
  margin-bottom: 2rem ; }

.u-mt-3 {
  margin-top: 2rem ; }

.u-mb-3 {
  margin-bottom: 2rem ; }

.u-my-4 {
  margin-top: 3rem ;
  margin-bottom: 3rem ; }

.u-mt-4 {
  margin-top: 3rem ; }

.u-mb-4 {
  margin-bottom: 3rem ; }

.u-my-5 {
  margin-top: 5rem ;
  margin-bottom: 5rem ; }

.u-mt-5 {
  margin-top: 5rem ; }

.u-mb-5 {
  margin-bottom: 5rem ; }

.u-my-base {
  margin-top: 2rem  !important;
  margin-bottom: 2rem  !important; }

.u-mt-base {
  margin-top: 2rem  !important; }

.u-mb-base {
  margin-bottom: 2rem  !important; }

.u-layout-mobile {
  position: relative; }
  @media (min-width: 640.01px) {
    .u-layout-mobile {
      padding-left: 18px;
      padding-right: 22px; } }
  @media (min-width: 0) and (max-width: 640px) {
    .u-layout-mobile {
      padding-left: 3.8vw;
      padding-right: 4.2vw; } }

.u-font-body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'Meiryo', Meiryo, sans-serif;
  font-weight: 400; }

.u-type-title {
  font-size: 18px;
  font-weight: bold; }

.u-user-none {
  -webkit-touch-callout: none;
  touch-callout: none; }

@-webkit-keyframes animeFlash {
  from,
  20% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes animeFlash {
  from,
  20% {
    opacity: 0; }
  to {
    opacity: 1; } }
