/*-----------------------------------------------
  title
-----------------------------------------------*/
#title .main {
  background-image: url("img/title_bg.jpg?230419");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#title h1 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 4%;
}
@media screen and (max-width: 800px) {
}

/* result */
#title .result {
  padding: 4%;
  background-image: url("img/title_result_bg.jpg?230419");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#title .result .head {
  max-width: 1080px;
  margin: auto;
}
#title .result .photo {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
#title .result .photo li {
  width: 31.5%;
}
#title .result .photo img {
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  height: 100%;
}
@media screen and (max-width: 800px) {
  #title .result .photo {
    display: block;
  }
  #title .result .photo li {
    width: 80%;
    max-width: 400px;
    margin: auto;
    margin-top: 4%;
  }
}

/*-----------------------------------------------
      support
    -----------------------------------------------*/
#support {
  padding: 0;
  background-image: url("img/support_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#support .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4%;
  box-sizing: content-box;
}
@media screen and (max-width: 800px) {
  #support {
    background-image: none;
  }
  #support .inner {
    margin: 0;
    padding: 0;
  }
  #support img {
    width: 100%;
  }
}

/*-----------------------------------------------
      feature
    -----------------------------------------------*/
#feature {
  background-image: url("img/feature_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#feature .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4%;
}
#feature h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #cfba7e;
}
#feature h2 span {
  color: #c92645;
}
#feature .lead {
  margin-top: 2%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.05em;
  text-align: center;
  color: #fff;
}
#feature .grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4%;
}
#feature .grid1 {
  width: 50%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.95);
}
#feature .grid2 {
  width: 46%;
}
#feature .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.05em;
  line-height: 2;
  text-align: justify;
  color: #fff;
}
#feature .text strong {
  font-weight: 700;
  color: #c92645;
}
@media screen and (max-width: 800px) {
  #feature .inner {
    padding: 8% 4%;
  }
  #feature h2 {
    font-size: 1.5em;
  }
  #feature .grid {
    display: block;
  }
  #feature .grid1 {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  #feature .grid2 {
    width: 100%;
  }
  #feature .text {
    margin-top: 4%;
    line-height: 1.75;
  }
}

/*-----------------------------------------------
      voice
    -----------------------------------------------*/

/*-----------------------------------------------
      voice
    -----------------------------------------------*/
#voice {
  padding: 4% 0;
  font-size: 16px;
}
#voice {
  background-image: url("img/what_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#voice .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
#voice h3 {
  width: 65%;
  max-width: 412px;
  margin: 0 auto;
}
#voice .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 6% 0;
}
#voice .list li:not(:first-child) {
  border-top: 4px solid #fce3eb;
}
#voice .list .shop {
  width: 36%;
}
#voice .list .comment {
  width: 60%;
}
#voice .list .shop .name {
  margin-top: 1.5em;
  font-weight: 400;
  line-height: 1.25;
}
#voice .list .shop dt strong {
  font-size: 2em;
  font-weight: 400;
}
#voice .list .comment .head1 {
  font-size: 2em;
  font-weight: 500;
  color: #e61458;
}
#voice .list .comment .head2 {
  margin-top: 1.5em;
  padding: 0.1em 0.5em;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  background: #e61458;
}
#voice .list .comment .body {
  margin-top: 1em;
  line-height: 1.75;
  text-align: justify;
}
#voice .list .comment .body strong {
  font-weight: 400;
  color: #e61458;
}
@media screen and (max-width: 800px) {
  #voice {
    padding: 4% 0;
  }
  #voice .list li {
    display: block;
    padding: 8% 0;
  }
  #voice .list .shop {
    width: 100%;
  }
  #voice .list .comment {
    width: 100%;
    margin-top: 4%;
  }
  #voice .list .shop .name {
    margin-top: 4%;
    text-align: center;
  }
  #voice .list .shop dt strong {
    font-size: 1.5em;
    font-weight: 400;
  }
  #voice .list .comment .head1 {
    font-size: 1.5em;
    text-align: center;
  }
  #voice .list .comment .head2 {
    margin-top: 6%;
    font-size: 1.25em;
    text-align: center;
  }
  #voice .list .comment .body {
    margin-top: 4%;
    line-height: 1.5;
  }
}

