@charset "utf-8";

/* Body
----------------------------------------------- */
body::before {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: "";  
  background: #452d84;
  opacity: 0;
  transition: all 1.5s ease 0.6s;
}


/* Layout
----------------------------------------------- */
#layout {
  position: relative;
  min-height: 100%;
}
#layout::before,
#layout::after {
  position: fixed;
  z-index: 999;
  height: 100%;
  top: 0;
  display: block;
  content: "";
  background: #452d84;
  opacity: 0;
  transition: all 1.5s ease 0.6s;
}
#layout::before {
  left: 0;
}
#layout::after {
  right: 0;
}
body.loaded #layout::before,
body.loaded #layout::after {
  opacity: 1;
}
body.index #layout::before,
body.index #layout::after {
  transition: all 2s ease 0.5s;
}

#wrapper {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0.6s;
}
body.index #wrapper {
  padding: 0;
}
body.page #wrapper {
  opacity: 0;
}
body.page.loaded #wrapper {
  opacity: 1;
}
body.page.loaded #wrapper .index-content {
  width: 100%;
  padding: 65px 0;
  background-color: #FFF;
}

/* brand-contact */
body.page.loaded #wrapper .index-content .title {
  color: #000;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
body.page.loaded #wrapper .index-content .sub-title {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
.page.loaded #wrapper .index-content .list-brands {
  position: relative;
  width: 90%;
  max-width: 1064px;
  margin: 45px auto 0;
}

.page.loaded #wrapper .index-content .list-brands ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -45px;
}

.page.loaded #wrapper .index-content .list-brands li {
  width: 18%;
  margin-top: 45px;
  margin-left: 2%;
  text-align: center;
}

.page.loaded #wrapper .index-content .list-brands li a {
  color: #333;
  text-decoration: none;
}

.page.loaded #wrapper .index-content .list-brands li a:hover {
  text-decoration: underline;
}

.page.loaded #wrapper .index-content .list-brands li img {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.page.loaded #wrapper .index-content .list-brands li span {
  display: block;
  margin-top: 6px;
  color: #333;
  text-align: center;
}

.page.loaded #wrapper .index-content .list-brands li span br.sp {
  display: none;
}

.page.loaded #wrapper .index-content .list-brands li span a {
  color: #33c;
}

.table {
  display:table;
}
.cell {
  display:table-cell;
  vertical-align:middle;
}

/* index Frame
----------------------------------------------- */
body.index .index-content {
  width: 100%;
  padding-top: 78px;
  background-color: #FFF;
}

/* block-index-brands
----------------------------------------------- */
body.index .index-content .block-index-brands {
  width: 90%;
  max-width: 1012px;
  margin: 0 auto;
}

body.index .index-content .block-index-brands .title {
  color: #000;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

body.index .index-content .block-index-brands .txt {
  margin-top: 24px;
  padding-bottom: 52px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

body.index .index-content .block-index-brands .list-brands {
  position: relative;
}

body.index .index-content .block-index-brands .list-brands ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -85px;
}

body.index .index-content .block-index-brands .list-brands li {
  width: 18%;
  margin-top: 85px;
  margin-left: 2%;
}

body.index .index-content .block-index-brands .list-brands li:nth-child(5n+1) {
  margin-left: 0;
}

body.index .index-content .block-index-brands .list-brands li a {
}

body.index .index-content .block-index-brands .list-brands li img {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

body.index .index-content .block-index-brands .list-brands li a:hover {
}

body.index .index-content .block-index-brands .list-brands li:hover img {
  opacity: 0.7;
  transform: scale(1.1);
  transition: 0.3s;
}

body.index .index-content .block-index-brands .list-brands .btn {
  position: absolute;
  bottom: -60px;
  right: 50px;
  width: calc(180px - 16px);
  height: 44px;
}

body.index .index-content .block-index-brands .list-brands .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}

body.index .index-content .block-index-brands .list-brands .btn a span {
  position: relative;
  left: -8px;
}

body.index .index-content .block-index-brands .list-brands .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 0px;
  height: 22.627px;
  border-left: 2px solid #333;
  transform-origin: left top;
  transform: rotate(45deg);
}

body.index .index-content .block-index-brands .list-brands .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  box-sizing: border-box;
  z-index: 2;
}

body.index .index-content .block-index-brands .list-brands .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_04.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-brands .list-brands .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

/* block-index-col
----------------------------------------------- */
body.index .index-content .block-index-col {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin: 120px auto 0;
}

/* block-index-news
----------------------------------------------- */
body.index .index-content .block-index-news {
  width: 48%;
  max-width: 1040px;
}

body.index .index-content .block-index-news .titles {
  color: #333;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

body.index .index-content .block-index-news .news-box {
  margin-top: 20px;
}

body.index .index-content .block-index-news .news-box .addition {
  padding: 0;
}

body.index .index-content .block-index-news .news-box .news-list dl {
  display: flex;
  flex-wrap: wrap;
  border: none;
}

body.index .index-content .block-index-news .news-box .news-list dl .icn-new {
  float: left;
}

body.index .index-content .block-index-news .news-box .news-list dl .icn-new span {
  display: block;
  width: 3em;
  background-color: #f00;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}

body.index .index-content .block-index-news .news-box .news-list dl .new-text {
  display: block;
  clear: both;
  float: left;
  margin-left: 8em;
  padding: 0;
  font-size: 14px;
}

body.index .index-content .block-index-news .news-box .news-list dl dt,
body.index .index-content .block-index-news .news-box .news-list dl dd {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

body.index .index-content .block-index-news .news-box .news-list dl a {
  color: #333;
  text-decoration: none;
}

/* Addition
----------------------------------------------- */
body.index .index-content .addition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.index .index-content .addition > .moreBtn {
  position: relative;
  z-index: 5;
  width: 264px;
}
body.index .index-content .addition > .moreBtn a {
  display: block;
  text-decoration: none;
  height: 100%;
  padding: 1em 0;
  text-align: center;
  color: #FFF;
}
body.index .index-content .addition.top > .moreBtn a {
  display: block;
  text-decoration: none;
  height: 100%;
  padding: .4em 0;
  text-align: center;
  color: #FFF;
}


body.index .index-content .addition > .moreBtn a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-family: "FontAwesome";
  font-size: 2em;
  font-weight: bold;
  content: "\f105";
  transition: all 0.4s ease-in;
}
body.index .index-content .addition > .moreBtn a:hover::after {
  right: 0.75em;
}
body.index .index-content .addition > .moreBtn a span.anchor-text {
  display: block;
}
body.index .index-content .moreBtn .item-tab::after {
  height: calc(100% - 12px);
}
body.index .index-content .moreBtn .item-dog_ear::before {
  border-width: 0 0 12px 12px;
}
body.index .index-content .moreBtn .item-dog_ear::after {
  height: 12px;
  margin-left: 12px;
}

/* block-index-nav
----------------------------------------------- */
body.index .index-content .block-index-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc( 100% );
  height: 343px;
  margin: 90px auto 0;
}

body.index .index-content .block-index-nav .box-nav {
  position: relative;
  width: calc(100% / 3);
  height: 100%;
}

body.index .index-content .block-index-nav .box-nav .bg {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  transform-origin: center center;
  transform: scale(1);
  z-index: 1;
}

body.index .index-content .block-index-nav .box-nav.box-nav01 .bg {
  background: url(/images/top/img_top_smile_sexy.jpg) no-repeat center center;
  background-size: cover;
}

body.index .index-content .block-index-nav .box-nav.box-nav02 .bg {
  background: url(/images/top/img_top_message.jpg) no-repeat center center;
  background-size: cover;
}

body.index .index-content .block-index-nav .box-nav.box-nav03 .bg {
  background: url(/images/top/img_top_myself.jpg) no-repeat center center;
  background-size: cover;
}

body.index .index-content .block-index-nav .box-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  z-index: 2;
}

body.index .index-content .block-index-nav .box-nav a:hover + .bg {
  transition: 0.3s ease-out;
  transform: scale(0.95);
}

