<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: "Hina Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, transparent 0%, black 50%, black 100%);
  background: linear-gradient(to right, transparent 0%, black 50%, black 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

html,
body {
  height: 100%; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  overflow: hidden; }

section {
  position: relative; }

small {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    small {
      font-size: 10px; } }

strong {
  font-weight: bold; }

.mds1 {
  text-align: center;
  padding-bottom: 50px;
  font-size: 30px;
  background: url("../img/mds1_2024.png") no-repeat center center;
  background-size: 300px auto;
  height: 100px;
  padding-top: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .mds1 {
      font-size: 20px;
      background: url("../img/mds1_2024.png") no-repeat center center;
      background-size: 200px auto;
      height: 65px;
      padding-top: 15px; } }
  .mds1.ex {
    background: url("../img/mds1_ex.png") no-repeat center center;
    background-size: 300px auto; }
    @media screen and (max-width: 768px) {
      .mds1.ex {
        background: url("../img/mds1_ex.png") no-repeat center center;
        background-size: 200px auto; } }

.btn1 {
  width: 175px;
  margin: auto;
  display: block;
  text-align: center;
  background-color: #000;
  font-size: 20px;
  padding: 7px;
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px #000; }
  @media print, screen and (min-width: 769px) {
    .btn1.ex {
      width: 300px;
      padding: 20px;
      font-size: 30px; } }

.btn2 {
  display: block;
  text-align: center;
  background-color: #A20403;
  font-size: 20px;
  padding: 10px;
  border-radius: 50px;
  max-width: calc(100% - 100px);
  margin: auto; }
  @media print, screen and (min-width: 769px) {
    .btn2 {
      padding: 20px;
      font-size: 30px; } }

.t1, .t2, .t3 {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5; }

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

button:disabled {
  opacity: 0.3; }

@media print, screen and (min-width: 769px) {
  .effect1 {
    opacity: 0; }
    .effect1.on {
      -webkit-animation: ef1 1.0s forwards;
      animation: ef1 1.0s forwards; } }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

footer {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px 0 20px;
  color: #000; }
  footer .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px; }
    footer .logo figure {
      width: 145px;
      padding-left: 25px;
      border-left: 1px solid #000;
      margin-left: 20px; }
  footer .copyright {
    text-align: center;
    font-size: 10px;
    padding-top: 10px; }

header {
  position: fixed;
  line-height: 1;
  z-index: 1000;
  top: 0px;
  right: 0px; }
  header #menubtn {
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.hm_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.hm_button {
  display: block;
  padding: 0;
  width: 35px;
  height: 20px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.hm_button .hm_bar {
  display: block;
  width: 35px;
  height: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.hm_button .hm_bar1 {
  top: 0; }

.hm_button .hm_bar2 {
  top: 50%; }

.hm_button .hm_bar3 {
  top: 100%; }

.hm_button.active .hm_bar {
  width: 40.31px;
  left: 0px; }

.hm_button.active .hm_bar1 {
  -webkit-transform: rotate(0.51915rad) translateY(-50%);
  -ms-transform: rotate(0.51915rad) translateY(-50%);
  transform: rotate(0.51915rad) translateY(-50%);
  top: 0px; }

.hm_button.active .hm_bar2 {
  opacity: 0; }

.hm_button.active .hm_bar3 {
  -webkit-transform: rotate(-0.51915rad) translateY(-50%);
  -ms-transform: rotate(-0.51915rad) translateY(-50%);
  transform: rotate(-0.51915rad) translateY(-50%);
  top: calc(100% - 0px); }

.hm_button .hm_bar {
  background-color: #FF0000; }

.hm_button.active .hm_bar {
  background-color: #000; }

#menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  overflow-y: auto;
  font-size: 30px;
  background: url("../img/menu_bg.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #menu {
      font-size: 20px; } }
  #menu.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 999; }
  #menu .nav {
    text-align: center; }
    #menu .nav a {
      display: inline-block;
      padding: 20px; }
      @media screen and (max-width: 768px) {
        #menu .nav a {
          padding: 10px; } }

.votebox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .votebox.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 9999; }
  .votebox .in {
    background: url("../img/bg3.jpg") no-repeat center center;
    background-size: cover;
    width: 316px;
    border-radius: 14px;
    box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.5);
    position: relative;
    text-align: center; }
    .votebox .in h2 {
      color: #A20403;
      font-size: 20px;
      padding-bottom: 20px; }
    .votebox .in #close_first, .votebox .in #close_final {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 32px;
      cursor: pointer; }

