@charset "utf-8";

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

body {
  color: #000;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.f_root#index #contents {
  background: #fff;
  margin-top: 115px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.red01 {
  color: #d2101a;
  display: inline;
}

.pcElement {
  display: block!important;
}

.spElement {
  display: none!important;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
  .pcElement {
    display: none!important;
  }
  .spElement {
    display: block!important;
  }
  .fz36, .spElement.fz36, header .headerTitle span.fz36 {
    font-size: 36px!important;
  }
  hr {
    margin: 0;
  }
  .f_root#index #contents {
    margin-top: 60px;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


/* header
------------------------------------------------------------ */

header {
  /* width: 980px;
  margin: 20px auto 0; */
  position: relative;
  box-sizing: border-box;
}
header .corner {
    position: absolute;
}
@media screen and (max-width: 768px) {
    header .corner {
        display: none;
    }
}
header .corner.corner01 {
    left: 0;
    top: 155px;
}
header .corner.corner02 {
    right: 0;
    top: 155px;
}

header .h-inner {
  width: 980px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
    header .h-inner {
        width: 100%;
    }
}

header .logoBox {
  display: flex;
  justify-content: space-between;
}

header .logoBox #logo .logoPolus {
  transition: .1s;
}

header .logoBox #logo .logoPolus:hover {
  opacity: .6;
}

header .goodIcon .lead {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
}

header .row .lead {
  font-size: 16px;
  line-height: 1.5;
}

header .row .lead.leadtop {
  text-align: center;
  width: 780px;
  font-weight: 700;
  margin: 0 auto 98px;
}

header .row .lead.leadtop.left-txt {
  text-align: left;
}

header .goodBox {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  margin-bottom: 100px;
  width: 980px;
  margin: 60px auto 0;
}

header .goodIcon {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
/*  margin: 0 auto;
*/}

header .goodIcon.goodIcon02 {
  width: auto;
  margin-bottom: 19px;
}

header .lead.leadbottom {
  width: 80%;
  font-size: 14px;
  padding: 0 30px;
  border-left: 1px solid #ccc;
  margin: 30px 0;
}

header .lead.leadbottom span {
  display: block;
  font-weight: bold;
}
/*koko*/

header .row .goodIcon .lead {
  width: auto;
}

header .row .awardBox {
  display: flex;
  justify-content: space-between;
}


header .row .awardBoxBg2 {
  padding-top: 13px;
}

header .row .awardBox img {
  width: 100%;
}

