@charset "utf-8";
@import "./_variables";
body {
  margin: 0; }

main .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 1em; }
  main .section:last-child {
    margin-bottom: 0; }
  main .block {
    margin: 0 auto 1em;
    display: block;
    width: 100%; }
  main .block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 991px) {
    main .block {
      max-width: 1200px; } }
  @media only screen and (min-width: 991px) {
      main .block-full {
        max-width: none;
        width: 100%; } }
  @media only screen and (min-width: 991px) {
      main .block-large {
        width: calc(66% - 1em); } }
  @media only screen and (min-width: 991px) {
      main .block-medium {
        width: calc(50% - 1em); } }
  @media only screen and (min-width: 991px) {
      main .block-small {
        width: calc(33% - 1em); } }
  main .headline * {
    width: 100%; }
  main .headline h1 {
    margin: 0;
    padding: 0.25em 0.5em;
    font-size: 1.5em;
    border: 1px solid gray;
    box-sizing: border-box; }
  main .headline h2 {
    margin: 0;
    padding: 0.25em 0.5em;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    background: gray;
    border: 1px solid darkgray;
    box-sizing: border-box; }
  main .headline h3 {
    margin: 0;
    padding: 0.25em 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    background: lightgray;
    border: 1px solid gray;
    box-sizing: border-box; }
  main .headline h4 {
    margin: 0;
    padding: 0.25em 0.5em;
    font-weight: normal;
    font-size: 1.2em;
    border: 1px solid gray;
    box-sizing: border-box; }
  main .chart {
    display: flex;
    align-items: flex-start; }
  main .textarea {
    width: 100%;
    text-align: justify; }
  main p {
    margin: 0; }
  main a {
    text-decoration: none; }
  main a:hover {
    opacity: 0.5; }
  main .item {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em; }
  main .item:last-child {
    margin-bottom: 0; }
  main .item a picture:hover {
    opacity: 0.5; }
  main .item .sp1 {
    flex: 1 0 51%; }
  main .item .sp2 {
    flex: 1 0 34%; }
  main .item .sp3 {
    flex: 1 0 26%; }
  main .item .sp4 {
    flex: 1 0 21%; }
  main .item .sp5 {
    flex: 1 0 17%; }
  @media only screen and (min-width: 991px) {
    main .item .sp1 {
      flex: 1 1 0px; }
      main .item .sp2 {
        flex: 1 1 0px; }
      main .item .sp3 {
        flex: 1 1 0px; }
      main .item .sp4 {
        flex: 1 1 0px; }
      main .item .sp5 {
        flex: 1 1 0px; }
      main .item .pc1 {
        flex: 1 0 51%; }
      main .item .pc2 {
        flex: 1 0 34%; }
      main .item .pc3 {
        flex: 1 0 26%; }
      main .item .pc4 {
        flex: 1 0 21%; }
      main .item .pc5 {
        flex: 1 0 17%; } }
  main picture {
    display: contents;
    width: 100%; }
  main picture img {
    width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle; }
  main picture.vertical:not(.auto) {
    display: block;
    position: relative;
    padding-bottom: 100%; }
    main picture.vertical:not(.auto) img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%; }
  main picture.auto img {
    width: auto; }
  main .frame {
    display: flex;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 0.5em;
    transform-style: preserve-3d; }
  main .frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    transform: scale(1);
    transform-origin: 0 0;
    will-change: transform; }
  main .frame.ultra {
    padding-bottom: calc(9 / 21 * 100%); }
  main .frame.hd {
    padding-bottom: calc(9 / 16 * 100%); }
  main .frame.vga {
    padding-bottom: calc(3 / 4 * 100%); }
  main .fieldset {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid gainsboro; }
  main .fieldset:last-child {
    border-bottom: none; }
  main .fieldset input {
    margin: 0;
    width: 100%;
    line-height: inherit;
    padding: 0;
    min-height: auto; }
    main .fieldset input[type="checkbox"], main .fieldset input[type="radio"] {
      flex: 0 0 0px;
      width: auto;
      margin-right: 0.25em; }
    main .fieldset input[type="text"] {
      border-radius: inherit;
      border: 1px solid gray;
      min-width: 8em; }
  main .fieldset textarea {
    width: 100%; }
  main .fieldset p {
    margin: 0;
    width: 100%;
    line-height: inherit; }
  main .fieldset select {
    margin: 0;
    padding: 0.125em 0.5em;
    width: auto;
    background: initial; }
  main .fieldset .legend {
    margin-bottom: 0.5em; }
  main .fieldset .field ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 0.25em 1em;
    flex-wrap: wrap; }
    main .fieldset .field ul li {
      flex: 1 1 30%; }
    main .fieldset .field p {
      display: flex; }
    main .fieldset .field p label {
      display: flex;
      align-items: center;
      flex: 0 0 0px;
      word-break: keep-all;
      margin-right: 0.25em; }
  main .fieldset .description {
    color: dimgray;
    margin: 0 0 0.125em;
    font-size: 0.9em; }
  main .fieldset .part {
    display: block; }
  main .a-picture {
    width: 100%; }
  main .slot {
    flex: 1 1 0px; }
  main .reverse {
    flex-direction: row-reverse; }
  main .image {
    flex: 1 1 0px;
    margin-bottom: 0.5em; }
  main .table {
    border-collapse: collapse;
    display: table;
    flex: 1 1 0px; }
  main .row {
    display: table-row; }
  main .column {
    display: block;
    border: 1px solid gray;
    padding: 0.25em 0.5em; }
  main .column:first-child {
    background: gray;
    color: white; }
  @media only screen and (min-width: 991px) {
    main .column {
      display: table-cell;
      vertical-align: middle; }
      main .column:first-child {
        background: darkgray;
        text-align: center; } }
  main .headline {
    margin-bottom: 0.5em; }
  main .textarea img {
    max-width: 100%; }
  main .bottom-none {
    margin-bottom: 0; }
  main .bottom-thin {
    margin-bottom: 0.5em; }
  main .bottom-normal {
    margin-bottom: 1em; }
  main .bottom-thick {
    margin-bottom: 1.5em; }
  main .emoji {
    width: 1em;
    vertical-align: middle; }
  main .center {
    display: flex;
    justify-content: center; }
  @media only screen and (min-width: 991px) {
    main .center .part.pc1 {
      flex: 0 0 100%; }
      main .center .part.pc2 {
        flex: 0 0 calc(50% - 1 * 1em); }
      main .center .part.pc3 {
        flex: 0 0 calc(33% - 2 * 1em); }
      main .center .part.pc4 {
        flex: 0 0 calc(25% - 3 * 1em); }
      main .center .part.pc5 {
        flex: 0 0 calc(20% - 4 * 1em); } }
  main .right {
    display: flex;
    justify-content: right; }
  main .hidden {
    visibility: hidden !important; }
  main .none {
    display: none !important; }
  @media only screen and (max-width: 990px) {
    main .fill.pc {
      display: none; } }
  @media only screen and (min-width: 991px) {
    main .fill.sp {
      display: none; } }
  main .modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%; }
  main .modal-wrapper .modal-cover {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed; }
  main .modal-wrapper .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    width: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 0.25em;
    overflow-y: scroll;
    max-height: 80vh; }
    @media only screen and (min-width: 991px) {
    main .modal-wrapper .modal-content {
      min-width: 500px;
      width: auto; } }
    main .modal-wrapper .modal-content .modal-close {
      position: relative;
      margin: 0 0 0 auto;
      width: 1em;
      height: 1em; }
    main .modal-wrapper .modal-content .modal-close:before, main .modal-wrapper .modal-content .modal-close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0.125em;
      height: 1em;
      background: darkgray; }
    main .modal-wrapper .modal-content .modal-close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    main .modal-wrapper .modal-content .modal-close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  main .modal-wrapper .modal-confirmation {
    margin: 0 0.75em 0.5em; }
    main .modal-wrapper .modal-confirmation p {
      display: flex;
      flex-wrap: wrap;
      gap: 1em; }
  main .modal-wrapper .modal-submit {
    text-align: center; }
  main .modal-wrapper .button-submit {
    border: 1px solid transparent;
    border-radius: 0.25em;
    margin: 0.5em;
    padding: 0.25em 1em;
    color: white;
    background: gray;
    display: inline-block; }