#vote_first .in {
  padding: 16px 16px 32px 16px; }
  #vote_first .in .name {
    background-color: #000;
    font-size: 24px;
    padding: 15px; }
  #vote_first .in .t1 {
    text-align: center;
    color: #000;
    padding: 24px 0;
    font-size: 20px;
    text-shadow: 0px 0px 6px #fff; }
  #vote_first .in .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px; }
    #vote_first .in .radio label {
      width: calc(50% - 8px);
      display: block;
      padding: 20px 0;
      font-size: 20px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
      border-radius: 17px;
      cursor: pointer;
      letter-spacing: -0.1em; }
      #vote_first .in .radio label:nth-of-type(1) {
        background: -webkit-linear-gradient(top, #D40402, #510202);
        background: linear-gradient(to bottom, #D40402, #510202); }
      #vote_first .in .radio label:nth-of-type(2) {
        background: -webkit-linear-gradient(top, #27A2D1, #145169);
        background: linear-gradient(to bottom, #27A2D1, #145169); }
    #vote_first .in .radio .radiobutton:checked + label {
      text-shadow: 0px 0px 8px white;
      box-shadow: 0px 0px 6px white;
      outline: 1px solid #fff;
      -webkit-filter: saturate(160%) contrast(150%);
      filter: saturate(160%) contrast(150%); }

#vote_final .in {
  padding: 16px 16px 32px 16px; }
  #vote_final .in .t1 {
    text-align: center;
    color: #000;
    padding-bottom: 20px;
    font-size: 20px;
    text-shadow: 0px 0px 6px #fff; }
  #vote_final .in .radio {
    padding-bottom: 12px; }
    #vote_final .in .radio label {
      display: block;
      width: 100%;
      padding: 10px 0;
      font-size: 20px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
      border-radius: 40px;
      background: -webkit-linear-gradient(top, #D40402, #510202);
      background: linear-gradient(to bottom, #D40402, #510202);
      margin-bottom: 24px;
      cursor: pointer; }
    #vote_final .in .radio .radiobutton:checked + label {
      background: -webkit-linear-gradient(top, #27A2D1, #145169);
      background: linear-gradient(to bottom, #27A2D1, #145169); }

.radiobutton {
  display: none; }

#vote_disable .in,
#vote_compleat .in {
  padding-top: 50px; }
  #vote_disable .in .t1,
  #vote_compleat .in .t1 {
    text-align: center;
    background-color: #000;
    font-size: 24px;
    padding: 15px; }
    #vote_disable .in .t1 small,
    #vote_compleat .in .t1 small {
      display: block;
      font-size: 14px; }
  #vote_disable .in #close_disable,
  #vote_disable .in #close_compleat,
  #vote_compleat .in #close_disable,
  #vote_compleat .in #close_compleat {
    text-align: center;
    color: #000;
    padding: 20px;
    font-size: 20px;
    text-shadow: 0px 0px 6px #fff;
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .pc-top {
    display: none; }
}

