/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.mincho {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

* {
  letter-spacing: 0.05em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 980px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
}
/* ------------------------------
 width: all
------------------------------ */
.kiran {
  position: relative;
  overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.kiran::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -260px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
          animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(5) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(70) rotate(45deg);
    opacity: 0;
  }
}
.cordbox {
  background-color: #F5F5F5;
}
.cordbox .box {
  width: 900px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.cordbox .box .cord_txt {
  width: calc(100% - 149px);
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: bold;
}
.cordbox .box .btn_copy {
  width: 149px;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.cordbox .box .btn_copy:hover {
  opacity: 0.6;
}

.cordbox02 {
  background-color: #fff;
  height: 100px;
}
.cordbox02 .box {
  width: 900px;
  height: 100px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cordbox02 .box .cord_txt {
  width: calc(100% - 149px);
  font-size: 32px;
  font-weight: bold;
  color: #866239;
}
.cordbox02 .box .cord_txt .span01 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  padding-right: 5px;
}
.cordbox02 .box .cord_txt .span02 {
  font-size: 23px;
}
.cordbox02 .box .cord_txt .span03 {
  font-size: 44px;
}
.cordbox02 .box .cord_txt .span04 {
  font-size: 28px;
}
.cordbox02 .box .btn_copy {
  width: 178px;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.cordbox02 .box .btn_copy:hover {
  opacity: 0.6;
}

.itembox01 {
  width: 338.5px;
}
.itembox01 .msg01 {
  width: 100%;
  display: block;
}
.itembox01 .msg02 {
  width: 100%;
  max-width: 279px;
  margin: 0 auto;
  display: block;
}
.itembox01 .item {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.itembox01 .item img {
  width: 100%;
  display: block;
}
.itembox01 .cord {
  text-align: center;
  color: #fff391;
  font-size: 27px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.5;
}
.itembox01 .btn_copy {
  width: 149px;
  display: block;
  cursor: pointer;
  margin: 15px auto 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.itembox01 .btn_copy:hover {
  opacity: 0.6;
}

header .wrapper {
  position: relative;
}
header .wrapper h1 {
  width: 100%;
}
header .wrapper h1 .fv {
  width: 100%;
  display: block;
  margin: 0 auto;
}
header .wrapper .hanko {
  width: 42.3px;
  display: block;
  position: absolute;
  top: 60px;
  left: 60px;
}
header .wrapper .cordbox {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

main section.s01 {
  background-color: #a18642;
  padding: 20px 0;
}
main section.s01 .wrapper {
  width: 900px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper h2 {
  width: 325px;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .photo {
  width: 64px;
  display: block;
}
main section.s01 .wrapper .msg02 {
  width: 435px;
  display: block;
}
main section.s02 .wrapper {
  position: relative;
}
main section.s02 .wrapper .bg {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .itembox01 {
  width: 27%;
  min-width: 338.5px;
  position: absolute;
  top: 2%;
  left: 63%;
}
main section.s03 {
  padding: 200px 0 80px;
  position: relative;
  background-image: url(/upload/tenant_1/tp0301.png);
  background-size: 100% 100%;
  background-position: top 0 center;
  background-repeat: no-repeat;
}
main section.s03 .cordbox02 {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}
main section.s03 .wrapper {
  width: 900px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper .txtbox {
  width: 485px;
}
main section.s03 .wrapper .txtbox h3 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
main section.s03 .wrapper .txtbox .t01 {
  font-size: 13px;
  line-height: 230%;
  color: #fff;
  margin-top: 40px;
}
main section.s03 .wrapper .txtbox .t02 {
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
}
main section.s03 .wrapper .txtbox .t03 {
  color: #fff;
  font-size: 28px;
  margin-top: 15px;
}
main section.s04 {
  padding-top: 80px;
  overflow: hidden;
  margin-top: -30px;
}
main section.s04 .wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
main section.s04 .wrapper h4 {
  font-size: 38px;
  font-weight: bold;
}
main section.s04 .wrapper dl {
  width: 520px;
  margin-top: 30px;
}
main section.s04 .wrapper dl dt {
  position: absolute;
}
main section.s04 .wrapper dl dt.dt01 {
  width: 226px;
  top: -80px;
  right: -20px;
}
main section.s04 .wrapper dl dt.dt02 {
  width: 228.25px;
  top: 210px;
  right: 40px;
}
main section.s04 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper dl dt p {
  font-size: 15px;
  line-height: 160%;
  margin-top: 5px;
}
main section.s04 .wrapper dl dd .t01 {
  font-size: 21px;
}
main section.s04 .wrapper dl dd .t02 {
  font-size: 16px;
  line-height: 215%;
}
main section.s04 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s04 .wrapper .box01 .left {
  width: 397px;
}
main section.s04 .wrapper .box01 .left .img01 {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .box01 .left .btn_copy {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper .box01 .left .btn_copy:hover {
  opacity: 0.6;
}
main section.s04 .wrapper .box01 .right {
  width: 503px;
}
main section.s04 .wrapper .box01 .right .itembox {
  width: 526px;
  display: block;
  margin-left: 80px;
}
main section.s04 .wrapper .box01 .right .itembox img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .box01 .right .btn {
  width: 398px;
  display: block;
  margin: 40px 0 0 105px;
}
main section.s04 .wrapper .box01 .right .btn img {
  width: 100%;
  display: block;
}
main section.s05 {
  margin-top: 65px;
  padding: 140px 0;
  background-image: url(/upload/tenant_1/tp0501.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s05 .wrapper {
  width: 980px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s05 .wrapper .photo {
  width: 529px;
  display: block;
  margin-left: -20px;
}
main section.s05 .wrapper .msg01 {
  width: 408px;
  display: block;
}
main section.s06 {
  padding: 220px 0 60px;
  background-image: url(/upload/tenant_1/tp0601.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s06 .cordbox02 {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}
main section.s06 .wrapper {
  width: 900px;
  margin: 0 auto;
}
main section.s06 .wrapper h5 {
  font-size: 38px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: 5px;
  line-height: 1.5;
}
main section.s06 .wrapper h5 span {
  display: block;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 15px;
}
main section.s06 .wrapper .t01 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 3px;
}
main section.s06 .wrapper .t01 span {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 0;
}
main section.s06 .wrapper .t02 {
  font-size: 26px;
  color: #866239;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 2;
}
main section.s06 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s06 .wrapper .box01 .txtbox {
  width: 397px;
}
main section.s06 .wrapper .box01 .txtbox .msg01 {
  width: 302px;
  display: block;
}
main section.s06 .wrapper .box01 .txtbox .btn {
  width: 305px;
  display: block;
  margin-top: 20px;
}
main section.s06 .wrapper .box01 .txtbox .btn img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .box01 .txtbox .msg02 {
  width: 100%;
  display: block;
  margin-top: 30px;
}
main section.s06 .wrapper .box01 .txtbox .btn_copy {
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s06 .wrapper .box01 .txtbox .btn_copy:hover {
  opacity: 0.6;
}
main section.s06 .wrapper .box01 .item {
  width: 217px;
  display: block;
  position: absolute;
  bottom: 40px;
  right: calc(50% - 110px);
}
main section.s06 .wrapper .box01 .item img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .box01 .detail {
  width: 321px;
  display: block;
}

footer {
  background-color: #000;
  padding: 60px 0 80px;
}
footer .wrapper .logo {
  width: 251px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 12.5px;
  color: #fff;
  line-height: 230%;
  margin-top: 10px;
}
footer .wrapper .t01 span {
  font-size: 10px;
}

/* ------------------------------
 width < 1275px
------------------------------ */
@media screen and (max-width: 1275px) {
  header .wrapper {
    position: relative;
  }
  header .wrapper h1 {
    width: 100%;
    height: 954px;
  }
  header .wrapper h1 .fv {
    width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  header .wrapper .hanko {
    width: 42.3px;
    display: block;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  header .wrapper .cordbox {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/* ------------------------------
 width < 1260px
------------------------------ */
@media screen and (max-width: 1260px) {
  main section.s02 .wrapper {
    position: relative;
    height: 1547px;
  }
  main section.s02 .wrapper .bg {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s02 .wrapper .itembox01 {
    width: 30%;
    min-width: 0;
    max-width: 330px;
    position: absolute;
    top: 2%;
    left: 66%;
  }
}
/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  .kiran {
    position: relative;
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .kiran::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -260px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
            animation: shinyshiny 2.5s ease-in-out infinite;
  }
  @-webkit-keyframes shinyshiny {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(5) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(70) rotate(45deg);
      opacity: 0;
    }
  }
  .cordbox {
    background-color: #F5F5F5;
  }
  .cordbox .box {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    height: 70px;
  }
  .cordbox .box .cord_txt {
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .cordbox02 {
    background-color: #fff;
    height: 100px;
  }
  .cordbox02 .box {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    height: 100px;
  }
  .cordbox02 .box .cord_txt {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #866239;
    text-align: center;
    line-height: 130%;
  }
  .cordbox02 .box .cord_txt .span01 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-right: 0;
  }
  .cordbox02 .box .cord_txt .span02 {
    font-size: 16px;
  }
  .cordbox02 .box .cord_txt .span03 {
    font-size: 24px;
  }
  .cordbox02 .box .cord_txt .span04 {
    font-size: 16px;
  }
  .cordbox02 .box .btn_copy {
    width: 178px;
    display: block;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .cordbox02 .box .btn_copy:hover {
    opacity: 0.6;
  }
  .itembox01 {
    width: 338.5px;
  }
  .itembox01 .msg01 {
    width: 100%;
    display: block;
  }
  .itembox01 .msg02 {
    width: 100%;
    max-width: 279px;
    margin: 0 auto;
    display: block;
  }
  .itembox01 .item {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .itembox01 .item img {
    width: 100%;
    display: block;
  }
  .itembox01 .cord {
    text-align: center;
    color: #fff391;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
  }
  .itembox01 .btn_copy {
    width: 149px;
    display: block;
    cursor: pointer;
    margin: 15px auto 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .itembox01 .btn_copy:hover {
    opacity: 0.6;
  }
  header .wrapper {
    position: relative;
    padding-bottom: 70px;
  }
  header .wrapper h1 {
    width: 100%;
    height: auto;
  }
  header .wrapper h1 .fv {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  header .wrapper .hanko {
    width: 42.3px;
    display: block;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  header .wrapper .txtbox {
    background-image: url(/upload/tenant_1/fv00.png);
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
  }
  header .wrapper .txtbox .msg01 {
    max-width: 80%;
    display: block;
    margin-left: 13%;
  }
  header .wrapper .cordbox {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  main section.s01 {
    background-color: #a18642;
    padding: 50px 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s01 .wrapper h2 {
    width: 100%;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .photo {
    width: 132px;
    margin: 30px auto 0;
    display: block;
  }
  main section.s01 .wrapper .msg02 {
    width: 100%;
    margin-top: 30px;
    display: block;
  }
  main section.s02 .wrapper {
    position: relative;
    height: auto;
    background-color: #000;
    padding: 50px 20px 20px;
  }
  main section.s02 .wrapper .bg {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s02 .wrapper .itembox01 {
    position: static;
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box02 {
    margin-top: 30px;
  }
  main section.s02 .wrapper .box02 .t01 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
  }
  main section.s02 .wrapper .box02 .t01 span {
    color: #fff391;
  }
  main section.s02 .wrapper .box02 ul {
    margin-top: 30px;
  }
  main section.s02 .wrapper .box02 ul li img {
    width: 100%;
    display: block;
  }
  main section.s03 {
    padding: 150px 20px 100px;
    position: relative;
    background-image: url(/upload/tenant_1/tp0301_sp.png);
    background-size: 100% 100%;
    background-position: top 0 center;
    background-repeat: no-repeat;
  }
  main section.s03 .cordbox02 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  main section.s03 .wrapper {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .txtbox {
    width: 100%;
  }
  main section.s03 .wrapper .txtbox h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  main section.s03 .wrapper .txtbox .t01 {
    font-size: 14px;
    line-height: 200%;
    color: #fff;
    margin-top: 30px;
  }
  main section.s03 .wrapper .txtbox .t02 {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
  }
  main section.s03 .wrapper .txtbox .t03 {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
  }
  main section.s03 .wrapper .itembox01 {
    width: 90%;
    margin: 40px auto 0;
  }
  main section.s04 {
    padding-top: 80px;
    overflow: hidden;
    margin-top: -30px;
    padding: 80px 20px 50px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s04 .wrapper h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  main section.s04 .wrapper dl {
    width: 100%;
    margin-top: 30px;
  }
  main section.s04 .wrapper dl dt {
    width: 100% !important;
    position: static;
  }
  main section.s04 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper dl dt p {
    font-size: 14px;
    line-height: 160%;
    margin-top: 15px;
  }
  main section.s04 .wrapper dl dd .t01 {
    font-size: 18px;
  }
  main section.s04 .wrapper dl dd .t02 {
    font-size: 14px;
    line-height: 215%;
  }
  main section.s04 .wrapper .box01 {
    display: block;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s04 .wrapper .box01 .left {
    width: 100%;
  }
  main section.s04 .wrapper .box01 .left .img01 {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 .left .btn_copy {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s04 .wrapper .box01 .left .btn_copy:hover {
    opacity: 0.6;
  }
  main section.s04 .wrapper .box01 .left .cord {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
  }
  main section.s04 .wrapper .box01 .left .cord span {
    letter-spacing: 3px;
  }
  main section.s04 .wrapper .box01 .right {
    width: 100%;
    margin-top: 30px;
  }
  main section.s04 .wrapper .box01 .right .itembox {
    width: 76%;
    margin-left: 24%;
    display: block;
  }
  main section.s04 .wrapper .box01 .right .itembox img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 .right .btn {
    width: 90%;
    display: block;
    margin: 25px auto 0;
  }
  main section.s04 .wrapper .box01 .right .btn img {
    width: 100%;
    display: block;
  }
  main section.s05 {
    margin-top: 0;
    padding: 20px 20px 50px;
    background-image: url(/upload/tenant_1/tp0501.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s05 .wrapper {
    width: 100%;
    display: block;
    padding-right: 0px;
  }
  main section.s05 .wrapper .photo {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  main section.s05 .wrapper .msg01 {
    width: 100%;
    display: block;
  }
  main section.s06 {
    padding: 140px 20px 50px;
    background-image: url(/upload/tenant_1/tp0601.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s06 .cordbox02 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper h5 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    letter-spacing: 3px;
    text-align: center;
  }
  main section.s06 .wrapper h5 span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  main section.s06 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px;
  }
  main section.s06 .wrapper .t01 span {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0;
  }
  main section.s06 .wrapper .t02 {
    text-align: center;
    font-size: 16px;
    color: #866239;
    font-weight: bold;
    letter-spacing: 2px;
  }
  main section.s06 .wrapper .box01 {
    display: block;
  }
  main section.s06 .wrapper .box01 .txtbox {
    width: 100%;
    margin-top: 30px;
  }
  main section.s06 .wrapper .box01 .txtbox .msg01 {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .box01 .txtbox .btn {
    width: 80%;
    display: block;
    margin: 25px auto 0;
  }
  main section.s06 .wrapper .box01 .txtbox .btn img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .box01 .txtbox .msg02 {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main section.s06 .wrapper .box01 .txtbox .btn_copy {
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s06 .wrapper .box01 .txtbox .btn_copy:hover {
    opacity: 0.6;
  }
  main section.s06 .wrapper .box01 .txtbox .cord {
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
  }
  main section.s06 .wrapper .box01 .txtbox .cord span {
    letter-spacing: 3px;
  }
  main section.s06 .wrapper .box01 .item {
    width: 108.5px;
    display: block;
    position: static;
    margin: 30px auto 0;
  }
  main section.s06 .wrapper .box01 .item img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .box01 .detail {
    width: 100%;
    margin-top: 30px;
    display: block;
  }
  footer {
    background-color: #000;
    padding: 50px 0;
  }
  footer .wrapper .logo {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 12.5px;
    color: #fff;
    line-height: 200%;
    margin-top: 15px;
  }
  footer .wrapper .t01 a {
    color: #fff;
    text-decoration: none;
  }
  footer .wrapper .t01 span {
    font-size: 10px;
    display: block;
  }
}