body.index .index-content .block-index-nav .box-nav h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
}

body.index .index-content .block-index-nav .box-nav p {
  width: 90%;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

body.index .index-content .block-index-nav .box-nav .icn-arw {
  margin-top: 20px;
}

/* block-index-ir
----------------------------------------------- */
body.index .index-content .block-index-ir {
  width: 48%;
  max-width: 1280px;
}

body.index .index-content .block-index-ir .box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 382px;
  margin-left: 2px;
  background: url(/images/top/img_top_ir.jpg) no-repeat;
  background-size: cover;
}

body.index .index-content .block-index-ir .box-nav:first-child {
  margin-left: 0;
}

body.index .index-content .block-index-ir .box-nav .btn {
  margin-top: 28px;
}

body.index .index-content .block-index-ir .box-nav .text {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}

body.index .index-content .block-index-ir .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

body.index .index-content .block-index-ir .sub-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
}

body.index .index-content .block-index-ir .btn {
  position: relative;
  left: 8px;
  width: calc(180px - 16px);
  height: 44px;
  
}

body.index .index-content .block-index-ir .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

body.index .index-content .block-index-ir .btn a span {
  position: relative;
  left: -8px;
}

body.index .index-content .block-index-ir .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 0px;
  height: 22.627px;
  border-left: 2px solid #fff;
  transform-origin: left top;
  transform: rotate(45deg);
}

body.index .index-content .block-index-ir .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

body.index .index-content .block-index-ir .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_05.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-ir .btn a.outlink:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 14px;
  height: 10px;
  background: url(/common/img/icn_outlink_02.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-ir .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

body.index .index-content .block-index-ir .btn a.outlink:hover:after {
  right: 12px;
}

/* block-index-recruit
----------------------------------------------- */
body.index .index-content .block-index-recruit {
  width: 90%;
  max-width: 1260px;
  margin: 78px auto 0;
}

body.index .index-content .block-index-recruit .box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 286px;
  margin-left: 2px;
  background: url(/images/top/img_top_recruit.jpg) no-repeat;
  background-size: cover;
}
body.index .index-content .block-index-recruit .box-nav .box-col {
  text-align: center;
}
body.index .index-content .block-index-recruit .box-nav .box-col01 {
}
body.index .index-content .block-index-recruit .box-nav .box-col02 {
  margin-left: 23%;
}
body.index .index-content .block-index-recruit .box-nav .sub-title + .btn {
  margin-top: 40px;
}
body.index .index-content .block-index-recruit .box-nav .btn {
  margin: 20px auto 0;
}
body.index .index-content .block-index-recruit .box-nav .btn a {
  justify-content: flex-start;
  text-align: center;
}
body.index .index-content .block-index-recruit .box-nav .btn a span {
  display: inline-block;
  margin: 0 auto;
}

body.index .index-content .block-index-recruit .box-nav .text {
  font-size: 16px;
  line-height: 2;
}

body.index .index-content .block-index-recruit .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

body.index .index-content .block-index-recruit .sub-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
}

body.index .index-content .block-index-recruit .btn {
  position: relative;
  left: 8px;
  width: calc(180px - 16px);
  height: 44px;
  
}

body.index .index-content .block-index-recruit .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

body.index .index-content .block-index-recruit .btn a span {
  position: relative;
  left: -8px;
}

body.index .index-content .block-index-recruit .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 0px;
  height: 22.627px;
  border-left: 2px solid #fff;
  transform-origin: left top;
  transform: rotate(45deg);
}

body.index .index-content .block-index-recruit .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

body.index .index-content .block-index-recruit .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_05.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-recruit .btn a.outlink:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 14px;
  height: 10px;
  background: url(/common/img/icn_outlink_02.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-recruit .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

body.index .index-content .block-index-recruit .btn a.outlink:hover:after {
  right: 12px;
}

/* block-index-fc
----------------------------------------------- */
body.index .index-content .block-index-fc {
  width: 100%;
  height: 368px;
  margin: 78px auto 0;
  background: url(/images/top/img_top_fc.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

body.index .index-content .block-index-fc .title {
  padding-top: 70px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

body.index .index-content .block-index-fc .sub-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
}

body.index .index-content .block-index-fc .box-fc {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  width: 63%;
  margin: 0 auto;
}

body.index .index-content .block-index-fc .col-fc {
}

body.index .index-content .block-index-fc .col-fc .btn {
  position: relative;
  left: 8px;
  width: calc(180px - 16px);
  height: 44px;
  margin: 42px auto 0;
}

body.index .index-content .block-index-fc .col-fc .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

body.index .index-content .block-index-fc .col-fc .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 0px;
  height: 22.627px;
  border-left: 2px solid #fff;
  transform-origin: left top;
  transform: rotate(45deg);
}

body.index .index-content .block-index-fc .col-fc .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

body.index .index-content .block-index-fc .col-fc .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_05.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
body.index .index-content .block-index-fc .col-fc .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

body.index .index-content .block-index-fc .col-fc .btn a span {
  position: relative;
  left: -8px;
}

body.index .index-content .block-index-fc .col-fc p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
}

body.index .index-content .block-index-fc .col-fc01 {
  max-width: 310px;
  width: 39%;
}

body.index .index-content .block-index-fc .col-fc02 {
  max-width: 330px;
  width: 44%;
}

/* block-index-company
----------------------------------------------- */
body.index .index-content .block-index-company {
  padding: 52px 0;
  background-color: #F0F0F0;
}

body.index .index-content .block-index-company .title {
  color: #333;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
body.index .index-content .block-index-company .sub-title {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

body.index .index-content .block-index-company .box-company {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 72%;
  margin: 56px auto 0;
}

body.index .index-content .block-index-company .box-company .col-company {
  width: 48%;
}

body.index .index-content .block-index-company .box-company .col-company dl {
  display: flex;
  min-height: 68px;
  padding: 13px 0;
  border-bottom: 1px solid #adadad;
}

body.index .index-content .block-index-company .box-company .col-company dl:first-child {
  border-top: 1px solid #adadad;
}

body.index .index-content .block-index-company .box-company .col-company dt {
  width: 25%;
  color: #333;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

body.index .index-content .block-index-company .box-company .col-company dt br {
  display: none;
}

body.index .index-content .block-index-company .box-company .col-company dd {
  width: 75%;
  color: #333;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

body.index .index-content .block-index-company .box-company .col-company dd a {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1;
}

body.index .index-content .block-index-company .box-company .col-company dd a:after {
  position: absolute;
  top: calc(50% + 2px);
  left: calc( 100% + 4px );
  content:"";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_04.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-company .box-company .col-company dd a:hover:after {
  left: calc( 100% + 2px );
  transition: 0.3s;
}

body.index .index-content .block-index-company .box-company .col-company dd span {
  font-size: 12px;
  line-height: 1;
}

body.index .index-content .block-index-company > p {
  margin-top: 28px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

body.index .index-content .block-index-company .btn {
  position: relative;
  left: 8px;
  width: calc(180px - 16px);
  height: 44px;
  margin: 12px auto 0;
  text-align: center;
}

body.index .index-content .block-index-company .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}

body.index .index-content .block-index-company .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 22.627px;
  height: 22.627px;
  border-left: 2px solid #333;
  transform-origin: left top;
  transform: rotate(45deg);
}

body.index .index-content .block-index-company .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  box-sizing: border-box;
  z-index: 2;
}

body.index .index-content .block-index-company .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_04.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-company .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

body.index .index-content .block-index-company .btn a span {
  position: relative;
  left: -8px;
}

/* block-index-company
----------------------------------------------- */
body.index .index-content .block-index-contact {
  padding: 60px 0 90px;
}

body.index .index-content .block-index-contact .title {
  color: #333;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

body.index .index-content .block-index-contact .sub-title {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

body.index .index-content .block-index-contact .text {
  width: 90%;
  margin: 34px auto 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

body.index .index-content .block-index-contact .text span {
  display: inline-block;
  text-align: left;
}

body.index .index-content .block-index-contact .list-btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 685px;
  width: 60%;
  margin: 50px auto 0;
}

body.index .index-content .block-index-contact .list-btn .btn {
  position: relative;
  left: 8px;
  width: calc(46% - 16px);
  height: 62px;
  margin: 0 auto 0;
  text-align: center;
}

body.index .index-content .block-index-contact .list-btn .btn:last-child {
  width: calc(67% - 16px);
  margin-top: 30px;
}

body.index .index-content .block-index-contact .list-btn .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: #FFF;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}

body.index .index-content .block-index-contact .list-btn .btn br {
  display: none;
}

body.index .index-content .block-index-contact .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  width: 22.627px;
  height: 22.627px;
  border-left: 2px solid #333;
  background-color: #FFF;
  transform-origin: left top;
  transform: rotate(45deg);
}

body.index .index-content .block-index-contact .btn a:before {
  position: absolute;
  left: -16px;
  bottom: -2px;
  content: "";
  width: 16px;
  height: calc(100% - 13px);
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  background-color: #FFF;
  box-sizing: border-box;
  z-index: 2;
}

body.index .index-content .block-index-contact .btn a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/common/img/icn_arrow_04.png) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

body.index .index-content .block-index-contact .btn a:hover:after {
  right: 16px;
  transition: 0.3s;
}

body.index .index-content .block-index-contact .btn a span {
  position: relative;
  left: -8px;
}


/* Page Frame
----------------------------------------------- */
body.page::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  /*height: 100vh;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 1.5s ease 0.6s;
}
body.page.loaded::before {
  opacity: 1;
}


/* Bread Crumbs
----------------------------------------------- */
#breadcrumbs {
  background: #FFF;
}
.breadcrumbs-list {
  list-style: none;
  color: #000;
  font-size: 1.2em;
}
.breadcrumbs-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;

}
.breadcrumbs-list li:not(:last-child) {
  padding-right: 1.5em;
  margin-right: 0.5em;
}
.breadcrumbs-list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 1.5em;
  content: "\f105";
  color: #452d84;
}
.breadcrumbs-list li:first-child a::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(images/common/icon-home.png) center no-repeat;
  background-size: contain;
}
.breadcrumbs-list li:first-child span.name {
  font-size: 0;
}
.breadcrumbs-list li a {
  display: inherit;
}


