@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap";
html {
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  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; }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
    body header, body .bg {
      display: none; } }

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.effect1 {
  opacity: 0; }
  .effect1.on {
    -webkit-animation: ef1 1s forwards;
    animation: ef1 1s forwards; }

.effect2 li {
  opacity: 0; }

.effect2.on li {
  -webkit-animation: ef2 1s forwards;
  animation: ef2 1s forwards; }
  .effect2.on li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .effect2.on li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .effect2.on li:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .effect2.on li:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .effect2.on li:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .effect2.on li:nth-child(6) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s; }

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

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

@-webkit-keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media print, screen and (max-width: 767px) {
  body {
    font-family: 'Noto Sans JP',sans-serif;
    color: #fff;
    background: #000;
    font-size: 14px;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden; }
  img {
    border: 0;
    vertical-align: bottom;
    width: 100%; }
  a {
    color: #000;
    text-decoration: none; }
  .none, .pc {
    display: none; }
  .btn1 {
    background: #17AC70;
    display: block;
    width: 200px;
    font-size: 16px;
    padding: 8px 0 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 25px; }
  .btn2 {
    background: #fff;
    display: block;
    width: 200px;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #17AC70;
    border-radius: 25px;
    border: 2px solid #17AC70; }
  .mds1 {
    position: relative;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 15px 0 30px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .mds1::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 40px);
      width: 80px;
      height: 4px;
      background: #17AC70; }
    .mds1 i {
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 16px;
      padding-bottom: 15px; }
  .mds2 {
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .mds2 i {
      display: inline-block;
      padding: 15px;
      border-bottom: 1px solid #17AC70; }
  .bar {
    width: 80px;
    margin: auto;
    height: 4px;
    background: #17AC70;
    margin-bottom: 50px; }
  header {
    width: 100%;
    z-index: 9;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px; }
    header h1 {
      width: 130px; }
    header .btn1 {
      width: 150px;
      font-size: 14px; }
  #pagetop {
    position: fixed;
    right: 0px;
    bottom: 40px;
    opacity: 0.7;
    z-index: 10; }
    #pagetop img {
      width: 40px; }
  #side {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px); }
    #side.on {
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    #side .box {
      position: relative;
      width: 280px;
      background: #fff;
      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-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
      padding: 7px;
      margin-top: 5px; }
      #side .box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #17AC70 transparent transparent transparent; }
      #side .box figure {
        width: 60px; }
      #side .box .in {
        width: 110px;
        color: #000; }
        #side .box .in .t1 {
          font-size: 12px;
          font-weight: bold; }
        #side .box .in .t2 {
          font-size: 10px;
          line-height: 1.2;
          margin-top: 5px; }
      #side .box .btn1 {
        width: 80px;
        font-size: 12px; }
  footer {
    background: #000;
    color: #fff;
    position: relative;
    padding-bottom: 110px; }
    footer .t1 {
      text-align: center;
      padding: 30px 0; }
      footer .t1 img {
        width: 80px; }
    footer ul {
      padding-bottom: 15px;
      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; }
      footer ul li {
        width: 50%;
        text-align: center;
        padding-bottom: 10px; }
    footer .copyright {
      text-align: center;
      font-size: 10px;
      padding: 15px;
      border-top: 1px solid #333333;
      line-height: 1.2; }
    footer a {
      color: #fff;
      font-weight: bold; }
  #jikkan .mainpic {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #jikkan .yt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 20px; }
    #jikkan .yt iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #jikkan .product {
    max-width: 300px;
    margin: auto; }
    #jikkan .product li {
      background: #fff;
      color: #000;
      text-align: center;
      padding-bottom: 30px;
      margin-bottom: 50px; }
      #jikkan .product li h4 {
        font-size: 18px;
        font-weight: bold;
        padding: 20px;
        line-height: 1.2; }
      #jikkan .product li .in {
        padding: 0 20px 20px 20px;
        text-align: center; }
        #jikkan .product li .in .t2 {
          line-height: 1.4;
          vertical-align: baseline; }
          #jikkan .product li .in .t2 i {
            font-size: 24px;
            font-family: 'Roboto Condensed', sans-serif; }
      #jikkan .product li .btn1 {
        margin: auto; }
  #jikkan #zone1 {
    padding: 150px 20px 50px;
    position: relative; }
    #jikkan #zone1 h1 {
      font-size: 46px;
      font-weight: bold;
      padding-bottom: 20px; }
    #jikkan #zone1 .te1 {
      font-size: 16px;
      font-weight: bold; }
      #jikkan #zone1 .te1 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 5px;
        line-height: 1.2;
        margin-bottom: 5px; }
    #jikkan #zone1 .te2 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 5px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      #jikkan #zone1 .te2 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 5px;
        line-height: 1.2; }
      #jikkan #zone1 .te2 span {
        color: #008A52; }
    #jikkan #zone1 .te3 {
      font-size: 16px;
      font-weight: bold; }
      #jikkan #zone1 .te3 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 5px;
        margin-bottom: 5px; }
    #jikkan #zone1 .btn {
      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;
      text-align: center;
      margin: 50px 0; }
      #jikkan #zone1 .btn .btn1 {
        width: 300px; }
  #jikkan #zone2 {
    padding: 0 20px 80px; }
    #jikkan #zone2 .set .t1 {
      text-align: center;
      line-height: 1.6; }
    #jikkan #zone2 .set .t2 {
      font-size: 13px;
      line-height: 1.4;
      height: 40px;
      padding: 2px 0 0 50px;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      #jikkan #zone2 .set .t2 i {
        font-weight: bold; }
    #jikkan #zone2 .set .u1 {
      background: url("../img/user_p1.jpg") no-repeat 0 0;
      background-size: cover;
      border-radius: 10px;
      border: 4px solid #008A52;
      margin-bottom: 20px;
      position: relative;
      height: 400px;
      padding-top: 50px; }
      #jikkan #zone2 .set .u1 .t1 {
        font-size: 20px;
        line-height: 2; }
      #jikkan #zone2 .set .u1 .t2 {
        background: url("../img/user_m1.png") no-repeat 0 center;
        background-size: 40px; }
    #jikkan #zone2 .set .u2 {
      background: #008A52;
      border-radius: 10px;
      margin-bottom: 20px;
      position: relative;
      padding-top: 25px; }
      #jikkan #zone2 .set .u2 .t1 {
        padding-bottom: 75px; }
      #jikkan #zone2 .set .u2 .t2 {
        background: url("../img/user_m1.png") no-repeat 0 center;
        background-size: 40px; }
    #jikkan #zone2 .set .u3 {
      background: #008A52;
      border-radius: 10px;
      margin-bottom: 20px;
      position: relative;
      padding-top: 25px; }
      #jikkan #zone2 .set .u3 .t1 {
        padding-bottom: 75px; }
      #jikkan #zone2 .set .u3 .t2 {
        background: url("../img/user_w1.png") no-repeat 0 center;
        background-size: 40px; }
      #jikkan #zone2 .set .u3.ex1 {
        background: #1f265b; }
        #jikkan #zone2 .set .u3.ex1 .t2 {
          background: url("../img/user_w2.png") no-repeat 0 center;
          background-size: 40px; }
    #jikkan #zone2 .set .u4 {
      background: #1f265b;
      border-radius: 10px;
      margin-bottom: 20px;
      position: relative;
      padding-top: 25px; }
      #jikkan #zone2 .set .u4 .t1 {
        padding-bottom: 75px; }
      #jikkan #zone2 .set .u4 .t2 {
        background: url("../img/user_m2.png") no-repeat 0 center;
        background-size: 40px; }
    #jikkan #zone2 .set .u5 {
      background: url("../img/user_p2.jpg") no-repeat 0 0;
      background-size: cover;
      border-radius: 10px;
      border: 4px solid #008A52;
      margin-bottom: 20px;
      position: relative;
      height: 400px;
      padding-top: 50px; }
      #jikkan #zone2 .set .u5 .t1 {
        font-size: 20px;
        line-height: 2; }
      #jikkan #zone2 .set .u5 .t2 {
        background: url("../img/user_w1.png") no-repeat 0 center;
        background-size: 40px; }
    #jikkan #zone2 .set .ex {
      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; }
      #jikkan #zone2 .set .ex .u3, #jikkan #zone2 .set .ex .u4 {
        width: 100%; }
    #jikkan #zone2 .t3 {
      width: 100%;
      text-align: center;
      font-size: 0.8em;
      line-height: 1.4;
      color: #000; }
  #jikkan #zone4 {
    background: #fff;
    color: #000;
    padding: 50px 0; }
    #jikkan #zone4 .in .t1 {
      font-weight: bold;
      font-size: 15px;
      padding: 20px 20px 0px 20px;
      line-height: 2;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
    #jikkan #zone4 .in span {
      color: #17AC70; }
    #jikkan #zone4 .set1, #jikkan #zone4 .set2, #jikkan #zone4 .set3, #jikkan #zone4 .set4 {
      margin-bottom: 50px; }
    #jikkan #zone4 .set5 {
      margin-bottom: 0; }
  #jikkan #zone5 {
    padding: 50px 20px;
    background: url("../img/bg1.jpg") no-repeat top center;
    background-size: 200% auto; }
    #jikkan #zone5 .t1 {
      line-height: 2;
      padding-bottom: 50px; }
    #jikkan #zone5 .btn1 {
      margin: auto; }
  #jikkan #zone6 {
    background: #fff;
    color: #000;
    padding-top: 50px; }
    #jikkan #zone6 .set {
      padding-bottom: 50px; }
      #jikkan #zone6 .set .in {
        position: relative; }
        #jikkan #zone6 .set .in .t1 {
          font-weight: bold;
          font-size: 20px;
          letter-spacing: 0.1em;
          padding: 20px;
          line-height: 1.6; }
      #jikkan #zone6 .set .t2 {
        padding: 0 20px;
        line-height: 2; }
  #jikkan #zone8 {
    padding-top: 50px;
    background: url("../img/bg2.jpg") no-repeat center center;
    background-size: cover; }
    #jikkan #zone8 .set1, #jikkan #zone8 .set2 {
      position: relative;
      padding: 0 20px 50px; }
      #jikkan #zone8 .set1 figure, #jikkan #zone8 .set2 figure {
        padding-bottom: 10px;
        padding-right: 30px;
        z-index: 2; }
      #jikkan #zone8 .set1 h3, #jikkan #zone8 .set2 h3 {
        text-align: right;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        position: relative;
        z-index: 1; }
        #jikkan #zone8 .set1 h3::before, #jikkan #zone8 .set2 h3::before {
          content: '';
          position: absolute;
          top: -19px;
          right: 180px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0 0 20px;
          border-color: transparent transparent transparent #17AC70; }
        #jikkan #zone8 .set1 h3 i, #jikkan #zone8 .set2 h3 i {
          display: inline-block;
          background: #17AC70;
          text-align: center;
          padding: 15px 0;
          width: 230px; }
        #jikkan #zone8 .set1 h3 small, #jikkan #zone8 .set2 h3 small {
          display: block;
          font-size: 10px;
          padding-top: 5px; }
      #jikkan #zone8 .set1 .in, #jikkan #zone8 .set2 .in {
        padding-top: 10px;
        z-index: 3; }
        #jikkan #zone8 .set1 .in .t1, #jikkan #zone8 .set2 .in .t1 {
          padding-bottom: 10px; }
          #jikkan #zone8 .set1 .in .t1 i, #jikkan #zone8 .set2 .in .t1 i {
            color: #17AC70; }
        #jikkan #zone8 .set1 .in .t2, #jikkan #zone8 .set2 .in .t2 {
          padding-bottom: 20px;
          font-weight: bold;
          letter-spacing: 0.1em; }
          #jikkan #zone8 .set1 .in .t2 i, #jikkan #zone8 .set2 .in .t2 i {
            font-size: 18px; }
    #jikkan #zone8 .btn {
      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;
      text-align: center;
      padding-bottom: 50px; }
      #jikkan #zone8 .btn .btn1 {
        width: 300px; }
  #jikkan #zone9 {
    background: #fff;
    color: #000; }
    #jikkan #zone9 .in .set {
      text-align: center;
      padding: 50px 0;
      border-bottom: 1px solid #ccc; }
      #jikkan #zone9 .in .set .t1 {
        padding: 0 20px 20px 20px;
        line-height: 2;
        font-size: 12px; }
  #jikkan #zone10 {
    padding: 50px 0;
    background: #f1ece2;
    color: #000; }
    #jikkan #zone10 .t1 {
      text-align: center;
      line-height: 2;
      padding-bottom: 30px; }
    #jikkan #zone10 figure {
      margin: 0 20px 30px; }
    #jikkan #zone10 .btn1 {
      margin: auto; } }

