@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333; }
  body#thanks, body#login, body#address {
    overflow: hidden; }
    body#thanks article, body#login article, body#address article {
      height: 100vh; }
      body#thanks article p, body#login article p, body#address article p {
        text-align: center; }
        body#thanks article p.contents, body#login article p.contents, body#address article p.contents {
          margin: 40px 0 40px; }
    body#thanks footer, body#login footer, body#address footer {
      position: fixed;
      bottom: 0;
      width: 100%; }

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

ul {
  list-style: none; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em; }

.backbtn {
  background: #9b3135;
  display: block;
  color: #FFFFFF;
  border: none;
  width: 100%;
  border-radius: 5px;
  max-width: 450px;
  margin: 20px auto 0;
  padding: 1em 0;
  text-align: center;
  font-size: 1.6rem;
  transition: 0.2s; }
  .backbtn:hover {
    background: #C1272D; }

header {
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5em 0; }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    header .wrapper div.hLft h1 {
      font-size: 1.3rem;
      color: #FFFFFF;
      translate: -0.8em 0; }
    header .wrapper div.hLft figure {
      display: flex;
      gap: 20px; }
      header .wrapper div.hLft figure img {
        max-width: 250px; }
      header .wrapper div.hLft figure figcaption {
        font-size: 2.2rem;
        letter-spacing: 0.14em;
        color: #B3B3B3; }
    header .wrapper nav {
      translate: 0 -0.5em; }
      header .wrapper nav ul {
        display: flex;
        justify-content: flex-end;
        gap: 1em;
        color: #B3B3B3;
        font-size: 1.3rem; }
    header .wrapper div.menuIcon {
      display: none; }

main article {
  background: url("../../../common/img/top/top_cont_bg.jpg") no-repeat top center/cover;
  color: #FFFFFF;
  padding: 3% 0; }
  main article h1 {
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 0.5em; }
    main article h1 + p {
      font-size: 1.8rem;
      text-align: center; }
main article#questionnaire section {
  max-width: 800px; }
  main article#questionnaire section form div.error {
    background: #C1272D;
    font-size: 1.2rem;
    color: #FFFFFF;
    margin: 1em 0;
    padding: 2em; }
  main article#questionnaire section form input[type="text"], main article#questionnaire section form textarea, main article#questionnaire section form select {
    width: 100%;
    padding: 0.3em 1em;
    border-radius: 5px;
    font-size: 1.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana; }
  main article#questionnaire section form [name="year"], main article#questionnaire section form [name="month"] {
    width: 49%; }
  main article#questionnaire section form textarea {
    height: 250px;
    resize: vertical; }
  main article#questionnaire section form button[type="submit"] {
    background: #9b3135;
    display: block;
    color: #FFFFFF;
    border: none;
    width: 100%;
    border-radius: 5px;
    max-width: 450px;
    margin: 20px auto 0;
    padding: 1em 0;
    text-align: center;
    font-size: 1.6rem;
    transition: 0.2s; }
    main article#questionnaire section form button[type="submit"]:hover {
      background: #C1272D; }
  main article#questionnaire section form .star {
    position: relative;
    display: flex;
    align-items: center; }
    main article#questionnaire section form .star [type="radio"] {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    main article#questionnaire section form .star label {
      position: relative;
      z-index: 10; }
      main article#questionnaire section form .star label svg {
        width: 36px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        scale: 0.9; }
        main article#questionnaire section form .star label svg polygon {
          fill: #FFFFFF;
          stroke: #CCCCCC; }
    main article#questionnaire section form .star [for="star0"] {
      background: #FFFFFF;
      color: #B6B6B6;
      height: 30px;
      padding: 0 1em;
      display: inline-block;
      display: flex;
      align-items: center;
      margin-left: 20px;
      transition: 0.2s ease-in-out; }
    main article#questionnaire section form .star #star0:checked ~ [for="star0"] {
      background: #C1272D;
      color: #FFFFFF; }
    main article#questionnaire section form .star #star1:checked ~ [for="star1"] svg,
    main article#questionnaire section form .star #star2:checked ~ [for="star1"] svg,
    main article#questionnaire section form .star #star2:checked ~ [for="star2"] svg,
    main article#questionnaire section form .star #star3:checked ~ [for="star1"] svg,
    main article#questionnaire section form .star #star3:checked ~ [for="star2"] svg,
    main article#questionnaire section form .star #star3:checked ~ [for="star3"] svg,
    main article#questionnaire section form .star #star4:checked ~ [for="star1"] svg,
    main article#questionnaire section form .star #star4:checked ~ [for="star2"] svg,
    main article#questionnaire section form .star #star4:checked ~ [for="star3"] svg,
    main article#questionnaire section form .star #star4:checked ~ [for="star4"] svg,
    main article#questionnaire section form .star #star5:checked ~ [for="star1"] svg,
    main article#questionnaire section form .star #star5:checked ~ [for="star2"] svg,
    main article#questionnaire section form .star #star5:checked ~ [for="star3"] svg,
    main article#questionnaire section form .star #star5:checked ~ [for="star4"] svg,
    main article#questionnaire section form .star #star5:checked ~ [for="star5"] svg {
      scale: 1.0; }
      main article#questionnaire section form .star #star1:checked ~ [for="star1"] svg polygon,
      main article#questionnaire section form .star #star2:checked ~ [for="star1"] svg polygon,
      main article#questionnaire section form .star #star2:checked ~ [for="star2"] svg polygon,
      main article#questionnaire section form .star #star3:checked ~ [for="star1"] svg polygon,
      main article#questionnaire section form .star #star3:checked ~ [for="star2"] svg polygon,
      main article#questionnaire section form .star #star3:checked ~ [for="star3"] svg polygon,
      main article#questionnaire section form .star #star4:checked ~ [for="star1"] svg polygon,
      main article#questionnaire section form .star #star4:checked ~ [for="star2"] svg polygon,
      main article#questionnaire section form .star #star4:checked ~ [for="star3"] svg polygon,
      main article#questionnaire section form .star #star4:checked ~ [for="star4"] svg polygon,
      main article#questionnaire section form .star #star5:checked ~ [for="star1"] svg polygon,
      main article#questionnaire section form .star #star5:checked ~ [for="star2"] svg polygon,
      main article#questionnaire section form .star #star5:checked ~ [for="star3"] svg polygon,
      main article#questionnaire section form .star #star5:checked ~ [for="star4"] svg polygon,
      main article#questionnaire section form .star #star5:checked ~ [for="star5"] svg polygon {
        fill: #FFBB00;
        stroke: #CC9600; }
  main article#questionnaire section form group.radiodesign {
    display: flex;
    gap: 0.8em;
    flex-wrap: wrap; }
    main article#questionnaire section form group.radiodesign div {
      width: 50px;
      position: relative; }
      main article#questionnaire section form group.radiodesign div input {
        width: 100%;
        height: 30px;
        opacity: 0; }
        main article#questionnaire section form group.radiodesign div input:checked + label {
          color: #FFFFFF;
          background: #C1272D; }
      main article#questionnaire section form group.radiodesign div label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        color: #B6B6B6;
        pointer-events: none; }
  main article#questionnaire section form dl {
    display: flex;
    flex-wrap: wrap; }
    main article#questionnaire section form dl dt, main article#questionnaire section form dl dd {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      margin-top: 1em;
      padding: 0 1.5em 1em; }
    main article#questionnaire section form dl dt {
      width: 200px; }
    main article#questionnaire section form dl dd {
      width: calc(100% - 200px); }
      main article#questionnaire section form dl dd.flex {
        display: flex;
        justify-content: space-between; }
  main article#questionnaire section form.confirm dl dd {
    font-weight: bold;
    font-size: 1.8rem; }
    main article#questionnaire section form.confirm dl dd.star label.evaluation polygon {
      fill: #FFBB00;
      stroke: #CC9600; }

