@charset "UTF-8";

body {
  background: #fff;
  color: #717583;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body::after {
  content: "";
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body.modal,
body.menu {
  overflow: hidden;
  width: 100%;
}

body.modal::after,
body.menu::after {
  opacity: 0.5;
}

body.modal #Wrap,
body.modal > header,
body.modal > footer,
body.menu #Wrap,
body.menu > header,
body.menu > footer {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

body.modal::after {
  z-index: 59000;
}

body.menu::after {
  z-index: 40000;
}

a {
  outline: none;
}

a:link,
a:visited {
  color: #1da1f2;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  max-width: 100%;
  font-size: 1px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

rt {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

.emColor01 {
  color: #fe75ab !important;
}

.emColor02 {
  color: #1da1f2 !important;
}

.noteColor {
  color: #999 !important;
}

.bold {
  font-weight: 700 !important;
}

.under {
  text-decoration: underline;
}

.dis {
  text-decoration: line-through;
}

.jp {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.brace {
  text-indent: -0.5em;
}

.mgtHp {
  margin-top: 1em !important;
}

.mgt1p {
  margin-top: 2em !important;
}

.mgt2p {
  margin-top: 4em !important;
}

.mgt3p {
  margin-top: 6em !important;
}

.fsS {
  font-size: 0.8em !important;
  line-height: 1.8em !important;
}

.fsL {
  font-size: 1.15em !important;
  line-height: 2em !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.iblock {
  display: inline-block;
  vertical-align: baseline;
}

.wbreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

ul.def {
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

ul.def > li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.def > li > * {
  text-indent: 0;
}

table.def {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  font-size: 1em;
  line-height: 2em;
}

table.def > tbody > tr {
  position: relative;
  z-index: 1;
}

table.def > tbody > tr > th,
table.def > tbody > tr > td {
  font-weight: normal;
}

table.def > tbody > tr > th {
  padding: 20px 40px 20px 0;
  width: 200px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

table.def > tbody > tr > th > span {
  display: block;
  border-radius: 60px;
  padding: 12px 20px;
  background: #717583;
  color: #fff;
  line-height: 1em;
}

table.def > tbody > tr > th::before,
table.def > tbody > tr > th::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  border-top: 1px dashed #000;
  width: 100%;
  height: 0;
}

table.def > tbody > tr > th::before {
  top: 0;
}

table.def > tbody > tr > th::after {
  bottom: 0;
}

table.def > tbody > tr:not(:first-child) > th::before {
  display: none;
}

table.def > tbody > tr > td {
  padding: 26px 0;
  text-align: left;
  vertical-align: middle;
}

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  ovetflow: hidden;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 10px 80px;
  border: 2px solid #717583;
  border-radius: 100px;
  min-height: 60px;
  background: transparent;
  color: #717583 !important;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  cursor: pointer;
}

.button::before {
  content: "";
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button:not(.off) {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button:not(.off):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.button:hover {
  color: #717583;
}

.button.pink {
  border-color: #fe75ab;
  color: #fe75ab !important;
}

.button.blue {
  border-color: #1da1f2;
  color: #1da1f2 !important;
}

.button.down {
  border-color: #fe75ab;
  color: #fe75ab !important;
}

.button.down::before {
  background-image: url(../img/btn_ico_anchor.png);
}

.button.dl::before {
  background-image: url(../img/btn_ico_dl.png);
}

.button.twitter {
  padding-bottom: 0.7em;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.button.twitter::before {
  background-image: url(../img/btn_ico_twitter_gray.png);
}

.button.twitter.blue {
  border-color: #1da1f2 !important;
  color: #1da1f2 !important;
}

.button.twitter.blue::before {
  background-image: url(../img/btn_ico_twitter_blue.png) !important;
}

.button.off {
  opacity: 0.2;
  cursor: default !important;
}

.button.l {
  font-size: 2.2rem;
  line-height: 1.2em;
  min-width: 500px;
  min-height: 100px;
}

.buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
}

.buttonWrapper > li {
  margin: 20px 10px 0;
}

.buttonWrapper > li a {
  min-width: 400px;
}

a.text {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: baseline;
  color: #717583 !important;
}

a.text::after {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #717583;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.text:hover::after {
  opacity: 0.2;
  height: 30%;
}

.message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(113, 117, 131, 0.2);
  border-radius: 4px;
  padding: 25px 30px;
  min-height: 160px;
  color: rgba(113, 117, 131, 0.3);
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}

.message.en {
  font-size: 1.8em;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.modalPict,
[data-modal-page] {
  cursor: pointer;
}

#Popup {
  display: none;
}

#Modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 61000;
  padding: 50px 0;
  width: 100%;
  height: 100%;
}

#Modal > .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}

#Modal > .inner.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Modal .close {
  position: relative;
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#Modal .close::before,
#Modal .close::after {
  content: "";
  position: absolute;
  left: -20%;
  top: calc(50% - 1px);
  width: 140%;
  height: 2px;
  background: #717583;
}

#Modal .close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#Modal .close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Modal .pictBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#Modal .inlineBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 140px auto 40px;
  max-width: 1140px;
}

#Wrap {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#Wrap.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body > header,
body > footer {
  opacity: 0;
}

body > header.visible,
body > footer.visible {
  opacity: 1;
}

/* **************************************************************** *
 * @desc@ Online
 * @edit@ 2024/03/25
 * **************************************************************** */

body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent url(../img/bg_pattern.jpg) center repeat;
}

body > header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 51000;
  padding: 0 130px 0 180px;
  width: 100%;
  height: 100px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 1s, -webkit-filter 0.4s;
  transition: opacity 1s, -webkit-filter 0.4s;
  transition: filter 0.4s, opacity 1s;
  transition: filter 0.4s, opacity 1s, -webkit-filter 0.4s;
}

body > header > .bro {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 10;
  padding: 0 10px 10px;
  width: 140px;
  text-align: center;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

body > header > .bro > a {
  outline: none;
  display: block;
  padding: 25px;
  background: #fff;
  line-height: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body > header > .bro > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body > header > h1 img {
  width: auto;
  height: 70px;
}

body > header > .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowap;
  flex-flow: row nowap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

body > header > .share > dt {
  color: #0fa63c;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body > header > .share > dd .bro-snsbox > div > div {
  margin: 0 0 0 10px;
}

body > header > .share > dd .bro-snsbox.bro-circle-view > div > div {
  width: 34px !important;
}

body > footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 60000;
  padding: 60px 90px;
  background: #717583;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: right;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

body > footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row wrap;
  flex-direction: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

body > footer .links > p {
  padding: 0 10px;
}

body > footer .links .lot img {
  width: 210px;
}

body > footer .links .bro img {
  width: 94px;
}

body > footer .links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body > footer .links > ul > li {
  margin-left: 10px;
  min-width: 180px;
}

body > footer .links > ul a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2em;
  padding: 0.6em 0;
  line-height: 1em;
  text-align: center;
}

body > footer .links > ul a:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body > footer .copyrights .copy {
  margin-top: 0.5em;
}

body > footer .copyrights .copy > span {
  display: inline-block;
  margin-left: 1em;
  vertical-align: baseline;
}

#Wrap {
  position: relative;
  z-index: 100;
  padding: 150px 90px 225px;
}

#Main {
  margin: 0 auto 100px;
  width: 980px;
  line-height: 0;
}

#Main > h1 {
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#Main > h1 a {
  overflow: hidden;
  display: inline-block;
}

