/*
$gray:#787878;
$gray_dark:#4A4A4A;
$gray_light:#D2D2D2;

$blue: #25A6C0;
$blue_bg: #E3F4F4;

$brick: #F97E6F;
$brick_bg: #FDE7E4;
$brick_btn: #FFB884;

$main_bg:#F2F2F2;
*/
/*
$font_size_sp_xxl:24px;
$font_size_sp_xl:20px;
*/
/*
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
*/
.mod-freeHTML .cmn-main {
  background: #000000;
  margin-bottom: 80px;
}
@media (min-width: 641px) {
  .mod-freeHTML .cmn-main {
    height: auto;
    min-height: auto;
    max-height: none;
    width: 100%;
  }
}
@media (min-width: 641px) {
  .mod-freeHTML .cmn-main .cmn-inner img {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.mod-freeHTML .br-flow {
  margin-bottom: 80px;
}
.mod-freeHTML .br-flow ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-flow ul {
    flex-direction: column;
  }
}
.mod-freeHTML .br-flow ul > li {
  border: 1px solid #000000;
  position: relative;
  width: 21.6666666667%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-flow ul > li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-flow ul > li + li {
    margin-top: 30px;
  }
}
.mod-freeHTML .br-flow ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (min-width: 641px) {
  .mod-freeHTML .br-flow ul > li:not(:last-child)::after {
    top: 50%;
    right: 0;
    border-width: 10px 0 10px 25px;
    border-color: transparent transparent transparent #000000;
    transform: translateX(100%);
    margin-right: -10px;
  }
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-flow ul > li:not(:last-child)::after {
    bottom: 0;
    left: 50%;
    border-width: 15px 15px 0 15px;
    border-color: #000000 transparent transparent transparent;
    transform: translateX(-50%) translateY(100%);
    margin-bottom: -10px;
  }
}

.mod-freeHTML .br-history {
  background: #e3e3e3;
  padding: 20px 10px 40px;
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  .mod-freeHTML .br-history {
    margin-bottom: 80px;
  }
}
.mod-freeHTML .br-history > ul {
  display: block;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-history > ul {
    width: auto;
    display: table;
  }
}
.mod-freeHTML .br-history > ul > li:not(.br-history_arrow) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-history > ul > li:not(.br-history_arrow) {
    align-items: flex-start;
  }
}
.mod-freeHTML .br-history > ul > li:not(.br-history_arrow) + li:not(.br-history_arrow) {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-history > ul > li:not(.br-history_arrow) + li:not(.br-history_arrow) {
    margin-top: 20px;
  }
}
.mod-freeHTML .br-history > ul > li:not(.br-history_arrow) .br-history_year {
  width: 8em;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-history > ul > li:not(.br-history_arrow) .br-history_year {
    width: 5em;
    font-size: 12px;
    font-weight: bold;
  }
}
.mod-freeHTML .br-history > ul > li:not(.br-history_arrow) .br-history_img {
  width: calc(100% - 8em);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-history > ul > li:not(.br-history_arrow) .br-history_img {
    width: calc(100% - 5em);
  }
}
.mod-freeHTML .br-history > ul > li.br-history_arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 6em;
  margin-bottom: -15px;
  text-align: right;
  width: auto;
  height: 96.7971530249%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-history > ul > li.br-history_arrow {
    height: 100%;
    margin-left: 1.5em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) and (min-width: 501px) {
  .mod-freeHTML .br-history > ul > li.br-history_arrow {
    margin-left: 0.5em;
  }
}
.mod-freeHTML .br-history > ul > li.br-history_arrow img {
  width: auto;
  height: 100%;
}