/* Container
----------------------------------------------- */
.l-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2em;
}
.m-container {
  max-width: 940px;
  margin: 0 auto;
}
.s-container {
  max-width: 940px;
  margin: 0 auto;
}


/* Shifted Element
----------------------------------------------- */
.shifted-elm {
  transition: all 0.6s;
}
.shifted-left {
  opacity: 0;
  margin-left: -40px;
}
.shifted-right {
  opacity: 0;
  margin-right: -40px;
}


/* Header
----------------------------------------------- */
header {
  position: relative;
  z-index: 9999;
}
#primaryNav {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  transition:all 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
body #primaryNav {
  background: rgba(0,0,0,0.31);
  transition: background 0.4s;
}
body #primaryNav.on {
  background: rgba(0,0,0,0.9);
  transition: background 0.4s;
}
body.page #primaryNav.open {
  background: none;
}
#primaryNav > .logo {
  position: relative;
  max-width: 252px;
  height: 68px;
  float: left;
  padding-left: 40px;
}
#primaryNav > .logo h1 {
  width: 100%;
  height: 100%;
}
#primaryNav > .logo h1 a {
  display: block;
  height: 100%;
  background-image: url(images/common/logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#primaryNav > .menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  align-items: center;
}
#primaryNav > .menus > .snsMenu {
  /*display: inline-flex;*/
  display: none;
  align-self: center;
}
#primaryNav > .menus > .snsMenu li {
}
#primaryNav > .menus > .snsMenu a {
  display: inline-block;
  color: #FFF;
}


/* Footer
----------------------------------------------- */
footer {
  position: relative;
  z-index: 100;
  color: #FFF;
  border-top: 4px solid #333;
  background: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0.6s;
}
body.loaded footer {
  opacity: 1;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .logo {
  width: 247px;
  margin: 0 auto;
}
.foot-bottom {
  padding: 25px 0 50px;
}
.foot-bottom .foot-inr {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.foot-bottom .box-foot {
  float: left;
  text-align: left;
  margin-left: 5%;
}
.foot-bottom .box-foot:first-child {
  margin-left: 0;
}
.foot-bottom .box-foot:nth-child(2) {
  width: 170px;
}
.foot-bottom .box-foot:nth-child(4) .box-list ul + ul {
  margin-left: 100px;
}
.foot-bottom .box-foot:nth-child(5) .box-list ul + ul {
  margin-left: 80px;
}
.foot-bottom .box-foot.row2 {
  margin-top: 60px;
}
.foot-bottom .box-foot .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.foot-bottom .box-foot a,
#flink-etc a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.foot-bottom .box-foot a:hover,
#flink-etc a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
.foot-bottom .box-foot .title a {
  display: flex;
  align-items: center;
}
.foot-bottom .box-foot .title a:hover:after {
  left: 4px;
  transition: left 0.3s ease-in-out;
}
.foot-bottom .box-foot .title a:after {
  position: relative;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: 7px;
  margin-left: 10px;
  background: url(/common/img/icn_arrow_02.png) no-repeat;
  transition: left 0.3s ease-in-out;
}
.foot-bottom .box-list {
  display: flex;
  color: #333;
}
.foot-bottom .box-list ul {
  margin-top: 26px;
}
.foot-bottom .box-list ul + ul {
  margin-left: 42px;
}
.foot-bottom .box-list ul li {
  margin-top: 16px;
  line-height: 1;
  font-size: 13px;
}
.foot-bottom .box-list ul li:first-child {
  margin-top: 0;
}
.foot-bottom .box-list ul li a {
  
}
.foot-bottom .box-list ul li a.outlink:after {
  content:"";
  position: absolute;
  top: 4px;
  left: calc( 100% + 5px );
  width: 13px;
  height: 12px;
  background: url("/common/img/icn_outlink.png") no-repeat;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  justify-content: center;
}
.footer-nav li {
  position: relative;
  line-height: 1.4;
}
.footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  justify-content: center;
}
.footer-icons li {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 6px;
}
.footer-icons li::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  border-radius: 50%;
  transition: all 0.4s;
}
.footer-icons li:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-icons li a {
  position: relative;
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

}
.footer-icons li a.icon-facebook {
  background-image: url(images/common/nav-facebook.png);
}
.footer-icons li a.icon-instagram {
  background-image: url(images/common/nav-instagram.png);
}
.footer-icons li a.icon-mail {
  background-image: url(images/common/nav-mail.png);
}
#copyright {
  padding: 18px 0;
  border-top: 4px solid #333;
  color: #333;
  font-size: 12px;
  line-height: 1;
}


/* Navigation [GloNav]
----------------------------------------------- */
.gloNav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gloNav li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  transition: all 0.4s;
}
.gloNav > li > a {
  cursor: default;
}
.gloNav > li .link {
  cursor: pointer;
}


/* Navigation [#navVerticla]
----------------------------------------------- */
#navVertical {
  height: 100%;
}
#navVertical li {
  font-size: 1.18em; /* 修正20180312 */
  font-weight: bold;
}
#navVertical li > a {
  height: 100%;
}
#navVertical li > a span {
  padding: 0 1em;
}
#navVertical li > a span::after {
  display: block;
  content: "";
  background: #FFF;
  height: 3px;
  width: 100%;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all 0.4s;
}
#navVertical li > a:hover span::after {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
  

