@charset "utf-8";
/* CSS Document */

/**************************************************************************************
BUTTON
**************************************************************************************/
.btn {
  display: inline-block;
  width: 100%;
  line-height: 1.25;
  padding: 1.15em 6%;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: bottom;
  outline: none;
  background: #333;
  color: #fff!important;
  border: 1px solid transparent;
  border-radius: 3px;
  /*box-shadow: 0 2px 2px rgba(0,0,0,.2);*/
  position:relative;
  transition: all .2s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden; }

.btn-red {
  display: inline-block;
  width: 100%;
  line-height: 1.25;
  padding: 1.15em 6%;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: bottom;
  outline: none;
  background: #d4003b;
  color: #fff!important;
  border-radius: 3px;
  /*box-shadow: 0 2px 2px rgba(0,0,0,.2);*/
  position:relative;
  transition: all .2s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden; }
  
.btn-blue {
  display: inline-block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  padding: 0 6%;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: bottom;
  outline: none;
  background: #0075c1;
  color: #fff!important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /*box-shadow: 0 2px 2px rgba(0,0,0,.2);*/
  position:relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden; }
  
.btn-white {
  display: inline-block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  padding: 0 6%;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: bottom;
  outline: none;
  background: #fff;
  color: #333!important;
  border: 1px solid #dedede;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position:relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden; }
    
.btn-s {
  height: 3.2em!important;
  line-height: 3.2em!important;
  padding: 0 6%!important;
  font-size: 0.8em!important;
  letter-spacing: 0!important; } 

.btn:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,.24);
  background-color: #222; }
  
.btn-red:hover {
  background-color: #b51926; }
  
.btn-blue:hover {
  background-color: #006fae; }
  
.btn-white:hover {
  border-color: #bbb; }
  

.arrow-left:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 5%;
  line-height: 1;
  margin-top: -0.5em;
  z-index: 2;
  display: block;
  content: "\e815"; }

.arrow-right:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5%;
  line-height: 1;
  margin-top: -0.5em;
  z-index: 2;
  display: block;
  content: "\e816"; }

.arrow-up:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5%;
  line-height: 1;
  margin-top: -0.5em;
  z-index: 2;
  display: block;
  content: "\e817"; }

.arrow-down:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5%;
  line-height: 1;
  margin-top: -0.5em;
  z-index: 2;
  display: block;
  content: "\e814"; }
  
.arrow-red:after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 24px;
  line-height: 1;
  margin-top: -0.5em;
  z-index: 2;
  display: block;
  content: "\e816";
  color: #d4003b; }
  

.btn-youtube {
  padding-left: 3.5em!important; }
  
.btn-youtube:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f167";
  font-weight: 400;
  font-size: 1.5em;
  z-index: 2;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #d4003b; }

.map-btn {
  display: inline-block;
  height: 1.4em;
  line-height: 1.4em;
  padding: 0 .75em;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  vertical-align: bottom;
  outline: none;
  background: #555;
  color: #fff!important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
.map-btn:hover {
  background-color: #222; }
  
.clone:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 5%;
  line-height: 1;
  margin-top: -0.5em;
  z-index: 2;
  display: block;
  content: "\f08e"; }
  
.clone-link:after {
  font-family: "FontAwesome";
  content: "\f08e";
  padding-left: .5em;
  font-size: 10px;
  vertical-align: top;  }
  
.circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px!important;
  text-align: center;
  background: #d4003b;
  color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  position: absolute;
  top: -6px;
  right: -6px; }

.more {
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: .2s ease-in-out; }
.more:hover {
  opacity: .6; }

.round-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 1;
  font-size: 1.8em;
  text-align: center;
  border: 1px solid transparent;
  background-color: rgba(255,255,255,.3);
  color: #333; }
.round-btn-red {
  color: #d4003b;
  border: 1px solid currentColor; }
@media only screen and (min-width: 960px) {
  .round-btn {
    width: 80px;
    height: 80px;
    line-height: 78px;
  }
}

.btn i.icon-left {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%); }

.btn.btn-oval {
  border-radius: 4em; }
