@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: 120px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.fz36{
  display: inline-block;
  letter-spacing: 0;
}

.red01 {
  color: #d2101a;
  display: inline-block;
}

.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: 1080px) {
  header .corner {
    display: none;
  }
}
header .corner.corner01 {
  left: 0;
  top: 180px;
}
header .corner.corner02 {
  right: 0;
  top: 180px;
}

header .h-inner {
  width: 980px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  header .h-inner {
    margin: 0px auto;
    width: 100%;
  }
}

.headerTitle span{
  display: inline-block;
}

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-right: auto;
  margin-left: auto;
}

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;
}

header .row .awardBoxBg2 {
  padding-top: 13px;
}

header .row .awardBox img {
  width: 100%;
}

header .row .awardBox .awardBoxBlock {
  margin-right: 13px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 769px) {
  header .row .awardBox .awardBoxBlock {
    width: calc((100% - 26px)/3);
  }
  header .row .awardBox .awardBoxBlock .util-flex .awardText{
    height: auto!important;
    flex-grow: 2;
  }
  header .row .awardBox .awardBoxBlock .util-flex .awardText .inner{
    padding: 58px 0px 0px;
  }
}
.desc.hp_fz{
  font-size: 12px;
}
.title.hp_fz{
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  header .row .awardBox .awardBoxBlock {
    height: auto;
  }
  header .row .awardBox .awardBoxBlock .util-flex .awardText{
    width: 100%!important;
    height: auto!important;
  }
  header .row .awardBox .awardBoxBlock .util-flex .awardText .inner{
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .title.hp_fz{
    font-size: 15px;
  }
}

.awardBoxBlock .util-flex{
  display: flex!important;
}

.awardBoxBlock .util-flex .top-navImg{
  width: 186px;
  max-width: initial!important;
  max-height: initial!important;
}

@media screen and (max-width: 768px) {
  .awardBoxBlock .util-flex .top-navImg{
    width: 58%;
  }
}

@media screen and (max-width: 768px) {
  header .row .awardBox .awardBoxBlock {
    margin-bottom: 15px;
  }
}

header .row .awardBox .awardBoxBlock:last-of-type {
  margin-right: 0;
}

header .row .awardBox .awardBoxBlock .awardText {
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
}

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;
}

header .row .awardBoxWrap.fixed .awardBox .awardBoxBlock .awardText .inner {
  padding: 0;
}

header .row .awardBox .awardBoxBlock .awardText span {
  font-size: 18px;
  line-height: 1.222;
}

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: 42px;
  font-weight: bold;
  font-family: "Noto Sans JP400";
  line-height: 1.1;
  text-align: center;
  padding: 70px 0;
  position: relative;
  width: 980px;
}


@media screen and (min-width: 769px) and (max-width: 1140px){
  .corner.corner01{
    display: none!important;
  }
  .corner.corner02{
    display: none!important;
  }
}


@media screen and (max-width: 768px) {
  header .headerTitle:before {
    content:"";
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../../images/2025/top/top_headLeft.png");
    background-position-x: -155px;
    left: 0;
    width: 28px;
    top: 36px;
    height: 134px;
  }

  header .headerTitle:after {
    content:"";
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../../images/2025/top/top_headRight.png");
    right: 0;
    width: 28px;
    top: 36px;
    height: 134px;
  }

  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;
}


@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: 24px;
    padding: 40px 0 15px;
    margin-top: 10px;
    font-weight: bold;
    /* max-width: 320px; */
    margin: 0 auto 20px;
  }
  header .headerTitle span {
    font-size: 28px !important;
  }

  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-right: auto;
    margin-left: auto;
  }
  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;
  }
  .goodIcon.goodIcon3 {
    padding-top: 30px;
  }
}

/* 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: 0.1s;
}

.blockBox .saleBox02.saleBoxOriginal {
  margin-left: 10px;
}

.blockBox .saleBox02:hover {
  opacity: 0.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 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 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 .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: 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;
}

@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: 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 {
    white-space: nowrap;
    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 */


.desc{
  font-size: 14px;
  line-height: 1.4285;
  font-weight: 900;
}

.title{
  padding-top: 6px;
  font-weight: 900;
} 

.lead.leadbottom span{
  font-weight: bold;
}

.lead.leadtop{
  font-weight: bold;
} 

@media screen and (min-width: 769px) {
  .top-navImg{
    max-width: 316px;
    max-height: 174px;
  }
}


@media screen and (max-width: 768px) {
  header{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-navImg{
    width: 100%;
  }
  .goodIcon2021{
    width: 260px!important;
    height: 55px!important;
  }
}

.arrow-wrap {
  position: relative;
  background-color: #efefef;
  width: 100%;
  height: 30px;
}

.arrow-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #d2101b;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.copyright{
  font-size: 12px!important;
  font-weight: 300;
  padding-top: 32px;
  padding-bottom: 32px;
}
#contents{
  padding-bottom: 0!important;
}


.util-link-wrap{
  text-align: center;
  margin: 24px auto 98px;
}
.util-link-foot {
  display: flex;
  justify-content: center;
  column-gap: 32px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .util-link-wrap{
    margin: 24px auto 34px;
  }
  .util-link-foot {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    margin-top: 24px;
  }
}

.util-link{
  color: #000;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  transition: border-bottom .3s;
}
.util-link-dec{
  margin-left: 7px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .util-link:hover{
    border-bottom: 1px solid rgba(0,0,0,0);
  }
}