header .row .awardBox .awardBoxBlock {
  width: calc((100% / 3) - 1%);
  margin-right: 1%;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

header .row .awardBox .awardBoxBlock:last-of-type {
  margin-right: 0;
}

header .row .awardBox .awardBoxBlock .awardText {
  font-size: 14px;
  height: 103px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

header .row .awardBox .awardBoxBlock .awardText2 {
  font-size: 14px;
  height: 125px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

header .row .awardBox .awardBoxBlock .awardText .inner {
  font-weight: 600;
  padding: 15px 0 0;
}

header .row .awardBoxWrap.fixed .awardBox .awardBoxBlock .awardText .inner {
  padding: 0;
}

header .row .awardBox .awardBoxBlock .awardText span {
  font-size: 18px;
}

header .row .awardBoxWrap.fixed .awardBox .awardBoxBlock .awardText span {
  font-size: 12px;
}

header .row .awardBoxWrap.fixed .awardBox .awardBoxBlock .awardText span .s-active {
  display: inline-block;
}

header .row .awardBox .awardBoxBlock .awardText span .in {
  font-size: 12px;
}

header .row .awardBoxWrap .awardBox .awardText.awardText04 .title {
  display: none;
}

header .row .awardBoxWrap.fixed .awardBox .awardText.awardText04 .title {
  display: block;
}
@media screen and (max-width: 768px) {
    header .row .awardBoxWrap.fixed .awardBox .awardText.awardText04 .title {
        display: none;
    }
    header .goodIcon {
      width: auto;
      padding-top: 30px;
    }
    .goodBox-outer {
    padding: 0 20px;
  }
  header .row .awardBoxBg2 {
    padding-top: 0;
  }
}

header .row .awardBoxWrap .awardBox .awardText.awardText03 .s-active {
  display: none;
}

header .row .awardBoxWrap.fixed .awardBox .awardText.awardText03 .s-active {
  display: block;
}

header .row .awardBoxWrap .awardBox .awardText .s-none {
  display: block;
}

header .row .awardBoxWrap.fixed .awardBox .awardText .s-none {
  display: none;
}

header nav {
  display: none;
}

header .headerTitle {
  font-size: 46px;
  font-weight: bold;
  font-family: 'Noto Sans JP400';
  line-height: 1.1;
  text-align: center;
  padding: 70px 0;
  position: relative;
  width: 980px;
}

header .headerTitle:before, header .headerTitle:after {
  display: block;
  content: "";
  width: 523px;
  height: 186px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
}

@media screen and (max-width: 768px) {
header .headerTitle:before {
  background-image: url(../../images/2020/sp_corner01.png);
  top: 0;
  left: 0;
}

header .headerTitle:after {
  background-image: url(../../images/2020/sp_corner02.png);
  bottom: 0;
  left: initial;
  right: 0;
  background-size: 170px;
  width: 170px;
}

header .headerTitle:before {
  background-image: url(../../images/2020/sp_corner01.png);
  display: block;
  content: "";
}
header .goodBox {
  display: block;
  width: auto;
}
header .lead.leadbottom {
  width: auto;
  font-size: 14px;
  padding: 0 30px;
  margin: 30px 0;
  border-left: none;
}

}

header .row {
  width: initial;
}

/*header .awardBoxWrap {
  width: 980px;
}*/

header .headerBG {
  position: absolute;
}

header .headerBG01 {}

header .headerBG02 {}

@media screen and (max-width: 768px) {
  header, header .row .lead.leadtop, header .logoBox .goodIcon img, header .row .goodBox, header .headerTitle {
    width: 100%;
  }
  header .row .goodBox {
    width: 94%;
    margin: 0 auto;
  }
  header {
    margin: 0 auto;
  }
  header .logoBox {
    margin: 0 25px;
    align-items: flex-start;
    position: relative;
  }
  header .logoBox .goodIcon {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .headerTitle {
    font-size: 23px;
    padding: 40px 0 15px;
    margin-top: 10px;
    font-weight: 600;
    /* max-width: 320px; */
    margin: 0 auto 20px;
  }
  header .headerTitle span {
    font-size: 26px!important;
  }
  header .headerTitle:before, header .headerTitle:after {
    width: 100%;
    background-size: 20px;
   /* height: 31px;*/
  }
  header .headerTitle:before {
    top: 40px;
    right: 20px;
  }
  header .headerTitle:after {
    width: 170px;
    right: -149px;
    top: 40px;
  }
  header .headerTitle .fz32 {
    font-size: 16px!important;
  }
  header .logoBox .goodIcon img {
    width: 135px;
    vertical-align: top;
    margin-top: 5px;
  }
  header .logoPolus img {
    width: 50%;
    height: auto;
  }
  header .row .lead.leadtop {
    padding: 0 24px;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 34px;
  }
  header .row .goodBox {
    flex-direction: column;
    padding: 0 30px;
    margin-bottom: 35px;
    margin: 0 auto 40px;
  }
  header .row .goodIcon {
    width: 100%;
    padding: 0;
    margin: 30px 0 22px;
  }
  header .row .goodIcon.goodIcon02 img {
    max-width: 80%;
    margin: 0;
  }
  header .row .lead.leadbottom {
    width: 100%;
    padding: 0;
    border-left: 0;
  }
  header .row .awardBox {
    display: none;
  }
  header .awardBoxWrap {
    width: 100%;
    padding: 0 24px;
  }
  .arrow-sp {
    height: 29px;
  }
}


/* common */

.f_root#index #contents #main {
  width: auto;
}

.block {
  padding: 120px 0;
  width: 980px;
  margin: 0 auto;
}

.block .topPhotoAward, .block .topPhotoHouse {
  position: absolute;
}

.block .topPhotoHouse {
  right: 0;
}

.block .blockBox {
  width: 980px;
}

.block .blockBox .bottom {
  margin: 23px 0 63px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.block .blockBox .bottom.bottom2019 {
  margin: 15px 0 0;
}
img.ppl-3 {
  width: inherit;
  padding-top: 19px;
}

@media screen and (max-width: 768px) {
    .block .blockBox .bottom.bottom2019 {
        font-size: 15px;
        margin: 0;
    }

}

.block .blockBox .themeText {
  font-size: 22px;
  position: relative;
  padding: 40px 0 30px;
  line-height: 1.3;
  font-weight: 800;
}

/*.block03 .con{
  font-size: 14px;
  padding-right: 30px;
}*/

.block .blockBox .themeText .block .blockBox .themeText span {
  font-size: 14px;
  padding-right: 30px;
  margin-bottom: 10px;
}

.block .blockLeft {
  display: flex;
  margin: 30px 0 60px;
}

.block .blockLeft img.blockRightImg {
  /* width: 100%; */
  width: auto;
}

.block .blockLeft .LeftText {
  width: 310px;
  font-size: 14px;
  line-height: 1.78;
  text-align: left;
  margin-right: 30px;
}

.block .capBox .capBoxInner {
  display: flex;
  justify-content: space-between;
}

.block .capBox .capBoxInner span {
  display: inline-block;
}

.block .capBox .capText, .block .figureBox .capText, .block .ImgBox .ImgRow .RowInner .capText {
  display: inline-block;
  font-size: 12px;
  line-height: 2.5;
  font-weight: 500;
}

.blockIcon {
  text-align: center;
  position: relative;
}

.block .blockBox .ImgBox {
  margin: 30px 0 40px;
}

.block .blockBox .ImgRow {
  display: flex;
  justify-content: space-between;
}

.block .blockBox .ImgRow {
  width: 970px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.block .blockBox .ImgRow:last-of-type {
  margin-bottom: 0;
}

.blockBox .Ex {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  background: #efefef;
}

.blockBox .Ex .Ex01 {
  font-size: 22px;
  line-height: 1.54;
  font-weight: 700;
  color: #444444;
}

.blockBox .Ex .Ex02 {
  width: 75%;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}

.blockBox .saleBox01 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #d2101b;
  position: relative;
}

.blockBox .saleBox02 {
  font-size: 20px;
  color: #2270c9;
  padding: 20px 40px 20px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  transition: .1s;
}

.blockBox .saleBox02.saleBoxOriginal {
  margin-left: 10px;
}

.blockBox .saleBox02:hover {
  opacity: .6;
}

.blockBox .saleBox01:before, .blockBox .saleBox01:after {
  content: "";
  display: block;
  -moz-transform: skewX(150deg);
  position: absolute;
  border: 1px solid #d2101b;
  width: 20px;
  transform: rotate(55deg);
  top: 10px;
}

.blockBox .saleBox01:before {
  left: -25px;
}

.blockBox .saleBox01:after {
  transform: rotate(-55deg);
  right: -25px;
}

.blockBox .saleBox02:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 20px;
  background-image: url(../../images/2018/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  right: 20px;
}

.blockBox .lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78;
  text-align: left;
}

.blockBox .lead.lead-c {
  text-align: center;
}

.blockBox .lead.lead-r {
  text-align: right;
}

.blockBox .lead.lead-r_fz {
  font-size: 12px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .blockBox .lead.lead-r_fz {
        margin: 0 0 10px;
        padding-bottom: 0;
        text-align: center;
    }
}

.blockBox .lead.lead-bm {
  margin-bottom: 15px;
}

.block .figureBox {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.block .figureBox .capText {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
    .block .figureBox .capText {
        text-align: left;
        padding-left: 0;
    }
}

.block .circleText {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  color: #999999;
  position: relative;
  display: flex;
}

.block .circleText .circleInner {
  padding: 5px 40px;
  border-radius: 20px;
  width: 125px;
  background: #999999;
  color: #ffffff;
}

.block .circleText:after, .block .circleText:before {
  border-top: 1px solid;
  margin-top: 15px;
  content: "";
  flex-grow: 1;
}

.block .circleText:after {
  margin-left: 1rem;
}

.block .circleText:before {
  margin-right: 1rem;
}


/* title */

.block .pageTitle02 {
  line-height: 1.5;
  font-weight: 800;
}

.block .pageTitle02.text01 {
  line-height: 1.8;
  font-size: 26px;
}

.block .pageTitle02.text02 {
  line-height: 1.5;
  font-size: 34px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .block .pageTitle02.text02 {
        padding-bottom: 15px;
    }
}

.block .pageTitle02.text02 .small {
  display: block;
  font-size: 14px;
}

.block .pageTitle02.text03 {
  font-size: 20px;
  line-height: 1.3;
}

.block .blockBox .lityOriginal {
  display: block;
  background-color: #000;
  position: relative;
}

.block .blockBox .lityOriginal img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: auto;
}

.block .blockBox .lityOriginal img:hover {
  opacity: 0.7;
}

.block .SideSpace66 {
  width: 640px;
}
@media screen and (max-width: 768px) {
    .block .SideSpace66 {
      width: initial;
      padding: 0 20px;
    }
}

.block .SideSpace33 {
  width: 320px;
}

.block .fas {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 18px;
}

.block .fa-search:before {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .block, .block .blockBox, .block .blockBox .ImgRow, .block .blockLeft img.blockRightImg, .block .blockLeft .LeftText, .block .blockLeft img.blockRightImg, .block .figureBox, .block .figureBox img, .block .SideSpace66, .block .SideSpace33, .block .blockBox .lityOriginal img {
    width: 100%;
  }
  .block .blockLeft {
    flex-direction: column;
    margin: 0 0 40px;
  }
  .block .blockLeft .LeftText {
    padding: 30px 30px 25px;
    font-size: 14px;
    line-height: 1.57;
  }
  .block {
    padding: 60px 0;
  }
  .blockBox .lead {
    margin: 0 20px;
  }
  .block .blockBox .ImgRow:last-of-type {
    flex-direction: column;
  }
  .block .topPhotoBox {
    display: none;
  }
  .block .pageTitle02 {
    font-weight: 500;
  }
  .block .pageTitle02.text01 {
    font-size: 17px;
    line-height: 1.88;
  }
  .block .pageTitle02.text02 {
    font-size: 24px;
    line-height: 1.5;
  }
  .block .pageTitle02.text03 {
    font-size: 10px;
  }
  .block .blockIcon .num {
    margin-bottom: 20px;
  }
  .block .blockBox .themeText span {
    display: block;
    font-size: 13px;
    line-height: 1.53;
    margin: 0;
    padding: 0;
  }
  .block .blockBox .bottom {
    line-height: 1.33;
    font-size: 12px;
    margin: 10px 0;
  }
  .block .blockBox .themeText {
    font-size: 17px;
    line-height: 1.47;
    font-weight: 500;
  }
  .block .circleText {
    font-size: 16px;
    font-weight: 500;
  }
  .blockBox .Ex {
    flex-direction: column;
    padding: 30px 20px;
    width: 93%;
    margin: 0 auto 30px;
  }
  .block03 .blockBox .Ex {
      margin: 30px auto 30px;
  }
  .blockBox .Ex .Ex01 {
    padding-bottom: 20px;
    font-size: 17px;
  }
  .blockBox .Ex .Ex02 {
    font-size: 14px;
    width: 100%;
  }
  .blockBox .saleBox {
    max-width: 290px;
    margin: 0 auto;
    width: 100%;
  }
  .blockBox .saleBox02 {
    font-size: 16px;
    padding: 15px 40px 15px 20px;
    line-height: 1.375;
  }
  .blockBox .saleBox02:after {
    top: 17px;
  }
  .block .capBox .capText {
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
  .block .blockBox .ImgBox .ImgRow {
    flex-direction: column;
    margin: 0;
  }
  .block .blockBox .ImgBox .ImgRow img {
    width: 100%;
  }
  .block .PCcircle {
    display: none;
  }
  .block .capBox .capText, .block .figureBox .capText, .block .ImgBox .ImgRow .RowInner .capText {
    font-size: 10px;
  }
  .block .circleText .circleInner {
    padding: 5px 0;
    width: 37%;
  }
  .block .blockBox .lityOriginal {
    background: #ffffff;
  }
  .blockBox .saleBox02 {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .blockBox .saleBox02.saleBoxOriginal {
    margin: 10px 0 0;
  }
  .blockBox .saleBox02.saleBox-kikaku {
    font-size: 14px;
  }
  .block .fas {
    padding: 5px;
    font-size: 14px;
  }
}


/* block01
------------------------------------------------------------ */

.block01 img {
  width: 100%;
}

.block .blockLeft img.blockRightImg.SideSpace66 {
  width: 640px;
}

.underTextBox {
  overflow: hidden;
  /* margin-bottom: 30px; */
}

@media screen and (max-width: 768px) {
    .block01 .underTextBox {
      margin: 30px 20px 10px;
    }
    .block04 .underTextBox {
        margin: 0 20px 10px;
      }
      .block02 .underTextBox {
        margin: 0 20px 10px;
    }
}

.underTextBox .box {
  text-align: left;
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 30px;
}

.underTextBox .box span {
  font-size: 16px;
  font-weight: bold;
}

.block01 .blockLeft.blockLeft01 {
  align-items: flex-start;
}

.block01 .blockLeft.blockLeft01 .pic-box .txt {
  margin-top: 5px;
  display: inline-block;
}
.block01 .blockLeft.blockLeft01 .pic-box .txt {
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
    .block01 .blockLeft.blockLeft01 .pic-box .txt {
        margin-top: 5px;
        padding-left: 20px;
        text-align: left;
        display: block;
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
  .block .blockLeft img.blockRightImg.SideSpace66 {
    width: 100%;
  }
  .underTextBox {
    margin: 30px 20px 0;
  }
  .underTextBox .box {
    font-size: 14px;
    line-height: 1.57;
  }
  .underTextBox .box:last-of-type {
      margin-bottom: 10px;
  }
  .block.block01 .blockLeft.blockLeft01 .LeftText {
    padding: 30px 30px 25px;
  }
  .block01 .blockLeft img.blockRightImg.SideSpace66 img {
    width: auto;
  }
  .goodIcon3 {
    width: fit-content;
  }
}


/* block02
------------------------------------------------------------ */

.block02 .IconLead span {
  font-weight: 800;
}

/*.blockBox.blockBox02 .Ex {
  padding: 50px 0;
}*/

.blockBox.blockBox02 .con {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .blockBox.blockBox02 .con {
        padding-right: 0;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .block .blockBox .themeText {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .block .blockBox .com-box .com-box-in img {
        width: 100%;
    }
}

.blockBox.blockBox02 .ImgBox .ImgRow .PhotoSpace {
  padding-bottom: 30px;
}

.blockBox.blockBox02 .textLogo {
  text-align: right;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.block02 .capBox .capBoxInner {
  justify-content: center;
}

.block02 .figureBox img {
  width: 100%;
}

.block02 .figureBox.SideSpace66 {
  width: 640px;
}

.block .blockBox .ImgRow.ImgRow02.spFlex {
  display: none;
}

.block02 .blockLeft .capBox img.blockRightImg {
  /* width: auto; */
  width: 640px;
}

.block .blockBox .com-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .block .blockBox .com-box {
        padding: 0 20px;
    }
    .block .blockBox .com-box.com-box01 {
        padding: 0 20px 20px;
    }
}

.block .blockBox .com-box.com-box03 {
    padding-top: 30px;
}
@media screen and (max-width: 768px) {
    .block .blockBox .com-box.com-box03 {
        padding: 30px 20px 0;
    }
}

.block .blockBox .com-box .com-box-in {
  width: calc((100% / 2) - 5px);
}
@media screen and (max-width: 768px) {
    .block .blockBox .com-box .com-box-in {
        width: calc((100% / 2) - 2px);
    }
}

.block .blockBox .com-box .com-box-in:first-of-type {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .block .blockBox .com-box .com-box-in:first-of-type {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .block .blockBox .com-box .com-box-in .txt {
      font-size: 10px;
      line-height: 1.4;
      padding-top: 5px;
      display: block;
      text-align: left;
    }
}

@media screen and (max-width: 768px) {
  .block.block02 .capBox img, .block02 .figureBox.SideSpace66, .block02 .blockLeft .capBox img.blockRightImg {
    width: 100%;
  }
  .blockBox.blockBox02 .textLogo {
    text-align: right;
    line-height: 1;
    padding-right: 10px;
  }
  .blockBox.blockBox02 .textLogo img {
    max-width: 87px;
  }
  /* .block .blockBox02 .ImgBox .ImgRow.ImgRow02 img:first-of-type {
            padding-bottom: 30px;
        } */
  .blockBox.blockBox02 .Ex {
    padding: 30px 20px;
    margin-top: 30px;
  }
  .block .pageTitle02.text02 {
    font-size: 22px;
  }
  .block02 .capBox .capBoxInner .capText:last-of-type {
    padding-right: 0;
  }
  .block .blockBox .ImgBox .ImgRow.spFlex {
    flex-direction: row;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
  }
  .block .blockBox .ImgBox .ImgRow.spFlex img {
    width: calc(50% - 2.5px);
    float: left;
  }
  .block .blockBox .ImgBox .ImgRow.spFlex img:last-of-type {
    float: right;
  }
}


/* block03
------------------------------------------------------------ */

.block03 .figureBox.SideSpace33 img, .block.block03 .blockBox .ImgRow.ImgRow02 .figureBox:last-of-type img {
  width: 100%;
}

.block03 .IconLead span {
  font-weight: 800;
  line-height: 1.23;
}

.blockBox.blockBox03 .con {
    font-size: 14px;
    padding-right: 30px;
}

.block03 .pageTitle02 {
  padding-top: 10px;
  line-height: 1.2;
}

.block03 .IconLead span:first-of-type {
  line-height: 1.8;
  padding-bottom: 5px;
  display: inline-block;
}

.block.block03 .blockLeft {
  margin: 30px 0 60px;
}

/*span .con{font-size: 14px;
    padding-right: 30px;}*/

@media screen and (max-width: 768px) {
    .block.block03 .blockLeft {
      margin: 0 0 40px;
    }
}

.block.block03 .blockLeft.blockLeft01 .capBox {
  width: 640px;
}

.block.block03 .blockBox .ImgRow {
  width: 970px;
  margin: 0 auto;
}

.block.block03 .blockBox .ImgRow.ImgRow02 .figureBox {
  width: 640px;
}

.block.block03 .blockBox .ImgRow.ImgRow02 .figureBox:last-of-type {
  width: 320px;
}

.block.block03 .blockBox .ImgRow.ImgRow01 {
  width: 970px;
  text-align: right;
}

.block.block03 .blockBox .capBox {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.block.block03 .blockBox .capBox img {
  width: 100%;
}

.block.block03 .blockBox .capBox.original .capText {
  padding-right: 18.5%;
}

.block.block03 .blockBox .capBox:nth-of-type(2) .capText {
  padding-right: 28%;
}

.block03 .blockBox .capBox span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .block.block03 .blockBox .capBox img, .block.block03 .blockBox .ImgRow, .block.block03 .blockBox .ImgRow.ImgRow01, .block.block03 .blockBox .ImgRow.ImgRow02 .figureBox, .block.block03 .blockBox .ImgRow.ImgRow02 .figureBox:first-of-type, .block.block03 .blockBox .ImgRow.ImgRow02 .figureBox:last-of-type {
    width: 100%;
  }
  .block.block03 .blockBox .ImgRow, .block.block03 .blockBox .ImgRow.ImgRow01 {
    flex-direction: column;
  }
  .block.block03 .blockBox .capBox {
    display: none;
  }
  .block.block03 .blockBox .capBox.capBoxOriginal {
    display: block;
    margin: 0;
  }
  .block03 .IconLead span:first-of-type {
    padding: 0;
    margin: 0;
  }
  .block.block03 .blockBox .ImgRow.ImgRow01 {
    margin-bottom: 40px;
  }
}


/* block04
------------------------------------------------------------ */

.block04 .IconLead span {
  font-weight: 800;
  line-height: 1.23;
}


/* .block04 .IconLead span:first-of-type {
    line-height: 1.8;
    padding-bottom: 5px;
    display: inline-block;
} */

.block04 .IconLead .big {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block04 .IconLead .big {
    font-size: 22px;
    font-weight: 400;
  }
}

.block04 .IconLead .small {
  font-size: 14px;
  padding-bottom: 0;
}

.block04 .blockLeft .LeftText .sub {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}

.blockBox04 .Ex {
  margin: 30px 0;
}

.block04 .figureBox figcaption {
  padding: 0;
}


/* .block.block04 .blockLeft .LeftText {
    padding-right: 24px;
} */

.block04 .figureBox.figureBox02 {
  width: 640px;
}

.block04 .figureBox.figureBox03 {
  width: 100%;
  display: flex;
}

.block04 .figureBox.figureBox02 .capText {
  text-align: right;
}

.block04 .figureBox.figureBox03 .capText {
  display: block;
  padding: 0;
  text-align: right;
  padding-right: 25%;
}


/* .block04 .figureBox {
    width: 65%;
} */

.block.block04 .blockBox .themeText .con {
  padding-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .block .blockBox04 img {
    width: 100%;
  }
  .block04 .blockLeft .LeftText .sub {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .block04 .figureBox.figureBox02 {
    width: 100%;
  }
  .block04 .figureBox.figureBox02 .capText, .block04 .figureBox.figureBox03 .capText {
    text-align: left;
    padding-left: 10px;
  }
  .block.block04 .blockLeft.blockLeft01 .LeftText {
    padding: 30px 25px 25px;
  }
  .blockBox04 .Ex {
    margin: 30px auto;
  }
}


/* block05
------------------------------------------------------------ */

.block .blockBox05 {
  position: relative;
}

.block05 .IconLead span {
  font-weight: 800;
  line-height: 1.23;
}

.block05 .IconLead span:first-of-type {
  line-height: 1.8;
  padding-bottom: 5px;
  display: inline-block;
}

.blockBox05 .lead.lead01 {
  margin: 20px 0 30px;
}

.blockBox05 .spacePhoto {
  margin-bottom: 40px;
}

.block05 .fiveBox {
  text-align: left;
  margin-top: 30px;
}

.block05 .subTitle {
  font-size: 16px;
  line-height: 2.1;
  font-weight: 800;
  display: inline-block;
  padding-bottom: 10px;
}

.block05 .five {
  font-size: 14px;
  line-height: 1.78;
}

.block05 .five span {
  width: 9em;
  font-weight: 800;
  display: inline-block;
}

.block05 .blockBox .ImgBox.ImgBox05 .ImgRow {
  width: 980px;
}

.block05 .blockBox .ImgBox.ImgBox05 .ImgRow .RowInner img {
  width: 100%;
}

.block05 .blockBox .ImgBox.ImgBox05 .ImgRow.ImgRow01 .RowInner:first-of-type {
  width: calc(50% - 5px);
}

.block05 .blockBox .ImgBox.ImgBox05 .ImgRow.ImgRow01 .RowInner:last-of-type {
  width: calc(50% - 5px);
}

.block05 .blockBox .ImgBox.ImgBox05 .ImgRow.ImgRow02 .RowInner {
  width: calc((100% / 3) - 5px);
}

.block05 .blockBox .ImgBox.ImgBox05 .ImgRow.ImgRow02 .RowInner .capText, .block05 .blockBox .ImgBox.ImgBox05 .ImgRow.ImgRow03 .RowInner .capText {
  text-align: left;
  display: block;
}

.block05 #page-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  bottom: -1000px;
  transition: .2s;
  width: 980px;
  right: -120px;
  left: 0;
  margin: 0 auto;
  text-align: right;
}

.block05 #page-top:hover {
  opacity: .8;
}

.Topactive {
  bottom: 40px!important;
  transition: .1s;
}

.block05 .blockBox .themeText.themeTextOriginal {
  position: relative;
}

.block05 .blockBox .themeText.themeTextOriginal span {
  position: absolute;
  top: 45px;
  left: 120px;
}

@media screen and (max-width: 768px) {
  .block05 .blockBox .ImgBox.ImgBox05 .ImgRow, .blockBox05 .spacePhoto, .block .blockBox05 img {
    width: 100%;
  }
  .blockBox05 .lead.lead01 {
    margin: 20px 30px 30px;
  }
  .block05 .blockBox .themeText.themeTextOriginal span {
    position: static;
  }
  .block05 .fiveBox {
    margin: 30px 20px 0;
  }
  .block05 .five span {
    display: block;
  }
  .block05 .blockBox .ImgBox.ImgBox05 .ImgRow {
    flex-direction: row;
  }
  .block05 .blockBox .ImgBox.ImgBox05 .ImgRow {
    margin-top: 10px;
  }
  .block05 #page-top {
    right: 0;
  }
  .block05 #page-top img {
    width: 50px;
  }
  .block05 .blockBox .ImgBox.ImgBox05 .ImgRow.ImgRow03 .RowInner .capText {
    padding-left: 10px;
  }
  .Topactive {
    bottom: 20px!important;
  }
  .block05 #page-top {
    width: 50px;
  }
  .block05 #page-top {
    margin-left: auto;
    margin-right: 20px;
  }
}


/* footer
------------------------------------------------------------ */

#index .about h3 {
  font-size: 18px;
  font-weight: bold;
}

#index .footerBox {
  padding-top: 10px;

}

#index .footerBox h3 {
  color: #666;
    font-size: 22px;
    margin-bottom: 13.5px;
    font-weight: 900;
    line-height: 1.454;
}

#index .footerBox ul {
  font-size: 0;
}