/* Navigation [TOGGLE MENU]
----------------------------------------------- */
.toggleMenu {
  display: none;
  cursor: pointer;
  padding: 8px 0;
  background-size: contain;
  transition: all 0.3s;
}
.toggleMenu > .text {
  position: relative;
  font-weight: 400;
}
.toggleMenu > .text > .enclose {
  position: relative;
  color: #FFF;
  height: 25px;
  width: 5em;
  overflow: hidden;
}
.toggleMenu .bill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  line-height: 25px;
  text-align: center;
  opacity: 0;
}
.toggleMenu .closing {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.toggleMenu .opening {
  top:25px;
}
.toggleMenu.open .opening {
  top:25px;
  opacity:1;
}
.toggleMenu.open .bill {
  -webkit-transform: translate(0,-25px);
  transform: translate(0,-25px);
}
.toggleMenu .closing {
  top: 0;
  right: 0;
  opacity: 1;
}
.toggleMenu .opening {
  top: 25px;
  right: 0;
}

.toggleMenu .navBar {
  position: relative;
  display: block;
  background: #FFF;
  height: 2px;
  width: 40px;
  margin: 7px auto;
  transition: all 0.3s;
}
.toggleMenu.open #navBar01 {
  top:9px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.toggleMenu.open #navBar02 {
  opacity:0;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}
.toggleMenu.open #navBar03 {
  bottom:9px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.toggleMenu.open {
  background-image: none;
}
.toggleMenu.open .icon {
  background: #FFF;
}
.toggleMenu.open .navBar {
  background: #452D84;
}


/* Navigation [#navBox]
----------------------------------------------- */
#navBox > .adjust {
  width: 100%;
}
#navBox .gloNav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#navBox .gloNav a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
#navBox .gloNav .nav-snap {
  position: relative;
}
#navBox .gloNav .nav-snap span {
  display: block;
  background: #452d84;
}
#navBox .gloNav .nav-snap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent transparent #452d84 transparent;
}
#navBox .gloNav .nav-part {
  position: relative;
  color: #FFF;
  background: #452d84;
}
#navBox .gloNav .nav-part > h2 {
  position: relative;
}
/* 追加20180227ここから */
#navBox .gloNav .nav-part > p {
  position: relative;
  margin-bottom: 1em;
}
#navBox .gloNav .nav-part > p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 1px;
  background: #FFF;
}
/* 追加20180227ここまで */
#navBox .gloNav .nav-part > .icon {
  position: relative;
  display: block;
  width: 106px; /* 修正20180227 */
  margin: 0 auto;
  font-weight: bold;
  color: #452d84; /* 修正20180223 */
  background: #FFF;  /* 修正20180223 */
  box-shadow: 0 0 0 2px #FFF; /* 修正20180223 */
  text-align: left;
  letter-spacing: 2px;
  padding: 0.5ex 0; /* 修正20180227 */
  transition: all 0.4s; /* 修正20180223 */
}
/* 修正ここから 20180223 */
#navBox .gloNav a:hover .nav-part > .icon {
  box-shadow: none;
  transition: all 1s;
}
#navBox .gloNav a:hover .nav-part > .icon::after {
  -webkit-transform: translate(12px,-50%);
  transform: translate(12px,-50%);
}
/* 修正ここまで 20180223 */
#navBox .gloNav .nav-part > .icon::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-family: "FontAwesome";
  font-size: 1.25em;
  content: "\f105";
  transition: all 0.4s ease-in;
  /* 追加20180227ここから */
  width: 100%;
  text-align: center;
  right: 0!important;
  /* 追加20180227ここまで */
}
#navBox .gloNav .nav-list {
}
#navBox .gloNav .nav-list li {
}
#navBox .gloNav .nav-list li.nav-list-top {
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
#navBox .gloNav .nav-list a {
  display: inline-block;
  text-decoration: underline;
}

/* 追加20180308ここから */
#navBox #gloNav-small .nav-part > h2 span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
/* 追加20180308ここまで */



@media screen and (min-width:768px) {
  .only-pc {
    display: block !important;
  }
  .only-sp {
    display: none !important;
  }

  /* block-index-news
  ----------------------------------------------- */
  body.index .index-content .block-index-news .news-box .news-list dl {
    margin-top: 20px;
    font-size: 1.3em;
  }

  body.index .index-content .block-index-news .news-box .news-list dl:first-child {
    margin-top: 0;
  }

  body.index .index-content .block-index-news .news-box .news-list dl dt {
    vertical-align: middle;
    padding: 0 0 0.5em;
  }

  body.index .index-content .addition {
     -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
    padding: 6em 0;
  }
  body.index .index-content .addition > .moreBtn {
    font-size: 1.5em;
  }
  body.index .index-content .addition.top > .moreBtn {
    font-size: 1em;
  }
  body.index .index-content .addition.top > .moreBtnTop {
  }
  body.index .index-content .addition.top > .moreBtnTop a {
    position: relative;
    color: #333;
    font-size: 16px;
    text-decoration: none;
  }
  body.index .index-content .addition.top > .moreBtnTop a:after {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    width: 7px;
    height: 11px;
    background: url("/common/img/icn_arrow_04.png") no-repeat;
    margin-left: 10px;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  body.index .index-content .addition.top > .moreBtnTop a span {
    text-decoration: underline;
  }
  body.index .index-content .addition.top > .moreBtnTop a:hover:after {
    left: calc(100% - 4px);
    transition: 0.3s;
  }
  body.index .index-content .addition.top > .moreBtnTop a:hover span {
    text-decoration: none;
  }

  /* Layout
  ----------------------------------------------- */
  body {
    padding: 12px;
  }
  body::before,
  body.index::after {
    height: 12px;
  }
  #layout::before,
  #layout::after {
    width: 12px;
  }
  section.sub-contents {
    padding-top: 60px;
  }
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .page.loaded #wrapper .index-content .list-brands li:nth-child(5n+1) {
    margin-left: 0;
  }

  /* Bread Crumbs
  ----------------------------------------------- */
  #breadcrumbs {
    padding: 96px 0 32px 0;
  }
  #breadcrumbs .s-container {
    max-width: 1045px;
  }
  
  /* Header
  ----------------------------------------------- */
  #primaryNav {
    padding: 20px;
  }