#Main > h1 a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Main > h1 a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#Container {
  position: relative;
  z-idnex: 100;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

#Container > section {
  margin-top: 190px;
}

#Container .hd01 {
  margin: 0 0 50px;
  color: #717583;
  text-align: center;
}

#Container .hd01 > span {
  display: block;
}

#Container .hd01 > span.main {
  font-size: 3.2em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.1em;
}

#Container .hd01 > span.sub {
  margin-top: 0.5em;
}

#Container .hd02 {
  margin: 0 0 30px;
  border-radius: 40px;
  padding: 12px 30px;
  background: #717583;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
}

#Container .hd03 {
  margin: 0 0 20px;
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

#Container .hd03 > span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

#Container .hd03 > span::before,
#Container .hd03 > span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  z-index: -1;
  width: 1px;
  height: 1.3em;
  background: #717583;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

#Container .hd03 > span::before {
  left: -0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#Container .hd03 > span::after {
  right: -0.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 2.4rem;
    line-height: 2em;
  }

  body.modal > header,
  body.menu > header {
    -webkit-filter: none;
    filter: none;
  }

  body.modal > header > .bro,
  body.modal > header > .logos,
  body.modal > header > .share,
  body.modal > header > h1,
  body.menu > header > .bro,
  body.menu > header > .logos,
  body.menu > header > .share,
  body.menu > header > h1 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  body.modal > header > .oc {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .pc {
    display: none !important;
  }

  ul.def > li:not(:first-child) {
    margin-top: 0.5em;
  }

  table.def {
    display: block;
    font-size: 1.1em;
    line-height: 1.8em;
  }

  table.def thead,
  table.def tbody,
  table.def tr,
  table.def th,
  table.def td {
    display: block;
  }

  table.def > tbody > tr {
    padding: 30px 0;
  }

  table.def > tbody > tr > th {
    padding: 0 0 25px;
    width: auto;
  }

  table.def > tbody > tr > th > span {
    padding: 15px 20px;
  }

  table.def > tbody > tr > th::before,
  table.def > tbody > tr > th::after {
    border-top-width: 2px;
  }

  table.def > tbody > tr > td {
    padding: 0;
  }

  .button {
    padding: 10px 80px;
    border-width: 4px;
    min-height: 100px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }

  .button::before {
    left: 45px;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }

  .button:not(.off):hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .button.down {
    border-radius: 20px;
    padding: 15px 20px 50px;
    min-height: 150px;
  }

  .button.down::before {
    left: calc(50% - 16px);
    top: auto;
    bottom: 15px;
  }

  .button.l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 120px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }

  .buttonWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .buttonWrapper > li {
    margin: 20px 0 0;
  }

  .buttonWrapper > li a {
    min-width: 320px;
  }

  .message {
    min-height: 240px;
  }

  #Modal .close {
    margin-top: 60px;
    width: 100px;
    height: 100px;
  }

  #Modal .close::before,
  #Modal .close::after {
    top: calc(50% - 2px);
    height: 4px;
  }

  body > header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px;
  }

  body > header > .bro {
    left: 10px;
    width: 160px;
  }

  body > header > .bro > a {
    padding: 25px;
  }

  body > header > .bro > a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  body > header > h1 {
    position: absolute;
    left: 200px;
    width: calc(100% - 400px);
    text-align: center;
  }

  body > header > h1 img {
    height: 80px;
  }

  body > header > .share > dd .bro-snsbox > div > div {
    margin: 0 0 0 15px;
  }

  body > header > .share > dd .bro-snsbox.bro-circle-view > div > div {
    width: 50px !important;
  }

  body > footer {
    z-index: 50000;
    padding: 100px 20px;
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: center;
  }

  body > footer .links {
    display: block;
    margin-bottom: 70px;
  }

  body > footer .links > p {
    padding: 0 0 30px;
  }

  body > footer .links .lot img {
    width: auto;
  }

  body > footer .links .bro img {
    width: auto;
  }

  body > footer .links > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }

  body > footer .links > ul > li {
    margin: 15px 15px 0;
    min-width: 320px;
  }

  body > footer .links > ul a {
    padding: 0.8em 0;
    font-size: 1.1em;
    line-height: 1em;
  }

  body > footer .links > ul a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  body > footer .copyrights .en {
    margin-top: 0.5em;
  }

  body > footer .copyrights .copy {
    margin-top: 0.8em;
  }

  body > footer .copyrights .copy > span {
    margin: 0 0.5em;
  }

  #Wrap {
    padding: 200px 40px 370px;
  }

  #Main {
    margin-bottom: 150px;
    width: auto;
  }

  #Main > h1 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #Main > h1 a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #Container {
    width: auto;
  }

  #Container .hd03 {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 1.6em;
  }

  #Container .hd03 > span {
    padding: 0 35px;
  }

  #Container .hd03 > span::before,
  #Container .hd03 > span::after {
    width: 2px;
  }

  #Container .hd03 > span::before {
    left: -0.4em;
  }

  #Container .hd03 > span::after {
    right: -0.4em;
  }

  #Container > #Product .intro {
    text-align: left;
  }
}
/*# sourceMappingURL=../map/online.css.map */
