@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*********************
COLORS
*********************/
/*********************
LAYOUT
*********************/
/*********************
FONT
*********************/
/*********************
ANIMATION
*********************/
/*********************
etc
*********************/
:root {
  --rem: 1rem / 16;
  --width: 460px ;
}

/*********************
mixin
*********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*********************
GENERAL STYLES
*********************/
html {
  font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333947;
  word-break: break-all;
  word-wrap: anywhere;
  font-size: calc(16 * var(--rem));
  font-weight: 400;
  position: relative;
  height: 100%;
  overflow: hidden;
}

body {
  min-width: 1366px;
  height: 100%;
  background-color: #CCE2FF;
  overflow: hidden;
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: calc(50% + 357px);
  background-color: #FFF1BC;
}

p {
  font-size: calc(16 * var(--rem));
  margin-bottom: 0px;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 900;
}

.c-logo_app {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  display: block;
}

.c-logo_nb {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}

.p-canvas__area {
  position: relative;
  width: 1000px;
}
.p-canvas__area.is-active .p-canvas__utility {
  display: none;
}
.p-canvas__area.is-active .p-canvas__utility .hand {
  display: none;
}
.p-canvas__area.is-active .p-canvas__utility__opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-canvas__area.is-utility .p-canvas__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
}
.p-canvas__area.is-utility .p-canvas__utility__opener .is-normal {
  display: none;
}
.p-canvas__area.is-utility .p-canvas__utility__opener .is-active {
  display: block;
}
.p-canvas__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.p-canvas__main {
  position: relative;
  width: 1000px;
  height: 560px;
  display: block;
}
.p-canvas__utility {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-canvas__utility img {
  position: relative;
  display: block;
}
.p-canvas__utility__opener {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -60px;
  left: 0px;
  border-radius: 100%;
  background-color: #0B57D0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-canvas__utility__opener {
    cursor: pointer;
  }
  .p-canvas__utility__opener:hover {
    opacity: 0.85;
  }
}
.p-canvas__utility__opener .is-normal {
  display: block;
}
.p-canvas__utility__opener .is-active {
  display: none;
}
.p-canvas__utility__camera {
  position: relative;
  width: 180px;
  height: 180px;
  border: 4px solid #2976F1;
  border-radius: 20px;
  background-color: #D2E3FF;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-canvas__utility__camera {
    cursor: pointer;
  }
  .p-canvas__utility__camera:hover {
    opacity: 0.85;
  }
}
.p-canvas__utility__camera::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 0px;
  background-color: #FFFFFF;
  display: block;
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.p-canvas__utility__camera .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 30px;
  border-radius: 100%;
  background-color: #0B57D0;
  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;
}
.p-canvas__utility__camera .hand {
  position: absolute;
  bottom: -50px;
  right: -20px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: hand-pulse 2s ease-in-out infinite;
          animation: hand-pulse 2s ease-in-out infinite;
}
@-webkit-keyframes hand-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hand-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-canvas__utility__folder {
  position: relative;
  width: 130px;
  height: 130px;
  border: 4px solid #2976F1;
  border-radius: 20px;
  background-color: #D2E3FF;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-canvas__utility__folder {
    cursor: pointer;
  }
  .p-canvas__utility__folder:hover {
    opacity: 0.85;
  }
}
.p-canvas__utility__folder::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  display: block;
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