#index .footerBox ul li {
  display: inline-block;
  margin-right: 22px;
  background: url(../../images/2018/arrow03.png) no-repeat 0 center;
  padding-left: 10px;
  transition: .5s;
}

#index .footerBox ul li:hover {
  opacity: .6;
}

#index .footerBox ul li a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.42;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}

#index .footerBox ul li:ntc-child(10) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
  #index .footerBox ul li {
    width: calc((100% / 3) - 15px);
    margin-bottom: 5px;
    margin-right: 15px!important;
  }
  #index .footerBox {
    padding: 10px 20px;
  }
}


/* jQuery
------------------------------------------------------------ */


/* #index .lity-container {
    max-width: 50%;
} */

#index .lity-close, #index .lity-close:hover, #index .lity-close:focus, #index .lity-close:active, #index .lity-close:visited {
  top: 96%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  width: 4em;
  height: 30px;
}

#index .lity-content img[src*="garden04_big.jpg"], #index .lity-content img[src*="Iot01_big.jpg"], #index .lity-content img[src*="Iot03_big.jpg"], #index .lity-content img[src*="garden04_01_big.jpg"], #index .lity-content img[src*="garden04_02_big.jpg"], #index .lity-content img[src*="wind03_big.jpg"] {
  margin: 0 auto;
}

#index .lity-content img[src*="garden04_big.jpg"], #index .lity-content img[src*="garden04_02_big.jpg"], #index .lity-content img[src*="garden04_01_big.jpg"] {
  max-width: 90%;
}

#index .lity-content img[src*="Iot01_big.jpg"], #index .lity-content img[src*="Iot03_big.jpg"] {
  max-width: 88%;
}

.lity.lity-opened {
  z-index: 100;
}

.scrollactive {
  background: #EFEFEF!important;
}

@media screen and (max-width: 768px) {
  #index .lity-container, #index .lity-content img[src*="Iot01_big.jpg"], #index .lity-content img[src*="Iot03_big.jpg"], #index .lity-content img[src*="garden04_02_big.jpg"] {
    max-width: 100%;
  }
  #index .lity-content img[src*="garden04_02_big.jpg"], #index .lity-content img[src*="garden04_01_big.jpg"] {
    max-width: 93%;
  }
  #index .lity-close, #index .lity-close:hover, #index .lity-close:focus, #index .lity-close:active, #index .lity-close:visited {
    width: 4em;
    height: 30px;
  }
}