.mod-freeHTML .br-feature + .br-feature {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-feature + .br-feature {
    margin-top: 80px;
  }
}
.mod-freeHTML .br-feature .br-feature_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-feature .br-feature_head {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.mod-freeHTML .br-feature .br-feature_head .br-feature_head_title {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #cb0012;
  font-size: 28px;
  padding: 5px 0;
  width: 10em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-feature .br-feature_head .br-feature_head_title {
    border-width: 2px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.mod-freeHTML .br-feature .br-feature_head .br-feature_head_text {
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
  width: calc(100% - 10em - 30px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-feature .br-feature_head .br-feature_head_text {
    font-size: 12px;
    margin-left: 0;
    width: 100%;
  }
}
.mod-freeHTML .br-feature .br-feature_body .br-feature_body_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-feature .br-feature_body .br-feature_body_img {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 641px) {
  .mod-freeHTML .br-feature .br-feature_body .br-feature_body_img > li + li {
    margin-left: 35px;
  }
}
@media screen and (max-width: 640px) {
  .mod-freeHTML .br-feature .br-feature_body .br-feature_body_img > li + li {
    margin-top: 20px;
  }
}
.mod-freeHTML .br-feature .br-feature_body .br-feature_body_img > li .br-feature_body_img_head {
  text-align: center;
  margin-bottom: 10px;
}

.mod-freeHTML .br-support {
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  .mod-freeHTML .br-support {
    margin-bottom: 80px;
  }
}

/* ========================================

reason

========================================*/
.mod-freeHTML .p-reason {
  padding-top: 160px;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason {
    padding-top: 60px;
    margin-bottom: 120px;
  }
}
.mod-freeHTML .p-reason__list {
  margin: 0 12.5% 80px;
  display: flex;
}
@media (max-width: 1000px) {
  .mod-freeHTML .p-reason__list {
    margin: 0 0 80px;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__list {
    margin: 0 auto 20px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__list li {
    margin-bottom: 20px;
  }
}
.mod-freeHTML .p-reason__dtl__ttl {
  margin-bottom: 40px;
  color: #cb0012;
  font-size: clamp(1.5em, 1.7333333333vw, 2em);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__ttl {
    margin-bottom: 20px;
  }
}
.mod-freeHTML .p-reason__dtl__ttl::before, .mod-freeHTML .p-reason__dtl__ttl::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #cb0012;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-freeHTML .p-reason__dtl__ttl::after {
  width: 2em;
  background: #000000;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__ttl::after {
    width: 1.5em;
  }
}
.mod-freeHTML .p-reason__dtl__ttl__num {
  width: 2em;
  display: inline-block;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__ttl__num {
    width: 1.5em;
  }
}
.mod-freeHTML .p-reason__dtl__ttl__txt {
  padding-left: 0.5em;
  font-weight: 600;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__ttl__txt {
    margin-bottom: 0.75em;
    font-size: min(4.375vw, 1.28571em);
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
}
.mod-freeHTML .p-reason__dtl__lead {
  margin-bottom: 0.5em;
  font-size: clamp(1.5em, 1.7333333333vw, 2em);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__lead {
    font-size: min(4.375vw, 1.28571em);
    letter-spacing: 0.06em;
  }
}
.mod-freeHTML .p-reason__dtl__lead .iBlock {
  font-weight: 600;
}
.mod-freeHTML .p-reason__dtl__txt {
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__txt {
    font-size: min(3.75vw, 1.25em);
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__txt + .mod-textSizeS {
    font-size: min(3.125vw, 1em) !important;
  }
}
.mod-freeHTML .p-reason__dtl__img {
  margin: 20px 0 120px;
  display: flex;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.mod-freeHTML .p-reason__dtl__img.dtl-printhead {
  gap: 0 2.9166666667%;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-printhead {
    gap: 10px 0;
  }
}
.mod-freeHTML .p-reason__dtl__img.dtl-printhead .photo-printhead:nth-of-type(1) {
  width: 36.25%;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-printhead .photo-printhead:nth-of-type(1) {
    width: 100%;
  }
}
.mod-freeHTML .p-reason__dtl__img.dtl-bumpy {
  margin-top: 0;
  gap: 0 5.8333333333%;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-bumpy {
    gap: 10px 0;
  }
}
.mod-freeHTML .p-reason__dtl__img.dtl-bumpy .photo-bumpy {
  width: 54.5833333333%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-bumpy .photo-bumpy {
    width: 100%;
    margin-top: 20px;
  }
}
.mod-freeHTML .p-reason__dtl__img.dtl-bumpy .photo-bumpy__sub {
  width: 17.5572519084%;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-bumpy .photo-bumpy__sub {
    width: 18%;
    top: -10px;
    left: -10px;
  }
}
.mod-freeHTML .p-reason__dtl__img.dtl-material {
  gap: 0 3.3333333333%;
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-material {
    height: 164.6875vw;
    position: relative;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .p-reason__dtl__img.dtl-material img {
    width: 100vw;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mod-freeHTML .cmn-ttl-gray {
  margin-bottom: 60px;
  padding: 0 0.5em 0 3.5em;
  background: #cfcfcf;
  font-size: clamp(1.5em, 1.7333333333vw, 2em);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  position: relative;
}
@media (max-width: 640px) {
  .mod-freeHTML .cmn-ttl-gray {
    margin-bottom: 20px;
    font-size: min(3.75vw, 1.25em);
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }
}
@media (max-width: 640px) {
  .mod-freeHTML .cmn-ttl-gray--reason {
    padding: 0.5em 0.5em 0.5em 3em;
    padding-bottom: 0.5em;
    line-height: 1.75em;
  }
}
.mod-freeHTML .cmn-ttl-gray--reason span {
  font-weight: 600;
}
@media (max-width: 640px) {
  .mod-freeHTML .cmn-ttl-gray--low {
    padding: 1em 0.5em 1em 3em;
  }
}
.mod-freeHTML .cmn-ttl-gray .big {
  margin: 0 3px;
  font-size: 2em;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.mod-freeHTML .cmn-ttl-gray::before {
  content: "";
  width: 2em;
  height: 100%;
  background: #cb0012;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=index.css.map */