.p-material__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-material__list > li {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
.p-material__box {
  position: relative;
  width: 100%;
  height: 130px;
  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;
}
.p-material__box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px dashed #FFCC00;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-material__box.is-standby .p-material__card {
  display: block;
}
.p-material__box.is-active .p-material__card {
  display: block;
}
.p-material__box.is-active .p-material__card__standby {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.p-material__box.is-active .p-material__card__active {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.p-material__box.is-set .p-material__card__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-material__box.is-set .p-material__balloon__btn.is-materialin {
  display: none;
}
.p-material__box.is-set .p-material__balloon__btn.is-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-material__card {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.p-material__card__standby {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(212, 175, 29, 0.3);
          box-shadow: 0px 6px 0px 0px rgba(212, 175, 29, 0.3);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-material__card__standby {
    cursor: pointer;
  }
  .p-material__card__standby:hover {
    opacity: 0.85;
  }
}
.p-material__card__standby__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 4px solid #F1C100;
  background-color: #FFCC00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  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;
}
.p-material__card__standby__inner::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.3;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.p-material__card__standby__icon {
  margin-left: -6px;
  display: block;
}
.p-material__card__standby__badge {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 7px;
  right: 7px;
  border-radius: 100%;
  background-color: #FF7700;
  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;
}
.p-material__card__standby__badge img {
  display: block;
}
.p-material__card__active {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 0px 0px #F2DD8C;
          box-shadow: 0px 6px 0px 0px #F2DD8C;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.p-material__card__active__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 4px solid #F1C100;
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  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-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-material__card__active__inner {
    cursor: pointer;
  }
  .p-material__card__active__inner:hover {
    opacity: 0.85;
  }
}
.p-material__card__set {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #FF7700;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-material__card__set img {
  width: 20px;
  display: block;
}
.p-material__balloon {
  position: absolute;
  top: 50%;
  right: 145px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 144px;
  padding: 20px;
  border-radius: 20px;
  background-color: #F1C100;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
  display: none;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-material__balloon.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-material__balloon::before, .p-material__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.p-material__balloon::before {
  right: -28px;
  border-left: 28px solid #F1C100;
}
.p-material__balloon::after {
  right: -22px;
  border-left: 28px solid #F1C100;
}
.p-material__balloon__materialin {
  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;
}
.p-material__balloon__materialin img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-material__balloon__btn {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  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-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-material__balloon__btn {
    cursor: pointer;
  }
  .p-material__balloon__btn:hover {
    opacity: 0.85;
  }
}
.p-material__balloon__btn img {
  display: block;
}
.p-material__balloon__btn.is-materialin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-material__balloon__btn.is-reset {
  display: none;
}
.p-material__balloon__btn.is-trashcan {
  width: 86px;
  height: 86px;
}
.p-material__balloon__btn.is-trashcan img {
  width: 59px;
}

.p-func__area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-save__btn {
  position: relative;
  width: 104px;
  height: 84px;
  margin-left: 12px;
  border-radius: 20px;
  border: 4px solid #D4CAC6;
  background-color: #D4CAC6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  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;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-save__btn {
    cursor: pointer;
  }
  .p-save__btn:hover {
    opacity: 0.85;
  }
}
.p-save__btn::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.3;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.p-save__btn.is-active {
  border: 4px solid #E73838;
  background-color: #E73838;
  pointer-events: initial;
}

body.is-portrait .t-portrait__modal {
  line-height: 1.65;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-content-body {
  position: relative;
  width: 1366px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -ms-touch-action: none;
      touch-action: none;
}

.t-content__left {
  margin-bottom: 60px;
}
.t-content__right {
  width: 280px;
}

.t-camera-modal {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-touch-action: none;
      touch-action: none;
}
.t-camera-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-camera-modal.is-base .icon.is-material {
  display: none;
}
.t-camera-modal.is-base .silhouette {
  display: none;
}
.t-camera-modal.is-material .icon.is-base {
  display: none;
}
.t-camera-modal__inner {
  position: relative;
  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;
}
.t-camera-modal__info {
  margin-right: 43px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.t-camera-modal__info .icon {
  width: 90px;
  height: 90px;
  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;
}
.t-camera-modal__info .icon img {
  height: 60px;
  display: block;
}
.t-camera-modal__info .icon.is-base {
  background-color: #0B57D0;
}
.t-camera-modal__info .icon.is-material {
  background-color: #FFCC00;
}
.t-camera-modal__view {
  position: relative;
}
.t-camera-modal__view video {
  position: absolute;
  width: 1000px;
  height: 560px;
  display: block;
  -ms-touch-action: none;
      touch-action: none;
}
.t-camera-modal__view canvas {
  position: relative;
  width: 1000px;
  height: 560px;
  display: block;
  -ms-touch-action: none;
      touch-action: none;
}
.t-camera-modal__ctrl {
  width: 100px;
  margin-left: 33px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-camera-modal__ctrl button {
  border: none;
  border-radius: 100%;
}
.t-camera-modal__ctrl #resume,
.t-camera-modal__ctrl #switch {
  width: 60px;
  height: 60px;
  background-color: #444444;
  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-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .t-camera-modal__ctrl #resume,
.t-camera-modal__ctrl #switch {
    cursor: pointer;
  }
  .t-camera-modal__ctrl #resume:hover,
.t-camera-modal__ctrl #switch:hover {
    opacity: 0.85;
  }
}
.t-camera-modal__ctrl #resume img,
.t-camera-modal__ctrl #switch img {
  display: block;
}
.t-camera-modal__ctrl #switch {
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .t-camera-modal__ctrl #switch {
    cursor: pointer;
  }
  .t-camera-modal__ctrl #switch:hover {
    opacity: 0.85;
  }
}
.t-camera-modal__ctrl #shutter {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  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;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .t-camera-modal__ctrl #shutter {
    cursor: pointer;
  }
  .t-camera-modal__ctrl #shutter:hover {
    opacity: 0.85;
  }
}
.t-camera-modal__ctrl #shutter span {
  width: 80px;
  height: 80px;
  border: 3px solid #333333;
  border-radius: 100%;
  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;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.t-camera-modal__ctrl #shutter img {
  display: block;
}
.t-camera-modal__ctrl .silhouette {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.t-camera-modal__ctrl .silhouette .box {
  margin-top: 16px;
}
.t-camera-modal__ctrl .silhouette input {
  display: none;
}
.t-camera-modal__ctrl .silhouette input:checked + .silhouette-select {
  background-color: #E73838;
}
.t-camera-modal__ctrl .silhouette input:checked + .silhouette-select .silhouette-select__circle {
  margin-left: 50px;
}
.t-camera-modal__ctrl .silhouette-select {
  width: 96px;
  margin-top: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.t-camera-modal__ctrl .silhouette-select__circle {
  height: 30px;
  width: 30px;
  margin-left: 0px;
  border: 1px solid #E73838;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.t-camera-modal__ctrl.is-play #resume .is-close {
  display: block;
}
.t-camera-modal__ctrl.is-play #resume .is-turn {
  display: none;
}
.t-camera-modal__ctrl.is-stop #resume .is-close {
  display: none;
}
.t-camera-modal__ctrl.is-stop #resume .is-turn {
  display: block;
}
.t-camera-modal__ctrl.is-stop #switch {
  visibility: hidden;
}
.t-camera-modal__ctrl.is-stop #shutter span {
  border-color: #E73838;
  background-color: #E73838;
}
.t-camera-modal__ctrl.is-stop .silhouette {
  display: none;
}