.btn.btn-oval.btn-oval-white {
  background-color: #fff;
  border: 1px solid #888;
  color: #333!important; }
.btn.btn-oval.btn-oval-red {
  background-color: #d4003b; }
.btn.btn-oval.btn-oval-gray {
  background-color: #f1f2f2;
  color: #333!important; }
.btn.btn-oval i {
  font-size: 1.5em;
  margin-right: .5em; }

.view-btn {
  width: 100%!important; }
.view-btn .btn {
  border-radius: 0;
  padding: 1.1em 6%;
  font-size: 1.125em; }

@media only screen and (min-width: 768px) {
  .view-btn .btn {
    padding: 2.5em 6%;
    font-size: 1em; }
}


.buttons.row:not(.no-gutters) {
  margin-right: -5px;
  margin-left: -5px;
}
.buttons.row:not(.no-gutters) > .col,
.buttons.row:not(.no-gutters) > [class*=col-] {
  padding: 5px;
}
  
/**************************************************************************************
FLOAT
**************************************************************************************/
.float-right {
  float: right!important; }

.float-left {
  float: left; }
  
/**************************************************************************************
TEXT
**************************************************************************************/
.center {
  text-align: center; }
  
.right {
  text-align: right; }
  
.left {
  text-align: left; }
  
.small {
  font-size: 0.9em; }
  
.big {
  font-size: 1.2em; }

/**************************************************************************************
COLOR
**************************************************************************************/
.white {
  color: #fff!important; }

.red {
  color: #d4003b!important; }
  
.blue {
  color: #0075c1!important; }
  
.green {
  color: #51a31f!important; }
  
.orange {
  color: #d83b22!important; }

.red-bar {
  background-color: #d4003b;
  color: #fff;
  padding: .5em .75em; }

.blue-bar {
  background-color: #0075c1;
  color: #fff;
  padding: .5em .75em; }
  
.green-bar {
  background-color: #51a31f;
  color: #fff;
  padding: .5em .75em; }
  
.orange-bar {
  background-color: #51a31f;
  color: #fff;
  padding: .5em .75em; }

.bg-l-gray {
  background-color: #f1f2f2; }
.bg-d-gray {
  background-color: #333;
  color: #FFF; }

a.blue {
   color: #0075c1;}
a.blue:hover {
  border-bottom: 1px dotted #0075c1;}

/*------------------------------------------
ICONS
------------------------------------------*/
.icons {
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  padding: 0 0.5em;
  line-height: 1.8em;
  text-align: center;
  display: inline-block; }
  
  
.red-icon {
  background-color: #d4003b; }
  
.blue-icon {
  background-color: #0075c1; }
  
.green-icon {
  background-color: #51a31f; }
  
.orange-icon {
  background-color: #d83b22; }
  
.black-icon {
  background-color: #444; }

.yellow-icon {
  background-color: #f90; }

.news-meta .icons {
  font-size: .917em;
  font-weight: 400;
  width: 8em;
  border-radius: 2em;
  margin-right: .75em; }
  
.scroll-list li .icons {
  min-width: 90px;
  margin-right: 1em; }

@media only screen and (min-width: 768px) {
  .news-meta .icons {
    font-size: .875em; }
}
   
/******************************************************************
BORDER
******************************************************************/
.border {
  height: 1px;
  width: 100%;
  background-color: #eee; }
  
#main .border {
  margin-bottom: 1.5em; }

@media only screen and (min-width: 768px) {
  #main .border {
    margin-bottom: 2.25em; }
}

/******************************************************************
TABS
******************************************************************/ 
.tab-box {
  border-bottom: 2px solid #d4003b;
  margin-bottom: 2em; }
  
.tab-box .inner {
  padding-bottom: 0!important; }
  
.tab {
  float: left; 
  width: 50%;
  padding: 0 1%; }
  
.tab a {
  padding: .75em .25em;
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: #eee;
  color: #666;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0; }
  
.tab.active a {
  font-size: 1.1em;
  background-color: #d4003b;
  color: #fff; }

.panels > .panel {
  display: none;
}
.panels > .panel.active {
  display: block;
}

/**************************************************************************************
BOX
**************************************************************************************/

.box,
.box-nolink {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 1px;
  position:relative; }

.box > a {
  display: block; }

.box img,
.box-nolink img {
  text-align: center; }

.box-text {
  padding: 0.5em 0.75em; }

.more-text {
  text-align: right;
  color: #666;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 2.6em;
  padding-top: .5em; }

.more-text a:hover,
.box:hover .more-text {
  color:#111; }
  
.box-red,
.box-red-nolink {
  border: 3px solid #d4003b;
  color: #d4003b;
  font-weight: 700;
  position:relative; }
  
.box-glay,
.box-glay-nolink {
  border: 3px solid #ddd;
  position:relative; }


.box:hover {
  border-color: #aaa; }
  
.box-red:hover {
  border-style: double; }
  
.box-glay:hover {
  border-color: #ccc; }


.box2,
.box2-nolink {
  background-color: #f1f2f2;
  position:relative;
  transition: .2s ease-in-out; }
.box2 > a {
  display: block;
  position:relative; }
.box2:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0px 24px 40px 0 rgba(0, 0, 0, 0.12);
  z-index: 10; }
.box2 h3,
.box2-nolink h3 {
  margin-top: 12px;
  line-height: 1.25em;
  text-align: left; }

.bg-lgray .box2,
.bg-lgray .box2-nolink {
  background-color: #fff; }

@media only screen and (min-width: 960px) {
  .box2 h3,
  .box2-nolink h3 {
    margin-top: calc(15px + .75em);
    margin-bottom: .75em; }
}

/**************************************************************************************
Accordion
**************************************************************************************/
.acc .acc_btn {
  position: relative;
}
.acc .acc_btn::before,
.acc .acc_btn::after {
  content: '';
  display: block;
  width: .75em;
  height: 2px;
  background: #d4003b;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  z-index: 2;
  transition: transform .2s;
}
.acc .acc_btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.acc.on .acc_btn::after {
  transform: translateY(-50%) rotate(0);
}
.acc_body {
  display: none;
}

/**************************************************************************************
TITLE
**************************************************************************************/
  
.section-title {
  line-height: 1.18;
  font-weight: 600;
  font-family: 'Oswald', 'Roboto Condensed', "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "Noto Sans JP", sans-serif;
  margin-bottom: 1em; } 

.section-title span {
  display: block;
  margin-top: .5em;
  font-size: .875rem; }

.page-title {
  line-height: 1.18;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Oswald', 'Roboto Condensed', "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "Noto Sans JP", sans-serif;
  margin-bottom: 1em; } 

.inner-lower * .page-title {
  margin-bottom: 0.25em; }

@media only screen and (max-width: 768px) {
  .inner-lower * .page-title {
    margin-top: 0.5em; }
}

.page-title span {
  display: block;
  margin-top: .5em;
  font-size: 1.25rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "Noto Sans JP", sans-serif; }

.sub-title {
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: .5em; } 
  
.sub-title span {
  border-left: 3px solid #d4003b;
  padding-left: .5em;
  display: block; } 

.content-title {
  padding-left: 1.5em;
  position: relative; }
.content-title:before {
  content: '';
  width: 1em;
  height: 2px;
  background-color: #d4003b;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.content-title span {
  display: inline-block; }




@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 3.25rem; } 
  .page-title span {
    font-size: 1.5rem; }

  .section-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.75em; } 
  .section-title span {
    margin-top: .25em;
    margin-left: 1.5em; }
} 
@media only screen and (min-width: 960px) { 
  .sub-title {
    margin-bottom: 1em; } 
  .sub-title span {
    border-left-width: 5px; } 
}
@media only screen and (min-width: 1200px) { 
  .page-title {
    font-size: 4.5rem; } 
  .page-title span {
    font-size: 2rem; }
}

/**************************************************************************************
BANNER
**************************************************************************************/
.red-bnr {
  border: 3px solid #d4003b;
  color: #d4003b;
  font-weight: 700; }

.red-bnr a {
  display: block; }
  
.red-bnr [class^="icon-"],
.red-bnr [class*=" icon-"] {
  position: absolute;
  top: .15em;
  right: .5em;
  font-size: 4em;
  line-height: 1;
  opacity:0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  -moz-opacity:0.2;
  -khtml-opacity: 0.2; }

.red-bnr h4 {
  padding: 0 .75em;
  display: block;
  font-size: 1.1em;
  line-height: 1.4em;
  height: 4.6em;
  display: table-cell;
  vertical-align: middle;
  z-index: 100;}

.red-bnr h4.en {
  padding: 0 .5em;
  font-size: 1.6em;
  line-height: 1.2em;
  height: 3.4em;}

.red-bnr h4.en span {
  font-size: .6em;
  display: block;}

.circle-bnr {
  border: 3px solid #d4003b;
  border-radius: 0 22px 0 0;
  -webkit-border-radius: 0 22px 0 0;
  -moz-border-radius: 0 22px 0 0;
  font-weight: 700;
  margin-top: 5px; }

.circle-bnr a {
  padding: 2em 1em .75em;
  display: block; }

.circle-bnr p span {
  font-size: 1.6em;
  font-size: 1.4em\9;/* IE10以下 */
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
}
@media only screen and (min-width: 960px) { 
.circle-bnr {
  margin-top: 0; }
}
  
selector:not(:target) {
  font-size: 1.6em\9; /* IE9, 10 */
}
  
  
.get-adobe {
  background: #eee;
  padding: 8px;
  height: 55px; }
  
.get-adobe img {
  margin-right: 6px; }
  
.get-adobe span {
  font-size: 10px;
  margin: 0 10px;
  line-height: 39px; }
  

.ar-banner{
  width: 150px;
  height: 150px;
  position: fixed;
  bottom:5em;
  right: 1em;
  z-index: 10;
}


/**************************************************************************************
LIST
**************************************************************************************/

/*------------------------------------------
CATEGORY LIST
------------------------------------------*/
.category-list li {
  text-align: center; }

.category-list li h3 {
  position: absolute;
  bottom: 0.75em;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 0 1em;
  text-align: left; }
  
.category-list .box-red {
  border: 1px solid #d4003b; }

.category-list li .box {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 0;
  transition: .2s ease-in-out; }
.category-list li .box > a {
  display: block;
  position: relative; }
.category-list li .box:hover {
  transform: translateY(-3px);
  box-shadow: 0px 24px 40px 0 rgba(0, 0, 0, 0.12);
  z-index: 10; }
  
/*------------------------------------------
PRODUCTS LIST
------------------------------------------*/
.products-list li a {
  display: flex;
  align-items: center;
  overflow: hidden; }
.products-list li .list-img {
  flex: 0 0 80px;
  height: 80px;
  margin: .25em 0;
  text-align: center; }

.products-list li .list-info {
  padding: .5em;}
.products-list li h3 {
  line-height: 1.4; }
.products-list li p {
  font-size: .813rem;
  line-height: 1.4;
  margin-top: .25em; }

@media only screen and (min-width: 768px) {
  .products-list li a {
    display: block; }
  .products-list li .list-img {
    text-align:center;
    width: 100%;
    height: 200px;
    line-height: 190px;
    margin: .25em 0;
    padding: 0; } 
  .products-list li .list-img img {
    vertical-align:middle; } 
  .products-list li .list-info {
    padding: .75em;
    border-top: 1px solid #eee; }
}
@media only screen and (min-width: 960px) {
  .products-list li .list-img {
    height: 300px;
    line-height: 290px; }
}

/*------------------------------------------
NEWS LIST
------------------------------------------*/
.news-list li {
  border-bottom: 1px solid #ddd;
  position: relative;}
  
.news-list li a {
  display: block;
  width: 100%;
  padding: 1.25em .75em; }
.news-list li a:hover {
  background-color: rgba(0,0,0,0.05) }

.news-list li .news-meta {
  display: flex;
  align-items: center;
  font-family: 'Oswald', 'Roboto Condensed', sans-serif; }
.news-list li .news-meta .date {
  font-size: .917em;
  color: rgba(0,0,0,0.3); }
  
.news-list li .news-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: .5em; }

.bg-d-gray .news-list li {
  border-bottom-color: rgba(255,255,255,0.16);
}
.bg-d-gray .news-list li:first-child {
  border-top-color: rgba(255,255,255,0.16);
}
.bg-d-gray .news-list li .news-meta .icons {
  background-color: rgba(255,255,255,0.1) !important; }
.bg-d-gray .news-list li .news-meta .date {
  color: rgba(255,255,255,0.3); }

@media only screen and (min-width: 960px) {
  .news-list li .news-meta .date {
    font-size: .875em; }
  .news-list li .news-title {
    font-size: 1.125em; }
}

.news-text a {
   color: #0075c1;}
.news-text a:hover {
  border-bottom: 1px dotted #0075c1;}

  
/*------------------------------------------
SCROLL LIST
------------------------------------------*/
.scroll-list {
  border: 3px solid #ddd; }
  
.scroll-list ul {
  border-top: 1px solid #ddd;
  height: 10em;
  overflow: auto; }
  
.scroll-list h2 {
  padding: .75em .5em;}
  
.scroll-list li {
  border-top: 1px solid #ddd;
  padding: .5em;
  position: relative;}
  
.scroll-list li:first-child {
  border-top: none;}

.scroll-list li .scroll-img {
  width: 4.5em;
  height: 4.5em;
  float: left; }
  
.scroll-list li .scroll-info {
  padding-left: 4.75em; }
  
.scroll-list li .scroll-meta {
  font-weight: 700;
  font-size: .8em;}
  
.scroll-list li .scroll-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media only screen and (min-width: 768px) { 
  .scroll-list ul {
    height: 14.75em; }
}
@media only screen and (min-width: 960px) {
  .scroll-list li:hover {
    background-color: #fafafa;}
}

/*------------------------------------------
DOWNLOAD LIST
------------------------------------------*/
.download-list {
  padding: 0; }
  
.download-list li > div {
  padding: .5em; }
  
.download-list img {
  margin: .5em 0; }


/*------------------------------------------
CATALOG LIST
------------------------------------------*/
.catalog-list li img {
  padding: .75em; }

.catalog-list .list-info {
  padding: .5em;
  border-top: 1px solid #eee; }
  


/*------------------------------------------
READ MORE
------------------------------------------*/  
.view-btn {
  margin: 0 auto!important;
  float: none!important;
  clear: both; }
  
.view-btn .arrow-up {
  margin-top: 10px; }

@media only screen and (min-width: 960px) { 
.view-btn .arrow-up {
  margin-top: 40px; }
}
  
.gradation ul {
  overflow: hidden;
  position: relative; }
  
.gradation ul.hide {
  height: 100px; }
  
.gradation ul.hide::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(100%, #fff));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#fff5f5f5',GradientType=0 );
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%); }

/******************************************************************
TABLE
******************************************************************/
table {
  width: 100%;
  table-layout: fixed; }
  
table.layout-auto {
  table-layout: auto;} 

th,td {
  border: 1px solid #ddd;
  word-break: normal;
  table-layout: fixed; }

th {
  background-color: #eee;
  color: #333;
  text-align: center; }

/******************************************************************
 js-Modal
******************************************************************/
.js-modal {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none; }
.modal-content  {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 576px;
  max-width: calc(100vw - 30px);
  background-color: #FFF;
  border-radius: 5px;
  padding: 50px 0 62px; }
.modal-close {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 40px;
  background-color: transparent;
  color: inherit;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translate(0, -50%); }
.modal-close:before {
  font-family: 'icomoon';
  content: "\e802";
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #cecece;
  border-radius: 5px 5px 0 0;
  line-height: 31px;
  text-align: center;
  padding: 8px; }
.modal-title {
  font-size: .875rem; }
.modal-body {
  height: 70vh;
  overflow: auto;
  padding: 16px;
  font-size: .75rem;
  line-height: 1.6;
  letter-spacing: 0; }
.modal-section:not(:last-child) {
  margin-bottom: 1.5em; }
.modal-body h3 {
  margin-bottom: .5em; }
.modal-body p {
  margin-bottom: 1em; }
.modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #cecece;
  border-radius: 0 0 5px 5px;
  padding: 8px; }
.modal-footer .btn:hover {
  box-shadow: none; }

@media only screen and (min-width: 768px) {
  .modal-content  {
    padding: 62px 0 84px;
    border-radius: 10px; }
  .modal-close {
    width: 96px;
    height: 60px; }
  .modal-header {
    line-height: 44px;
    border-radius: 10px 10px 0 0; }
  .modal-title {
    font-size: 1rem; }
  .modal-close:before {
    font-size: 1.5rem; }
  .modal-body {
    padding: 40px;
    font-size: .875rem; }
  .modal-section:not(:last-child) {
    margin-bottom: 2em; }
  .modal-body h3 {
    font-size: 1.125rem; }
  .modal-footer {
    padding: 16px;
    border-radius: 0 0 10px 10px; }
}



@media only screen and (min-width: 768px) { 
  .js-modal.sp-modal {
    display: block!important;
    background: transparent;
    position: static;
    z-index: 0; }
  .js-modal.sp-modal .modal-content {
    position: static;
    z-index: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 5px; }
  .js-modal.sp-modal .modal-header {
    display: none; }
  .js-modal.sp-modal .modal-body {
    height: auto; }
  .js-modal.sp-modal .modal-footer {
    position: static;
    border-radius: 0 0 5px 5px;
    background: transparent; }
}

/******************************************************************
 Sort
******************************************************************/
.filter_item_list {
  position: relative;
  padding-top: 1em; }
.filter_item {
  position: relative;
  z-index: 2; }
.filter_item span {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  padding: 1.25em 1em;
  opacity: .3;
  position: relative;
  transition: .1s ease; }
.filter_item span:hover {
  opacity: 1; }
.filter_item.is-active span {
  opacity: 1;
  color: #d4003b; }
.is-hide {
  display: none; }

@media only screen and (max-width: 767px) {
  .filter_item_list {
    display: flex; }
  .filter_item_list:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: calc(((100vw - 100%)/2)*-1);
    left: calc(((100vw - 100%)/2)*-1);
    background-color: #ddd; }
  .bg-d-gray .filter_item_list:before {
    background-color: rgba(255,255,255,0.16); }
  .filter_item {
    border-bottom: 2px solid transparent; }
  .filter_item.is-active {
    border-bottom-color: #d4003b; }
}

@media only screen and (min-width: 768px) {
  .filter_item span {
    padding: .75em 0; }
  .filter_item span:before {
    content: '';
    display: inline-block;
    width: 0;
    height: .5em;
    background-color: #d4003b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .1s ease; }
  .filter_item.is-active span {
    padding: .75em 0 .75em 1em; }
  .filter_item.is-active span:before {
    width: .5em; }
}

/******************************************************************
FORM
******************************************************************/
/** Field set **/
.form-field-set label {
  display: block;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.25;
  z-index: 11; }

.form-field-set .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background: rgb(255,70,85);
  background: linear-gradient(120deg, rgba(255,70,85,1) 0%, rgba(212,0,170,1) 100%);
  color: #FFF;
  font-size: 24px;
  transition: transform .2s ease-in-out;
  position: relative; }
@media only screen and (max-width: 959px) {
  .form-field-set .field {
    margin-bottom: 1.5em; }
  .form-field-set label {
    padding-bottom: .5em; }
  .form-field-set .search-btn {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    margin-top: 1.5em;
    box-shadow: 0 12px 20px rgba(0,0,0,.24); }
  .form-field-set .search-btn span {
    display: inline-block;
    font-size: .875rem;
    font-weight: 700; }
  .form-field-set .search-btn i {
    position: absolute;
    top: 50%;
    left: .75em;
    transform: translateY(-50%); }
}
@media only screen and (min-width: 960px) {
  .form-field-set {
    display: flex;
    width: 100%;
    min-width: 512px;
    height: 60px;
    padding-right: 64px;
    padding-left: 6px;
    border-radius: 60px;
    background-color: #FFF;
    border: 1px solid #dedede;
    position: relative; }
  .form-field-set .field {
    flex: 1 1 100%;
    position: relative; }
  .form-field-set .field:after {
    content: '';
    display: block;
    width: 1px;
    background: #dedede;
    position: absolute;
    top: 14px;
    bottom: 14px;
    right: 0; }
  .form-field-set .field:last-of-type:after {
    display: none; }
  .form-field-set .field label {
    padding: 0 10%;
    position: absolute;
    top: 10px;
    z-index: 11;
    pointer-events: none; }
  .form-field-set select {
    width: 100%;
    height: 33px;
    border: none;
    font-size: .875rem;
    padding: 0 18px 0 0;
    background-position: right center; }
  .form-field-set .search-btn {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 4px;
    padding: 0;
    position: absolute;
    right: 0; }

  .form-field-set label + .custom-select-wrapper .custom-select-trigger {
    padding-top: 22px;
    line-height: 36px; }
}

/** Text field **/
.form-text-field {
  display: flex;
  height: 50px;
  border-radius: 50px;
  background-color: #FFF;
  border: 1px solid #dedede;
  position: relative; }
.form-text-field input[type="text"],
.form-text-field input[type="search"] {
  width: 100%;
  height: 40px;
  margin: 4px;
  padding: 6px 18px 6px 48px;
  border-radius: 40px;
  border: 1px solid transparent;
  box-sizing: border-box; }
.form-text-field .search-btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 4px;
  padding: 0;
  font-size: 24px;
  outline: none;
  border: 1px solid transparent;
  background: transparent;
  color: #333;
  transition: transform .2s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 2; }
.form-text-field .search-btn .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); }

@media only screen and (min-width: 960px) {
  .form-text-field {
    height: 60px;
    border-radius: 60px; }
  .form-text-field input[type="text"],
  .form-text-field input[type="search"] {
    min-width: 260px;
    height: 50px;
    padding: 6px 18px 6px 58px;
    border-radius: 50px; }
  .form-text-field .search-btn {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}


/** Custom Select **/
.sub-field .custom-select-wrapper {
  opacity: 0; }
.custom-select-wrapper {
  display: block;
  user-select: none;
  position: relative; }
.custom-select-wrapper select {
  display: none; }
.custom-select {
  position: relative;
  display: block; }
.custom-select.opened {
  z-index: 5; }
.custom-select .clearBtn {
  display: block;
  position: absolute;
  top: 50%;
  right: 25%;
  z-index: 5;
  background: no-repeat;
  border: none;
  outline: none;
  pointer-events: none;
  transform: translateY(-50%);
  opacity: 0; }
.custom-select.opened .clearBtn {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1; }
.custom-select .clearBtn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  background-color: #f1f2f2;
  position: relative; }
.custom-select .clearBtn svg {
  display: block;
  fill: none;
  height: 10px;
  width: 10px;
  stroke: currentcolor;
  stroke-width: 4;
  overflow: visible; }
.custom-select-trigger.no-selection + .clearBtn {
  opacity: 0!important;
  pointer-events: none; }
.custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 20% 0 10%;
  font-weight: 700;
  line-height: 58px;
  background: #fff;
  border-radius: 60px;
  cursor: pointer; }
.custom-select-trigger.no-selection {
  color: #888; }
.custom-select-trigger:after {
  font-family: 'icomoon';
  content: '\e814';
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0; }
.custom-select.opened .custom-select-trigger:after {
  content: '\e817'; }
.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  display: block;
  min-width: 100%;
  margin: 5px 0;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  transition: all .3s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px); }
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }
.custom-option {
  position: relative;
  display: block;
  padding: 0 10%;
  line-height: 48px;
  cursor: pointer;
  transition: all .4s ease-in-out; }
.custom-option:nth-of-type(2) {
  border-radius: 4px 4px 0 0; }
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }
.custom-option:hover {
  background: #fbfbfb; }
.custom-option.selection {
  font-weight: 700;
  background: #fbfbfb; }
@media only screen and (max-width: 767px) {
  .custom-select .custom-select-trigger {
    line-height: 48px; }
  .custom-option {
    line-height: 42px; } }

/* toggle switch */
ul.toggle-switch-list {
  margin: 2em 0 3em; }
ul.toggle-switch-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #dedede; }
.toggle-switch {
  border-radius: 28px;
  cursor: pointer;
  flex: 0 0 52px;
  min-width: 52px;
  width: 52px;
  height: 28px;
  position: relative;
  outline: none;
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3; }
.toggle-switch:disabled {
  cursor: not-allowed !important; }
.toggle-switch-point {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background-color: #f1f2f2;
  border-radius: 50%;
  border: solid 3px #a3a3a3;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease-in-out 0s;
  color: rgb(34, 34, 34); }

.toggle-switch.on {
  background-color: #ddd;
  border-color: #ddd; }
.toggle-switch.on .toggle-switch-point {
  background-color: #333;
  border-color: #ddd;
  transform: translate3d(24px, 0px, 0px); }

/* toggle check */
ul.toggle-switch-list li.toggle-all {
  background-color: #f1f2f2;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 1em;
  font-weight: 700;
  margin-bottom: .75em; }
.toggle-check {
  cursor: pointer;
  flex: 0 0 18px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  outline: none;
  background-color: #f1f2f2;
  border: 2px solid #333; }
.toggle-check:disabled {
  cursor: not-allowed !important; }
.toggle-check-point {
  width: 10px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  border-left: 2px solid #f1f2f2;
  border-bottom: 2px solid #f1f2f2;
  transition: transform .25s ease-in-out 0s;
  transform: rotate(-45deg); }

.toggle-check.on {
  background-color: #333; }

/******************************************************************
SLIDER
******************************************************************/
.slider-content {
  margin-top: 15px; }
.slide-bnr .slick-slide {
    margin: 5px; }

@media only screen and (min-width: 768px) {
  .slide-bnr .slick-slide {
      margin: 10px; }
}
@media only screen and (min-width: 960px) {
  .slider-content {
    width: auto;
    margin: 0 auto; }
}

/******************************************************************
 Slider controller
******************************************************************/
.slick-controller {
  display: flex;
  justify-content: center;
  align-items: center; }
.slick-controller .slick-counter {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: .625rem;
  font-weight: 600;
  text-align: right;
  color: #888;
  white-space: nowrap; }
.slick-controller .slick-arrows {
  display: flex; }
.slick-controller .slick-arrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 24px;
  line-height: 1;
  background-color: rgba(51,51,51,1) !important;
  color: #fff !important;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  position: static;
  transform: translate(0,0);
  transition: .2s ease-in-out; }
.slick-controller .slick-arrows .slick-arrow:hover {
  background-color: rgba(51,51,51,0.6) !important; }
.slick-controller .slick-arrows .slick-arrow.slick-disabled {
  background-color: rgba(51,51,51,0.16) !important; }
.slick-controller .slick-arrows .slick-arrow::before {
  display: none; }
.slick-controller .slick-arrows .slick-prev {
  border-right: 1px solid #fff; }
.slick-controller .slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
  bottom: auto; }
.slick-controller .slick-dots li {
  width: 52px;
  height: 52px;
  position: relative; }
.slick-controller .slick-dots li .progress-dot {
  cursor: pointer;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cecece;
  outline: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .2s ease; }
.slick-controller .slick-dots li.slick-active .progress-dot {
  background-color: #d4003b; }
.slick-controller .slick-dots li .progress-bar,
.slick-controller .slick-dots li .progress-active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); }

@media only screen and (min-width: 960px) {
  .slick-controller .slick-counter {
    font-size: .75rem; }
}

@media only screen and (min-width: 960px) {
  /*------------------------------------------
  SIDE FIXED NAV
  ------------------------------------------*/  
  .side-fixed-nav {
    width: 235px;
   z-index: 999; }

  .side-fixed-nav ul {
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2); }

  .side-fixed-nav li a {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: .9em;
    padding: .5em .75em; }
    
  .side-fixed-nav .in-link li {
    background-color: #d4003b;
    border-top: 1px solid #a81824;
    color: #fff; }
    
  .side-fixed-nav .in-link li:hover {
    background-color: #b51926; }
    
  .side-fixed-nav .out-link li {
    background-color: #eee;
    color: #333;
    background: rgba(000,000,000,.05);
    border-top: 1px solid #e1e1e1;
    text-align: right; }
    
  .side-fixed-nav .out-link li:hover {
    background: rgba(000,000,000,.1); }
    
  .side-fixed-nav li:first-child {
    border-top: none; }

  .slick-slide a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)"; }
    
    
  .ar-banner{
    width: 250px;
    height: 250px;
    position: fixed;
    bottom:5em;
    right: 1em;
    z-index: 10; }
}

