@charset "UTF-8";

body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(icon_loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(icon_prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(icon_next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:2.0rem;font-weight:700;line-height:1.4em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:1.6rem;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(icon_close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}

i {
  font-style: inherit;
}

._bold {
  font-weight: bold;
}

._full {
  width: 100%;
}

._middle {
  vertical-align: middle;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mt25 {
  margin-top: 25px !important;
}

._mt55 {
  margin-top: 55px !important;
}

._mt90 {
  margin-top: 90px !important;
}

/* 重複のためclass変更
.wrap {
  position: relative;
}

.wrap:after {
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 62%, rgba(206,206,206,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 62%, rgba(206,206,206,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 62%, rgba(206,206,206,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cecece",GradientType=1);
}
*/
.headingMain_item {
  font-size: 3rem;
  /*! line-height: 52px; */
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: solid 3px #ccc;
}

.seriesTitle {
  font-size: 2.4rem;
  line-height: 36px;
  margin-top: 20px;
}

.seriesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 23px;
  position: relative;
}

.seriesTitle + .seriesList {
  margin-top: -8px;
}

.seriesList > * {
  max-width: 380px;
  width: 100%;
  background: #fff;
  margin: 19px 0;
}

.seriesList.tp02 > * {
  max-width: 570px;
}

.seriesList.tp03 > * {
  max-width: 100%;
}

.seriesList.tp04 > * {
  max-width: 100%;
}

.seriesList.tp03 .seriesList_item > div {
  display: flex;
  justify-content: space-between;
}

.seriesList.tp03 .col02 {
  width: 100%;
  max-width: 570px;
  position: relative;
}

.seriesList .col02 {
  display: flex;
  padding: 18px 16px 50px;
}

.seriesList.tp04 .col02 {
  padding-bottom: 40px;
}

.seriesList.tp04 .col02 > :first-child {
  width: 541px;
}

.seriesList.tp04 .col02 > div + div {
  padding-left: 50px;
}

.seriesList.tp04 .col02 > div > * + * {
  margin-top: 24px;
}

.seriesList .col02 > div {
  width: 256px;
  font-size: 1.3rem;
  line-height: 22px;
}

.seriesList .col02 > div + div {
  width: auto;
  flex: 1;
  padding-left: 10px;
}

.seriesList .col02 ul + ul {
  margin-top: 22px;
}

.seriesList.tp03 > * {
  max-width: 100%;
}

.seriesList.tp02 + .seriesList.tp03 > * {
  margin: 5px 0;
}

.seriesList_item {
  border: 1px solid #ccc;
  height: 100%;
  position: relative;
}

.seriesList_item .ttl {
  height: 56px;
  background: #ccc;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seriesList_item .link {
  display: block;
  text-align: right;
  padding: 7px 5px;
}

.seriesList_item .link.tp02 {
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 0;
}

.seriesList_item .link:hover {
  color: #003490;
}

.seriesList_item img {
  display: block;
  margin: auto;
}

.seriesList_item .link span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 14px;
  border-bottom: 1px solid #003490;
  margin-top: 10px;
  padding-right: 22px;
  background: url(icon01.png) no-repeat right center;
}

.seriesNote {
  font-size: 1.3rem;
  line-height: 22px;
}

.seriesList + .seriesNote {
  margin-top: -12px;
}

.seriesDrive {
  padding: 20px;
  background: #f5f7fa;
  margin-top: 20px;
  display: flex;
  font-size: 1.6rem;
  line-height: 28px;
}

.seriesDrive .small,
.seriesDrive ul {
  font-size: 1.3rem;
  line-height: 22px;
}

.seriesDrive ul {
  list-style: inside disc url(icon02.png);
  text-indent: -11px;
  margin-left: 11px;
}

.seriesDrive > * + * {
  flex: 1;
  padding-left: 20px;
}

.seriesDrive > * > * + * {
  margin-top: 24px;
}

.seriesDrive img {
  margin-top: 5px;
}

.styleDecimal,
.styleAlpha {
  list-style: inside decimal;
  margin-left: 16px;
  text-indent: -16px;
}

.styleDecimal .ind,
.styleAlpha .ind {
  text-indent: -25px;
  margin-left: 8px;
}

.styleAlpha {
  list-style: inside lower-alpha;
}

.seriesButton {
  text-align: center;
  margin-top: 50px;
}

.seriesCopy {
  text-align: center;
  font-size: 1.3rem;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 80px;
}

/* 4カラム用 210302追加 */
.seriesList2 {
  font-size: 1.8rem;
  line-height: 23px;
  position: relative;
}

.seriesList2::after {
  content: "";
  display: block;
  clear: both;
}

.seriesTitle + .seriesList2 {
  margin-top: -8px;
}

/* 4カラム用 2colx2 */
.seriesList2 .col2 {
  float: left;
  width: 50%;
}

.seriesList2 .col2 > div {
  float: left;
  width: 280px;
  background: #fff;
  margin: 19px 10px 19px 0;
}

.seriesList2 .col2 .col2_caption {
  width: 570px;
  margin:  19px 10px -10px 0;
  padding: 10px;
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* 4カラム用 4colx1 */
.seriesList2 .col4 {
  float: left;
  width: 100%;
}

.seriesList2 .col4 > div {
  float: left;
  width: 280px;
  background: #fff;
  margin: 19px 10px 19px 0;
}

.seriesList2 .col4 .col4_caption {
  width: 1150px;
  margin:  19px 10px -10px 0;
  padding: 10px;
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* 4カラム用 3colx1 */
.seriesList2 .col3 {
  float: left;
  width: 870px;
}

.seriesList2 .col3 > div {
  float: left;
  width: 280px;
  background: #fff;
  margin: 19px 10px 19px 0;
}

.seriesList2 .col3 .col3_caption {
  width: 860px;
  margin:  19px 10px -10px 0;
  padding: 10px;
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.seriesList_item + .seriesNote {
  margin-top: 5px;
}

.optionTitle {
  font-size: 2.8rem;
  line-height: 36px;
  margin-top: 20px;
}
/* 4カラム用 ここまで */

@media (min-width: 768px) {
  ._pc-none {
    display: none !important;
  }

  .seriesContainer {
    width: 1160px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }

  .headingMain {
    margin-top: 0;
  }

  .seriesList_item .link:hover,
  .seriesButton a:hover {
    opacity: .7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
}

@media (max-width: 767px) {
  .lb-data .lb-caption{font-size:1.6rem;}
  .lb-data .lb-number{font-size:1.4rem;}

  ._sp-none {
    display: none !important;
  }

  ._mt0-sp {
    margin-top: 0 !important;
  }

  ._mt5-sp {
    margin-top: 5px !important;
  }

  ._mt50-sp {
    margin-top: 50px !important;
  }

  .seriesContainer {
    padding: 0 1%;
    position: relative;
    z-index: 1;
  }

  .headingMain_item {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .seriesTitle {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 40px 1% 0;
  }

  .seriesList {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .seriesList > * {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }

  .seriesTitle + .seriesList {
    margin-top: -4px;
  }

  .seriesNote {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .seriesList + .seriesNote {
    margin-top: -4px;
  }

  .seriesDrive {
    padding: 15px 10px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }

  .seriesDrive > :first-child {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .seriesDrive img {
    margin-top: 3px;
    max-width: 160px;
  }

  .seriesDrive > * + * {
    padding-left: 0;
  }

  .seriesList .col02 {
    padding: 10px 8px 30px;
  }

  .seriesList .col02 > div {
    width: 50%;
    line-height: 1.5;
  }

  .seriesList .col02 > div + div {
    padding-left: 15px;
  }

  .seriesList.tp03 {
    margin-top: 5px;
  }

  .seriesList.tp03 .seriesList_item > div {
    display: block;
  }

  .seriesList.tp03 .col02 {
    padding-bottom: 40px;
  }

  .seriesList.tp04 .col02 {
    padding-bottom: 15px;
    display: block;
  }

  .seriesList.tp04 .col02 > :first-child {
    width: auto;
  }

  .seriesList.tp04 .col02 > div + div {
    padding-left: 0;
    margin-top: 20px;
  }

  .seriesButton {
    margin-top: 30px;
  }

  .seriesCopy {
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.5;
  }

  .lb-outerContainer,
  .lb-dataContainer {
    height: auto !important;
  }

/* 4カラム用 210302追加 */
  .seriesList2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .seriesTitle + .seriesList2 {
    margin-top: -4px;
  }

  .seriesList2 .col2,
  .seriesList2 .col3,
  .seriesList2 .col4 {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }

  .seriesList2 .col2 > div,
  .seriesList2 .col3 > div,
  .seriesList2 .col4 > div {
    max-width: 48%;
    width: 100%;
    margin: 1%;
  }

  .seriesList2 .col2 .col2_caption,
  .seriesList2 .col3 .col3_caption,
  .seriesList2 .col4 .col4_caption {
    max-width: 98%;
    width: 100%;
    margin: 1%;
  }

  .optionTitle {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 20px 1% 0;
  }
/* 4カラム用 ここまで */

  @media (min-width: 481px) {
    .only-480 {
      display: none !important;
    }
  }
}

@media (max-width: 500px) {
  .lb-outerContainer,
  .lb-dataContainer {
    width: 100vw !important;
  }

  .lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .hidden-480 {
    display: none !important;
  }

  .seriesDrive > * > * + * {
    margin-top: 12px;
  }
}

@media (max-width: 374px) {
  .headingMain_item {
    font-size: 2.4rem;
  }

  .seriesDrive img {
    max-width: 140px;
  }

  .seriesList .col02 > div + div {
    padding-left: 10px;
  }
}

/* worldから引用 211018追加 */
.fmvPCsection{
  margin: 30px 0;
}
div.bodyImageArea div.bodyImage img {
  width: 100%;
  height: auto;
  /* margin: 10px auto; */
}
div.bodyImage {
  min-height: 500px;
}
div.bodyImageArea div.bodyImage img.show,
.interfaceChip div.blockInterface.show {
  /* display: block; */
}
.interfaceChip {
  min-height: 530px;
}
.ttl_lv3.txt_black {
  font-size: 2.4rem;
  line-height: 36px;
  margin-top: 20px;
}
h3.interface_clr_menu,
h4.interface_var_menu {
  display: inline-block;
  /* text-indent: -9999px; */
  /* overflow: hidden; */
  /* background: #fff no-repeat 0 0; */
  /* background-image: none; */
  margin: 10px 10px 0 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem;
}
h3.interface_clr_menu,
h4.interface_var_menu:hover {
  opacity: 0.7;
}
.blockInterface {
  margin-top: 30px;
}
.row [class*="col_box_"] {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row.col_pad_lrnone > [class*="col_box_"] {
  padding: 0 10px;
}
.row .col_box_14 {
  width: 58.33333%;
}
.row .col_box_10 {
  width: 41.66667%;
}
.blockInterface ul {
  border: solid 1px #ccc;
  display: block;
  padding: 15px;
  margin: 10px 8px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .bottomChip ul {
    flex-wrap: wrap;
  }
  .bottomChip ul li {
    width: 25%;
    margin: 5px;
  }
  div.bodyImage {
    min-height: 280px;
  }
  div.bodyImageArea {
    min-height: 430px;
  }
  .bottomChip ul li img {
    max-width: 100% !important;
    height: auto;
  }
  .ttl_lv3.txt_black {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 40px 1% 0;
  }
  h3.interface_clr_menu,
  h4.interface_var_menu {
    margin: 5px 5px 0 0;
    padding: 5px;
    font-size: 1.4rem;
  }
  .row [class*="col_box_"] {
    float: none;
  }
  .row .col_box_14 {
    width: 100%;
  }
  .row .col_box_10 {
    width: 100%;
  }
  .blockInterface ul {
    padding: 10px;
    margin: 10px 0;
  }
  .row.col_pad_lrnone img {
    height: auto;
  }
}