@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;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.red01 {
  color: #d2101a;
  display: inline;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
  .fz36,
  .spElement.fz36,
  header .headerTitle span.fz36 {
    font-size: 36px !important;
  }
  hr {
    margin: 0;
  }
}

.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;
  }
  .top-img {
    width: 100%;
  }
}
header .corner.corner01 {
  left: 0;
  top: 110px;
}
header .corner.corner02 {
  right: 0;
  top: 350px;
}

header .h-inner {
  width: 980px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  header .h-inner {
    width: 100%;
    margin: 5px auto 0;
  }
}

header .logoBox {
  display: flex;
  justify-content: space-between;
}

header .logoBox #logo .logoPolus {
  transition: 0.1s;
}

header .logoBox #logo .logoPolus:hover {
  opacity: 0.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 40px;
}

header .row .lead.leadtop.left-txt {
  text-align: left;
}

header .row .goodBox {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  margin-bottom: 100px;
  width: 980px;
}

header .row .goodIcon {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

header .row .goodIcon.goodIcon02 {
  width: auto;
  margin-bottom: 19px;
}

header .row .lead.leadbottom {
  width: 80%;
  font-size: 14px;
  padding: 0 30px;
  border-left: 1px solid #ccc;
  margin: 30px 0;
}

header .row .lead.leadbottom span {
  display: block;
  font-weight: bold;
}

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;
}

header .row .awardBox .awardBoxBlock:last-of-type {
  margin-right: 0;
}

header .row .awardBox .awardBoxBlock .awardText {
  font-size: 14px;
  height: 138px;
  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 .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/2019/corner01.png);
    top: 0;
    left: 0;
  }

  header .headerTitle:after {
    background-image: url(../../images/2019/corner02.png);
    bottom: 0;
    left: initial;
    right: 0;
    background-size: 170px;
    width: 170px;
  }

  header .headerTitle:before {
    background-image: url(../../images/2019/corner01.png);
    display: block;
    content: "";
  }
}

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 40px;
    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: 170px;
    height: 31px;
  }
  header .headerTitle:before {
    top: 10px;
    right: 20px;
  }
  header .headerTitle:after {
    width: 170px;
    right: 0;
  }
  header .headerTitle .fz32 {
    font-size: 16px !important;
  }
  header .logoBox .goodIcon img {
    width: 100px;
    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;
  }
  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 0;
  }
  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%;
  }
}

/* common */

.f_root#index #contents #main {
  width: auto;
}

.block {
  padding: 90px 0;
  width: 980px;
  margin: 0 auto;
}

.block .topPhotoAward,
.block .topPhotoHouse {
  position: absolute;
}

.block .topPhotoHouse {
  right: 0;
}

.block .blockBox {
  width: 980px;
}

.block .blockBox .bottom {
  margin: 15px 0 7px;
  font-size: 18px;
  font-weight: 900;
  display: block;
}

.block .blockBox .bottom.bottom2019 {
  margin: 15px 0 0;
}
span.bottom-txt2 {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .block .blockBox .bottom.bottom2019 {
    font-size: 15px;
    margin: 0;
  }
}

.block .blockBox .themeText-block {
  padding: 40px 0 42px;
}

@media screen and (max-width: 768px) {
  .block .blockBox .themeText-block {
    padding: 31px 0 38px;
  }
}

.block .blockBox .themeText {
  font-size: 26px;
  position: relative;
  line-height: 1.423;
  font-weight: 900;
}

.block .blockBox .themeText.sub {
  font-size: 18px;
  line-height: 1.444;
}

.block .blockBox .themeText + .themeText {
  margin-top: 24px;
}

/*.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: 40px 0 61px;
}

.block .blockLeft img.blockRightImg {
  /* width: 100%; */
  width: auto;
}

.block .blockLeft .LeftText {
  width: 308px;
  font-size: 14px;
  line-height: 1.428;
  text-align: left;
  margin-right: 32px;
}

.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;
  column-gap: 51px;
  width: 100%;
  align-items: center;
  padding: 30px 31px 30px 51px;
  border: 1px solid #ccc;
  background: #efefef;
}

.blockBox .Ex .Ex01 {
  font-size: 22px;
  line-height: 1.454;
  font-weight: 900;
  color: #000;
}

.blockBox .Ex .Ex02 {
  flex: 1;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

.blockBox .saleBox01 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #d2101b;
  position: relative;
}

.blockBox .saleBox02 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #2270c9;
  padding: 16px 64px 16px 40px;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  transition: 0.1s;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 30px;
}

.blockBox .saleBox03 {
  display: block;
  position: relative;
  margin-top: 24px;
  width: fit-content;
  margin-inline: auto;
  padding-right: 18px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.blockBox .saleBox02:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 23px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #2270c9;
  border-right: 3px solid #2270c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blockBox .saleBox03:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;

}

.blockBox .saleBox02.saleBoxOriginal {
  margin-left: 10px;
}

.blockBox .saleBox02:hover {
  opacity: 0.6;
}

.blockBox .saleBox03:hover {
  opacity: 1;
  text-decoration: none;
}