@media screen and (max-width: 768px) {
  .none, .pc {
    display: none; }
  main {
    position: relative;
    overflow: hidden; }
    main .profile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 30px; }
      main .profile figure {
        width: 124px; }
      main .profile .set {
        width: calc(100% - 135px); }
        main .profile .set h3 {
          font-size: 16px;
          padding-bottom: 5px;
          border-bottom: 2px solid #A20403;
          margin-bottom: 5px; }
          main .profile .set h3 b {
            display: block;
            font-size: 14px;
            color: #A20403;
            padding-bottom: 5px; }
          main .profile .set h3 small {
            font-size: 10px; }
        main .profile .set .link {
          padding-bottom: 5px; }
          main .profile .set .link a {
            display: block;
            padding: 10px 0px 10px 20px;
            background: url("../img/arrow1.png") no-repeat left center;
            background-size: 14px; }
    main .comment {
      line-height: 1.6;
      background-color: #A20403;
      color: #000;
      font-size: 12px;
      padding: 5px; }
  main .section {
    padding: 50px 20px 60px; }
  main #mainzone .in {
    position: relative; }
    main #mainzone .in .btn {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 60px; }
  main #zone1 {
    padding-bottom: 30px;
    background: url("../img/bg1.jpg") no-repeat center bottom;
    background-size: 100% auto; }
    main #zone1 .t1 {
      text-align: center;
      padding-bottom: 40px; }
      main #zone1 .t1 i {
        display: inline-block;
        color: #F7FF00;
        font-size: 20px;
        padding: 10px; }
    main #zone1 .sec1 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      main #zone1 .sec1::after {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 0 13px 20px;
        border-color: transparent transparent transparent #A20403; }
      main #zone1 .sec1 .set {
        width: calc(50% - 15px); }
        main #zone1 .sec1 .set figure {
          padding: 25px; }
        main #zone1 .sec1 .set .t2 {
          font-size: 12px; }
  main #zone2 .sec1 .comment {
    margin-top: 10px;
    font-size: 14px; }
  main #zone3 .comment {
    background-color: #fff; }
  main #zone4 {
    background: url("../img/bg2.jpg") no-repeat center top;
    background-size: cover; }
    main #zone4 h2 {
      max-width: 320px;
      margin: auto; }
    main #zone4 .t1 {
      text-align: center;
      font-size: 16px;
      padding-bottom: 15px; }
  main #zone5 {
    padding-top: 60px; }
    main #zone5 .t2 {
      text-align: center;
      padding-bottom: 25px; }
    main #zone5 .t3 {
      font-size: 12px;
      padding-top: 50px; }
    main #zone5 .btn i {
      display: block;
      text-align: center;
      line-height: 1.5;
      padding-top: 10px; }
  main #zone6 .lead {
    font-size: 16px;
    text-align: center;
    padding: 20px; }
  main #zone6 .set {
    padding-bottom: 50px; }
    main #zone6 .set h3 {
      font-size: 16px; }
      main #zone6 .set h3 i {
        color: #A20403; }
    main #zone6 .set figure {
      padding: 10px 0; }
    main #zone6 .set .t1 {
      padding-bottom: 20px; }
  main #zone7 figure {
    width: 260px;
    margin: auto;
    padding: 20px 0; }
  main #zone7 .t2 {
    font-size: 12px; }
  main #zone7 .buy-btn {
    padding: 30px 0; } }

@media print, screen and (min-width: 769px) {
  .sp-top {
    display: none; }
}
	
