@charset "UTF-8";
/* ======================
　Utility
====================== */
/* Expand
------------------------------------------ */
/* paragraph */
.extendParagraph {
  margin-top: 1.61em;
}

.extendParagraphHalf {
  margin-top: 0.805em;
}

.extendParagraphQuarter {
  margin-top: 0.4025em;
}

/* column */
.extendColumn, .boxIndex02 .column .col02 dl, .boxIndex02 .column .col02 dl dd, .boxIndex07 .banner {
  overflow: hidden;
}

.extendColTxt {
  overflow: hidden;
}

/* cleafix */
.extendCleafix {
  min-height: 1%;
}
.extendCleafix:after {
  content: "";
  display: block;
  clear: both;
}

/* ======================
　PC
====================== */
/* Over ride
------------------------------------------ */
#content > .wrap {
  width: 100%;
}
#content > .wrap #main {
  padding-top: 0;
  padding-bottom: 0;
}
#content > .wrap #main h1 {
  display: none;
}

/* Element
------------------------------------------ */
/* Box
------------------------------------------ */
/* boxIndex01 */
.boxIndex01 {
  width: 100%;
}
.boxIndex01 #slider {
  position: relative;
}
.boxIndex01 #slider .mv {
  overflow: hidden;
  height: 380px;
}
.boxIndex01 #slider .mv li a {
  overflow: hidden;
  outline: none;
  text-indent: -9999em;
  display: block;
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.boxIndex01 #slider .mv li:nth-child(1) a {
  background-image: url(/img/index_sl_bg01.png);
}
.boxIndex01 #slider .mv li:nth-child(2) a {
  background-image: url(/img/index_sl_bg02.png);
}
.boxIndex01 #slider .mv li:nth-child(3) a {
  background-image: url(/img/index_sl_bg03.png);
}
.boxIndex01 #slider #indexSliderPager {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  z-index: 51;
}
.boxIndex01 #slider #indexSliderPager li {
  position: absolute;
  right: 0;
}
.boxIndex01 #slider #indexSliderPager li a {
  position: relative;
  display: block;
  padding: 2px;
}
.boxIndex01 #slider #indexSliderPager li a span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 230px;
  margin: 2px;
  padding: 5px 10px;
  background: url(/img/index_bg06.png) repeat 0 0;
  color: #ffffff;
  /*background-color:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  :not(:target) & {
  	filter: none;
  	-ms-filter: none;
  }*/
}
.boxIndex01 #slider #indexSliderPager li a.active {
  padding: 0;
  border: 2px solid #eb6da5;
}
.boxIndex01 #slider #indexSliderPager li a.active span {
  margin: 0;
}
.boxIndex01 #slider #indexSliderPager li:nth-child(1) {
  top: 0;
}
.boxIndex01 #slider #indexSliderPager li:nth-child(2) {
  top: 124px;
}
.boxIndex01 #slider #indexSliderPager li:nth-child(3) {
  top: 248px;
}