.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 .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: 16px;
  line-height: 1.423;
}

.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;
  font-weight: bold;
  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 */

.pageTitleTop{
  font-size: 28px;
  line-height: 1.428;
  font-weight: 900;
  color: #D1101A;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .pageTitleTop{
    font-size: 20px;
  }
}

.block .pageTitle02 {
  line-height: 1.441;
  font-weight: 900;
}

.block .pageTitle02.text01 {
  padding-top: 15px;
  line-height: 1.423;
  font-size: 26px;
}

.block .pageTitle02.text01.hp {
  padding-top: 15px;
  line-height: 1.423;
  font-size: 26px;
}

.block .pageTitle02.text02 {
  line-height: 1.5;
  font-size: 34px;
}

.block .pageTitle02.text02:first-child {
  margin-top: 0;
  padding-top: 15px;
}

.hp_rb_title{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
}


@media screen and (max-width: 768px) {
  .hp_rb_title{
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .block .pageTitle02.text02 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .block .pageTitle02.text02 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .block .pageTitle02.text02.hp_pg {
    padding-bottom: 0px;
  }
}

.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 0.3s;
  transition: all 0.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 38px;
  }
  .block .blockLeft .LeftText {
    padding: 30px 30px 25px;
    font-size: 14px;
    line-height: 1.57;
  }
  .block {
    padding: 46px 0;
  }
  .blockBox .lead {
    margin: 0 10px;
  }
  .block .blockBox .ImgRow:last-of-type {
    flex-direction: column;
  }
  .block .topPhotoBox {
    display: none;
  }
  .block .pageTitle02 {
    font-weight: 500;
  }
  .block .pageTitle02.text01 {
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.88;
  }
  .block .pageTitle02.text01.hp {
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.88;
    padding-top: 13px;
  }
  .block .pageTitle02.text02 {
    font-size: 22px !important;
    font-weight: 900 !important;
    margin: 0 10px;
    line-height: 1.5;
  }
  .block .pageTitle02.text02:first-child {
    padding-top: 13px;
  }
  .block .pageTitle02.text03 {
    font-size: 10px;
  }
  .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: 16px;
    margin: 10px 0 6px;
  }
  .block .blockBox .themeText {
    font-size: 18px;
    line-height: 1.47;
    font-weight: 900;
  }
  .block .blockBox .themeText.sub {
    font-size: 14px;
  }
  .block .circleText {
    font-size: 16px;
    font-weight: 500;
  }
  .blockBox .Ex {
    flex-direction: column;
    padding: 25px 20px 32px;
    width: 94%;
    margin: 0 auto 30px;
  }
  .block03 .blockBox .Ex {
    margin: 30px auto 30px;
  }
  .blockBox .Ex .Ex01 {
    padding-bottom: 10px;
    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: 10px 40px 10px 20px;
    line-height: 1.562;
  }
  .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: 280px;
    display: block;
    margin: 0 auto;
  }
  .blockBox .saleBox03 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.285;
  }
  .blockBox .saleBox03::before {
    width: 6px;
    height: 6px;
    right: 6px;
  }
  .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-top: 17px;
}

@media screen and (max-width: 768px) {
  .block01 .underTextBox {
    margin: 30px 20px 20px;
  }
  .block04 .underTextBox {
    margin: 0 20px 10px;
  }
  .block02 .underTextBox {
    margin: 0 20px 10px;
  }
}

.underTextBox .box {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.428;
  margin-bottom: 40px;
}

.underTextBox .box span {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 4px;
}

.block01 .blockLeft.blockLeft01 {
  align-items: flex-start;
}
.block01 .blockLeft.ppl-3 {
  width: 100%;
  margin-top: 19px;
}
span.picture-btxt.txt {
  color: #000;
}
.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;
  }
  .block01 .blockLeft.ppl-3 {
    width: 50%;
    margin-top: 19px;
  }
  .block01 .blockLeft.blockLeft01 span.picture-btxt {
    color: #000;
    font-size: 12px;
  }
}

@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: 34px 20px 26px 20px;
  }
  .block01 .blockLeft img.blockRightImg.SideSpace66 img {
    width: auto;
  }
}

/* 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 .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;
}
.block .blockBox .com-box01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .block .blockBox .com-box {
    padding: 0 20px;
  }
  .block .blockBox .com-box.com-box01 {
    padding: 0 20px 20px;
    margin-top: 34px;
  }
}

.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) - 4px);
  }
}

.block .blockBox .com-box .com-box-in:first-of-type {
  padding-bottom: 20px;
}
@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: 4px;
    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: 0.2s;
  width: 980px;
  right: -120px;
  left: 0;
  margin: 0 auto;
  text-align: right;
}

.block05 #page-top:hover {
  opacity: 0.8;
}

.Topactive {
  bottom: 40px !important;
  transition: 0.1s;
}

.block05 .blockBox .themeText.themeTextOriginal {
  position: relative;
}

.block05 .blockBox .themeText.themeTextOriginal span {
  position: absolute;
  top: 45px;
  left: 120px;
}

li.current {
  background: #efefef;
}

p.current-link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 316px;
  height: 100px;
  text-align: start;
}
ul.list-award {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
ul.list-award li {
  /*height: 100px;*/
  width: 316px;
  margin-bottom: 13px;
}
@media screen and (min-width: 769px) {
  ul.list-award li:not(:nth-child(3n)) {
    margin-right: 13px;
  }
}