@media print, screen and (min-width: 769px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #fff;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a, button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff; }
    a:hover, button:hover {
      opacity: 0.7; }
  .profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px; }
    .profile figure {
      width: 140px; }
    .profile .set {
      width: calc(100% - 150px); }
      .profile .set h3 {
        font-size: 22px;
        padding-bottom: 5px;
        border-bottom: 2px solid #A20403;
        margin-bottom: 5px; }
        .profile .set h3 b {
          display: block;
          font-size: 16px;
          color: #A20403;
          padding-bottom: 5px; }
        .profile .set h3 small {
          font-size: 10px; }
      .profile .set .link {
        padding-bottom: 5px;
        font-size: 15px; }
        .profile .set .link a {
          display: block;
          padding: 10px 0px 10px 20px;
          background: url("../img/arrow1.png") no-repeat left center;
          background-size: 14px; }
  .comment {
    line-height: 1.6;
    background-color: #A20403;
    color: #000;
    font-size: 14px;
    padding: 5px; }
  main .section {
    padding: 60px 0px 100px; }
  main #mainzone {
    padding-bottom: 50px; }
    main #mainzone .in {
      position: relative; }
      main #mainzone .in .btn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 120px; }
    main #mainzone h2 {
      width: 830px;
      margin: auto; }
  main #zone1 {
    max-width: 760px;
    margin: auto;
    padding: 60px 25px 30px;
    background: url("../img/bg1.jpg") no-repeat center bottom;
    background-size: 100% auto; }
    main #zone1 .t1 {
      text-align: center;
      padding-bottom: 40px; }
      main #zone1 .t1 i {
        display: inline-block;
        color: #F7FF00;
        font-size: 30px;
        padding: 10px; }
    main #zone1 .sec1 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      main #zone1 .sec1::after {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 0 13px 20px;
        border-color: transparent transparent transparent #A20403; }
      main #zone1 .sec1 .set {
        width: calc(50% - 25px); }
        main #zone1 .sec1 .set figure {
          padding: 25px;
          width: 200px;
          margin: auto; }
        main #zone1 .sec1 .set .t2 {
          font-size: 16px; }
  main #zone2 {
    max-width: 850px;
    margin: auto; }
    main #zone2 .sec1 {
      width: 400px;
      margin: auto; }
      main #zone2 .sec1 .comment {
        font-size: 16px;
        margin-top: 10px; }
    main #zone2 .sec2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      main #zone2 .sec2 .profile {
        width: calc(50% - 20px); }
  main #zone3 {
    max-width: 850px;
    margin: auto; }
    main #zone3 .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      main #zone3 .sec .profile {
        width: calc(50% - 20px); }
    main #zone3 .comment {
      background-color: #fff; }
  main #zone4 {
    background: url("../img/bg2.jpg") no-repeat center top;
    background-size: cover;
    padding: 60px 50px 100px; }
    main #zone4 h2 {
      max-width: 400px;
      margin: auto; }
    main #zone4 .t1 {
      text-align: center;
      font-size: 20px;
      padding-bottom: 15px; }
  main #zone5 {
    padding-top: 60px; }
    main #zone5 .t2 {
      text-align: center;
      padding-bottom: 25px; }
    main #zone5 .t3 {
      width: 700px;
      margin: auto;
      font-size: 14px;
      padding-top: 50px; }
    main #zone5 .btn i {
      display: block;
      text-align: center;
      line-height: 1.5;
      padding-top: 10px; }
  main #zone6 {
    max-width: 850px;
    margin: auto; }
    main #zone6 .lead {
      font-size: 20px;
      text-align: center;
      padding: 20px 0 40px; }
    main #zone6 .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      main #zone6 .sec .set {
        width: calc(50% - 25px);
        padding-bottom: 50px; }
        main #zone6 .sec .set h3 {
          font-size: 18px; }
          main #zone6 .sec .set h3 i {
            color: #A20403; }
        main #zone6 .sec .set figure {
          padding: 10px 0; }
        main #zone6 .sec .set .t1 {
          font-size: 16px;
          padding-bottom: 20px; }
        main #zone6 .sec .set .t2 {
          font-size: 16px; }
		main #zone6 .sec .set .tt {
          font-size: 16px; }
  main #zone7 {
    max-width: 700px;
    margin: auto; }
    main #zone7 figure {
      width: 400px;
      margin: auto;
      padding: 20px 0; }
	main #zone7 .t1 {
      font-size: 25px; }
    main #zone7 .t2 {
      font-size: 16px; }
    main #zone7 .buy-btn {
      padding: 50px 0; } }

main #mainzone .in .btn{
  position: fixed;
  z-index: 100; }


/*# sourceMappingURL=style.css.map */
</pre></body></html>