.cmn-header {
  position: absolute;
}

.icj-main {
  
}
#mainVisual {
  padding-top: 0;
}
#mv_block {
  padding-top: 50px;
  align-items: center;
}
.mainVisual_txtArea {
  width: calc(60% - 20px);
}
.mv_ttl img {
  max-width: 100%;
}
.focus-title {
  padding-top: 48px;
}
.focus-title img {
  max-width: 340px;
  width: 100%;
}
#mvArea {
  padding-top: 27px;
}
.mv_img {
  width: 38%;
}
.mv_img picture img {
  width: 100%;
}
.mv_img a {
  display: block;
  width: 98%;
  margin: auto;
}
.mv_img a img {
  width: 100%;
}

@media screen and (max-width: 600px){
  .mainVisual_txtArea {
    display: contents;
  }
  .mv_ttl{
    margin-top: 15px;
    height: 80px;
    order: 1;
  }
  .mv_ttl img {
    width: 100%;
  }
  .mv_img {
    width: 100%;
    margin: 37px 0 0;
    order: 2;
  }
  .mv_img a {
    max-width: 300px;
  }
  .focus-title {
    margin-right: auto;
    padding-top: 28px;
    order: 3;
  }
  .focus-title img {
    max-width: none;
    width: auto;
    height: 18px;
  }
  #mvArea {
    padding-top: 16px;
    order: 4;
  }
  #mv_block .leadTxt {
    font-size: 15px;
    padding-top: 0px;
    line-height: 1.8;
  }
}

.cv-button {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.cv-button.show {
  opacity: 1;
  pointer-events: auto;
}

.cv-button a {
  position: relative;
  background: #485A72;
}

.cv-button a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 60px;
  background: #fff;
}

.cv-button a:first-child::after {
  content: "";
  background: url(../../../assets/img/balloon.png) no-repeat center center/cover;
  width: 90px;
  height: 58px;
  position: absolute;
  top: -44px;
  left: -39px;
}

@media screen and (max-width: 768px){
  .cv-button a:first-child::after {
    content: "";
    background: url(../../../assets/img/balloon_sp.png) no-repeat center center/cover;
    width: 125px;
    height: 36px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.icj-pagetop {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.icj-pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
.images_rows_pc li {
  width: calc(50% - 10px);
}
.pContents_contents{
  width: 100%;
}
#icj-mainArea .ttl_strong{
  font-weight: bold;
}
#icj-mainArea .ttl_strong span{
  font-weight: normal;
}
.about_catalog{
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}
.pContents_contents.pc-only.d-flex{
  display: flex;
}
#pContents .cBlock{
  display: block;
}
.cBlock h2{
  font-size: 25px;
  padding-bottom: 15px;
}

@media screen and (max-width:768px) {
  #icj-mainArea .pContents_contents li{
    margin-left: 0;
    text-indent: 0;
  }
  .pc-only{
    display: none;
}
.pContents_contents.pc-only.d-flex{
    display: none;
}
.cBlock h2{
    font-size: 16px;
}
}


.cExplain-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .cExplain {
    position: relative;
  }

  .cExplain-inner {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
  }

  .cExplain-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
  }

  .cExplain.open .cExplain-inner {
    max-height: none;
  }

  .cExplain.open .cExplain-inner::after {
    display: none;
  }

  .cExplain.open .cExplain-toggle {
    display: none;
  }

  .cExplain-toggle {
    position: relative;
    display: block;
    width: 140px;
    margin: 10px auto 30px;
    background: none;
    border: 1px solid #333;
    border-radius: 30px;
    padding: 10px 14px 10px 0;
    color: #333;
    font-size: 15px;
    cursor: pointer;
  }
  .cExplain-toggle::after {
    content: "";
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(45deg);
  }
}
