@charset "UTF-8";
/*===== BASE =====*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-touch-callout:none;
  -webkit-user-select:none; 
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
body {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.41667;
  color: #000;
}

.ie body {
  font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  min-width: 1000px;/*サイト全体に左右余白あり1200*/
  overflow: hidden;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.sm {
  display: none !important;
}

/* Text */
.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.trans:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.ft-serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

.ft-mspro {
  font-family: Arial, sans-serif;
}

@media (max-width: 750px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 745px) {
  html {
    font-size: 99.33px;
  }
}
@media (max-width: 740px) {
  html {
    font-size: 98.67px;
  }
}
@media (max-width: 735px) {
  html {
    font-size: 98px;
  }
}
@media (max-width: 730px) {
  html {
    font-size: 97.33px;
  }
}
@media (max-width: 725px) {
  html {
    font-size: 96.67px;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 96px;
  }
}
@media (max-width: 715px) {
  html {
    font-size: 95.33px;
  }
}
@media (max-width: 710px) {
  html {
    font-size: 94.67px;
  }
}
@media (max-width: 705px) {
  html {
    font-size: 94px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 93.33px;
  }
}
@media (max-width: 695px) {
  html {
    font-size: 92.67px;
  }
}
@media (max-width: 690px) {
  html {
    font-size: 92px;
  }
}
@media (max-width: 685px) {
  html {
    font-size: 91.33px;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 90.67px;
  }
}
@media (max-width: 675px) {
  html {
    font-size: 90px;
  }
}
@media (max-width: 670px) {
  html {
    font-size: 89.33px;
  }
}
@media (max-width: 665px) {
  html {
    font-size: 88.67px;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 88px;
  }
}
@media (max-width: 655px) {
  html {
    font-size: 87.33px;
  }
}
@media (max-width: 650px) {
  html {
    font-size: 86.67px;
  }
}
@media (max-width: 645px) {
  html {
    font-size: 86px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}
@media (max-width: 635px) {
  html {
    font-size: 84.67px;
  }
}
@media (max-width: 630px) {
  html {
    font-size: 84px;
  }
}
@media (max-width: 625px) {
  html {
    font-size: 83.33px;
  }
}
@media (max-width: 620px) {
  html {
    font-size: 82.67px;
  }
}
@media (max-width: 615px) {
  html {
    font-size: 82px;
  }
}
@media (max-width: 610px) {
  html {
    font-size: 81.33px;
  }
}
@media (max-width: 605px) {
  html {
    font-size: 80.67px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 595px) {
  html {
    font-size: 79.33px;
  }
}
@media (max-width: 590px) {
  html {
    font-size: 78.67px;
  }
}
@media (max-width: 585px) {
  html {
    font-size: 78px;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 77.33px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 76.67px;
  }
}
@media (max-width: 570px) {
  html {
    font-size: 76px;
  }
}
@media (max-width: 565px) {
  html {
    font-size: 75.33px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 74.67px;
  }
}
@media (max-width: 555px) {
  html {
    font-size: 74px;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 73.33px;
  }
}
@media (max-width: 545px) {
  html {
    font-size: 72.67px;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media (max-width: 535px) {
  html {
    font-size: 71.33px;
  }
}
@media (max-width: 530px) {
  html {
    font-size: 70.67px;
  }
}
@media (max-width: 525px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 69.33px;
  }
}
@media (max-width: 515px) {
  html {
    font-size: 68.67px;
  }
}
@media (max-width: 510px) {
  html {
    font-size: 68px;
  }
}
@media (max-width: 505px) {
  html {
    font-size: 67.33px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 66.67px;
  }
}
@media (max-width: 495px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 490px) {
  html {
    font-size: 65.33px;
  }
}
@media (max-width: 485px) {
  html {
    font-size: 64.67px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (max-width: 475px) {
  html {
    font-size: 63.33px;
  }
}
@media (max-width: 470px) {
  html {
    font-size: 62.67px;
  }
}
@media (max-width: 465px) {
  html {
    font-size: 62px;
  }
}
@media (max-width: 460px) {
  html {
    font-size: 61.33px;
  }
}
@media (max-width: 455px) {
  html {
    font-size: 60.67px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 60px;
  }
}
@media (max-width: 445px) {
  html {
    font-size: 59.33px;
  }
}
@media (max-width: 440px) {
  html {
    font-size: 58.67px;
  }
}
@media (max-width: 435px) {
  html {
    font-size: 58px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 57.33px;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 56.67px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 56px;
  }
}
@media (max-width: 415px) {
  html {
    font-size: 55.33px;
  }
}
@media (max-width: 410px) {
  html {
    font-size: 54.67px;
  }
}
@media (max-width: 405px) {
  html {
    font-size: 54px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 53.33px;
  }
}
@media (max-width: 395px) {
  html {
    font-size: 52.67px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 52px;
  }
}
@media (max-width: 385px) {
  html {
    font-size: 51.33px;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 50.67px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 49.33px;
  }
}
@media (max-width: 365px) {
  html {
    font-size: 48.67px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (max-width: 355px) {
  html {
    font-size: 47.33px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 46.67px;
  }
}
@media (max-width: 345px) {
  html {
    font-size: 46px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 45.33px;
  }
}
@media (max-width: 335px) {
  html {
    font-size: 44.67px;
  }
}
@media (max-width: 330px) {
  html {
    font-size: 44px;
  }
}
@media (max-width: 325px) {
  html {
    font-size: 43.33px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 42.67px;
  }
}
@media screen and (max-width: 750px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  img {
    width: 100%;
  }

  body {
    font-size: 0.16rem;
  }

  body.lock {
    overflow: hidden;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    padding: 0 2.933333333333333%;
  }
}
/*===== COMMON PARTS =====*/
/* Header */
.site-navi {
  background: #000;
  padding: 5px 0;
}
.site-navi .navi {
  float: left;
}
.site-navi .navi .nav-bar .ls {
  float: left;
}
.site-navi .navi .nav-bar .ls .it {
  display: block;
}
.site-navi .navi .nav-bar .ls .it img {
  display: block;
}
.site-navi .side {
  float: right;
}
.site-navi .side .ls-social {
  float: left;
}
.site-navi .side .ls-social .ls {
  float: left;
  margin-right: 4px;
  width:23px;
  padding-top: 1px;
}
.site-navi .side .ls-social .ls .it {
  display: block;
}
.site-navi .side .ls-social .ls .it img {
  display: block;
}
.site-navi .side .ls-status {
  float: left;
}
.site-navi .side .ls-status .ls {
  float: left;
}
.site-navi .side .ls-status .ls .it {
  display: block;
}
.site-navi .side .ls-status .ls .it img {
  display: block;
}

.site-head {
  padding: 43px 0 30px;
}
.site-head .logo {
  text-align: center;
}
.site-head .navi {
  margin-top: 32px;
  position: relative;
}
.site-head .navi:before {
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.site-head .navi .nav-bar {
  text-align: center;
}
.site-head .navi .nav-bar .ls {
  display: inline-block;
  vertical-align: middle;
}
.site-head .navi .nav-bar .ls .it {
  display: block;
  padding: 12px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.site-head .navi .nav-bar .ls .it:hover {
  color: #cc0000;
}
.site-head .navi .nav-bar .ls .it:hover:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3px;
  background: #cc0000;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .site-head {
    /* padding: 0.3rem 0; */
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 113px;
    background: #fff;
    z-index: 500;
  }
  .site-head .logo {
    height: 113px;
    /* margin: 0 auto; */
    margin-left:-2.933333333333333%;
    text-align:left;
  }
  .site-head .logo img {
    width: 400px;
    height: auto;
    margin: 31px 0 0 32px;
  }
  .site-head .btn-language a {
    width: 166px;
    height: 113px;
    position: absolute;
    top: 0;
    right: 119px;
    border-left:1px solid #ccc;
  }
  .site-head .btn-language.en a {
    background: url(../img/common/btn_english.svg) no-repeat center center;
  }
  .site-head .btn-language.jp a {
    background: url(../img/common/btn_japanese.svg) no-repeat center center;
  }
  .site-head .btn-menu {
    /* width: 0.45rem; */
    width: 118px;
    /* height: 0.36rem; */
    height: 113px;
    /* background: url(../img/common/sm/btn_menu.svg) no-repeat; */
    background: url(../img/common/sm/btn_menu.svg) no-repeat center center;
    /* background-size: 100% 100%; */
    position: absolute;
    /* top: 0.41rem; */
    top: 0;
    /* right: 0.35rem; */
    right: 0;
    border-left:1px solid #ccc;
  }
  .site-head .btn-menu.open {
    background-image: url(../img/common/sm/btn_close.svg);
  }

  .navi-sm {
    display: none;
    width: 100%;
    background: #000;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 6.666666666666667%;
    overflow-y: auto;
  }
  .navi-sm .btn-close {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/common/sm/btn_close_w.svg);
    background-size: 100% 100%;
    margin: 0.5rem auto;
  }

  .ls-navi-sm .ls {
    border-bottom: 1px solid #b3b3b3;
  }
  .ls-navi-sm .ls .it {
    display: block;
    padding: 0.2rem 0.3rem;
    line-height: 1;
    letter-spacing: 0.056em;
    position: relative;
  }
  .ls-navi-sm .ls .it:before {
    display: block;
    content: " ";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/common/sm/acc01.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    margin-top: -0.1rem;
  }
  .ls-navi-sm .ls .it .en {
    display: inline-block;
    vertical-align: middle;
    font-family: "Times New Roman", serif;
    font-size: 0.33rem;
    font-weight: bold;
  }
  .ls-navi-sm .ls .it .jp {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.25rem;
    margin-left: 0.1rem;
    padding-left: 0.1rem;
    border-left: 1px solid #fff;
  }
  .ls-navi-sm .ls.active .it:before {
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .ls-navi-sm .ls .sub {
    display: none;
  }
  .ls-navi-sm .ls .sub li {
    border-top: 1px solid #b3b3b3;
  }
  .ls-navi-sm .ls .sub li a {
    display: block;
    padding: 0.28rem 0 0.28rem 0.55rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .ls-navi-sm .ls .sub li a .en {
    display: inline-block;
    vertical-align: middle;
    font-family: Corbel, sans-serif;
    font-size: 0.25rem;
    font-weight: bold;
  }
  .ls-navi-sm .ls .sub li a .jp {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.16rem;
    margin-left: 0.07rem;
    padding-left: 0.07rem;
    border-left: 1px solid #fff;
  }
}
/* Footer */
footer {
  background: #000;
  color: #fff;
  padding: 64px 0 60px;
  position: relative;
  margin-top: 82px;
}
footer .ft-head {
  position: relative;
}
footer .ft-head .logo {
  padding-bottom: 13px;
}
footer .ft-head .side {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .ft-head .side .ls-status .ls {
  float: left;
}
footer .ft-head .side .ls-status .ls .it {
  display: block;
}
footer .ft-head .side .ls-status .ls .it img {
  display: block;
}
footer .ft-body {
  margin-top: 7px;
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 1px 0;
  padding: 26px 0 26px 50px;
}
footer .ft-foot {
  margin-top: 20px;
}
footer.single {
  background: transparent;
  margin: 0;
  padding: 55px 0 45px;
  color: #000;
}
footer.single .copyright {
  text-align: center;
}

.mod-ft-sitemap {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.mod-ft-sitemap .mod-item {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #a8a8a8;
  padding: 10px 22px 12px;
}
.mod-ft-sitemap .mod-item.one, .mod-ft-sitemap .mod-item.two {
  width: 200px;
}
.mod-ft-sitemap .mod-item.fou {
  width: 150px;
}
.mod-ft-sitemap .mod-item .row .col {
  float: left;
  margin-left: 55px;
}
.mod-ft-sitemap .mod-item .row .col:first-child {
  margin-left: 0;
}

.ls-ft-sitemap .ls {
  font-size: 11px;
  line-height: 1.75;
}

.ls-ft-social {
  float: right;
}
.ls-ft-social .ls {
  float: left;
  margin-left: 9px;
}
.ls-ft-social .ls:first-child {
  margin-left: 0;
}
.ls-ft-social .ls img {
  width: 30px;
}

.mod-ft-copyright {
  margin-top: 42px;
  text-align: center;
}
/*
.back-top {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 53px 530px;
  cursor: pointer;
}
*/
.back-top {
  position: fixed ;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
/*
.back-top {
  position: fixed;
  cursor: pointer;
}
*/

@media screen and (max-width: 750px) {
  footer {
    margin-top: 0.97rem;
    padding: 0.6rem 0.07rem 0.35rem;
  }

  .ft-follow-us .ttl {
    font-family: Corbel, sans-serif;
    font-size: 0.25rem;
    font-weight: bold;
    text-align: center;
  }
  .ft-follow-us .cnt {
    margin-top: 35px;
  }

  .ls-ft-follow-us {
    text-align: center;
    line-height: 0;
  }
  .ls-ft-follow-us .ls {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.09rem;
  }
  .ls-ft-follow-us .ls .it {
    display: block;
    width: 0.56rem;
  }

  .ft-fl-line {
    margin-top: 0.34rem;
    line-height: 0;
    text-align: center;
  }

  .ft-navi {
    margin-top: 0.45rem;
    padding: 0.3rem 0;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
  }

  .ls-ft-navi {
    text-align: center;
    line-height: 1;
  }
  .ls-ft-navi.en:first-child {
    margin-bottom:20px;
  }
  .ls-ft-navi .ls {
    display: inline-block;
    padding: 0 0.2rem;
    border-left: 1px solid #fff;
    font-size: 0.18rem;
    letter-spacing: 0.056em;
  }
  .ls-ft-navi .ls:first-child {
    border-left: none;
  }

  .ft-copy {
    text-align: center;
    margin-top: 0.33rem;
  }

  .back-top {
    width: 0.75rem;
    /*left: auto;*/
    right: 0;
    bottom: 0.18rem;
    /*margin: 0 0 0.18rem 0;*/
  }
}
/* Module */
@media screen and (max-width: 750px) {
  .mod-pagination {
    text-align: center;
    line-height: 0;
  }
  .mod-pagination .pagi-prev {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/common/sm/pagi_prev.svg) no-repeat 50% 50%;
    background-size: 0.14rem auto;
    margin-right: 0.1rem;
  }
  .mod-pagination .pagi-next {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/common/sm/pagi_next.svg) no-repeat 50% 50%;
    background-size: 0.14rem auto;
    margin-left: 0.1rem;
  }
  .mod-pagination .pagi-page {
    display: inline-block;
    vertical-align: middle;
  }
  .mod-pagination .pagi-page .slick-dots {
    text-align: center;
    line-height: 0;
  }
  .mod-pagination .pagi-page .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.13rem;
  }
  .mod-pagination .pagi-page .slick-dots li button {
    display: block;
    padding: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border: 0.02rem solid #bfbfbf;
    font-family: inherit;
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.4rem;
    outline: none;
  }
  .mod-pagination .pagi-page .slick-dots li.slick-active button {
    background: #bfbfbf;
    color: #fff;
  }

  .pagination {
    display: inline-block;
    vertical-align: middle;
  }
  .pagination .ls {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.13rem;
  }
  .pagination .ls .it {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.02rem solid #bfbfbf;
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.46rem;
  }
  .pagination .ls .it.active {
    background: #bfbfbf;
    color: #fff;
  }
}
/*===== COMMON PAGES =====*/
/* Top */
.slick-top-slide .ls img {
  display: block;
}

.sec-top-slider .slick-dots {
  margin-top: 41px;
  text-align: center;
  line-height: 0;
}
.sec-top-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
}
.sec-top-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 11px;
  height: 11px;
  background: #808080;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: none;
  outline: none;
  text-indent: -99999px;
  cursor: pointer;
}
.sec-top-slider .slick-dots li.slick-active button {
  background: #e6e6e6;
}

.top-topcis {
  margin: 38px 15px 0;
  text-align: center;
}

.top-topcis .sp {
  display: none;
}

@media screen and (max-width: 750px) {
.top-topcis {
  margin: 4% 3% 0;
  text-align: center;
}
.top-topcis .sp {
  display: block;
}
.top-topcis .pc {
  display: none;
}
}

.sec-top-top {
  margin-top: 38px;
}

.ls-top-top .ls {
  float: left;
  width: 304px;
  margin-left: 44px;
  margin-bottom: 30px;
}
.ls-top-top .ls:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.ls-top-top .ls .thum {
  display: block;
}
.ls-top-top .ls .cont {
  margin-top: 10px;
}
.ls-top-top .ls .cont .ttl {
  font-size: 14px;
  font-weight: bold;
}
.ls-top-top .ls .cont .des {
  margin-top: 5px;
}

.sec-top-location {
  margin-top: 67px;
}
.sec-top-location .sec-cnt {
  background: #000;
  padding: 77px 40px 63px;
  color: #fff;
  margin-top: 59px;
}

.ls-top-location .ls {
  float: left;
  width: 280px;
  margin-left: 40px;
}
.ls-top-location .ls .thum {
  display: block;
}
.ls-top-location .ls .cont {
  margin-top: 28px;
  text-align: center;
}
.ls-top-location .ls .cont .ttl {
  font-weight: bold;
}
.ls-top-location .ls .cont .des {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.078em;
  margin-top: 3px;
}
.ls-top-location .ls:first-child {
  margin-left: 0;
}

.sec-top-online-shop {
  margin-top: 125px;
}
.sec-top-online-shop .sec-cnt {
  margin-top: 58px;
}
.sec-top-online-shop .row .col-one {
  float: left;
  width: 695px;
}
.sec-top-online-shop .row .col-two {
  float: right;
  width: 270px;
}

.mod-top-online-shop .thum {
  display: block;
}
.mod-top-online-shop .thum img {
  display: block;
}
.mod-top-online-shop .cont {
  margin-top: 14px;
}

.sec-top-infor {
  margin-top: 114px;
}
.sec-top-infor .sec-cnt {
  margin-top: 57px;
}

.ls-top-infor .ls {
  float: left;
  width: 226px;
  margin-left: 32px;
  margin-bottom: 38px;
}
.ls-top-infor .ls .thum {
  display: block;
}
.ls-top-infor .ls .cont {
  margin-top: 7px;
}
.ls-top-infor .ls .cont.fix {
  letter-spacing: -0.03em;
}
.ls-top-infor .ls:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
.ls-top-infor .ls.merge {
  width: 484px;
}

.mod-top-feature {
  margin-top: 9px;
  background: #000;
  padding: 72px 86px 54px;
  color: #fff;
}

.ls-top-feature .ls {
  float: left;
  margin-left: 34px;
}
.ls-top-feature .ls .it {
  margin-top: 18px;
}
.ls-top-feature .ls .it:first-child {
  margin-top: 0;
}
.ls-top-feature .ls .thum {
  display: block;
}
.ls-top-feature .ls .cont {
  margin-top: 10px;
  letter-spacing: -0.02em;
}
.ls-top-feature .ls:first-child {
  margin-left: 0;
}
.ls-top-feature .ls.one, .ls-top-feature .ls.two {
  width: 235px;
}
.ls-top-feature .ls.thr {
  width: 290px;
}

.sg-top-feature {
  margin-top: 55px;
}
.sg-top-feature .thum {
  display: block;
}
.sg-top-feature .cont {
  margin-top: 10px;
}

.sec-top-share {
  margin-top: 113px;
}
.sec-top-share .sec-cnt {
  margin-top: 56px;
}
.sec-top-share .sec-cnt .row .col-one {
  float: left;
  width: 694px;
}
.sec-top-share .sec-cnt .row .col-two {
  float: right;
  width: 270px;
}

.ls-top-share .ls {
  float: left;
  width: 330px;
  margin-left: 34px;
  margin-bottom: 23px;
}
.ls-top-share .ls:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.ls-top-share .ls .thum {
  display: block;
}
.ls-top-share .ls .cont {
  margin-top: 10px;
}

.sg-top-share .thum {
  display: block;
}
.sg-top-share .cont {
  margin-top: 10px;
}

.sec-top-product {
  margin-top: 84px;
}
.sec-top-product .sec-cnt {
  margin-top: 57px;
}

.mod-top-product {
  position: relative;
}
.mod-top-product .slick-arrow {
  display: block;
  width: 30px;
  height: 69px;
  border: none;
  outline: none;
  position: absolute;
  top: 80px;
  z-index: 100;
  text-indent: -99999px;
  cursor: pointer;
}
.mod-top-product .slick-prev {
  background: url(../img/common/bx_prev.svg);
  left: 0;
}
.mod-top-product .slick-next {
  background: url(../img/common/bx_next.svg);
  right: 0;
}

.slick-top-product .ls {
  width: 226px;
  margin-right: 32px;
}
.slick-top-product .ls .thum {
  display: block;
}
.slick-top-product .ls .cont {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .sec-top-slider .sec-inner {
    padding: 0;
  }
  .sec-top-slider .slick-dots {
    margin-top: 0.28rem;
  }
  .sec-top-slider .slick-dots li {
    padding: 0 0.12rem;
  }

  .sec-top-top {
    margin-top: 0.32rem;
  }
  .sec-top-top .mod-pagination {
    margin-top: 0.38rem;
  }

  .ls-top-top .ls {
    width: 47%;
    margin-left: 6%;
    margin-bottom: 0.22rem;
  }
  .ls-top-top .ls:nth-child(2n+1) {
    clear: none;
    margin-left: 6%;
  }
  .ls-top-top .ls:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .ls-top-top .ls .cont {
    margin-top: 0.1rem;
  }
  .ls-top-top .ls .cont .ttl {
    font-size: 0.18rem;
  }
  .ls-top-top .ls .cont .des {
    margin-top: 0.05rem;
    font-size: 0.15rem;
    line-height: 1.372549019607843;
  }
  .ls-top-top.sm .ls {
    float: none;
    margin-left: 0;
  }

  .sec-top-location {
    margin-top: 0.7rem;
  }
  .sec-top-location .sec-cnt {
    padding: 0.62rem 0.33rem 0.5rem;
    margin-top: 0.43rem;
  }

  .mod-top-location {
    position: relative;
  }
  .mod-top-location .slick-arrow {
    display: block;
    width: 0.44rem;
    height: 0.76rem;
    border: none;
    outline: none;
    position: absolute;
    top: 1.42rem;
    z-index: 100;
    text-indent: -9999px;
  }
  .mod-top-location .slick-prev {
    background: url(../img/common/sm/slick_prev.svg) no-repeat;
    background-size: 100% 100%;
    left: 0;
  }
  .mod-top-location .slick-next {
    background: url(../img/common/sm/slick_next.svg) no-repeat;
    background-size: 100% 100%;
    right: 0;
  }

  .ls-top-location {
    position: static !important;
    width: 62.5%;
    margin: 0 auto;
  }
  .ls-top-location .ls {
    float: none;
    width: auto;
    margin: .6rem 0 0;
  }
  .ls-top-location .ls:first-child {
    margin: 0;
  }
  .ls-top-location .ls .cont {
    margin-top: 0.25rem;
  }
  .ls-top-location .ls .cont .ttl {
    font-size: 0.18rem;
  }
  .ls-top-location .ls .cont .des {
    font-size: 0.31rem;
    margin-top: 0.05rem;
  }

  .sec-top-online-shop {
    margin-top: 0.72rem;
  }
  .sec-top-online-shop .sec-cnt {
    margin-top: 0.33rem;
  }
  .sec-top-online-shop .row .col-one {
    float: none;
    width: auto;
  }

  .mod-top-online-shop .cont {
    font-size: 0.17rem;
    margin-top: 0.1rem;
  }

  .sec-top-infor {
    margin-top: 0.76rem;
  }
  .sec-top-infor .sec-cnt {
    margin-top: 0.45rem;
  }

  .ls-top-infor {
    margin: 0 -0.24rem;
  }
  .ls-top-infor .ls {
    width: 50%;
    margin-left: 0;
    margin-bottom: 0.38rem;
    padding: 0 0.24rem;
  }
  .ls-top-infor .ls .cont {
    font-size: 0.17rem;
    margin-top: 0.1rem;
  }
  .ls-top-infor .ls:nth-child(4n+1) {
    clear: none;
  }
  .ls-top-infor .ls.merge {
    width: 100%;
  }

  .sec-top-share {
    margin-top: 0.6rem;
  }
  .sec-top-share .slick-dots {
    margin-top: 0.3rem;
    text-align: center;
    line-height: 0;
  }
  .sec-top-share .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.12rem;
  }
  .sec-top-share .slick-dots li button {
    display: block;
    padding: 0;
    width: 11px;
    height: 11px;
    background: #808080;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: none;
    outline: none;
    text-indent: -99999px;
    cursor: pointer;
  }
  .sec-top-share .slick-dots li.slick-active button {
    background: #e6e6e6;
  }
  .sec-top-share .sec-cnt {
    margin-top: 0.36rem;
  }
  .sec-top-share .sec-cnt .row .col-one {
    width: auto;
  }
  .sec-top-share .sec-cnt .row .col-two {
    float: left;
    width: auto;
  }

  .sg-top-share .thum {
    width: 37.96033994334278%;
  }
  .sg-top-share .cont {
    font-size: 0.17rem;
    margin-top: 0.08rem;
  }

  .ls-top-share {
    margin: 0 -0.24rem;
  }
  .ls-top-share .ls {
    width: 50%;
    margin-left: 0;
    margin-bottom: 0.15rem;
    padding: 0 0.24rem;
  }
  .ls-top-share .ls .cont {
    font-size: 0.17rem;
    margin-top: 0.08rem;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .sec-top-product {
    margin-top: 1rem;
  }
  .sec-top-product .sec-cnt {
    margin-top: 0.34rem;
  }

  .mod-top-product {
    overflow: hidden;
  }
  .mod-top-product .slick-arrow {
    width: 0.38rem;
    height: 0.87rem;
    background-size: 100% 100% !important;
    top: 1.04rem;
  }

  .slick-top-product {
    margin: 0 -0.24rem;
    position: static !important;
  }
  .slick-top-product .ls {
    width: auto;
    margin: 0;
  }
  .slick-top-product .ls .cont {
    font-size: 0.17rem;
    margin-top: 0.1rem;
  }
  .slick-top-product .ls .it {
    padding: 0 0.24rem;
  }
}
/* Kyoryuchi */
.sec-kyo-navi .nav-bar {
  text-align: center;
  line-height: 0;
}
.sec-kyo-navi .nav-bar .ls {
  display: inline-block;
  vertical-align: middle;
  padding: 0 38px;
  padding: 0px 38px 10px;
  background: url(../img/kyoryuchi/line.png) no-repeat;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}
.sec-kyo-navi .nav-bar .ls .it {
  display: block;
  position: relative;
}
.sec-kyo-navi .nav-bar .ls .it img {
  display: block;
}
.sec-kyo-navi .nav-bar .ls .it:hover:before,
.sec-kyo-navi .nav-bar .ls .it.current:before {
  display: block;
  content: " ";
  width: 100%;
  height: 4px;
  background: #de1923;
  position: absolute;
  top: 100%;
  left: 0;
}
.sec-kyo-navi .nav-bar .ls:first-child {
  background: none;
}

.sec-kyo-post {
  margin-top: 25px;
  border: 1px solid #000;
}

.block-kyo-bann img {
  display: block;
}

.block-kyo-main {
  padding: 66px 55px 102px;
}

.post-kyo-normal .thum {
  float: left;
  width: 470px;
}
.post-kyo-normal .cont {
  float: right;
  width: 370px;
}
.post-kyo-normal .cont.adjust {
  height:600px;
  overflow:hidden;
}
.post-kyo-normal .cont .ttl {
  font-size: 17px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 2px solid #7f7f7f;
}
.post-kyo-normal .cont .txt {
  margin-top: 25px;
}
.post-kyo-normal .cont .txt .cap {
  line-height: 1.75;
  text-align: justify;
  letter-spacing: -0.063em;
}
.post-kyo-normal .cont .txt .pic {
  margin-top: 33px;
}

.post-kyo-classic {
  margin-top: 39px;
}
.post-kyo-classic .post-ttl {
  text-align: center;
}
.post-kyo-classic .post-cnt {
  margin-top: 42px;
}
.post-kyo-classic .post-cnt .cont {
  float: left;
  width: 370px;
}
.post-kyo-classic .post-cnt .cont .ttl {
  text-align: center;
}
.post-kyo-classic .post-cnt .cont .txt {
  line-height: 1.75;
  margin-top: 33px;
  letter-spacing: -0.063em;
}
.post-kyo-classic .post-cnt .cont .pic {
  margin-top: 31px;
}
.post-kyo-classic .post-cnt .thum {
  float: right;
  width: 470px;
}

.post-kyo-row-one {
  margin-top: 58px;
}

.post-kyo-row-two {
  margin-top: 47px;
}
.post-kyo-row-two .col-one {
  float: left;
  width: 470px;
}
.post-kyo-row-two .col-two {
  float: right;
  width: 370px;
}
.post-kyo-row-two .item {
  margin-top: 41px;
}
.post-kyo-row-two .item:first-child {
  margin-top: 0;
}

.post-kyo-row-thr {
  margin-top: 45px;
}
.post-kyo-row-thr .cont {
  margin-top: 45px;
}
.post-kyo-row-thr .cont .ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.post-kyo-row-thr .cont .txt {
  line-height: 1.75;
  margin-top: 15px;
}

.post-kyo-contact {
  margin-top: 53px;
  padding-top: 52px;
  border-top: 1px solid #000;
}
.post-kyo-contact .post-desc .ttl span {
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
}
.post-kyo-contact .post-desc .cap {
  margin-top: 4px;
}
.post-kyo-contact .post-cont {
  margin-top: 35px;
}
.post-kyo-contact .post-cont .ct-map {
  float: left;
  width: 416px;
}
.post-kyo-contact .post-cont .ct-map .map-cont {
  margin-top: 22px;
}
.post-kyo-contact .post-cont .ct-map .map-cont .ttl {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}
.post-kyo-contact .post-cont .ct-map .map-cont .txt {
  margin-top: 18px;
}
.post-kyo-contact .post-cont .ct-inf {
  float: right;
  width: 430px;
}
.post-kyo-contact .post-cont .ct-inf .desc .ttl {
  font-size: 18px;
  font-weight: bold;
}
.post-kyo-contact .post-cont .ct-inf .desc .pha {
  line-height: 1.75;
}
.post-kyo-contact .post-cont .ct-inf .cont {
  margin-top: 12px;
  line-height: 1.75;
}
.post-kyo-contact .post-cont .ct-inf .thum {
  margin-top: 20px;
}

/* App */
.article-main {
  float: left;
  width: 700px;
  border: 1px solid #000;
}

.article-side {
  float: right;
  width: 270px;
}

.ls-side-social {
  text-align: center;
  line-height: 0;
}
.ls-side-social .ls {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.ls-side-social .ls:first-child {
  margin-left: 0;
}

.mod-side-com {
  margin-top: 25px;
}
.mod-side-com .mod-cnt {
  margin-top: 20px;
}

.ls-side-com .ls {
  margin-top: 5px;
}
.ls-side-com .ls:first-child {
  margin-top: 0;
}
.ls-side-com .ls .it {
  display: block;
}

.mod-side-service {
  margin-top: 0;
}

.mod-side-new .banner {
  display: block;
}

.post-app-bann img {
  display: block;
}

.post-app-main {
  padding: 58px 69px 55px;
}

.post-app-main02 {
  padding: 48px 69px 55px;
}

.gr-app-post .gr-ttl {
  text-align: center;
}
.gr-app-post .gr-cnt {
  margin-top: 18px;
  line-height: 1.541666666666667;
}
.gr-app-post .gr-pic {
  width: 560px;
  margin: 50px auto 0;
  position: relative;
}
.gr-app-post .gr-pic .pic img {
  display: block;
}
.gr-app-post .gr-pic .btn-ios {
  display: block;
  width: 156px;
  height: 53px;
  position: absolute;
  left: 106px;
  top: 0;
}
.gr-app-post .gr-pic .btn-and {
  display: block;
  width: 156px;
  height: 53px;
  position: absolute;
  right: 115px;
  top: 0;
}

.gr-app-news {
  margin-top: 55px;
}

.ls-apa-news .ls {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dashed #b3b3b3;
}
.ls-apa-news .ls .it .thum {
  display: block;
  float: left;
  width: 195px;
  margin-right: 25px;
}
.ls-apa-news .ls .it .cont {
  overflow: hidden;
}
.ls-apa-news .ls .it .cont .ttl {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.ls-apa-news .ls .it .cont .cnt {
  line-height: 1.541666666666667;
  margin-top: 20px;
}
.ls-apa-news .ls:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.gr-app-contact {
  margin-top: 53px;
  display: table;
  width: 100%;
  border-color: #b3b3b3;
  border-style: solid;
  border-width: 1px 0;
  padding: 14px 0;
}
.gr-app-contact .th {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  border-right: 1px solid #b3b3b3;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
.gr-app-contact .td {
  display: table-cell;
  vertical-align: middle;
  padding: 9px 0 9px 55px;
}

.ls-app-contact .ls {
  float: left;
  margin-left: 74px;
}
.ls-app-contact .ls .ttl {
  font-weight: bold;
}
.ls-app-contact .ls .cnt {
  margin-top: 10px;
}
.ls-app-contact .ls:first-child {
  margin-left: 0;
}

.gr-app-note {
  margin-top: 26px;
}

/* Gift */

.post-gift-bann img {
  display: block;
}

.post-gift-main {
  padding: 58px 69px 55px;
}

.gr-gift-post .gr-ttl {
  text-align: center;
  padding-top: 50px;
}

.gr-gift-news {
  margin-top: -50px;
}

.ls-gift-news .ls {
  padding-top: 40px;
}
.ls-gift-news .ls .it .thum {
  display: block;
  float: left;
  width: 195px;
  margin-right: 25px;
}
.ls-apa-news .ls .it .cont {
  overflow: hidden;
}
.ls-gift-news .ls .it .cont .ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  border-left: 7px solid #29ABE2;
}
.ls-gift-news .ls .it .cont .cnt {
  line-height: 1.541666666666667;
  margin-top: 15px;
}
.ls-gift-news .ls:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.gr-gift-table {
  padding-top: 70px;
}
.gr-gift-table .gr-ttl {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px 30px;
  background: url(../img/gift/icon.png) no-repeat;
}
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type01 th {
	width: 130px;
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #efefef;
}
table.type01 td {
	width: 350px;
	padding: 15px;
	vertical-align: top;
	border: 1px solid #ccc;
}


.gr-gift-note {
  margin-top: 26px;
}

/* Whats */
.post-whats-bann img {
  display: block;
}

.post-whats-main {
  padding: 48px 69px 55px;
}

.gr-whats-post .gr-ttl {
  text-align: center;
}
.gr-whats-post .gr-cnt {
  margin-top: 18px;
  line-height: 1.541666666666667;
}
.gr-whats-post .gr-pic {
  width: 560px;
  margin: 50px auto 0;
  position: relative;
}
.gr-whats-post .gr-pic .pic img {
  display: block;
}
.gr-whats-post .gr-pic .btn-ios {
  display: block;
  width: 156px;
  height: 53px;
  position: absolute;
  left: 106px;
  top: 0;
}
.gr-whats-post .gr-pic .btn-and {
  display: block;
  width: 156px;
  height: 53px;
  position: absolute;
  right: 115px;
  top: 0;
}

.gr-whats-news {
  margin-top: 55px;
}

.ls-whats-news .ls {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #b3b3b3;
}
.ls-whats-news .ls .it .thum {
  display: block;
  float: left;
  width: 250px;
  margin-right: 25px;
}
.ls-apa-news .ls .it .cont {
  overflow: hidden;
}
.ls-whats-news .ls .it .cont .ttl2 {
  display:inline;
  line-height: 2em;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  color:#ffffff;
  background-color: #aaaaaa;
}
.ls-whats-news .ls .it .cont .ttl {
  font-size: 15px;
  font-weight: bold;
  padding-top: 15px;
}
.ls-whats-news .ls .it .cont .cnt {
  line-height: 1.541666666666667;
  margin-top: 20px;
}
.ls-whats-news .ls:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}



/*TEXT COLOR*/
.txt_red {
color: #FF0000;
}
.txt11 {
font-size: 11px;
}

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


/*Choose Language*/
/* 1.全体設定 */
#cssmenu {
	float:right;
	margin-top:-20px;
}
/* 2.メインメニュー設定 */
#cssmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	z-index:1;
}
/* 3.装飾 */
#cssmenu li a {
	display: block;
	width: 184px;
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin:0 0 0 0;
}
/* 4.マウスオーバー設定 */
#cssmenu li a:hover {
	background-color: #999;
}
/* 5.サブメニュー設定 */
#cssmenu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	display: none;/* デフォルト非表示*/
}
/* 6.サブメニューの表示*/
#cssmenu li:hover ul {
	display: block;
}


@media screen and (max-width: 750px) {
#cssmenu {
	display:none;
}
}


/* 2019milano */
#milano2019 .main-inner .pc {
    overflow: hidden;
    margin-top: 60px;
}
#milano2019 .main-inner .pc .box {
    width: 445px;
    float: left;
    margin: 70px 40px 0 0;
}
#milano2019 .main-inner .pc .box img {
    margin-top: 10px;
}
#milano2019 .main-inner .pc .box img:first-child {
    margin-top: 0;
}
#milano2019 .main-inner .pc h3 img {
    margin: 120px 0 50px;
}
#milano2019 .main-inner .pc p {
    text-align: right;
}
#milano2019 .main-inner .sp {
    display: none;
}

@media screen and (max-width: 750px) {
#milano2019 .main-inner .sp {
    display: block;
}
#milano2019 .main-inner .sp img {
    display: inline-block;
}
#milano2019 .main-inner .sp h3 img {
    width: auto;
    margin: 50px 0;
}
#milano2019 .main-inner .sp p {
    text-align: right;
}
#milano2019 .main-inner .pc {
    display: none;
}
}