/*  #primaryNav {
    display: none;
    position: relative;
    width: 100%;
    padding: 46px 40px;
    background: rgba(0,0,0,0.9);
    opacity: 0;
  }*/
  #primaryNav a {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  #primaryNav .gloNav li a {
    
  }
  #primaryNav .gloNavList {
    display: none;
    position: absolute;
    left: 0;
    width: 100vw;
    background: rgba(0,0,0,0.9);
    opacity: 0;
  }
  #primaryNav .gloNavList .gloNavInr {
    display: flex;
    align-items: flex-start;
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 0;
  }
  #primaryNav .gloNavLeft {
    width: 20%;
    height: 100%;
    font-size: 18px;
  }
  #primaryNav .gloNavLeft a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
  }
  #primaryNav .gloNavLeft a:after {
    display: block;
    content: "";
    width: 5px;
    height: 7px;
    margin-left: 10px;
    background: url("/common/img/icn_arrow.png") no-repeat;
    transition: margin 0.3s ease-in-out;
  }
  #primaryNav .gloNavLeft a:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
  #primaryNav .gloNavLeft a:hover:after {
    margin-left: 14px;
    transition: margin 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight {
    width: 80%;
    padding-left: 58px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }
  #primaryNav .gloNavRight .boxList {
    display: flex;
  }
  #primaryNav .gloNavRight .boxList .box {
  }
  #primaryNav .gloNavRight .boxList .box a {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight .boxList .box a:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight .boxList.col-2 .box {
    flex:1;
  }
  #primaryNav .gloNavRight .boxList.col-3 .box {
    flex:1;
  }
  #primaryNav .gloNavRight .boxList .box.list {
  }
  #primaryNav .gloNavRight .boxList .box.list ul {
  }
  #primaryNav .gloNavRight .boxList .box.list ul li {
    margin-top: 18px;
  }
  #primaryNav .gloNavRight .boxList .box.list ul li:first-child {
    margin-top: 6px;
  }
  #primaryNav .gloNavRight .boxList .box.list ul li a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }
  #primaryNav .gloNavRight .boxList .box.list ul li a:after {
    display: block;
    content: "";
    width: 5px;
    height: 7px;
    margin-left: 10px;
    background: url("/common/img/icn_arrow.png") no-repeat;
    transition: margin 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight .boxList .box.list ul li a:hover:after {
    margin-left: 14px;
    transition: margin 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight .boxList .box.list ul li a.outlink:after {
    display: block;
    content: "";
    width: 13px;
    height: 12px;
    margin-left: 10px;
    background: url("/common/img/icn_outlink_02.png") no-repeat;
    transition: margin 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight .boxList .box.thumb a {
    display: block;
    color: #FFF;
    text-decoration: none;
  }
  #primaryNav .gloNavRight .boxList .box.thumb a.outlink {
    background: none;
  }
  #primaryNav .gloNavRight .boxList .box.thumb a.outlink span {
  }
  #primaryNav .gloNavRight .boxList .box.thumb a.outlink span:after {
    position: relative;
    top: 2px;
    width: 13px;
    height: 12px;
    background: url("/common/img/icn_outlink_02.png") no-repeat;
  }
  #primaryNav .gloNavRight .boxList .box.thumb a:hover span:after {
    margin-left: 14px;
    transition: margin 0.3s ease-in-out;
  }
  #primaryNav .gloNavRight .boxList .box.thumb a.outlink:hover span:after {
    margin-left: 10px;
  }
  #primaryNav .gloNavRight .boxList .box.thumb img {
    display: block;
    width: 100%;
  }
  #primaryNav .gloNavRight .boxList .box.thumb span {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1;
  }
  #primaryNav .gloNavRight .boxList .box.thumb span:after {
    display: block;
    content: "";
    width: 5px;
    height: 7px;
    margin-left: 10px;
    background: url("/common/img/icn_arrow.png") no-repeat;
    transition: margin 0.3s ease-in-out;
  }
  
  /* Footer
  ----------------------------------------------- */
  footer {
  }
  .footer-function {
    margin: 30px auto 50px;
  }
  .footer-nav li {
    padding: 0 1em;
    border-right: #FFF solid 1px;
  }
  .footer-nav li:last-child {
    border-right: none;
  }
  .footer-icons {
    padding-top: 40px;
  }
  .footer-icons li {
    width: 56px;
    height: 56px;
    margin: 0 9px;
  }

  /* Navigation [TOGGLE MENU]
  ----------------------------------------------- */
  .toggleMenu > .text {
    font-size: 1.2em;
  }
}
@media screen and (min-width:980px) {
  #navBox {
    display: none;
  }
  .reverse-pc {
    display: block !important;
  }
  .reverse-sp {
    display: none !important;
  }
  .foot-bottom .box-list ul li.reverse-sp + li {
    margin-top: 0;
  }
  .foot-bottom .box-foot#flink-smile-sexy .title a {
    cursor: default;
    pointer-events: none;
  }
  .foot-bottom .box-foot#flink-smile-sexy .title a:after {
    background: none;
  }
  /* Header
  ----------------------------------------------- */
  #primaryNav {
    flex-wrap: wrap;
    height: 90px;
    padding: 0;
    width: calc(100%);
    -webkit-transform: translate(12px,12px);
    transform: translate(12px,12px);
  }
  #primaryNav.on {
    background: rgba(0,0,0,0.9);
  }
}
/* 追加20180308ここから */
@media screen and (min-width:980px) and (max-width:1300px) {
  /* Navigation [#navBox]
  ----------------------------------------------- */
  #navBox #gloNav-small .nav-part > h2 {
    line-height: 1.2;
  }
  #navBox #gloNav-small .nav-part > h2 span {
    display: block;
    padding: 0 0 1em 0;
  }
}
/* 追加20180308ここまで */
@media screen and (min-width:1200px) {
  /* Navigation [#navBox]
  ----------------------------------------------- */
  #navBox #gloNav-large .nav-part > h2 {
    font-size: 2.4em; /* 修正20180308 */
  }
  #navBox #gloNav-large .nav-part > p {
    font-size: 1.2em; /* 修正20180312 */ 
  }
  #navBox .gloNav .nav-part > .icon {
    font-size: 1.2em;
    padding-left: 3em;
  }
  #navBox .gloNav .nav-part > .icon::after {
    right: 2em;
  }
  #navBox #gloNav-small .nav-part > h2 {
    font-size: 2em;
    line-height: 1.2;
  }
}
/* 追加20180312ここから */
@media screen and (min-width:1300px) {
  #navVertical li {
    font-size: 1.3em;
  }
}
/* 追加20180312ここまで */
@media screen and (min-width:1400px) {
  /* 追加20180308ここから */
  /* Navigation [#navBox]
  ----------------------------------------------- */
  #navBox #gloNav-large .nav-part > h2 {
    font-size: 3em;
  }
  #navBox #gloNav-large .nav-part > p {
    font-size: 1.3em; /* 追加20180312 */ 
  }
  /* 追加20180308ここまで */
  /* Navigation [#navVerticla]
  ----------------------------------------------- */
  #navVertical li {
    font-size: 1.5em;
  }
}
@media screen and (min-width:980px) and (max-height:700px) {
  /* Navigation [#navBox]
  ----------------------------------------------- */
  #navBox {
    padding-top: 102px;
  }
  #navBox .gloNav .nav-snap {
    height: 20px;
    line-height: 20px;
  }
  #navBox .gloNav .nav-snap::before {
    border-width: 0px 0px 20px 20px
  }
  #navBox .gloNav .nav-snap span {
    margin-left: 20px;
  }
  #navBox .gloNav .nav-part {
    padding-bottom: 20px;
  }
  #navBox #gloNav-large .nav-part > h2 {
    /*font-size: 3em;*/
    line-height: 1.4;
  }
  #navBox #gloNav-large .nav-part > p {
    font-size: 1.2em;
  }
  /* 追加20180227ここから */
  #navBox #gloNav-large .nav-part > p > br {
    display: none;
  }
  /* 追加20180227ここまで */
  #navBox #gloNav-small .nav-part > h2 {
    font-size: 1.4em;
  }
  #navBox .gloNav .nav-list li.nav-list-top {
    font-size: 1.1em;
  }
}
@media screen and (max-height:768px) {
  /* Header
  ----------------------------------------------- */
  #primaryNav {
    height: 90px;
  }
}
@media screen and (max-width:1200px) {
  /* Header
  ----------------------------------------------- */
  #primaryNav #gloNavList .gloNavRight .boxList .box.list ul li a {
    font-size: 14px;
  }
}
/* 追加201900912ここから */
@media screen and (max-width:1180px) {
  .foot-bottom .box-foot {
    margin-left: 4%;
  }
  .foot-bottom .box-foot:nth-child(2) {
    width: auto;
  }
  .foot-bottom .box-foot:nth-child(4) .box-list ul + ul {
    margin-left: 60px;
  } 
  .foot-bottom .box-foot:nth-child(5) .box-list ul + ul {
    margin-left: 60px;
  }  
  .foot-bottom .box-list ul + ul {
    margin-left: 30px;
  }
}
@media screen and (max-width:1080px) {
  body.index .index-content .block-index-nav .box-nav h3 {
    font-size: 35px;
  }
  .foot-bottom .box-foot {
    margin-left: 3%;
  }
  /* Container
  ----------------------------------------------- */
  .l-container, .m-container {
    padding: 0 1em;
  }
  #navVertical li {
    font-size: 1.08em;
  }
}
@media screen and (max-width:980px) {
  .reverse-pc {
    display: none !important;
  }
  .reverse-sp {
    display: block !important;
  }
  .page.loaded #wrapper .index-content .list-brands li span br.sp {
    display: block;
  }
  .foot-bottom .box-foot {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .foot-bottom .box-foot:nth-child(2) {
    width: 100%;
  }
  .foot-bottom .box-foot:nth-child(4) .box-list ul + ul {
    margin-left: 0;
  }
  .foot-bottom .box-foot:nth-child(5) .box-list ul + ul {
    margin-left: 0;
  }
  .foot-bottom .box-foot.row2 {
    margin-top: 0;
  }
  .foot-bottom .box-foot .title {
    padding: 15px 10px;
    border-bottom: 1px solid #666;
    font-size: 18px;
  }
  .foot-bottom .box-foot .title a {
    justify-content: space-between;
  }
  .foot-bottom .box-foot .title a.opened {
    
  }
  .foot-bottom .box-foot .title a.opened:after {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
  }
  .foot-bottom .box-foot .title a:after {
    left: -10px;
    width: 7px;
    height: 5px;
    margin-left: 0;
    background: url(/common/img/icn_arrow_03.png) no-repeat;
    background-size: contain;
    transition: 0.3s ease-in-out;
  }
  .foot-bottom .box-foot#flink-home .title a:after {
    background: none;
  }
  .foot-bottom .box-foot .title a:hover:after {
    left: -10px;
    transition: none;
  }
  .foot-bottom .box-list {
    padding: 23px 10px;
    border-bottom: 1px solid #666;
  }
  .foot-bottom .box-list#flink-etc {
    border-bottom: none;
  }
  .foot-bottom .box-list.col2 ul {
    width: 50%;
  }
  .foot-bottom .box-list ul {
    margin-top: 0;
  }
  .foot-bottom .box-list ul + ul {
    margin-left: 0;
  }
  .foot-bottom .box-list ul li {
    text-align: left;
  }
  .foot-bottom #flink-etc li:last-child {
    text-align: center;
  }
  /* Header
  ----------------------------------------------- */
  #primaryNav {
    height: 90px;
    padding: 0 24px;
    width: calc(100%);
    -webkit-transform: translate(12px,12px);
    transform: translate(12px,12px);
  }
  #primaryNav > .logo {
    width: 185px;
    height: 50px;
    padding-left: 0;
  }
  #primaryNav > .menus {
    padding-right: 10px;
  }
  #navVertical,
  #gloNavList {
    display: none;
  }
  .toggleMenu {
    display: table;
    width: 60px;
    border-radius: 12px;
  }
  
  /* Navigation [#navBox]
  ----------------------------------------------- */
  #navBox {
    position: fixed;
    z-index: 1;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100%;
    transition:all 0.4s ease 0.2s;
    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;
  }
  #navBox.open {
    z-index: 99;
    -webkit-transform: translate(0,150%);
    transform: translate(0,150%);
    background: rgba(0,0,0,0.88);
  }
  #navBox .gloNav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5em;
  }
  #navBox .gloNav li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
  }
  #navBox .gloNav .nav-snap {
    height: 12px;
    line-height: 12px;
  }
  #navBox .gloNav .nav-snap span {
    margin-left: 12px;
  }
  #navBox .gloNav .nav-snap::before {
    border-width: 0px 0px 12px 12px;
  }
  #navBox .gloNav .nav-part > p,
  #navBox .gloNav .nav-part > .icon,
  #navBox .gloNav .nav-part .nav-list {
    display: none;
  }
  #navBox .gloNav .nav-part {
    padding: 0 1em 0 1.5em;
    padding-bottom: 12px;
  }
  #navBox .gloNav .nav-part > h2::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%) rotate(90deg);
    transform: translate(0,-50%) rotate(90deg);
    font-family: "FontAwesome";
    content: "\f105";
    transition: all 0.4s;
  }
  #navBox .gloNav .nav-part > h2.link::after {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  #navBox .gloNav .nav-part > h2.putin::after {
    -webkit-transform: translate(0,-50%) rotate(-90deg);
    transform: translate(0,-50%) rotate(-90deg);
  }
  #navBox #gloNav-large li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  #navBox #gloNav-small > li {
    margin-left: 5%;
  }
  
  /* Container
  ----------------------------------------------- */
  .s-container {
    padding: 0 1em;
  }
}
@media screen and (max-width:767px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .foot-bottom .box-list.col2 {
    display: block;
  }
  .foot-bottom .box-list.col2 ul {
    width: 100%;
  }
  .foot-bottom .box-list ul + ul {
    margin-top: 16px;
  }
  /* Layout
  ----------------------------------------------- */
  body {
    padding: 6px;
  }
  body::before,
  body.index::after {
    height: 6px;
  }
  #layout::before,
  #layout::after {
    width: 6px;
  }
  section.sub-contents {
    padding-top: 30px;
  }

  /* brand-contact */
  body.page.loaded #wrapper .index-content {
    padding: 40px 0;
  }
  body.page.loaded #wrapper .index-content .title {
    font-size: 40px;
  }
  body.page.loaded #wrapper .index-content .sub-title {
    font-size: 12px;
  }
  .page.loaded #wrapper .index-content .list-brands {
    width: 90%;
    margin: 30px auto 0;
  }

  .page.loaded #wrapper .index-content .list-brands ul {
    margin-top: -20px;
  }

  .page.loaded #wrapper .index-content .list-brands li {
    width: 47.5%;
    margin-top: 20px;
    margin-left: 5%;
  }

  .page.loaded #wrapper .index-content .list-brands li:nth-child(2n+1) {
    margin-left: 0;
  }

  .page.loaded #wrapper .index-content .list-brands li a {
  }

  .page.loaded #wrapper .index-content .list-brands li a:hover {
  }

  .page.loaded #wrapper .index-content .list-brands li img {
    width: 100%;
  }

  .page.loaded #wrapper .index-content .list-brands li span {
  }

  .page.loaded #wrapper .index-content .list-brands li a span:after {
  }

  .page.loaded #wrapper .index-content .list-brands li span a {
  }

  /* block-index-col
  ----------------------------------------------- */
  body.index .index-content {
    padding-top: 40px;
  }

  body.index .index-content .block-index-col {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 60px auto 0;
  }

  /* block-index-brands
  ----------------------------------------------- */
  body.index .index-content .block-index-brands {
  }

  body.index .index-content .block-index-brands .title {
    font-size: 40px;
  }

  body.index .index-content .block-index-brands .txt {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  body.index .index-content .block-index-brands .list-brands {
  }

  body.index .index-content .block-index-brands .list-brands ul {
    justify-content: space-between;
    margin-top: 0;
  }

  body.index .index-content .block-index-brands .list-brands li {
    margin-top: 30px;
    margin-left: 0;
    width: 46%;
    text-align: center;
  }

  body.index .index-content .block-index-brands .list-brands li:nth-child(5n+1) {
  }

  body.index .index-content .block-index-brands .list-brands li a {
  }

  body.index .index-content .block-index-brands .list-brands li img {
    max-width: 100%;
  }

  body.index .index-content .block-index-brands .list-brands li a:hover {
  }

  body.index .index-content .block-index-brands .list-brands li:hover img {
    opacity: 0.7;
    transform: scale(1.1);
    transition: 0.3s;
  }

  body.index .index-content .block-index-brands .list-brands .btn {
    position: relative;
    bottom: 0;
    right: 0;
    left: 8px;
    width: calc(60% - 16px);
    margin: 40px auto 0;
  }

  body.index .index-content .block-index-brands .list-brands .btn a {
    font-size: 14px;
  }

  body.index .index-content .block-index-brands .list-brands .btn a span {
  }

  body.index .index-content .block-index-brands .list-brands .btn:before {
  }

  body.index .index-content .block-index-brands .list-brands .btn a:before {
  }

  body.index .index-content .block-index-brands .list-brands .btn a:after {
  }

  body.index .index-content .block-index-brands .list-brands .btn a:hover:after {
  }

  /* block-index-news
  ----------------------------------------------- */
  body.index .index-content .block-index-news {
    width: 90%;
    margin: 45px auto 0;
  }

  body.index .index-content .block-index-news .titles {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }

  body.index .index-content .block-index-news .news-box {
    margin-top: 20px;
  }

  body.index .index-content .block-index-news .news-box .news-list dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  body.index .index-content .block-index-news .news-box .news-list dl:first-child {
    padding-top: 0.5em;
  }

  body.index .index-content .block-index-news .news-box .news-list dl dd.shop-label,
  body.index .index-content .block-index-news .news-box .news-list dl dd.news-label,
  body.index .index-content .block-index-news .news-box .news-list dl dd.csr-label,
  body.index .index-content .block-index-news .news-box .news-list dl dd.ir-label,
  body.index .index-content .block-index-news .news-box .news-list dl dd.media-label {
  }

  body.index .index-content .block-index-news .news-box .news-list dl dd.shop-label span,
  body.index .index-content .block-index-news .news-box .news-list dl dd.news-label span,
  body.index .index-content .block-index-news .news-box .news-list dl dd.csr-label span,
  body.index .index-content .block-index-news .news-box .news-list dl dd.ir-label span,
  body.index .index-content .block-index-news .news-box .news-list dl dd.media-label span {
    font-size: 10px;
    line-height: 1;
    padding: 0.5em 0;
  }

  body.index .index-content .block-index-news .news-box .news-list dl dd.shop-label span:before,
  body.index .index-content .block-index-news .news-box .news-list dl dd.news-label span:before,
  body.index .index-content .block-index-news .news-box .news-list dl dd.csr-label span:before,
  body.index .index-content .block-index-news .news-box .news-list dl dd.ir-label span:before,
  body.index .index-content .block-index-news .news-box .news-list dl dd.media-label span:before {
    border-radius: 0px;
  }

  body.index .index-content .block-index-news .news-box .news-list dl dd.icn-new {
    width: auto;
    margin-left: 6px;
  }

  body.index .index-content .block-index-news .news-box .news-list dl dd.icn-new span {
    padding: 0.5em 0;
    font-size: 10px;
    line-height: 1;
  }

  body.index .index-content .block-index-news .news-box .news-list dl .new-text {
    margin-left: 0;
    padding: 0.25em 0;
  }

  body.index .index-content .block-index-news .news-box .addition {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
  }

  /* Addition
  ----------------------------------------------- */
  body.index .index-content .addition {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3em 0;
  }
  body.index .index-content .addition > .moreBtn a {
    font-size: 14px;
  }
  body.index .index-content .addition {
  }
  body.index .index-content .addition > .moreBtn {
  }
  body.index .index-content .addition.top > .moreBtn {
  }
  body.index .index-content .addition.top > .moreBtnTop {
  }
  body.index .index-content .addition.top > .moreBtnTop a {
    position: relative;
    color: #333;
    font-size: 16px;
    text-decoration: none;
  }
  body.index .index-content .addition.top > .moreBtnTop a:after {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    width: 7px;
    height: 11px;
    background: url("/common/img/icn_arrow_04.png") no-repeat;
    margin-left: 10px;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  body.index .index-content .addition.top > .moreBtnTop a span {
    text-decoration: underline;
  }
  body.index .index-content .addition.top > .moreBtnTop a:hover:after {
    left: calc(100% - 4px);
    transition: 0.3s;
  }
  body.index .index-content .addition.top > .moreBtnTop a:hover span {
    text-decoration: none;
  }

  /* block-index-nav
  ----------------------------------------------- */
  body.index .index-content .block-index-nav {
    display: block;
    width: calc( 100% );
    height: auto;
    margin: 52px auto 0;
  }

  body.index .index-content .block-index-nav .box-nav {
    width: 100%;
    height: auto;
  }

  body.index .index-content .block-index-nav .box-nav .bg {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
    transform-origin: center center;
    transform: scale(1);
    z-index: 1;

  }

  body.index .index-content .block-index-nav .box-nav.box-nav01 .bg {
    background: url(/images/top/img_top_smile_sexy.jpg) no-repeat center center;
    background-size: cover;
  }

  body.index .index-content .block-index-nav .box-nav.box-nav02 .bg {
    background: url(/images/top/img_top_message.jpg) no-repeat center center;
    background-size: cover;
  }

  body.index .index-content .block-index-nav .box-nav.box-nav03 .bg {
    background: url(/images/top/img_top_myself.jpg) no-repeat center center;
    background-size: cover;
  }

  body.index .index-content .block-index-nav .box-nav a {
    padding: 58px 0;
    text-align: center;
  }

  body.index .index-content .block-index-nav .box-nav a:hover + .bg {
    transition: 0.3s ease-out;
    transform: scale(0.95);
  }

  body.index .index-content .block-index-nav .box-nav h3 {
    font-size: 35px;
  }

  body.index .index-content .block-index-nav .box-nav p {
    margin-top: 10px;
  }

  body.index .index-content .block-index-nav .box-nav .icn-arw {
  }

  /* block-index-ir
  ----------------------------------------------- */
  body.index .index-content .block-index-ir {
    display: block;
    width: calc(100%);
    margin: 30px auto 0;
  }

  body.index .index-content .block-index-ir .box-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: auto;
    height: auto;
    margin-left: 0;
    padding: 45px 0;
  }

  body.index .index-content .block-index-ir .box-nav {
    background: url(/images/top/img_top_ir.jpg) no-repeat;
    background-size: cover;
  }

  body.index .index-content .block-index-ir .box-nav:first-child {
    margin-left: 0;
  }
  body.index .index-content .block-index-ir .box-nav .sub-title + .btn {
    margin-top: 30px;
  }
  body.index .index-content .block-index-ir .box-nav .btn {
    margin-top: 20px;
  }

  body.index .index-content .block-index-ir .title {
    font-size: 40px;
  }

  body.index .index-content .block-index-ir .sub-title {
  }

  body.index .index-content .block-index-ir .btn {
    position: relative;
    left: 8px;
    width: calc(60% - 16px);
    height: 44px;
  }

  body.index .index-content .block-index-ir .btn a {
    font-size: 14px;
  }

  body.index .index-content .block-index-ir .btn a span {
    position: relative;
    left: -8px;
  }

  body.index .index-content .block-index-ir .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width: 0px;
    height: 22.627px;
    border-left: 2px solid #fff;
    transform-origin: left top;
    transform: rotate(45deg);
  }

  body.index .index-content .block-index-ir .btn a:before {
    position: absolute;
    left: -16px;
    bottom: -2px;
    content: "";
    width: 16px;
    height: calc(100% - 13px);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    z-index: 2;
  }

  body.index .index-content .block-index-ir .btn a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 7px;
    height: 11px;
    background: url(/common/img/icn_arrow_05.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  body.index .index-content .block-index-ir .btn a.outlink:after {
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 14px;
    height: 10px;
    background: url(/common/img/icn_outlink_02.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  body.index .index-content .block-index-ir .btn a:hover:after {
    right: 16px;
    transition: 0.3s;
  }

  body.index .index-content .block-index-ir .btn a.outlink:hover:after {
    right: 12px;
  }

  /* block-index-recruit
  ----------------------------------------------- */
  body.index .index-content .block-index-recruit {
    display: block;
    width: calc(100%);
    margin: 30px auto 0;
  }

  body.index .index-content .block-index-recruit .box-nav {
    flex-direction: column;
    width: 100%;
    max-width: auto;
    height: auto;
    margin-left: 0;
    padding: 45px 0;
    background: url(/images/top/img_top_recruit_sp.jpg) no-repeat;
    background-size: cover;
  }
  body.index .index-content .block-index-recruit .box-nav .box-col {
  }
  body.index .index-content .block-index-recruit .box-nav .box-col01 {
  }
  body.index .index-content .block-index-recruit .box-nav .box-col02 {
    margin-left: 0;
  }

  body.index .index-content .block-index-recruit .box-nav .btn {
    margin-top: 28px;
  }

  body.index .index-content .block-index-recruit .box-nav .text {
    margin-top: 22px;
    font-size: 14px;
  }

  /* block-index-fc
  ----------------------------------------------- */
  body.index .index-content .block-index-fc {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    padding: 40px 0 45px;
    background: url(/images/top/img_top_fc.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }

  body.index .index-content .block-index-fc .title {
    padding-top: 0;
    font-size: 40px;
  }

  body.index .index-content .block-index-fc .sub-title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1;
  }

  body.index .index-content .block-index-fc .box-fc {
    display: block;
    justify-content: space-between;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }

  body.index .index-content .block-index-fc .col-fc {
  }

  body.index .index-content .block-index-fc .col-fc .btn {
    position: relative;
    left: 8px;
    width: 80%;
    height: 44px;
    margin: 42px auto 0;
  }

  body.index .index-content .block-index-fc .col-fc .btn a {
    font-size: 14px;
    line-height: 1.5;
  }

  body.index .index-content .block-index-fc .col-fc .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width: 0px;
    height: 22.627px;
    border-left: 2px solid #fff;
    transform-origin: left top;
    transform: rotate(45deg);
  }

  body.index .index-content .block-index-fc .col-fc .btn a:before {
    position: absolute;
    left: -16px;
    bottom: -2px;
    content: "";
    width: 16px;
    height: calc(100% - 13px);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    z-index: 2;
  }

  body.index .index-content .block-index-fc .col-fc .btn a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 7px;
    height: 11px;
    background: url(/common/img/icn_arrow_05.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  body.index .index-content .block-index-fc .col-fc .btn a:hover:after {
    right: 16px;
    transition: 0.3s;
  }

  body.index .index-content .block-index-fc .col-fc .btn a span {
    position: relative;
    left: -8px;
  }

  body.index .index-content .block-index-fc .col-fc p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
  }

  body.index .index-content .block-index-fc .col-fc01 {
    max-width: 750px;
    width: 74%;
    margin: 0 auto;
  }

  body.index .index-content .block-index-fc .col-fc02 {
    max-width: 750px;
    width: 74%;
    margin: 0 auto;
  }

  /* block-index-company
  ----------------------------------------------- */
  body.index .index-content .block-index-company {
    padding: 52px 0 35px;
  }

  body.index .index-content .block-index-company .title {
    font-size: 40px;
    line-height: 1;
  }
  body.index .index-content .block-index-company .sub-title {
    font-size: 16px;
  }

  body.index .index-content .block-index-company .box-company {
    display: block;
    max-width: 1000px;
    width: 89%;
    margin: 35px auto 0;
  }

  body.index .index-content .block-index-company .box-company .col-company {
    width: 100%;
  }

  body.index .index-content .block-index-company .box-company .col-company + .col-company dl:first-child {
    border-top:none;
  }

  body.index .index-content .block-index-company .box-company .col-company dl {
    min-height: 0;
  }

  body.index .index-content .block-index-company .box-company .col-company dl:first-child {
  }

  body.index .index-content .block-index-company .box-company .col-company dt {
    font-size: 13px;
    line-height: 1.5;
  }

  body.index .index-content .block-index-company .box-company .col-company dt br {
    display: block;
  }


  body.index .index-content .block-index-company .box-company .col-company dd {
    font-size: 14px;
  }

  body.index .index-content .block-index-company .box-company .col-company dd a {
  }

  body.index .index-content .block-index-company .box-company .col-company dd a:after {
  }

  body.index .index-content .block-index-company .box-company .col-company dd a:hover:after {
  }

  body.index .index-content .block-index-company .box-company .col-company dd span {
  }

  body.index .index-content .block-index-company > p {
    margin-top: 28px;
    color: #333;
    font-size: 14px;
    text-align: center;
  }

  body.index .index-content .block-index-company .btn {
    width: calc(60% - 16px);
  }

  body.index .index-content .block-index-company .btn a {
    margin-top: 6px;
  }

  body.index .index-content .block-index-company .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width: 22.627px;
    height: 22.627px;
    border-left: 2px solid #333;
    transform-origin: left top;
    transform: rotate(45deg);
  }

  body.index .index-content .block-index-company .btn a:before {
    position: absolute;
    left: -16px;
    bottom: -2px;
    content: "";
    width: 16px;
    height: calc(100% - 13px);
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    box-sizing: border-box;
    z-index: 2;
  }

  body.index .index-content .block-index-company .btn a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 7px;
    height: 11px;
    background: url(/common/img/icn_arrow_04.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  body.index .index-content .block-index-company .btn a:hover:after {
    right: 16px;
    transition: 0.3s;
  }

  body.index .index-content .block-index-company .btn a span {
    position: relative;
    left: -8px;
  }

  /* block-index-company
  ----------------------------------------------- */
  body.index .index-content .block-index-contact {
    width: 86%;
    margin: 0 auto;
    padding: 60px 0 45px;
  }

  body.index .index-content .block-index-contact .title {
    font-size: 40px;
  }

  body.index .index-content .block-index-contact .sub-title {
    font-size: 16px;
  }

  body.index .index-content .block-index-contact .text {
    margin-top: 20px;
    font-size: 14px;
  }

  body.index .index-content .block-index-contact .text span {
  }

  body.index .index-content .block-index-contact .list-btn {
    display: block;
    max-width: 685px;
    width: 100%;
    margin: 50px auto 0;
  }

  body.index .index-content .block-index-contact .list-btn .btn {
    position: relative;
    left: 8px;
    width: calc(100% - 16px);
    height: 62px;
    margin: 20px auto 0;
    text-align: center;
  }

  body.index .index-content .block-index-contact .list-btn .btn:last-child {
    width: calc(100% - 16px);
    margin-top: 20px;
  }

  body.index .index-content .block-index-contact .list-btn .btn a {
    font-size: 16px;
  }

  body.index .index-content .block-index-contact .list-btn .btn br {
    display: block;
  }

  body.index .index-content .block-index-contact .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width: 22.627px;
    height: 22.627px;
    border-left: 2px solid #333;
    background-color: #FFF;
    transform-origin: left top;
    transform: rotate(45deg);
  }

  body.index .index-content .block-index-contact .btn a:before {
    position: absolute;
    left: -16px;
    bottom: -2px;
    content: "";
    width: 16px;
    height: calc(100% - 13px);
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    background-color: #FFF;
    box-sizing: border-box;
    z-index: 2;
  }

  body.index .index-content .block-index-contact .btn a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 7px;
    height: 11px;
    background: url(/common/img/icn_arrow_04.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  body.index .index-content .block-index-contact .btn a:hover:after {
    right: 16px;
    transition: 0.3s;
  }

  body.index .index-content .block-index-contact .btn a span {
    line-height: 1.4;
  }


  /* Bread Crumbs
  ----------------------------------------------- */
  #breadcrumbs {
    padding: 48px 0 16px 0;
  }
  
  /* Header
  ----------------------------------------------- */
  #primaryNav {
    height: 60px;
    padding: 0 10px;
    width: calc(100%);
    -webkit-transform: translate(6px,6px);
    transform: translate(6px,6px);
  }
  #primaryNav > .logo {
  }

  /* Footer
  ----------------------------------------------- */
  footer {
  }
  footer .logo {
    width: 66%;
  }
  .footer-nav {
    border-bottom: #FFF solid 1px;
    margin-left: -1px;
  }
  .footer-nav li {
    width: 50%;
    border-top: #FFF solid 1px;
    border-left: #FFF solid 1px;
  }
  .footer-nav li a {
    display: block;
    padding: 1.2em 0;
  }
  .footer-icons {
    margin-bottom: 30px;
  }
  #copyright span {
  }
  
  /* Navigation [TOGGLE MENU]
  ----------------------------------------------- */
  
  /* Navigation [#navBox]
  ----------------------------------------------- */
  #navBox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
  }
  #navBox > .adjust {
    padding-top: 80px;
  }
  #navBox #gloNav-large .nav-part > h2 {
    font-size: 1.8em;
  }
  #navBox #gloNav-small .nav-part > h2 {
    font-size: 1.4em;
  }
  #navBox .gloNav .nav-list {
    padding: 0.5em 0 0;
  }
  #navBox .gloNav .nav-list li {
    margin-bottom: 0;
  }
  #navBox .gloNav .nav-list li:not(.nav-list-top) a {
    padding: 0.25em 0;
  }
}