.t-loading__cut {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.8;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-touch-action: none;
      touch-action: none;
}
.t-loading__cut.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-loading__cut img {
  display: block;
}
.t-loading__cut__text {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(80px);
          transform: translateX(-50%) translateY(80px);
}

.t-portrait__modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-touch-action: none;
      touch-action: none;
}
.t-portrait__modal img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.t-portrait__modal p {
  color: white;
  font-size: 20px;
}

.t-save__modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-touch-action: none;
      touch-action: none;
}
.t-save__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-save__modal__inner {
  width: 800px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.t-save__modal__heading {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #E73838;
}
.t-save__modal__detail {
  padding: 30px 40px;
}
.t-save__modal__input {
  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;
}
.t-save__modal__input span {
  font-size: 20px;
  font-weight: bold;
}
.t-save__modal__input input {
  font-size: 20px;
  width: 570px;
  padding: 10px;
  border: 2px solid #999999;
  border-radius: 6px;
}
.t-save__modal__submit {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-save__modal__submit__help {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-right: auto;
}
.t-save__modal__submit__ok {
  width: 200px;
  padding: 13px 0px 11px 0px;
  margin-right: 25px;
  border-bottom: 5px solid #E5E5E5;
  border-radius: 10px;
  background-color: #2976F1;
  cursor: pointer;
}
.t-save__modal__submit__cancel {
  width: 200px;
  padding: 13px 0px 11px 0px;
  border-bottom: 5px solid #E5E5E5;
  border-radius: 10px;
  background-color: #666666;
  cursor: pointer;
}
.t-save__modal__caution {
  position: relative;
  margin-top: 25px;
  padding: 20px 25px 25px 95px;
  border-radius: 10px;
  background-color: #FFE5E5;
}
.t-save__modal__caution__icon {
  position: absolute;
  top: 25px;
  left: 25px;
  display: block;
}
.t-save__modal__caution__heading {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 12px;
}
.t-save__modal__caution__li {
  color: #E73838;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-save__modal__caution__li + .t-save__modal__caution__li {
  margin-top: 12px;
}
.t-save__modal__caution__li__x {
  margin-top: 8px;
  margin-right: 8px;
  display: block;
}

/*# sourceMappingURL=style.css.map*/