/*-----------------------------------------------
      movie
    -----------------------------------------------*/
#movie {
  background: linear-gradient(to bottom, rgba(14, 13, 41, 1), rgba(24, 34, 75, 1));
}
#movie .inner {
  margin: 0 auto;
  padding: 4% 0;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}
#movie iframe {
  aspect-ratio: 100 / 56.25;
  width: 48%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #movie .inner {
    padding: 0;
  }
}

/*-----------------------------------------------
      nayami
    -----------------------------------------------*/
#nayami {
  text-align: center;
  background: #fff;
}
#nayami .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4%;
}
#nayami h2 {
  font-size: 1.5em;
}
#nayami .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2%;
}
#nayami .list li {
  width: 49%;
  margin-top: 1%;
  padding: 0.5em 0.5em 0.5em 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
  background-image: url("img/nayami_list_ico.png"), url("img/nayami_list_bg.png");
  background-position: left 0.5em top 0.75em, center center;
  background-repeat: no-repeat, repeat-y;
  background-size: 1.25em, 100%;
}
#nayami .pic {
  margin-top: 4%;
}
@media screen and (max-width: 800px) {
  #nayami .inner {
    padding: 8% 4%;
  }
  #nayami h2 {
    font-size: 1.25em;
  }
  #nayami .list li {
    width: 100%;
    margin-top: 2%;
  }
}

/*-----------------------------------------------
      message
    -----------------------------------------------*/
#message {
  background: #fff;
}
#message .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4%;
}
#message h2 {
  padding-bottom: 1.5em;
  font-size: 1.5em;
  text-align: center;
  color: rgba(162, 116, 4, 1);
  background-image: url("img/message_line.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 18em;
}
#message h2 small {
  font-size: 0.65em;
}
#message .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4%;
}
#message .comment {
  width: 65%;
  font-size: 0.85em;
  line-height: 2;
  text-align: justify;
}
#message .comment strong {
  font-weight: 400;
  color: rgba(200, 39, 70, 1);
}
#message .profile {
  width: 25%;
  font-size: 0.85em;
  text-align: justify;
}
#message .profile .photo {
  width: 150%;
  margin-left: -40%;
}
#message .profile dd {
  margin-top: 0.5em;
  font-size: 0.75em;
}
#message .profile dt {
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #message .inner {
    padding: 8% 4%;
  }
  #message h2 {
    font-size: 1.25em;
    background-size: 100%;
  }
  #message .flex {
    display: block;
  }
  #message .comment {
    width: 100%;
    font-size: 0.9em;
    line-height: 1.75;
  }
  #message .profile {
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
    font-size: 1em;
    text-align: center;
  }
  #message .profile .photo {
    width: 80%;
    max-width: 400px;
    margin: auto;
  }
}

/*-----------------------------------------------
      what
    -----------------------------------------------*/