/* boxIndex02 */
.boxIndex02 {
  padding: 35px 0;
  background-color: #ffffff;
}
.boxIndex02 .column {
  letter-spacing: -0.4em;
}
.boxIndex02 .column > div {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.boxIndex02 .column .col01 {
  width: 135px;
}
.boxIndex02 .column .col01 .inner {
  display: inline-block;
  text-align: center;
}
.boxIndex02 .column .col01 .inner h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.boxIndex02 .column .col01 .inner p {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.boxIndex02 .column .col02 {
  width: 865px;
}
.boxIndex02 .column .col02 dl {
  margin: 10px 0 0 0;
}
.boxIndex02 .column .col02 dl:first-child {
  margin-top: 0;
}
.boxIndex02 .column .col02 dl dt {
  position: relative;
  float: left;
  min-height: 22px;
  margin: 0 10px 0 0;
  padding: 0 195px 0 0;
  color: #999999;
  font-size: 12px;
  z-index: 1.2rem;
}
.boxIndex02 .column .col02 dl dt:after {
  position: absolute;
  top: 0;
  right: 0;
  display: table-cell;
  width: 180px;
  height: 20px;
  text-align: center;
}
.boxIndex02 .column .col02 dl dt.ic01:after, .boxIndex02 .column .col02 dl dt.ic02:after, .boxIndex02 .column .col02 dl dt.ic03:after, .boxIndex02 .column .col02 dl dt.ic04:after {
  color: #eb6da5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.boxIndex02 .column .col02 dl dt.ic01:after {
  content: "お知らせ";
}
.boxIndex02 .column .col02 dl dt.ic02:after {
  content: "プレスリリース";
}
.boxIndex02 .column .col02 dl dt.ic03:after {
  content: "イベント・キャンペーン";
}
.boxIndex02 .column .col02 dl dt.ic04:after {
  content: "イベント・キャンペーン終了";
}
.boxIndex02 .column .col02 dl dt.ic05:after {
  content: "緊急";
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.boxIndex02 .column .col02 dl dd > a {
  position: relative;
}
.boxIndex02 .column .col02 dl dd > a:after {
  vertical-align: middle;
}
.boxIndex02 .column .col02 dl dd > a[target="_blank"]:after {
  content: url(/common/img/com_ic01.png);
  margin: 0 0 0 10px;
}
.boxIndex02 .column .col02 dl dd > a[href$=".pdf"]:after {
  content: url(/common/img/com_ic02.png);
  margin: 0 0 0 10px;
}
.boxIndex02 .column .col02 dl dd > a[href$=".xls"]:after {
  content: url(/common/img/com_ic04.png);
  margin: 0 0 0 10px;
}
.boxIndex02 .column .col02 dl dd > a[href$=".doc"]:after {
  content: url(/common/img/com_ic05.png);
  margin: 0 0 0 10px;
}
.boxIndex02 .column .col02 dl dd > a[href$=".mov"]:after {
  content: url(/common/img/com_ic03.png);
  margin: 0 0 0 10px;
}

/* boxIndex03 */
.boxIndex03 {
  width: 100%;
  height: 502px;
  background-image: url(/img/index_bg01.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.boxIndex03 ul {
  font-size: 0;
  width: 1024px;
  margin: 0 auto;
  padding: 70px 0 80px;
  text-align: center;
}
.boxIndex03 ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 30px 12px 0;
  vertical-align: top;
}
.boxIndex03 ul li:nth-child(-n+4) {
  margin-top: 0;
}

/* boxIndex04 */
.boxIndex04 {
  overflow: hidden;
  width: 100%;
  height: 370px;
  background-image: url(/img/index_bg02.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.boxIndex04 .wrap {
  position: relative;
}
.boxIndex04 .search {
  position: absolute;
  top: 95px;
  left: 0;
}
.boxIndex04 .search form {
  position: relative;
  margin: 30px  0 0 0;
}
.boxIndex04 .search form input[type="text"] {
  width: 365px;
  padding: 10px 60px 10px 15px;
  background-color: #888888;
  border-top: 2px solid #747474;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #747474;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
.boxIndex04 .search form input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 15px;
  overflow: hidden;
  outline: none;
  text-indent: -9999em;
  width: 30px;
  height: 29px;
  margin-top: -15px;
  background: url(/img/index_bt01.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}
.boxIndex04 .faq {
  position: absolute;
  display: table;
  top: 55px;
  left: 512px;
  width: 100%;
  height: 250px;
  background-color: rgba(232, 98, 158, 0.9);
  background-color: #e8629e \9;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eee8629e,EndColorStr=#eee8629e) \9;
}
:root .boxIndex04 .faq {
  filter: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eee8629e,EndColorStr=#eee8629e) ¥9;
}
.boxIndex04 .faq .inner {
  display: table-cell;
  padding: 0 0 0 40px;
  vertical-align: middle;
}
.boxIndex04 .faq .inner .link {
  width: 440px;
}
.boxIndex04 .faq .inner .link > li {
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
  background: url(/img/index_ic01.png) no-repeat 0 0.2em;
  font-size: 18px;
  font-size: 1.8rem;
}
.boxIndex04 .faq .inner .link > li:first-child {
  margin-top: 0;
}
.boxIndex04 .faq .inner .link > li a {
  color: #ffffff;
}
.boxIndex04 .faq .inner .btn {
  letter-spacing: -0.4em;
  margin: 15px 0 0 0;
}
.boxIndex04 .faq .inner .btn > li {
  display: inline-block;
  letter-spacing: normal;
  background-color: #ffffff;
}
.boxIndex04 .faq .inner .btn > li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #272727;
  background-image: -webkit-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: -moz-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: -ms-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: -o-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#272727', EndColorStr='#333333');
  display: block;
  padding: 5px 25px;
}
.boxIndex04 .faq .inner .btn > li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.boxIndex04 .faq .inner .btn > li a:link, .boxIndex04 .faq .inner .btn > li a:visited, .boxIndex04 .faq .inner .btn > li a:hover, .boxIndex04 .faq .inner .btn > li a:active {
  color: #ffffff;
  text-decoration: none;
}

/* boxIndex05 */
.boxIndex05 {
  width: 100%;
  height: 360px;
  background-image: url(/img/index_bg03.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.boxIndex05 .wrap {
  position: relative;
}
.boxIndex05 .wrap > * {
  position: absolute;
}
.boxIndex05 .heading {
  top: 110px;
  left: 0;
}
.boxIndex05 .link {
  letter-spacing: -0.4em;
  top: 55px;
  /*left: 325px;*/
  right: 0;
  white-space: nowrap;
}
.boxIndex05 .link li {
  display: inline-block;
  letter-spacing: normal;
  width: 200px;
  margin: 0 25px 0 0;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  white-space: normal;
}
.boxIndex05 .link li:last-child {
  margin-right: 0;
}
.boxIndex05 .link li a {
  position: relative;
  display: block;
  z-index: 1;
}
.boxIndex05 .link li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: url(/img/index_bg07.png) repeat-x 0 100%;
  z-index: 2;
}
.boxIndex05 .link li a img {
  position: relative;
  z-index: -1;
}
.boxIndex05 .link li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  z-index: 3;
}

/* boxIndex06 */
.boxIndex06 {
  width: 100%;
  height: 600px;
  background-image: url(/img/index_bg04.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.boxIndex06 .wrap {
  position: relative;
  padding: 40px 0 0 0;
}
.boxIndex06 .wrap > .heading {
  text-align: center;
}
.boxIndex06 .wrap .linkBtn03 {
  position: absolute;
  top: 70px;
  right: 0;
}
.boxIndex06 .wrap .linkBtn03 > li {
  margin-top: 0;
}
.boxIndex06 .wrap .linkBtn03 > li > a {
  padding: 5px 25px;
}
.boxIndex06 .wrap .column > div {
  margin: 15px 0 0 0;
}
.boxIndex06 .wrap .column > div .heading {
  height: 33px;
}
.boxIndex06 .wrap .column .channel {
  float: left;
  width: 640px;
}
.boxIndex06 .wrap .column .channel figure {
  margin-top: 35px;
  border: 1px solid #cccccc;
}
.boxIndex06 .wrap .column .pickup {
  position: relative;
  float: right;
  width: 328px;
}
.boxIndex06 .wrap .column .pickup .txt {
  position: absolute;
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.boxIndex06 .wrap .column .pickup .list {
  margin: 35px 0 0 0;
}
.boxIndex06 .wrap .column .pickup .list ul {
  letter-spacing: -0.4em;
}
.boxIndex06 .wrap .column .pickup .list ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  width: 48.78%;
  margin: 2.44% 2.44% 0 0;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  vertical-align: top;
  cursor: pointer;
}
.boxIndex06 .wrap .column .pickup .list ul li:nth-child(-n+2) {
  margin-top: 0;
}
.boxIndex06 .wrap .column .pickup .list ul li:nth-child(2n) {
  margin-right: 0;
}
.boxIndex06 .wrap .column .pickup .list ul li dl dd a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 35px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.boxIndex06 .wrap .column .pickup .list ul li dl dd a:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 17px;
  height: 16px;
  background-image: url(/img/index_pc_bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.boxIndex06 .wrap .column .pickup .list ul li.new dl dt {
  position: relative;
}
.boxIndex06 .wrap .column .pickup .list ul li.new dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: url(/img/index_pc_ic01.png) no-repeat 0 0;
}
.boxIndex06 .wrap .column .pickup .list ul li.genre01 dl dd a {
  background-image: url(/img/index_pc_ic02.png);
  background-position: 13px 50%;
}
.boxIndex06 .wrap .column .pickup .list ul li.genre02 dl dd a {
  background-image: url(/img/index_pc_ic03.png);
  background-position: 12px 50%;
}
.boxIndex06 .wrap .column .pickup .list ul li:hover {
  background-color: #193056;
}
.boxIndex06 .wrap .column .pickup .list ul li:hover dl dd a {
  color: #ffffff;
}
.boxIndex06 .wrap .column .pickup .list ul li:hover dl dd a:before {
  background-image: url(/img/index_pc_bg01on.png);
}
.boxIndex06 .wrap .column .pickup .list ul li:hover.genre01 dl dd a {
  background-image: url(/img/index_pc_ic02on.png);
}
.boxIndex06 .wrap .column .pickup .list ul li:hover.genre02 dl dd a {
  background-image: url(/img/index_pc_ic03on.png);
}

/* boxIndex07 */
.boxIndex07 {
  padding: 40px 0;
}
.boxIndex07 .banner {
  margin-left: 0;
}
.boxIndex07 .banner li {
  float: left;
  margin: 0 24px 0 0;
}
.boxIndex07 .banner li:last-child {
  margin-right: 0;
}

/* ======================
　SP
====================== */
@media only screen and (max-width: 640px) {
  /* Over ride
  ------------------------------------------ */
  #content > .wrap {
    width: 100%;
  }
  #content > .wrap #main {
    padding: 0;
  }

  /* Element
  ------------------------------------------ */
  /* Box
  ------------------------------------------ */
  /* boxIndex01 */
  .boxIndex01 {
    width: auto;
  }
  .boxIndex01 #slider {
    position: relative;
  }
  .boxIndex01 #slider .mv {
    overflow: hidden;
    height: 120px;
  }
  .boxIndex01 #slider .mv li a {
    width: auto;
    height: 120px;
    background-size: auto 100%;
  }
  .boxIndex01 #slider .bx-wrapper .bx-controls .bx-default-pager {
    letter-spacing: -0.4em;
    padding: 15px 0;
    text-align: center;
  }
  .boxIndex01 #slider .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 7px;
  }
  .boxIndex01 #slider .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #555555;
  }
  .boxIndex01 #slider .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link.active {
    background-color: #eb6da5;
  }
  .boxIndex01 #slider #indexSliderPager {
    display: none;
  }

  /* boxIndex02 */
  .boxIndex02 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .boxIndex02 .column {
    letter-spacing: 0;
  }
  .boxIndex02 .column > div {
    display: block;
  }
  .boxIndex02 .column .col01 {
    width: auto;
    padding: 20px 10px;
  }
  .boxIndex02 .column .col01 .inner {
    letter-spacing: -0.4em;
    display: block;
    text-align: left;
  }
  .boxIndex02 .column .col01 .inner h2,
  .boxIndex02 .column .col01 .inner p {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .boxIndex02 .column .col01 .inner h2 {
    margin-right: 1em;
  }
  .boxIndex02 .column .col02 {
    width: auto;
    border-bottom: 1px solid #dddddd;
  }
  .boxIndex02 .column .col02 dl {
    padding: 5px 10px;
    border-top: 1px solid #dddddd;
    margin-top: 0;
  }
  .boxIndex02 .column .col02 dl dt {
    position: relative;
    float: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .boxIndex02 .column .col02 dl dt:after {
    top: auto;
    right: auto;
    bottom: 3px;
    left: 0;
    display: inline-block;
  }

  /* boxIndex03 */
  .boxIndex03 {
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #f2f2f2;
  }
  .boxIndex03 ul {
    width: 100%;
    padding: 15px 0;
  }
  .boxIndex03 ul li {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .boxIndex03 ul li:nth-child(n+3) {
    margin-top: 15px;
  }

  /* boxIndex04 */
  .boxIndex04 {
    overflow: visible;
    width: auto;
    height: auto;
    padding: 0 10px 20px;
    background-size: 150% auto;
  }
  .boxIndex04 .search {
    position: relative;
    top: auto;
    left: auto;
  }
  .boxIndex04 .search .heading {
    padding: 10px 0;
  }
  .boxIndex04 .search form {
    margin-top: 0;
  }
  .boxIndex04 .search form input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .boxIndex04 .faq {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    height: auto;
    margin-top: 10px;
    background-color: rgba(232, 98, 158, 0.9);
  }
  .boxIndex04 .faq .inner {
    display: block;
    padding: 20px 10px;
  }
  .boxIndex04 .faq .inner .link {
    width: auto;
  }
  .boxIndex04 .faq .inner .btn {
    text-align: center;
  }
  .boxIndex04 .faq .inner .btn > li {
    display: inline-block;
    letter-spacing: normal;
    background-color: #ffffff;
  }
  .boxIndex04 .faq .inner .btn > li a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #272727;
    background-image: -webkit-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
    background-image: -moz-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
    background-image: -ms-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
    background-image: -o-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
    background-image: linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#272727', EndColorStr='#333333');
    display: block;
    padding: 5px 25px;
  }
  .boxIndex04 .faq .inner .btn > li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
  .boxIndex04 .faq .inner .btn > li a:link, .boxIndex04 .faq .inner .btn > li a:visited, .boxIndex04 .faq .inner .btn > li a:hover, .boxIndex04 .faq .inner .btn > li a:active {
    color: #ffffff;
    text-decoration: none;
  }

  /* boxIndex05 */
  .boxIndex05 {
    width: auto;
    height: auto;
    padding: 0 10px 20px;
    background-size: auto 100%;
  }
  .boxIndex05 .wrap > * {
    position: relative;
  }
  .boxIndex05 .heading {
    top: auto;
    left: auto;
    padding: 10px 0;
  }
  .boxIndex05 .link {
    top: auto;
    left: auto;
    width: 100%;
  }
  .boxIndex05 .link li {
    display: block;
    width: auto;
    margin-top: 10px;
  }
  .boxIndex05 .link li:nth-child(1) {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .boxIndex05 .link li a {
    position: relative;
    display: block;
  }
  .boxIndex05 .link li a:after {
    display: none;
  }
  .boxIndex05 .link li a img {
    width: 80px;
  }
  .boxIndex05 .link li a span {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 105px;
    margin-top: -1em;
    padding: 0;
    color: #555555;
  }

  /* boxIndex06 */
  .boxIndex06 {
    width: auto;
    height: auto;
    padding: 20px 10px;
    background-image: none;
  }
  .boxIndex06 .wrap {
    padding-top: 0;
  }
  .boxIndex06 .wrap > .heading {
    font-size: 0;
  }
  .boxIndex06 .wrap .linkBtn03 {
    position: static;
    top: auto;
    right: auto;
    margin-top: 10px;
    text-align: right;
  }
  .boxIndex06 .wrap .linkBtn03 > li > a {
    padding: 15px 40px;
  }
  .boxIndex06 .wrap .column > div {
    margin: 20px 0 0 0;
  }
  .boxIndex06 .wrap .column > div .heading {
    height: auto;
  }
  .boxIndex06 .wrap .column .channel {
    float: none;
    width: auto;
  }
  .boxIndex06 .wrap .column .channel figure {
    width: auto !important;
    margin-top: 15px;
  }
  .boxIndex06 .wrap .column .pickup {
    float: none;
    width: auto;
  }
  .boxIndex06 .wrap .column .pickup .txt {
    position: static;
    margin-top: 15px;
    text-align: left;
  }
  .boxIndex06 .wrap .column .pickup .list {
    margin: 15px 0 0 0;
  }
  .boxIndex06 .wrap .column .pickup .list ul {
    letter-spacing: -0.4em;
  }
  .boxIndex06 .wrap .column .pickup .list ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    width: 48.78%;
    margin: 2.44% 2.44% 0 0;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    vertical-align: top;
    cursor: pointer;
  }
  .boxIndex06 .wrap .column .pickup .list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .boxIndex06 .wrap .column .pickup .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .boxIndex06 .wrap .column .pickup .list ul li dl dd a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 35px;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .boxIndex06 .wrap .column .pickup .list ul li dl dd a:before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 17px;
    height: 16px;
    background: url(/img/index_pc_bg01.png) no-repeat 0 0;
  }

  /* boxIndex07 */
  .boxIndex07 {
    padding: 20px 10px;
  }
  .boxIndex07 .banner li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .boxIndex07 .banner li img {
    max-width: 100%;
  }
  .boxIndex07 .bx-wrapper .bx-controls .bx-default-pager {
    letter-spacing: -0.4em;
    margin-top: 15px;
    text-align: center;
  }
  .boxIndex07 .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 7px;
  }
  .boxIndex07 .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #555555;
  }
  .boxIndex07 .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link.active {
    background-color: #eb6da5;
  }

  /* boxIndex08 */
  .boxIndex08 ul {
    overflow: hidden;
  }
  .boxIndex08 ul li {
    float: left;
    display: table;
    width: 50%;
    border-top: 1px solid #ffffff;
    text-align: center;
  }
  .boxIndex08 ul li a {
    display: table-cell;
    width: 100%;
    padding: 15px 10px;
    background-color: #333333;
    border-right: 1px solid #ffffff;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .boxIndex08 ul li:nth-child(2n) a {
    border-right: none;
  }
}
