/* adjust
======================================= */
#contents {
  min-width: 1240px;
}
#contents .headSection .innerBlock {
  width: 1240px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #contents {
    min-width: unset;
    padding: 0;
  }
  #contents .headSection {
    padding-bottom: 12px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents .headSection .ttl {
    height: auto;
    overflow: visible;
  }
  #contents .headSection .ttl h1 {
    padding: 6px 0 0 0;
    background: none;
  }
}

/* section
======================================= */
.section {
  padding: 80px 0;
  background: #fff;
}
.section--bg {
  background: #d6e1f3;
}
.section--bg2 {
  background: #eaf0f9;
}
.section__inner {
  width: 1240px;
  margin: 0 auto;
}
.section__title {
  margin-bottom: 40px;
  text-align: center;
}
.section__title__tagline {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #e94d1f;
}
.section__title__tagline small {
  font-size: 30px;
}
.section__title__tagline span {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.section__title__tagline span::before, .section__title__tagline span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 31px;
  height: 38px;
}
.section__title__tagline span::before {
  left: 0;
  background: url("/products/colorio/line/images/index_202310/deco_ttl_l-o.svg") no-repeat;
}
.section__title__tagline span::after {
  right: 0;
  background: url("/products/colorio/line/images/index_202310/deco_ttl_r-o.svg") no-repeat;
}
.section__title__main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.section__title__main span {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: solid 4px #2d68c1;
}
.section__title__main span::after {
  width: 26px;
  height: 29px;
  content: "";
  display: block;
  background: url("/products/colorio/line/images/index_202310/deco_ttl_btm-pc.png") no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
}
.section__title__main em {
  color: #e94d1f;
  font-style: normal;
}
.section__subtitle {
  margin-bottom: .75em;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
.section__lead {
  margin-bottom: 75px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.section__flow01 {
  display: flex;
  gap: 20px;
  margin: 0 0 85px 0;
  list-style: none;
}
.section__flow01__item {
  position: relative;
  flex: 1 0 0%;
  padding: 40px 0 45px;
  background: #fff;
}
.section__flow01__item > i {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.section__flow01__item > h3 {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.section__flow01__item > figure {
  margin: 0;
  text-align: center;
}
.section__flow01__item > figure img {
  max-width: 300px;
}
.section__flow01__item + .section__flow01__item::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 63px;
  height: 42px;
  background: url("/products/colorio/line/images/index_202310/icn_next01.svg") no-repeat;
  background-size: 63px 42px;
}
.section__kantan {
  display: flex;
  gap: 68px;
  margin-left: 12px;
  margin-top: 80px;
}
.section__kantan__panel {
  position: relative;
  flex: 1 0 0%;
  background: #fff;
}
.section__kantan__panel > h3 {
  position: absolute;
  left: -14px;
  top: -20px;
}
.section__kantan__panel > figure {
  margin: 0;
}
.section__kantan__panel > figure figcaption {
  display: block;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: bold;
}
.section__format {
  margin-top: 80px;
}
.section__format__title {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section__format__title span {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.section__format__title span::before, .section__format__title span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 31px;
  height: 38px;
}
.section__format__title span::before {
  left: 0;
  background: url("/products/colorio/line/images/index_202310/deco_ttl_l-b.svg") no-repeat;
}
.section__format__title span::after {
  right: 0;
  background: url("/products/colorio/line/images/index_202310/deco_ttl_r-b.svg") no-repeat;
}
.section__format__body {
  display: table;
  margin: 0 auto 8px;
  padding: 20px 50px;
  background: #fff;
  border: solid 1px #2d68c1;
}
.section__format__body dt, .section__format__body dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}
.section__format__body dt sup, .section__format__body dd sup {
  display: inline-block;
  font-size: 72.5%;
  vertical-align: text-top;
}
.section__format__body dt {
  padding-right: 1.25em;
  border-right: solid 1px #333;
}
.section__format__body dd {
  padding-left: 1.25em;
}
.section__format__note {
  display: table;
  margin: 0 auto;
}
.section__format__note > li {
  display: table-row;
  font-size: 14px;
}
.section__format__note > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__format__note > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__flow02 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 90px 0 70px;
  list-style: none;
}
.section__flow02__item {
  position: relative;
  box-sizing: border-box;
  padding: 40px 0 30px;
  border: solid 3px #d6e1f3;
  background: #fff;
}
.section__flow02__item--01 {
  flex: 0 0 500px;
}
.section__flow02__item--02 {
  flex: 0 0 350px;
}
.section__flow02__item > i {
  position: absolute;
  left: -3px;
  top: -48px;
}
.section__flow02__item > h3 {
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}
.section__flow02__item > h3 small {
  font-size: 20px;
}
.section__flow02__item > div.u-forpc p {
  display: table;
  margin: 15px auto 10px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
.section__flow02__item > div.u-forpc p span {
  display: block;
  text-align: center;
}
.section__flow02__item > div.u-forpc div {
  text-align: center;
}
.section__flow02__item > div:not([class]) {
  margin-top: 45px;
  text-align: center;
}
.section__flow02__item + .section__flow02__item::after {
  position: absolute;
  left: 0;
  top: 65%;
  transform: translate(-70%, -50%);
  content: "";
  display: block;
  width: 63px;
  height: 42px;
  background: url("/products/colorio/line/images/index_202310/icn_next02.svg") no-repeat;
  background-size: 63px 42px;
}
.section__btns {
  display: flex;
  gap: 40px;
  width: 960px;
  margin: 0 auto;
}
.section__btns > li {
  flex: 1 0 0%;
}
.section__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #2d68c1 url("/products/colorio/line/images/index_202310/icn_arw.svg") no-repeat right 15px center;
  background-size: 20px 20px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 2.351px 3.236px 4px 0px rgba(0, 0, 0, 0.3);
}
.section__btn > span img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.section__flow03 {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: -30px;
  list-style: none;
}
.section__flow03__item {
  position: relative;
}
.section__flow03__item > h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.section__flow03__item > h3 i {
  flex: 0 0 72px;
}
.section__flow03__item > h3 span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}
.section__flow03__item > figure {
  margin: 0;
  text-align: center;
}
.section__flow03__item > figure img {
  box-shadow: 0 0 15px 0 rgba(27, 13, 86, 0.15);
}
.section__flow03__item + .section__flow03__item::after {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(-80%, -50%);
  content: "";
  display: block;
  width: 63px;
  height: 42px;
  background: url("/products/colorio/line/images/index_202310/icn_next02.svg") no-repeat;
  background-size: 63px 42px;
}
.section__cm {
  margin-bottom: 90px;
}
.section__cm__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.33;
  text-align: center;
}
.section__cm__frame {
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.section__cm__frame iframe {
  width: 100%;
  height: 100%;
}
.section__panels {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.section__panel {
  position: relative;
  box-sizing: border-box;
  width: 460px;
  border: solid 1px #e2e2e2;
}
.section__panel--home {
  background: url(/products/colorio/line/images/index_202310/home_bg_main.jpg) no-repeat center top;
  background-size: cover;
}
.section__panel--office {
  background: url(/products/colorio/line/images/index_202310/office_bg_main.jpg) no-repeat center top;
  background-size: cover;
}
.section__panel__title {
  padding: 15px 15px 14px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
.section__panel__link a {
  transition: all .3s ease;
  display: block;
  padding-top: calc(400 / 458 * 100%);
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e2e2e2;
  text-decoration: none;
}
.section__panel__link a span {
  transition: opacity .3s ease;
}
.section__panel__link a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.section__panel__link a:hover span {
  opacity: .75;
}
.section__panel__btns a {
  display: block;
  padding: 15px 29px 29px;
  text-decoration: none;
}
.section__panel__btn {
  position: relative;
  transition: opacity .3s ease;
  display: block;
  border: solid 2px #333;
  padding: 14px 14px 13px;
  text-align: center;
  line-height: 1;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.section__panel__btn:hover {
  opacity: .75;
}
.section__panel__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 9.33333vw 0;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    margin-bottom: 6.66667vw;
  }
  .section__title__tagline {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
  .section__title__tagline small {
    font-size: 4vw;
  }
  .section__title__tagline span {
    padding: 0 5.6vw;
  }
  .section__title__tagline span::before, .section__title__tagline span::after {
    width: 4.13333vw;
    height: 5.06667vw;
    background-size: cover;
  }
  .section__title__main {
    font-size: 5.33333vw;
  }
  .section__title__main span {
    display: block;
    padding-bottom: 2vw;
    border-bottom-width: 0.66667vw;
  }
  .section__title__main span::after {
    width: 3.46667vw;
    height: 3.86667vw;
    background-size: cover;
    bottom: -3.86667vw;
  }
  .section__subtitle {
    font-size: 5.33333vw;
  }
  .section__lead {
    margin-bottom: 10.66667vw;
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__flow01 {
    flex-direction: column;
    gap: 9.33333vw;
    margin-bottom: 14.66667vw;
    padding: 0 7.2vw;
  }
  .section__flow01__item {
    padding: 6.66667vw 0 7.33333vw;
  }
  .section__flow01__item > i {
    left: -1.33333vw;
    top: -7.2vw;
    transform: none;
  }
  .section__flow01__item > i img {
    width: 11.73333vw;
    height: auto;
  }
  .section__flow01__item > h3 {
    margin-bottom: 6.66667vw;
    font-size: 4.8vw;
  }
  .section__flow01__item > figure img {
    max-width: 45.33333vw;
  }
  .section__flow01__item + .section__flow01__item::after {
    width: 15.06667vw;
    height: 10vw;
    background-size: 15.06667vw 10vw;
    left: 50%;
    top: -9.86667vw;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .section__kantan {
    flex-direction: column;
    gap: 7.46667vw;
    margin-left: 1.86667vw;
    margin-top: 11.2vw;
  }
  .section__kantan__panel > h3 {
    left: -1.86667vw;
    top: -3.06667vw;
  }
  .section__kantan__panel > h3 img {
    width: 25.6vw;
    height: auto;
  }
  .section__kantan__panel > figure figcaption {
    padding: 4.66667vw 5.33333vw;
    font-size: 4vw;
  }
  .section__format {
    margin-top: 14.66667vw;
  }
  .section__format__title {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
  .section__format__title span {
    padding: 0 5.6vw;
  }
  .section__format__title span::before, .section__format__title span::after {
    width: 4.13333vw;
    height: 5.06667vw;
    background-size: cover;
  }
  .section__format__body {
    display: block;
    padding: 4vw 4vw;
  }
  .section__format__body dt, .section__format__body dd {
    display: block;
    font-size: 4vw;
    text-align: center;
  }
  .section__format__body dt {
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: solid 1px #333;
  }
  .section__format__body dd {
    padding: 0;
  }
  .section__format__note > li {
    font-size: 3.2vw;
  }
  .section__flow02 {
    flex-direction: column;
    gap: 9.33333vw;
    margin: 10vw 0 10.66667vw;
  }
  .section__flow02__item {
    border-width: 0.8vw;
    padding: 8vw 4vw 10.66667vw;
  }
  .section__flow02__item--01, .section__flow02__item--02 {
    flex: 0 0 auto;
  }
  .section__flow02__item > i {
    left: -0.8vw;
    top: -8vw;
    transform: none;
  }
  .section__flow02__item > i img {
    width: 11.73333vw;
    height: auto;
  }
  .section__flow02__item > h3 {
    font-size: 4.8vw;
    line-height: 1.27;
  }
  .section__flow02__item > h3 small {
    font-size: 4vw;
  }
  .section__flow02__item > div.u-forsp p {
    margin: 1.25em 0;
    font-size: 4vw;
    font-weight: bold;
  }
  .section__flow02__item > div.u-forsp div {
    text-align: center;
  }
  .section__flow02__item > div.u-forsp div img {
    max-width: 66.66667vw;
  }
  .section__flow02__item > div:not([class]) {
    margin-top: 6.66667vw;
  }
  .section__flow02__item > div:not([class]) img {
    width: 100%;
    max-width: 35.6vw;
    height: auto;
  }
  .section__flow02__item + .section__flow02__item::after {
    width: 15.06667vw;
    height: 10vw;
    background-size: 15.06667vw 10vw;
    left: 50%;
    top: -9.86667vw;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .section__btns {
    flex-direction: column;
    gap: 5.33333vw;
    width: auto;
    padding: 0 6.13333vw;
  }
  .section__btn {
    height: 13.33333vw;
    background-position: right 4.8vw center;
    background-size: 5.33333vw 5.33333vw;
    font-size: 4.8vw;
  }
  .section__flow03 {
    flex-direction: column;
    gap: 26.66667vw;
    margin: 0 auto;
    max-width: 69.33333vw;
  }
  .section__flow03__item > h3 {
    gap: 3.46667vw;
    margin-bottom: 4.66667vw;
  }
  .section__flow03__item > h3 i {
    flex: 0 0 11.73333vw;
  }
  .section__flow03__item > h3 i img {
    width: 100%;
    height: auto;
  }
  .section__flow03__item > h3 span {
    flex: 1 0 0%;
    font-size: 4.8vw;
  }
  .section__flow03__item > figure img {
    width: 100%;
    height: auto;
    max-width: 66.13333vw;
  }
  .section__flow03__item + .section__flow03__item::after {
    width: 15.06667vw;
    height: 10vw;
    background-size: 15.06667vw 10vw;
    left: 50%;
    top: -18.66667vw;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .section__cm {
    margin-bottom: 10.66667vw;
  }
  .section__cm__title {
    margin-bottom: 3.33333vw;
    font-size: 4.8vw;
  }
  .section__panels {
    display: block;
  }
  .section__panels > div + div {
    margin-top: 25px;
  }
  .section__panel {
    width: auto;
  }
  .section__panel::before {
    padding-top: calc(876 / 686 * 100%);
  }
  .section__panel__title {
    padding: 10px;
    font-size: 20px;
  }
  .section__panel__link a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .section__panel__btns a {
    padding: 10px 20px 20px 20px;
  }
  .section__panel__btn {
    padding: 12px 12px 11px;
    font-size: 17px;
  }
}

/* mv
======================================= */
.mv {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-bottom: 9.33333vw;
  }
  .mv__inner {
    padding: 0;
  }
}

/* utility
======================================= */
/* display */
@media (min-width: 768px) {
  .u-forsp {
    display: none !important;
    content-visibility: hidden;
  }
}
@media print {
  .u-forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important;
    content-visibility: hidden;
  }
}
/* rollover */
.u-oro {
  transition: opacity .3s ease-in;
}
.u-oro:hover {
  opacity: .7;
}

.u-zro {
  display: block;
  overflow: hidden;
}
.u-zro img {
  transition: all .3s ease-out;
}
.u-zro:hover img {
  filter: brightness(80%);
  transform: scale(1.2);
}

/* img */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid-mw {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* font-family */
.u-ff-serif {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.js-anime {
  transform: translateY(50px);
  opacity: 0;
  transition: .5s ease-out;
}
.js-anime.is-show {
  transform: translateY(0);
  opacity: 1;
}



/* REVISION 202410
======================================= */

.section__panel--home {
  background-image: url(/products/colorio/line/images/index_202410/home_bg_main.jpg);
}