@media screen and (min-width: 768px) {
  body {
    font-family: 'Noto Sans JP',sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    min-width: 1140px;
    font-weight: normal;
    background: #000;
    overflow-x: hidden; }
  img {
    vertical-align: bottom;
    width: 100%; }
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #000; }
    a:hover {
      opacity: 0.7; }
  a[href^="tel:"] {
    cursor: default; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  .sp {
    display: none; }
  .btn1 {
    background: #17AC70;
    display: block;
    width: 240px;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 25px; }
    .btn1:hover {
      opacity: 1;
      background: #008A52; }
  .btn2 {
    background: #fff;
    display: block;
    width: 200px;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #17AC70;
    border-radius: 25px;
    border: 2px solid #17AC70; }
    .btn2:hover {
      opacity: 1;
      background: #fde3e1; }
  .mds1 {
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    padding: 20px 0 60px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .mds1::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 40px);
      width: 80px;
      height: 4px;
      background: #17AC70; }
    .mds1 i {
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 24px;
      padding-bottom: 25px; }
  .mds2 {
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .mds2 i {
      display: inline-block;
      padding: 15px;
      border-bottom: 1px solid #17AC70; }
  .bar {
    width: 80px;
    margin: auto;
    height: 4px;
    background: #17AC70;
    margin-bottom: 80px; }
  header {
    width: 1140px;
    margin: auto;
    z-index: 9;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0; }
    header h1 {
      width: 130px; }
    header .btn1 {
      width: 200px;
      font-size: 16px; }
  #pagetop {
    position: fixed;
    right: 0px;
    bottom: 45px;
    opacity: 0.7;
    z-index: 5; }
    #pagetop img {
      width: 50px; }
  #side {
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(540px, 0px);
    -ms-transform: translate(540px, 0px);
    transform: translate(540px, 0px); }
    #side.on {
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    #side .box {
      position: relative;
      background: #fff;
      width: 480px;
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
      margin-top: 10px; }
      #side .box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-color: #17AC70 transparent transparent transparent; }
      #side .box figure {
        width: 100px; }
      #side .box .in {
        color: #000; }
        #side .box .in .t1 {
          font-weight: bold; }
        #side .box .in .t2 {
          font-size: 14px;
          line-height: 1.2;
          margin-top: 5px; }
      #side .box .btn1 {
        width: 200px;
        font-size: 16px; }
  footer {
    background: #000;
    color: #fff;
    position: relative;
    padding-bottom: 200px; }
    footer .t1 {
      text-align: center;
      padding: 30px 0; }
      footer .t1 img {
        width: 80px; }
    footer ul {
      width: 830px;
      margin: auto;
      padding-bottom: 25px;
      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; }
    footer .copyright {
      text-align: center;
      font-size: 12px;
      padding: 15px;
      border-top: 1px solid #333333; }
    footer a {
      color: #fff;
      font-weight: bold; }
  #jikkan .movie {
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    #jikkan .movie::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3000px;
      background: url("../img/main_bg.png") no-repeat 0 0;
      background-size: 35% auto;
      z-index: 5; }
    #jikkan .movie figure {
      height: 900px; }
      #jikkan .movie figure img {
        height: 900px;
        object-fit: cover; }
  #jikkan .yt {
    width: 740px;
    margin: auto;
    padding-bottom: 25px;
    position: relative; }
    #jikkan .yt iframe {
      width: 740px;
      height: 420px; }
  #jikkan .product {
    width: 940px;
    margin: auto;
    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: 80px; }
    #jikkan .product.ex {
      width: 440px; }
    #jikkan .product li {
      width: 440px;
      background: #fff;
      color: #000;
      text-align: center;
      padding-bottom: 30px; }
      #jikkan .product li h4 {
        font-size: 24px;
        font-weight: bold;
        padding: 20px;
        line-height: 1.2; }
      #jikkan .product li .in {
        padding: 0 20px 30px 20px;
        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;
        text-align: center; }
        #jikkan .product li .in .t2 {
          vertical-align: baseline; }
          #jikkan .product li .in .t2 i {
            font-size: 24px;
            font-family: 'Roboto Condensed', sans-serif; }
      #jikkan .product li .btn1 {
        margin: auto; }
  #jikkan #zone1 {
    width: 1000px;
    margin: auto;
    padding: 90px 0;
    position: relative; }
    #jikkan #zone1 h1 {
      font-size: 80px;
      font-weight: bold;
      padding-bottom: 40px; }
    #jikkan #zone1 .te1 {
      font-weight: bold;
      font-size: 32px;
      margin-bottom: 10px; }
      #jikkan #zone1 .te1 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 10px; }
    #jikkan #zone1 .te2 {
      font-weight: bold;
      font-size: 32px;
      margin-bottom: 10px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      #jikkan #zone1 .te2 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 10px; }
      #jikkan #zone1 .te2 span {
        color: #008A52; }
    #jikkan #zone1 .te3 {
      font-weight: bold;
      font-size: 32px; }
      #jikkan #zone1 .te3 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 10px;
        margin-bottom: 10px; }
    #jikkan #zone1 .btn {
      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;
      text-align: center;
      margin: 100px 0 50px; }
      #jikkan #zone1 .btn .btn1 {
        width: 400px; }
  #jikkan #zone2 {
    padding-bottom: 100px; }
    #jikkan #zone2 .sec {
      width: 1140px;
      margin: auto;
      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; }
    #jikkan #zone2 .set {
      width: 370px; }
      #jikkan #zone2 .set .t1 {
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
        padding: 0 10px; }
        #jikkan #zone2 .set .t1.ex1 {
          margin-top: -15px; }
      #jikkan #zone2 .set .t2 {
        font-size: 14px;
        line-height: 1.4;
        height: 40px;
        padding: 2px 0 0 50px;
        position: absolute;
        bottom: 20px;
        left: 20px; }
        #jikkan #zone2 .set .t2 i {
          font-weight: bold; }
      #jikkan #zone2 .set .u1 {
        background: url("../img/user_p1.jpg") no-repeat 0 0;
        background-size: cover;
        border-radius: 10px;
        border: 4px solid #008A52;
        margin-bottom: 20px;
        position: relative;
        height: 550px;
        padding-top: 80px; }
        #jikkan #zone2 .set .u1 .t1 {
          font-size: 24px;
          line-height: 2; }
        #jikkan #zone2 .set .u1 .t2 {
          background: url("../img/user_m1.png") no-repeat 0 center;
          background-size: 60px;
          height: 60px;
          padding: 10px 0 0 70px;
          position: absolute;
          bottom: 40px;
          left: 80px; }
      #jikkan #zone2 .set .u2 {
        background: #008A52;
        border-radius: 10px;
        margin-bottom: 20px;
        position: relative;
        height: 170px;
        padding-top: 25px; }
        #jikkan #zone2 .set .u2 .t2 {
          background: url("../img/user_m1.png") no-repeat 0 center;
          background-size: 40px; }
      #jikkan #zone2 .set .u3 {
        background: #008A52;
        border-radius: 10px;
        margin-bottom: 20px;
        position: relative;
        height: 170px;
        padding-top: 25px; }
        #jikkan #zone2 .set .u3 .t2 {
          background: url("../img/user_w1.png") no-repeat 0 center;
          background-size: 40px; }
        #jikkan #zone2 .set .u3.ex1 {
          background: #1f265b; }
          #jikkan #zone2 .set .u3.ex1 .t2 {
            background: url("../img/user_w2.png") no-repeat 0 center;
            background-size: 40px; }
      #jikkan #zone2 .set .u4 {
        background: #1f265b;
        border-radius: 10px;
        margin-bottom: 20px;
        position: relative;
        height: 170px;
        padding-top: 25px; }
        #jikkan #zone2 .set .u4 .t2 {
          background: url("../img/user_m2.png") no-repeat 0 center;
          background-size: 40px; }
      #jikkan #zone2 .set .u5 {
        background: url("../img/user_p2.jpg") no-repeat 0 0;
        background-size: cover;
        border-radius: 10px;
        border: 4px solid #008A52;
        margin-bottom: 20px;
        position: relative;
        height: 550px;
        padding-top: 80px; }
        #jikkan #zone2 .set .u5 .t1 {
          font-size: 24px;
          line-height: 2; }
        #jikkan #zone2 .set .u5 .t2 {
          background: url("../img/user_w1.png") no-repeat 0 center;
          background-size: 60px;
          height: 60px;
          padding: 10px 0 0 70px;
          position: absolute;
          bottom: 40px;
          left: 80px; }
      #jikkan #zone2 .set .ex {
        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; }
        #jikkan #zone2 .set .ex .u3, #jikkan #zone2 .set .ex .u4 {
          width: calc(50% - 10px); }
    #jikkan #zone2 .t3 {
      width: 100%;
      text-align: center;
      color: #000;
      font-size: 0.8em; }
  #jikkan #zone4 {
    background: #fff;
    color: #000;
    padding: 80px 0 100px; }
    #jikkan #zone4 .in .t1 {
      font-weight: bold;
      font-size: 22px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      #jikkan #zone4 .in .t1 i {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 8px;
        margin-bottom: 5px; }
    #jikkan #zone4 .in span {
      color: #17AC70; }
    #jikkan #zone4 .set1, #jikkan #zone4 .set2, #jikkan #zone4 .set3, #jikkan #zone4 .set4, #jikkan #zone4 .set5 {
      width: 1040px;
      margin: auto;
      position: relative;
      margin-bottom: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    #jikkan #zone4 .set1 {
      height: 510px; }
      #jikkan #zone4 .set1 figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 740px; }
      #jikkan #zone4 .set1 .in {
        margin-left: 640px; }
    #jikkan #zone4 .set2 {
      height: 373px; }
      #jikkan #zone4 .set2 figure {
        position: absolute;
        top: 0;
        right: 0;
        width: 713px; }
      #jikkan #zone4 .set2 .in {
        margin-left: 20px;
        text-align: right; }
    #jikkan #zone4 .set3 {
      height: 373px; }
      #jikkan #zone4 .set3 figure {
        position: absolute;
        top: 0;
        left: 100px;
        width: 540px; }
      #jikkan #zone4 .set3 .in {
        margin-left: 560px; }
    #jikkan #zone4 .set4 {
      height: 373px; }
      #jikkan #zone4 .set4 figure {
        position: absolute;
        top: 0;
        right: 0;
        width: 540px; }
      #jikkan #zone4 .set4 .in {
        margin-left: 200px;
        text-align: right; }
    #jikkan #zone4 .set5 {
      height: 373px;
      margin-bottom: 0; }
      #jikkan #zone4 .set5 figure {
        position: absolute;
        top: 0;
        left: 100px;
        width: 540px; }
      #jikkan #zone4 .set5 .in {
        margin-left: 520px; }
  #jikkan #zone5 {
    padding: 100px 0 100px;
    background: url("../img/bg1.jpg") no-repeat top center;
    background-size: 100% auto; }
    #jikkan #zone5 .t1 {
      text-align: center;
      line-height: 2;
      padding-bottom: 50px; }
    #jikkan #zone5 .btn1 {
      margin: auto; }
  #jikkan #zone6 {
    background: #fff;
    color: #000;
    padding-top: 80px; }
    #jikkan #zone6 .set {
      width: 740px;
      margin: auto;
      padding-bottom: 80px; }
      #jikkan #zone6 .set .in {
        position: relative; }
        #jikkan #zone6 .set .in .t1 {
          font-weight: bold;
          font-size: 28px;
          letter-spacing: 0.1em;
          position: absolute;
          bottom: 50px;
          left: 470px;
          width: 500px; }
          #jikkan #zone6 .set .in .t1 i {
            display: inline-block;
            background: #fff;
            color: #000;
            padding: 8px 12px;
            margin-bottom: 10px; }
      #jikkan #zone6 .set .t2 {
        width: 550px;
        margin: auto;
        padding-top: 40px;
        line-height: 2; }
  #jikkan #zone8 {
    padding-top: 80px;
    background: url("../img/bg2.jpg") no-repeat center center;
    background-size: cover; }
    #jikkan #zone8 .set1, #jikkan #zone8 .set2 {
      width: 960px;
      margin: auto;
      position: relative;
      padding-bottom: 80px; }
      #jikkan #zone8 .set1 figure, #jikkan #zone8 .set2 figure {
        position: relative;
        padding-top: 30px;
        z-index: 2; }
        #jikkan #zone8 .set1 figure img, #jikkan #zone8 .set2 figure img {
          width: 540px; }
      #jikkan #zone8 .set1 h3, #jikkan #zone8 .set2 h3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #17AC70;
        width: 440px;
        height: 150px;
        font-size: 34px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        z-index: 1; }
        #jikkan #zone8 .set1 h3 i, #jikkan #zone8 .set2 h3 i {
          width: 100%; }
        #jikkan #zone8 .set1 h3 small, #jikkan #zone8 .set2 h3 small {
          display: block;
          font-size: 12px;
          padding-top: 5px; }
      #jikkan #zone8 .set1 .in, #jikkan #zone8 .set2 .in {
        z-index: 3; }
        #jikkan #zone8 .set1 .in .t1, #jikkan #zone8 .set2 .in .t1 {
          padding-bottom: 10px; }
          #jikkan #zone8 .set1 .in .t1 i, #jikkan #zone8 .set2 .in .t1 i {
            color: #17AC70; }
        #jikkan #zone8 .set1 .in .t2, #jikkan #zone8 .set2 .in .t2 {
          padding-bottom: 20px;
          font-weight: bold;
          letter-spacing: 0.1em;
          line-height: 1.4; }
          #jikkan #zone8 .set1 .in .t2 i, #jikkan #zone8 .set2 .in .t2 i {
            font-size: 24px; }
    #jikkan #zone8 .set1 h3 {
      position: absolute;
      top: 0;
      right: 0; }
      #jikkan #zone8 .set1 h3::before {
        content: '';
        position: absolute;
        bottom: -35px;
        left: 50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 36px 36px 0 0;
        border-color: #17AC70 transparent transparent transparent; }
    #jikkan #zone8 .set1 .in {
      position: absolute;
      top: 170px;
      left: 600px; }
    #jikkan #zone8 .set2 h3 {
      position: absolute;
      top: 0;
      left: 0; }
      #jikkan #zone8 .set2 h3::before {
        content: '';
        position: absolute;
        bottom: -35px;
        right: 70px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 36px 36px 0;
        border-color: transparent #17AC70 transparent transparent; }
    #jikkan #zone8 .set2 .in {
      position: absolute;
      top: 170px;
      left: 70px; }
    #jikkan #zone8 .set2 figure {
      text-align: right; }
    #jikkan #zone8 .btn {
      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;
      text-align: center;
      padding-bottom: 100px; }
      #jikkan #zone8 .btn .btn1 {
        width: 400px; }
  #jikkan #zone9 {
    background: #fff;
    color: #000; }
    #jikkan #zone9 .in {
      width: 1140px;
      margin: auto;
      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; }
      #jikkan #zone9 .in .set {
        width: 540px;
        text-align: center;
        padding: 60px 0; }
        #jikkan #zone9 .in .set .mds1 {
          padding-bottom: 30px; }
        #jikkan #zone9 .in .set .t1 {
          padding-bottom: 30px;
          line-height: 2; }
      #jikkan #zone9 .in .bd {
        border-bottom: 1px solid #ccc; }
  #jikkan #zone10 {
    padding: 100px 0 100px;
    background: #f1ece2;
    color: #000; }
    #jikkan #zone10 .in {
      width: 1140px;
      margin: auto;
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #jikkan #zone10 .in figure {
        width: 500px; }
      #jikkan #zone10 .in .set {
        width: 600px;
        text-align: center; }
        #jikkan #zone10 .in .set .mds1 {
          padding-bottom: 30px; }
        #jikkan #zone10 .in .set .t1 {
          padding-bottom: 30px;
          line-height: 2; }
        #jikkan #zone10 .in .set .btn1 {
          margin: auto; } }

