@charset "UTF-8";

*                       { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }
html                    { font-size: 10px;
                          -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body                    { margin: 0; padding: 0; background: #009943; color: #fff; text-align: left; font-size: 1.6rem; font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Segoe UI", "Roboto", "Droid Sans", sans-serif; font-weight: normal; line-height: 1.45;
                          -webkit-text-size-adjust: none; }
html, body              { position: relative; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section                 { display: block; }
ol, ul                  { list-style: none; }
p                       { margin: 0; }
a, button, dt, dd, h1, h2, h3, h4, h5, label, li, p, span, th, td, textarea { word-wrap: break-word; }
fieldset                { min-width: auto; margin: 0; padding: 0; border: 0; }
input, textarea, button, select { margin: 0; vertical-align: baseline; font-size: 100%; font-family: inherit; line-height: normal; }
input, select, textarea { outline: none;
                          -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea                { overflow: auto; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"]    { border: none; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input[type="checkbox"],
input[type="radio"]     { vertical-align: middle; }
img                     { border: 0; vertical-align: top; }
b, strong               { font-weight: bold; }

:root {
  --safe-area-inset-top: constant(safe-area-inset-top);
  --safe-area-inset-right: constant(safe-area-inset-right);
  --safe-area-inset-bottom: constant(safe-area-inset-bottom);
  --safe-area-inset-left: constant(safe-area-inset-left);
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-right: env(safe-area-inset-right);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
}


/* Links
-----------------------------------------------------------------------------*/
a                       { outline: none; color: #000; }
a:link,
a:visited               { outline: none; }
a:hover,
a:active                { outline: none; }
a:hover                 { cursor: pointer; }
a:disabled              { cursor: default; pointer-events: none; }
*:focus                 { outline: none; }


/* ---------------------------------------------------------------------------*/
header                  { display: flex; flex: 1 0 16vmin; flex-direction: column; max-height: 16vmin; position: relative; background: transparent; }
header h1               { flex: none; margin: 4.8vmin auto 0; line-height: 1; }
header h1 img           { width: auto; height: 8vmin; }
header .logo-bs         { width: 22vmin; margin-top: 2.5vmax; margin-left: 5.4vmin; }

footer                  { padding-top: 3vmin; padding-bottom: calc(3vmin + var(--safe-area-inset-bottom)); background: #343434; }
footer p                { text-align: center; font-size: 1.1rem; }

main                    { display: flex; flex: 1 0 calc(100% - 16vmin); flex-direction: column; position: relative; top: 0; z-index: auto; width: 100%; max-height: calc(100% - 16vmin); }
main p + p              { margin-top: 2.2vmin; }

.wrapper                { position: relative; z-index: auto; width: 100%; padding-top: var(--safe-area-inset-top); }
.wrapper.fixed          { display: flex; flex-direction: column; position: fixed; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; height: 100%; margin: auto; padding-bottom: calc(3vmin + var(--safe-area-inset-bottom)); }
.wrapper.cover          { padding-bottom: 0; }

.navigationbar          { flex: none; flex-direction: row; justify-content: center; align-items: center; position: relative; height: 15vmin; padding-left: calc(5.33vmin + var(--safe-area-inset-left)); padding-right: calc(5.33vmin + var(--safe-area-inset-right)); background: #fff; }
.navigationbar .btn-trans { flex: none; position: relative; margin-right: auto; }
.navigationbar .btn-barleft { margin-right: auto; padding-right: 3.2vmin; }
.navigationbar .btn-barright { margin-left: auto; padding-left: 3.2vmin;}
.navigationbar .title   { flex: none; position: absolute; z-index: 0; width: 69.34vmin; text-align: center; color: #009943; font-size: 2rem; }
.navigationbar + .maincontent { display: block; flex-basis: auto; max-height: none; padding-top: 10.33vmin; padding-bottom: 21.33vmin; }
.maincontent section    { display: block; margin: 0 auto; }

.contents               { flex: 1 0 auto; }

.photo-mode.wrapper.fixed { overflow: visible; flex-direction: row-reverse; align-items: flex-start; width: 100vmax; height: 100vmin; margin: 0; padding-bottom: 0; }
.photo-mode header      { flex: 0 0 5vmax; flex-direction: row; justify-content: center; max-width: 5vmax; height: 100%; max-height: none; }
.photo-mode header h1   { margin: auto -1.6vmax; padding-right: 3vmax; }
.photo-mode header h1 img { height: 3.3vmax; transform: rotate(90deg); }
.photo-mode main        { flex-direction: row-reverse; align-items: center; flex-basis: calc(100% - 6.3vmax); width: auto; height: 100%; max-height: none; }
.photo-mode .top-area   { display: flex; flex-direction: row; justify-content: center; flex: 1 0 auto; position: relative; overflow: visible; min-width: 12vmin; height: 100%; padding: 5.4vmin 0 5.4vmin 1vmin; }
.photo-mode .top-area .image-robot  { flex: none; position: absolute; bottom: 5vmin; left: 0; width: 20.6vmin; height: 32.8vmin; margin: auto; background-image: url(/images/img-02-robot-488c5e9bb22be61b0670584b8d34b35d.svg); background-repeat: no-repeat; background-size: auto 100%; background-position: left center; }
.photo-mode .top-area .btn-help { position: relative; }
.photo-mode .picture    { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; flex: 1 0 149.33vmin; position: relative; overflow: hidden; max-width: 149.33vmin; height: 100vmin; background: #000; }
.photo-mode .picture .view { flex: none; position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; }
.photo-mode .picture .guide { flex: none; position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; padding: 15px; }
.photo-mode .picture .guide-line { width: 100%; height: 100%; border: 2px solid #f2b042; }
.photo-mode .picture .btn-area { flex: none; width: calc(100% - 18vmin); padding: 3.2vmin 0 calc(12vmin + var(--safe-area-inset-bottom)); }

.image img              { width: 100%; height: auto; }
.animation              { position: relative; overflow: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; }

.help-examples          { display: block; }
.help-examples > li + li { margin-top: 4vmin; }
.help-examples li > ul { display: flex; justify-content: space-between; }
.help-examples li > ul > li { flex: 1 0 50%; max-width: 50%; }
.help-examples li > ul > li:nth-of-type(odd) { padding-right: 2vmin; }
.help-examples li > ul > li:nth-of-type(even) { padding-left: 2vmin; }
.example-image          { position: relative; overflow: hidden; height: 0; padding-bottom: 67%; border: none; }
.example-image .image   { display: inline-block; position: relative; vertical-align: middle; }
.example-image .guide   { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; }
.example-image .guide img { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: auto; margin: auto; }
.example-image .icon    { position: absolute; }
.example-image .icon-ok { top: 2.5vmin; left: 2vmin; }
.example-image .icon-ng { top: 1.5vmin; left: 2vmin; }

.textinline-button      { display: inline-block; padding: .1vmin 1.6vmin; border-radius: 1.2vmin; background: #ffae14; font-weight: bold; }
.text-inlineblock       { display: inline-block; padding: 0 .3em; }
.text-inlineblock .icon { margin-top: -.25em; margin-left: .2em; }
.mb-n                   { display: inline; }
.mb-s                   { display: none; }

.btn-area               { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1 0 auto; width: 100%; padding: 3.2vmin 0; }
.btn-area .btn + .btn   { margin-top: 2.8vmin; }
.btn-area.row           { flex-direction: row; }
.btn-area.row .btn      { flex: 1 0 calc(50% - 6.66vw); max-width: calc(50% - 6.66vmin); }
.btn-area.row .btn + .btn { margin-top: 0; margin-left: 2.6vw; }
.btn                    { position: relative; overflow: hidden; width: 69.6vmin; padding: 4.2vmin 0; border: 1px solid transparent; border-radius: 4vmin; background: transparent; text-align: center; color: #fff; font-size: 2rem; font-weight: bold; line-height: 1; vertical-align: middle; box-shadow: 0 .8vmin 0 rgba(0, 0, 0, .24); transform: translate3d(0, 0, 0); }
.btn:active             { box-shadow: 0 .4vmin 0 rgba(0, 0, 0, .24); transform: translate3d(0, .4vmin, 0); }
.btn-primary            { border-color: #ffae14; background: #ffae14; }
.btn-secondary          { border-color: #59c96a; background: #59c96a; }
.btn-lined              { border-color: #fff; box-shadow: none; }
.btn-lined:active       { box-shadow: none; }
.btn-trans              { border: none; background: transparent; color: #009943; box-shadow: none; }
.btn-icon               { width: auto; padding: 0; background: transparent; box-shadow: none; }
.btn-icon:active        { box-shadow: none; }
.btn-help               { display: inline-block; width: auto; height: 9.6vmin; padding: 0 10px; border-radius: 4.8vmin; color: #00a03c; font-size: 1.3rem; background: #fff; box-shadow: none; }
.btn-camera             { display: block; position: relative; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; padding: 0; background: transparent; color: #ffae14; }
.btn-camera span        { display: block; margin: 6.6vmin auto 0; font-size: 2rem; }

.btn-setting            { position: relative; z-index: 1; margin: 30px 15px 0; }
.btn-setting li         { flex: 1 0 auto; align-content: center; height: 30px; background: none; }
.btn-setting li:first-of-type { justify-content: flex-start; }
.btn-setting li:first-of-type button { margin-left: 5vmin; text-align: left; }
.btn-setting li:last-of-type { justify-content: flex-start; }
.btn-setting li:last-of-type button { margin-right: 5vmin; text-align: right; }

.btn-setting button     { display: block; position: relative; height: 30px; line-height: 30px; vertical-align: middle; margin: auto; white-space: nowrap; background: rgba(0, 0, 0, 0); }
.btn-setting button > * { -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8)); filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8)); }
.btn-setting button .label { position: absolute; top: -10px; left: 0; font-size: 1rem; font-weight: 700; }
.btn-setting button .status { margin-top: 2px; }
.btn-setting button .status span { display: block; color: rgba(255, 255, 255, .6); font-size: 1.1rem; font-weight: 300; }
.btn-setting button .status span.active { color: #fff; font-weight: 400; }
.btn-setting i          { display: inline-block; vertical-align: top; }
.btn-setting p          { display: inline-block; position: relative; line-height: 1.2; margin-left: 5px; text-align: left; color: #fff; font-size: 1.1rem; }
.btn-setting span.label { color: #8a8a8a; font-size: 1rem; }
.btn-setting .flexbox   { display: flex; width: 100%; }
.btn-setting .shutter .progress-bar,
.btn-setting .shutter .bar { display: inline-block; position: absolute; left: 0; height: 2px; }
.btn-setting .shutter .progress { display: inline-block; width: 100%; height: 2rem; margin-top: 0; }
.btn-setting .shutter .progress .label { display: block; position: absolute; top: 0; }
.btn-setting .shutter .status {/* display: none; */}
.btn-setting .shutter .progress-bar { bottom: 0; right: 0; width: 20vmin; background: rgba(255, 255, 255, .3); }
.btn-setting .shutter .bar { bottom: 0; width: 0%; background: #ffae14; }


@media screen and (orientation: portrait) {
  .navigationbar + .maincontent { padding-left: 5.33vmin; padding-right: 5.33vmin; }
  .maincontent section + section { margin-top: 19.2vmin; }

  .photo-mode.wrapper.fixed { width: var(--inh); margin: auto calc((var(--inh) - 100vmin) * -.5); transform: rotate(-90deg); }
}

@media screen and (orientation: landscape) {
  .wrapper                { position: relative; z-index: auto; width: 100%; padding-right: var(--safe-area-inset-right); padding-left: var(--safe-area-inset-left); }
  .wrapper.fixed        { width: 100vmin; height: 100vmax; transform: rotate(90deg); padding-right: 0; padding-left: 0; }
  .wrapper.cover        { padding-right: 0; padding-left: 0; }

  .maincontent section  { width: 80vmax; }
  .maincontent section + section { margin-top: 19.2vmin; }

  .photo-mode.wrapper.fixed { padding-right: var(--safe-area-inset-right); padding-left: var(--safe-area-inset-left); transform: none; }
}

/* Top
-----------------------------------------------------------------------------*/
.top main               { justify-content: center; /* flex-basis: 100%; max-height: 100%; */ }
.top .contents          { display: flex; flex-direction: column; justify-content: center; flex: none; }
.top .contents h1       { flex: none; margin: 4vmin auto 3.3vmin; }
.top .contents h1.logo  { margin: 4vmax auto 0; }
.top .contents h1 img   { width: auto; height: 10vmin; }
.top .contents h1 + h2  { flex: none; text-align: center; color: #f1f1f1; font-size: 1.6rem; font-weight: normal; line-height: 1.3; }
.top .contents h1 .letter-spacing { letter-spacing: -.5rem; }
.top .contents .image   { display: flex; justify-content: center; flex: 1 0 65.4vmin; max-height: 65.4vmin; margin-top: 7.9vmin; margin-bottom: 1.5vmin; text-align: center; }
.top .agree-area        { margin-top: 3vmin; }
.top .agree-area p      { margin-top: 1vmin; }
.top .agree-area a      { color: #fff; font-size: 1.2rem; }
.top .checkbox-label    { margin-right: .8vmin; }
.top .checkbox-label + label { display: inline-block; height: 22px; line-height: 22px; vertical-align: middle; }
.top .btn-area          { flex: none; }
.top .btn-area .btn     { padding: calc(4.5vmin - .1rem) 0; font-size: 2.2rem; letter-spacing: 1px; }
.top .comments          { flex: none; text-align: center; margin: 1vmin auto 0; }
.top .comments p        { font-size: 1.2rem; }
.top .required          { flex: none; width: 69.6vmin; margin: 3vmin auto 0; }
.top .required p        { font-size: 1.1rem; }


/* Introduction
-----------------------------------------------------------------------------*/
.introduction main      { justify-content: center; flex-basis: 100%; max-height: 100%; }
.introduction .contents { display: flex; flex-direction: column; justify-content: center; flex: none; position: relative; }
.introduction .contents .image { display: flex; justify-content: center; align-items: center; flex: none; height: 75.2vmin; position: relative; z-index: auto; overflow: hidden; }
.introduction .contents .image > img { flex: none; position: relative; }
.introduction .contents .image .guide { flex: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.introduction .contents .image .guide > img { position: absolute; bottom: 0; top: 0; width: 100%; height: auto; margin: auto; }
.introduction .contents .text { width: calc(100% - 12vmin); margin: 5.6vmin auto 0; }
.introduction .contents .text-header { position: relative; z-index: auto; overflow: visible; }
.introduction .contents .text-header .robot { position: absolute; bottom: -1.6vmin; right: -7.6vmin; z-index: 5; width: auto; height: 46.4vmin; }
.introduction .contents h2 { position: relative; font-size: 2.4rem; line-height: 1.35; }
.introduction .contents .text-header + p { margin-top: 3.2vmin; }
.introduction .contents p .textinline-button { margin-top: .4vmin; margin-right: 1vmin; }
.introduction .btn-area { justify-content: flex-end; padding: 2vmin 0 3.2vmin; }


/* Shooting Photo
-----------------------------------------------------------------------------*/
.shooting-photo .picture .message { display: flex; flex-direction: column; justify-content: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; width: 30rem; margin: auto; }
.shooting-photo .picture .message .recommend { font-size: 1.8rem; font-weight: bold; line-height: 1.33; }
.shooting-photo .picture .message .browser { margin-top: 14vmin; font-size: 1.4rem; }
.shooting-photo .picture .camera { /* display: none; */ position: absolute; top: 0; left: 0; z-index: auto; width: 100%; height: 100%; }
.shooting-photo .picture .camera.activated { display: block; }
.shooting-photo .picture .btn-camera { height: calc(100% - 72px);}

.overlay                { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100vh; background: rgba(0,0,0, .7); }
.dialog                 { position: absolute; top: 50%; left: 50%; z-index: 2; width: 80%;
                          -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.info-box               { position: relative; line-height: 1.2; margin: 0 auto; border: 1px solid #ddd; border-radius: 8px; box-shadow: 3px 3px 3px rgba(0,0,0, .3); font-size: 1.4rem; text-align: left; background: #fff; }
.info-box h3,
.info-box p             { margin: 3.2vmin; color: #333; }
.info-box p             { margin-top: 0; }
.info-box a             { display: block; width: 100%; padding-top: 3.2vmin; padding-bottom: 3.2vmin; text-align: center; text-decoration: none; color: rgba(0, 122, 255, 1) }
.info-box img           { width: calc(100% - 6.4vmin); margin: 0 3.2vmin 3.2vmin; }
.info-box .btn-area     { padding: 0; border-top: 1px solid #e6e6e6; }


/* Confirm
-----------------------------------------------------------------------------*/
.confirm h2             { text-align: center; }
.confirm h3             { text-align: center; color: #ffae14; }
.confirm .wrapper       { display: flex; min-height: 100vh; }
.confirm .flexbox       { display: flex; width: 100%;
                          -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.confirm .flexbox li    { -webkit-flex: 1 0 auto; flex: 1 0 auto; flex-basis: 50%; max-width: 50%; overflow: hidden; }
.confirm .contents      { width: 100%; background: #000; }
.confirm .contents .image { width: 100%; height: 100%; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.confirm .text          { width: 100%; padding: 2vh 6vw; vertical-align: middle; }
.confirm .text-header   { height: 100%; margin: auto; }
.confirm .contents li:nth-of-type(1) { position: relative; flex-basis: 100%; max-width: 100%; height: 45vmin; justify-content: center; }
.confirm .contents li:nth-of-type(1) img { display: block; height: 100%; margin-left: 4vw; }
.confirm .contents li:nth-of-type(1) a { position: absolute; top: 50%; right: 8vw; margin-top: -14px; padding: 5px 10px; border: 1px solid #999; border-radius: 20px; color: #999; font-size: 1.2rem; text-decoration: none; }
.confirm .contents li:nth-of-type(2) { flex-basis: 100%; max-width: 100%; height: 20vmin; padding-top: 4vh; padding-bottom: 2vh; }
.confirm .contents li:nth-of-type(n+3) { flex-basis: 50%; max-width: 50%; height: 50vmin; position: relative; }
.confirm .contents li:nth-of-type(3) { padding: 0 2vw 4vh 4vw; }
.confirm .contents li:nth-of-type(4) { padding: 0 4vw 4vh 2vw; }
.confirm .contents .btn { position: relative; width: 100%; height: 100%; border-width: 3px; text-align: center; border-color: #ffae14; }
.confirm .contents .label { display: inline-block; position: absolute; top: 15px; left: 50%; z-index: 3; padding: 5px 10px; border-radius: 0 0 5px 5px; color: #fff; font-size: 2rem; white-space: nowrap; background: #ffae14;
                          -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }



/* Result / Unsuitable
-----------------------------------------------------------------------------*/
.result header          { margin-bottom: 6.4vmin; }
.result header h1       { margin: 4vmin auto; }
.result main            { padding-bottom: 24vmin; }
.result .result-detail  { width: 82vmin; margin: 0 auto; }
.result .result-detail .image { width: 24vmin; margin: 0 auto; }
.result .result-detail .title { margin: 3.2vw -4vmin 7.2vw 0; text-align: center; font-size: 4rem; line-height: 1; letter-spacing: 3vmin; text-shadow: 0 .8vmin 0 rgba(0, 0, 0, .15); }
.result .result-detail .text { list-style: disc inside; }
.result .result-detail .text p { font-size: 1.6rem; line-height: 1.3; }
.result .result-detail .text > p + p { margin-top: 3.2vmin; }
.result .result-detail .text > li:nth-of-type(n+2) { margin-top: 3.2vmin; }
.result .result-detail .text > li p { padding-left: 1em; text-indent: -.9em; }
.result .result-detail + .search { width: 80.5vw; margin: 4.8vw auto 0; padding: 0 1em; }
.result .result-detail + .search > .btn { width: 100%; }
.result .btn-area       { margin-top: 6.4vmin; }
.result .survey-lead    { width: 66.4vmin; margin: 16vmin auto 0; }
.result .survey-lead p  { margin-top: 2.8vmin; text-align: center; }
.result .survey-lead .btn { display: block; margin: 4.8vmin auto 0; }
.result .section        { width: 82vmin; margin: 8vmin auto 0; padding-top: 6vmin; border-top: 1px solid #fff; }
.result .section h3     { margin-left: 20vmin; text-align: left; font-size: 1.6rem; }
.result .section p      { margin-top: 2.8vmin; margin-left: 20vmin; text-align: left; font-size: 1.2rem; }
.result .section p.center { text-align: center; }
.result .section .text  { position: relative; }
.result .section .btn   { display: block; min-width: 43vmin; margin: -3vmin auto 0; }
.result .section .icon  { position: absolute; top: 0; left: 0; width: 7vmin; }
.result .section.store .icon { width: 10vmin; }
.result .section .note  { margin: 3vmin auto 0; text-align: center; font-size: 1.1rem; }

.result.unsuitable .result-detail .title { letter-spacing: 2vmin; }

@media screen and (orientation: landscape) {
  .result .wrapper      { padding-right: 0; padding-left: 0; padding-bottom: 0; }
  .result main          { padding-right: var(--safe-area-inset-right); padding-left: var(--safe-area-inset-left); }
  .result .btn-area     { max-width: 96vmin; margin-left: auto; margin-right: auto; }
}


/* User Guide
-----------------------------------------------------------------------------*/
.userguide .guide-section h3 { padding-bottom: 2.66vmin; border-bottom: 1px solid #fff; font-size: 2.2rem; line-height: 1.44; }
.userguide .guide-section h4 { margin-bottom: 4vmin; font-size: 1.8rem; line-height: 1.44; }
.userguide .guide-section .block + .block { margin-top: 12vmin; }
.userguide .guide-section .block-row { display: flex; flex-direction: row; align-items: flex-start; }
.userguide .guide-section .block-row { display: flex; flex-direction: row; align-items: flex-start; }
.userguide .guide-section .block-row > .left-column,
.userguide .guide-section .block-row > .right-column { flex: 1 0 52%; max-width: 52%; }
.userguide .guide-section .block-row > .left-column { padding-right: 3%; }
.userguide .guide-section .block-row > .right-column { padding-left: 3%; }
.userguide .guide-section .block-row > .image { flex: 1 0 48%; max-width: 48%; }

.userguide .help-examples .example-image .icon-ok { width: 14vmin; height: 14vmin; top: 1.5vmin; left: 1.5vmin; }
.userguide .help-examples .example-image .icon-ng { width: 8vmin; height: 8vmin; top: 1vmin; left: 1vmin; }

@media screen and (orientation: portrait) {
  .userguide .guide-section h3 { margin-bottom: 6.2vmin; }
  .userguide .guide-section .block + .block { margin-top: 10vmin; }

  .userguide .help-examples { display: flex; width: 100%; }
  .userguide .help-examples > li:nth-of-type(1) { flex: 1 0 68%; max-width: 68%; }
  .userguide .help-examples > li:nth-of-type(2) { flex: 1 0 32%; max-width: 32%; padding-left: 6vmin; }
  .userguide .help-examples > li + li { margin-top: 0; }
  .userguide .help-examples li > ul { flex-direction: column; }
  .userguide .help-examples li > ul > li { width: 100%; max-width: none; }
  .userguide .help-examples li > ul > li:nth-of-type(odd) { padding-right: 0; }
  .userguide .help-examples li > ul > li:nth-of-type(even) { padding-left: 0; }
  .userguide .help-examples li > ul > li + li { margin-top: 5vmin; }

  .userguide .guide-section .block-row.portrait-wide { display: block; }
  .userguide .guide-section .block-row.portrait-wide > .left-column,
  .userguide .guide-section .block-row.portrait-wide > .right-column { width: 100%; max-width: none; }
  .userguide .guide-section .block-row.portrait-wide > .left-column { padding-right: 0; margin-bottom: 5.4vmin; }
  .userguide .guide-section .block-row.portrait-wide > .right-column { padding-left: 0; }
  .userguide .guide-section .block-row.portrait-wide > .image { max-width: none; }
  .userguide .portrait-wide .help-examples > li:nth-of-type(1) { flex-basis: 66%; max-width: 66%; }
  .userguide .portrait-wide .help-examples > li:nth-of-type(2) { flex-basis: 34%; max-width: 34%; padding-left: 5vmin; }
}

@media screen and (orientation: landscape) {
  .userguide .guide-section h3 { margin-bottom: 8.2vmin; }
  .userguide .guide-section .block + .block { margin-top: 12vmin; }
}


/* Modal
-----------------------------------------------------------------------------*/
.modal                  { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; height: 100%; padding-top: var(--safe-area-inset-top); padding-bottom: var(--safe-area-inset-bottom); background: rgba(0, 0, 0, .8); }
.modal-container        { display: none; flex-direction: column; justify-content: center; align-items: center; position: relative; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; }
.modal-container .btn-icon { display: none; }
.modal-content          { display: flex; flex-direction: column; align-items: center; position: relative; }
.modal-content > p      { margin-top: 6vmin; font-size: 1.8rem; font-weight: bold; }
.modal-content .btn-area { padding: 6vmin 0 1vmin; }

.modal-help .help-examples { width: 84vmin; padding-bottom: 3vmin; }
.modal-help .help-examples > li + li { margin-top: 6vmin; }
.modal-help .help-examples .example .example-image + p { margin-top: 1.8vmin; }
.modal-help .help-examples .example p { text-align: center; font-weight: bold; line-height: 1.2; }
.modal-help .help-examples .example.ok p { font-size: 1.8rem; }
.modal-help .help-examples .example.ng p { font-size: 1.6rem; }
.modal-help .help-examples .example-image { border: 1px solid #363636; }
.modal-help .btn-area .btn { width: 80.8vmin; }

.modal-loading .modal-content .animation-loadding { position: static; overflow: hidden; width: 165px; height: 165px; }
.modal-loading .modal-content .animation-loadding > .animation { display: block; position: relative; width: 165px;
  -webkit-backface-visibility: hidden;
  -webkit-animation: anim-loadingrobo 2s infinite steps(20) none;
          animation: anim-loadingrobo 2s infinite steps(20) none; }
@-webkit-keyframes anim-loadingrobo {
     0% { transform: translateY(0); }
   100% { transform: translateY(-95.23%); }
}
@keyframes anim-loadingrobo {
    0% { transform: translateY(0); }
  100% { transform: translateY(-95.23%); }
}
.modal-loading .modal-content > p { margin-top: 2.8vmin; font-size: 2.46rem; text-shadow: 0 .5vmin 0 rgba(0, 0, 0, .15); }
.modal-loading .modal-content > p.text-sub { margin-top: 2.2vmin; font-size: 1.4rem; font-weight: normal; }

.modal-active .wrapper  { filter: blur(1px); }
.modal-active .modal    { display: block; }
.modal-active .modal .modal-container.active { display: flex; }

@media screen and (orientation: portrait) {
  .modal-content .btn-area { padding: 5vmin 0 1vmin; }
}

@media screen and (orientation: landscape) {
  .modal                { padding-right: var(--safe-area-inset-right); padding-bottom: var(--safe-area-inset-bottom); padding-left: var(--safe-area-inset-left); }
  .modal-container      { padding-bottom: calc(4vmin + var(--safe-area-inset-bottom)); }
  .modal-container .btn-icon { display: block; position: absolute; top: calc(44px + 4vmin); right: calc(6vmin + var(--safe-area-inset-right)); }
  .modal-content .btn-area { max-width: none; padding: 4vmin 0 1vmin; }

  .modal-help .help-examples { display: flex; flex: none; width: 100vmin; }
  .modal-help .help-examples > li:nth-of-type(1) { flex: 1 0 68%; max-width: 68%; }
  .modal-help .help-examples > li:nth-of-type(2) { flex: 1 0 32%; max-width: 32%; }
  .modal-help .help-examples > li + li { margin-top: 0; padding-left: 5.6vmin; }
  .modal-help .help-examples li > ul { flex-direction: column; }
  .modal-help .help-examples li > ul > li { width: 100%; max-width: none; }
  .modal-help .help-examples li > ul > li:nth-of-type(odd) { padding-right: 0; }
  .modal-help .help-examples li > ul > li:nth-of-type(even) { padding-left: 0; }
  .modal-help .help-examples li > ul > li + li { margin-top: 3.6vmin; }
  .modal-help .help-examples .example.ok .icon-ok { top: 1.5vmin; left: 1.5vmin; }
  .modal-help .help-examples .example.ng .example-image + p { margin-top: 1.6vmin; }
  .modal-help .help-examples .example.ng .icon-ng { width: 8vmin; height: 8vmin; top: 1vmin; left: 1vmin; }
  .modal-help .help-examples .example.ng p { font-size: 1.4rem; }
}


/* Icons
-----------------------------------------------------------------------------*/
.icon                   { display: inline-block; background-position: center center; background-size: contain; background-repeat: no-repeat; vertical-align: middle; }
.icon-camera            { width: 21.3vmin; height: 17vmin; background-image: url(/images/icon-camera-493d7edc444347c4d476c0e375a3c962.svg); }
.icon-tire-guide        { width: 15vmin; height: 30vmin; background-image: url(/images/icon-tire-guide-a31135e0b7d190c536969ae8647cf3cd.svg); }
.icon-help              { width: 4.26vmin; height: 5.33vmin; background-image: url(/images/icon-help-0498162b664d9adb7c2a7e9c05fe5560.svg); }
.icon-close             { width: 9.6vmin; height: 9.6vmin; background-image: url(/images/icon-close-01e37be60c7b9d1117e0bf6fe9fe6de5.svg); }
.icon-prev              { width: 4vmin; height: 7.2vmin; background-image: url(/images/icon-prev-f9cca162646d73ef4db9c79430e58940.svg); }

.icon-ok                { width: 15vmin; height: 15vmin; background-image: url(/images/icon-ok-c92177b194dd04430556c26530090517.svg); }
.icon-ng                { width: 10vmin; height: 10vmin; background-image: url(/images/icon-ng-dc7d36ad2dfea1480f4e56738cf9f016.svg); }
.icon-switch-on         { width: 3rem; height: 1.8rem; background-image: url(/images/icon-switch-on-325a582765bb024e011a3b02c63d3ed2.svg); }
.icon-switch-off        { width: 3rem; height: 1.8rem; background-image: url(/images/icon-switch-off-b32441b769730e0c86c7ca8ead6acdab.svg); }

.icon-tire              { width: 20px; height: 20px; background-image: url(/images/icon-tire-512a3e9c4293a6b24fab0eb2816e1f9c.svg); }
.icon-rens              { width: 22px; height: 18px; background-image: url(/images/icon-rens-394184f44701393c34aafae5314e375e.svg); }
.icon-shutter2          { width: 20px; height: 30px; background-image: url(/images/icon-shutter2-4d337ec56d64898a9c452e469a4b076b.svg); }
.icon-camera2           { width: 23px; height: 30px; background-image: url(/images/icon-camera2-4132d06d9bc13b288bdedf963508653b.svg); }
.icon-tire-left         { width: 25vmin; height: 30vmin; background-image: url(/images/tire3-d8f92b56ee13fa255225a2b57a0cf07b.svg); }
.icon-tire-right        { width: 25vmin; height: 30vmin; background-image: url(/images/tire4-b07e65455a1481c68f746c55d064edb3.svg); }


/* Mobile Small 320px -----------------------------------------------------------------------------*/
@media (max-width: 320px), (max-height: 320px) {
  .navigationbar        { height: 18vmin; }
  .result .result-detail .title { font-size: 5rem; }
  .modal-loading .modal-content .animation-loadding { width: 128px; height: 128px; }
  .modal-loading .modal-content .animation-loadding > .animation { width: 128px;}
  .modal-loading .modal-content > p { font-size: 2.08rem;}
  .modal-loading .modal-content > p.text-sub { font-size: 1.2rem; }
}

@media (orientation: portrait) and (max-width: 320px) {
  header                { flex-basis: 18.4vmin; max-height: 18.4vmin; }
  header h1             { margin: 4vmin auto 0; }
  main                  { flex-basis: calc(100% - 14.5vmin); max-height: calc(100% - 14.5vmin); }

  .mb-n                 { display: none; }
  .mb-s                 { display: inline; }

  .top .contents .image { flex-basis: 59.5vmin; max-height: 59.5vmin; margin-top: 5.3vmin; }
  .top .required        { margin-top: 1.3vmin; }

  .introduction .contents .image { height: 68vmin; }
  .introduction .contents .text { margin-top: 4.2vmin; }
  .introduction .contents .text-header .robot { bottom: -1.2vmin; right: -12vmin; }
  .introduction .contents h2 { line-height: 1.25; }
  .introduction .contents .text-header + p { margin-top: 2.8vmin; }
  .introduction .btn-area { padding-bottom: 1.2vmin; }

  .userguide .guide-section .block-row { display: block; }
  .userguide .guide-section .block-row > .left-column,
  .userguide .guide-section .block-row > .right-column { max-width: none; }
  .userguide .guide-section .block-row > .left-column { padding-right: 0; }
  .userguide .guide-section .block-row > .right-column { padding-left: 0; }
  .userguide .guide-section .block-row > .image { max-width: none; margin-bottom: 4.2vmin; }

  .modal-help .help-examples { margin-top: -22px; }
}

@media (orientation: landscape) and (max-height: 320px) {
  .modal-container      { padding: 44px 0; }
  .modal-container .btn-icon { top: calc(44px + 8vmin); right: 15vmin; }

  .modal-help .help-examples { width: 96vmin; padding-bottom: 1vmin; }
  .modal-help .help-examples > li + li { padding-left: 5vmin; }
  .modal-help .help-examples .example.ok .icon { left: 1.2vmin; width: 15vmin; height: 15vmin; }
  .modal-help .help-examples .example.ok p { font-size: 1.6rem; }
  .modal-help .help-examples .example.ng .icon { left: 1.2vmin; width: 10vmin; height: 10vmin; }
  .modal-help .help-examples .example.ng p { font-size: 1.3rem; }
}

@media (orientation: landscape) {
  .confirm .text        { padding-top: 3vh; padding-bottom: 3vh; }
  .confirm .contents li:nth-of-type(1) { height: 30vmin; }
  .confirm .contents li:nth-of-type(1) img { height: 100%; margin: auto; }
  .confirm .contents li:nth-of-type(1) a { right: 15vw; }
  .confirm .contents li:nth-of-type(2) { height: 16vmin; padding-top: 5vh; }
  .confirm .contents li:nth-of-type(n+3) { height: 35vmin; }
  .confirm .contents li:nth-of-type(3) { padding: 0 2vw 4vh 15vw; }
  .confirm .contents li:nth-of-type(4) { padding: 0 15vw 4vh 2vw; }
}