ul.list-award li a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}
ul.list-award li a p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 316px;
  height: 100px;
  text-align: start;
}
ul.list-award li a p strong span {
  /*font-size: 1.2rem;
    line-height: 1.2;*/
}
.img-link {
  width: 100px;
  height: auto;
}
.top-txt {
  font-size: 12px;
  line-height: 1.4166;
  color: #000;
  font-weight: 400;
}
.bottom-txt {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 1.285714;
  margin-top: 4px;
}
.space-width {
  width: 182px;
  margin-left: 16px;
}
.space-width.hp_mt {
  margin-top: 16px;
}
.hp_banner{
  position: absolute;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  background-color: #D2101B;
  font-weight: bold;
  padding-bottom: 2px;
  width: 198px;
  top: 0;
  right: 18px;
  color: #fff;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
span.subm-txt {
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  span.subm-txt {
    font-size: 12px;
  }
  .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;
  }
  ul.list-award {
    padding-top: 40px;
    flex-direction: column;
  }

  ul.list-award li {
    margin: 0 auto 20px;
  }
}

/* footer
------------------------------------------------------------ */

#index .about h3 {
  font-size: 18px;
  font-weight: bold;
}

#index .footerBox {
  padding-top: 10px !important;
}

#index .footerBox h3 {
  color: #666;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 13.5px;
  line-height: 1.42;
}

#index .footerBox ul {
  font-size: 0;
}

#index .footerBox ul li {
  display: inline-block;
  margin-right: 20px;
  background: url(../../../images/2018/arrow03.png) no-repeat 0 center;
  padding-left: 10px;
  margin-right: 22px;
  transition: 0.5s;
}

#index .footerBox ul li:hover {
  opacity: 0.6;
}

#index .footerBox ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.42;
  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-right: 15px;
    margin-bottom: 5px;
  }
  #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;
  }
}

/* 2021 */

.lower-arrow-wrap {
  width: 18px;
  height: 100%;
  position: relative;
  background-color: #efefef;
  display: inline-block;
}

.lower-arrow-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #d2101b;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.top-img {
  max-width: 980px;
  max-height: 630px;
}

.feature-img {
  max-width: 486px;
  max-height: 325px;
  aspect-ratio: 486/325;
}

.current-item {
  pointer-events: none;
  background-color: #efefef;
}

.lower-top-txt {
  text-align: right;
  font-size: 12px;
  line-height: 1.416;
  font-weight: 400;
  margin-bottom: 5px;
}

.pic-box-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4166;
  font-weight: 500;
}

.concept-txt {
  font-size: 14px;
  padding-right: 20px;
  font-weight: 900;
}

.themetext-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerBox2021 {
  padding-top: 16px;
}

.copyright {
  color: #888;
  font-size: 12px !important;
  font-weight: 300;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .pcElement {
    display: none;
  }
  .pic-box-note {
    font-size: 10px !important;
    padding: 0 20px;
    margin-top: 4px;
    text-align: left;
  }
  .underTextBox .box {
    margin-bottom: 22px;
  }
  .concept-txt {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-weight: 900 !important;
  }
  .themeText {
    margin-right: 16px;
    margin-left: 16px;
  }
  .themetext-wrap {
    flex-direction: column;
  }
  .lower-top-txt {
    text-align: center;
  }
  /* .blockBox .gd13-link.saleBox02:before{
    content: "";
    position: absolute;
    right: 20px!important;
    top: 30px!important;
    width: 13px;
    height: 13px;
    border-top: 3px solid #2270C9;
    border-right: 3px solid #2270C9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  } */
  .blockBox .saleBox02:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #2270c9;
    border-right: 3px solid #2270c9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 769px) {
  .spElement {
    display: none !important;
  }
  .mt6 {
    margin-top: 6px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb35 {
    margin-bottom: 35px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    padding-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb62 {
    margin-bottom: 62px !important;
  }

  .mb48 {
    margin-bottom: 48px !important;
  }

  .mb88 {
    margin-bottom: 78px !important;
  }

  .ft-txt {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.4166;
    font-weight: 500;
  }
}

.decimal li{
 text-indent: -2em;
 padding-left: 2em;
 font-size: 100%;
}

.decimal3 li{
  text-indent:-3em;
  padding-left: 3em;
  font-size: 100%;
}

.decimal5 li{
  text-indent:-6em;
  padding-left: 6em;
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  .grid-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .grid-item{
    width: 485px;
  }
  
  .grid-item:nth-child(4){
    width: 485.5px;
  }
  
  .grid-item-img{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .grid-wrap{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  
  .grid-item{
    width: 100%;
    height: auto;
  }
  
  .grid-item-img{
    width: 100%;
  }
}