#jikkan .bg_w {
  background-color: #fff; }

#jikkan #zone_player {
  color: #000;
  padding: 90px 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media print, screen and (max-width: 767px) {
    #jikkan #zone_player {
      padding: 50px 20px; } }
  #jikkan #zone_player .sec1 {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
    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; }
    @media print, screen and (max-width: 767px) {
      #jikkan #zone_player .sec1 {
        margin-bottom: 50px; } }
    #jikkan #zone_player .sec1 li {
      width: 32%; }
      @media print, screen and (max-width: 767px) {
        #jikkan #zone_player .sec1 li {
          max-width: 350px;
          margin: auto;
          width: 100%;
          padding: 15px; } }
      #jikkan #zone_player .sec1 li .set {
        position: relative;
        border-radius: 20px;
        border: 4px solid #17AC70;
        height: 550px;
        padding: 20px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        overflow: hidden; }
        @media print, screen and (max-width: 767px) {
          #jikkan #zone_player .sec1 li .set {
            height: 500px; } }
        #jikkan #zone_player .sec1 li .set .t1 {
          position: relative;
          line-height: 1.6;
          font-size: 20px; }
          @media print, screen and (max-width: 767px) {
            #jikkan #zone_player .sec1 li .set .t1 {
              font-size: 16px; } }
          #jikkan #zone_player .sec1 li .set .t1 b {
            display: block;
            text-align: center;
            font-weight: bold;
            margin-top: 20px; }
            #jikkan #zone_player .sec1 li .set .t1 b small {
              display: block;
              font-size: 0.8em; }
        #jikkan #zone_player .sec1 li .set::before {
          content: '';
          position: absolute;
          top: 40%;
          left: 0;
          width: 100%;
          height: 60%;
          background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)); }
      #jikkan #zone_player .sec1 li:nth-of-type(1) .set {
        background: url("../img/player1.jpg");
        background-size: cover; }
      #jikkan #zone_player .sec1 li:nth-of-type(2) .set {
        background: url("../img/player2.jpg");
        background-size: cover; }
      #jikkan #zone_player .sec1 li:nth-of-type(3) .set {
        background: url("../img/player3.jpg");
        background-size: cover; }
      #jikkan #zone_player .sec1 li .t2 {
        text-align: center;
        margin-top: 10px;
        line-height: 1.5;
        font-size: 0.8em; }
  #jikkan #zone_player .sec2 {
    max-width: 960px;
    margin: auto;
    margin-bottom: 100px; }
    @media screen and (min-width: 768px) {
      #jikkan #zone_player .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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media print, screen and (max-width: 767px) {
      #jikkan #zone_player .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: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 50px; } }
    #jikkan #zone_player .sec2 .set {
      width: calc(100% - 400px); }
      @media print, screen and (max-width: 767px) {
        #jikkan #zone_player .sec2 .set {
          width: 100%; } }
      #jikkan #zone_player .sec2 .set h3 {
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 0.8em; }
        @media print, screen and (max-width: 767px) {
          #jikkan #zone_player .sec2 .set h3 {
            font-size: 20px;
            line-height: 1.2; } }
      #jikkan #zone_player .sec2 .set .t1 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 1em; }
        @media print, screen and (max-width: 767px) {
          #jikkan #zone_player .sec2 .set .t1 {
            font-size: 16px; } }
        #jikkan #zone_player .sec2 .set .t1 b {
          display: block;
          font-size: 32px;
          margin-top: 0.2em; }
          @media print, screen and (max-width: 767px) {
            #jikkan #zone_player .sec2 .set .t1 b {
              font-size: 20px; } }
      #jikkan #zone_player .sec2 .set .text {
        font-size: 20px;
        line-height: 2; }
        @media print, screen and (max-width: 767px) {
          #jikkan #zone_player .sec2 .set .text {
            font-size: 15px; } }
    #jikkan #zone_player .sec2 figure {
      width: 340px; }
      @media print, screen and (max-width: 767px) {
        #jikkan #zone_player .sec2 figure {
          width: 300px;
          margin: auto;
          margin-bottom: 30px; } }
  #jikkan #zone_player .sec3 h3 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #jikkan #zone_player .sec3 h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2; } }
    #jikkan #zone_player .sec3 h3 i {
      display: inline-block;
      background: #000;
      color: #fff;
      padding: 10px; }
  #jikkan #zone_player .sec3 .t1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #jikkan #zone_player .sec3 .t1 {
        font-size: 14px; } }
    #jikkan #zone_player .sec3 .t1 i {
      display: inline-block;
      background: #000;
      color: #fff;
      padding: 10px; }
  #jikkan #zone_player .sec3 .t2 {
    max-width: 740px;
    margin: auto; }

#jikkan #zone2 .mds1 {
  color: #000; }
  #jikkan #zone2 .mds1::before {
    display: none; }

#jikkan #zone5 .mds1.ex::before {
  display: none; }

#jikkan #zone5 .btn .btn1 {
  width: 400px; }
  @media print, screen and (max-width: 767px) {
    #jikkan #zone5 .btn .btn1 {
      width: 300px; } }

#jikkan #zone_feel {
  padding: 90px 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media print, screen and (max-width: 767px) {
    #jikkan #zone_feel {
      padding: 50px 20px; } }
  #jikkan #zone_feel .mds1.ex::before {
    display: none; }
  #jikkan #zone_feel .pic {
    max-width: 940px;
    margin: auto;
    margin-bottom: 80px; }
    @media print, screen and (max-width: 767px) {
      #jikkan #zone_feel .pic {
        margin-bottom: 50px; } }
  #jikkan #zone_feel .btn .btn1 {
    width: 400px;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      #jikkan #zone_feel .btn .btn1 {
        width: 300px; } }

/*# sourceMappingURL=style.css.map */