footer {
  background: #000000;
  color: #FFFFFF;
  text-align: center; }
  footer div.wrapper {
    position: relative;
    padding: 20px 0 10px; }
    footer div.wrapper a[href="#"] {
      position: absolute;
      top: 0;
      right: 0; }
    footer div.wrapper h1 {
      max-width: 250px;
      margin: 0 auto 60px; }
      footer div.wrapper h1 img {
        width: 100%; }
      footer div.wrapper h1 p {
        font-size: 10px;
        letter-spacing: 0.5em; }
    footer div.wrapper p#copyRight {
      font-size: 10px;
      margin: 0; }

@media screen and (max-width: 768px) {
  header {
    height: 70px; }
    header .wrapper {
      align-items: center;
      height: 100%; }
      header .wrapper div.hLft h1 {
        font-size: 1.0rem;
        translate: -0.3em 0; }
        header .wrapper div.hLft h1 span {
          display: none; }
      header .wrapper div.hLft figure {
        gap: 10px; }
        header .wrapper div.hLft figure img {
          max-width: 170px; }
        header .wrapper div.hLft figure figcaption {
          font-size: 1.1rem;
          line-height: 1; }
          header .wrapper div.hLft figure figcaption span {
            display: block; }
      header .wrapper nav {
        background: #F1F1F1;
        position: fixed;
        width: 85%;
        top: 70px;
        left: 0;
        height: calc(100vh - 70px);
        padding: 30px 5%;
        translate: -15px 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.6s;
        z-index: 1000; }
        header .wrapper nav.active {
          opacity: 1;
          visibility: visible;
          translate: 0 0; }
        header .wrapper nav ul {
          flex-direction: column;
          justify-content: flex-start;
          font-size: 1.6rem;
          color: #000000; }
          header .wrapper nav ul li a {
            border-bottom: 1px solid #CCCCCC;
            padding: 0.6em 30px;
            display: block;
            position: relative; }
            header .wrapper nav ul li a::before {
              content: "";
              display: block;
              position: absolute;
              left: 10px;
              top: 50%;
              translate: 0 -50%;
              width: 10px;
              height: 12px;
              opacity: 0.4;
              background: url("../../../common/img/arrow_black.svg") no-repeat left center/contain; }
      header .wrapper div.menuIcon {
        display: block;
        color: #FFFFFF;
        width: 35px; }
        header .wrapper div.menuIcon p {
          font-size: 1.2rem;
          translate: 0 -0.7em; }
        header .wrapper div.menuIcon span {
          display: block;
          background: #FFFFFF;
          width: 100%;
          height: 2px;
          transition: 0.6s; }
          header .wrapper div.menuIcon span:nth-of-type(2) {
            margin: 5px 0; }
        header .wrapper div.menuIcon.close span:nth-of-type(1) {
          translate: 0 7px;
          rotate: 45deg; }
        header .wrapper div.menuIcon.close span:nth-of-type(2) {
          opacity: 0; }
        header .wrapper div.menuIcon.close span:nth-of-type(3) {
          translate: 0 -7px;
          rotate: -45deg; }

  main article {
    padding: 3% 0; }
    main article h1 {
      font-size: 2.8rem; }
  main article#questionnaire section {
    max-width: 800px; }
    main article#questionnaire section form input[type="text"], main article#questionnaire section form textarea, main article#questionnaire section form select {
      padding: 0.6em 1em; }
    main article#questionnaire section form [name="year"], main article#questionnaire section form [name="month"] {
      width: 49%; }
    main article#questionnaire section form textarea {
      height: 350px; }
    main article#questionnaire section form .star {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      main article#questionnaire section form .star label {
        margin: 0 5px;
        width: 15%;
        max-width: 50px; }
        main article#questionnaire section form .star label svg {
          width: 100%; }
      main article#questionnaire section form .star [for="star0"] {
        height: 40px;
        margin: 20px 0 0;
        justify-content: center;
        width: 80%;
        max-width: 100%; }
    main article#questionnaire section form group.radiodesign div {
      width: 80px; }
      main article#questionnaire section form group.radiodesign div input {
        height: 40px; }
      main article#questionnaire section form group.radiodesign div label {
        font-size: 1.8rem; }
    main article#questionnaire section form dl dt, main article#questionnaire section form dl dd {
      border-bottom: none;
      margin-top: 0;
      padding: 0 1em; }
    main article#questionnaire section form dl dt {
      width: 100%;
      background: #616161;
      text-align: center;
      border-radius: 3px;
      font-size: 1.8rem;
      margin: 20px 0 0.7em; }
    main article#questionnaire section form dl dd {
      width: 100%;
      margin-bottom: 20px; } }