#what {
  background-image: url("img/what_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#what .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4%;
}
#what h2 {
  padding: 1em 0;
  background-image: url("img/what_heading_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 20em;
  font-size: 1.5em;
  text-align: center;
}
#what .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: rgba(162, 116, 4, 1);
}
#what .list {
  margin-top: 4%;
}
#what .list li {
  margin-top: 2%;
}
#what .table {
  margin-top: 8%;
}
#what .table h3 {
  max-width: 15em;
  padding: 0.25em 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#what .table h3:before {
  content: "◆";
  color: rgba(200, 39, 70, 1);
}
#what .table .scroll {
  margin-top: 2%;
  width: 100%;
  overflow: auto;
}
#what .table .effect {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
  border-collapse: separate;
}
#what .table .effect th {
  position: sticky;
  top: 0;
  left: 0;
  padding: 0.75em;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#what .table .effect td {
  padding: 0.75em;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#what .table .effect thead th {
  border-top: 1px solid #333;
}
#what .table .effect th:first-child {
  border-left: 1px solid #333;
}
#what .table .effect thead th:first-child {
  z-index: 1;
}
#what .table .effect thead th {
  font-weight: 700;
  color: #fff;
  background: #a392a8;
}
#what .table .effect tbody th {
  width: 8em;
  font-weight: 700;
  text-align: left;
  background: #ffd1e0;
}
#what .table .effect tbody td {
  min-width: 6em;
}
#what .table .effect tbody tr:nth-child(even) td {
  background: #e3e3e3;
}
#what .table .effect .nr {
  font-weight: 700;
  color: #c82746;
  background: #f7ed6f !important;
}

@media screen and (max-width: 800px) {
  #what .inner {
    padding: 8% 4%;
  }
  #what h2 {
    font-size: 1.25em;
    background-size: 100%;
  }
}

/*-----------------------------------------------
      comparison
    -----------------------------------------------*/
#comparison h2 {
  font-size: 1.5em;
  text-align: center;
}
#comparison .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4%;
}
#comparison .list {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /*
    white-space: nowrap;
    border-collapse: separate;
    */
}
#comparison .list th,
#comparison .list td {
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  border: 4px solid #fff;
}
#comparison .list thead th {
  padding: 0.25em;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  background: #a392a8;
}
#comparison .list tbody th {
  width: 8em;
  font-weight: 700;
  background: #ffd1e0;
}
#comparison .list tbody td {
  width: 28%;
  background: #f1f1f1;
}
#comparison .list strong {
  font-size: 2em;
}
#comparison .list .red {
  color: #f00;
}
#comparison .list .nr {
  background: #fff2cb;
}
@media screen and (max-width: 800px) {
  #comparison {
    padding: 0 0 4% 0;
  }
  #comparison .scroll {
    overflow-x: scroll;
  }
  #comparison .list {
    min-width: 600px;
    margin-top: 4%;
    font-size: 0.9em;
  }
  #comparison .list th,
  #comparison .list td {
    border: 2px solid #fff;
  }
  #comparison .list thead th {
    font-size: 1.25em;
  }
}

/*-----------------------------------------------
      contact_bnr
    -----------------------------------------------*/
.contact_bnr {
  max-width: 1000px;
  margin: auto;
  padding: 100px 4%;
}
.contact_bnr p {
  font-size: 1.2em;
  text-align: center;
}
.contact_bnr ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.contact_bnr li {
  width: 48%;
}
.contact_bnr img {
  transition: 0.2s;
}
.contact_bnr a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .contact_bnr {
    max-width: 460px;
    padding: 10% 4%;
  }
  .contact_bnr p {
    font-size: 1em;
  }
  .contact_bnr ul {
    display: block;
    margin-top: 4%;
  }
  .contact_bnr li {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .contact_bnr li:not(:first-child) {
    margin-top: 8%;
  }
}

/*-----------------------------------------------
      button
    -----------------------------------------------*/
#button {
  position: fixed;
  top: calc(50% - 120px);
  right: -150px;
  z-index: 9999;
  width: 25%;
  max-width: 150px;
  transition: 0.5s;
}
#button.on {
  right: 0;
}
#button .foot {
  display: none;
}
#button .side li:not(:first-child) {
  margin-top: 10px;
}
#button .side img {
  border-radius: 10px 0 0 10px;
}
#button .side img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
#button a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #button {
    top: auto;
    right: auto;
    left: 0;
    bottom: -15%;
    width: 100%;
    max-width: 100%;
  }
  #button.on {
    bottom: 0;
  }
  #button .side {
    display: none;
  }
  #button .foot {
    display: block;
    display: flex;
  }
  #button .foot li {
    width: 50%;
  }
}
