@charset "UTF-8";
/* headSection
----------------------------------*/
#contents .headSection .ttl {
  width: 100% !important;
}
/* topWrap
----------------------------------*/
#topWrap {
  text-align: center;
}
#mainVisual {
  margin: 25px 0 35px;
}
.leadText {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.note {
  font-size: 11px;
  display: inline-block;
}
.note .link_txt {
  position: relative;
}
.note .link_txt::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -18px;
  background-image: url(/common/images/ico_link_01.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* campaignWrap
----------------------------------*/
.campaignBlock {
  width: 960px;
  margin: 0 auto 100px;
}
.campaignBlock_ttl {
  background-color: #1e1e78;
  color: #fff;
  font-size: 34px;
  text-align: center;
  height: 55px;
  box-sizing: border-box;
  padding-top: 0.1em;
  margin-bottom: 25px;
}
.campaignBlock_txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.campaignBlock:nth-of-type(1) .campaignBlock_txt {
  margin-bottom: 60px;
}
.campaignBlock:nth-of-type(2) .campaignBlock_txt {
  margin-bottom: 30px;
}
.campaignWrap .productArea {
  position: relative;
}
.campaignWrap .productArea a:hover {
  opacity: 0.5;
}
.productArea .productArea_ttl {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.productArea .productAreaBoxWrap > div {
  background-color: #FFE6D3;
  border-radius: 1.5rem;
  padding: 0 50px;
}
.productArea .productAreaBoxWrap .box01 {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 4px #FF8124 dotted;
  padding: 30px 0 15px;
}
.productArea .productAreaBoxWrap .box01::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon_plus.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.box01 .box01Right {
  width: 400px;
  margin: 30px 0 0 35px;
}
.box01Right .box01Right_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.box01Right .box01Right_list {
  margin-bottom: 15px;
}
.box01Right_list .box01Right_list_number {
  /* font-size: 25px;
  font-weight: bold; */
  display: inline-block;
  vertical-align: middle;
}
.box01Right_list .box01Right_list_label {
  background-color: #fff;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding: 0.15em 0.5em 0;
  margin-left: 15px;
}
.box01Right_list .box01Right_list_price {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.productArea .productAreaBoxWrap .box02 {
  padding: 50px 0 45px 0;
  border-bottom: 4px #FF8124 dotted;
  position: relative;
}
.productArea .productAreaBoxWrap .box02::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon_plus.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.box02 .box02_lead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.box02 .box02Inner {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 25px;
}
.box02 .box02InnerItem {
  font-weight: bold;
}
.box02InnerItem:first-of-type {
  border-bottom: 2px solid #928C8B;
  padding: 0 0 20px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.box02InnerItem:nth-child(2) {
  padding: 20px 0 0;
  position: relative;
  grid-column-start: 1;
  grid-column-end: 2;
}
.box02InnerItem:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 20px);
  border-left: 2px solid #8c8c8c;
}
.box02InnerItem:nth-child(3) {
  padding: 20px 0 0 20px;
  grid-column-start: 2;
  grid-column-end: 3;
}
.box02InnerItem .box02InnerItem_ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.box02InnerItem .box02InnerItem_ttl::before {
  content: "●";
  display: inline-block;
  color: #FF8124;
  line-height: 1;
  font-size: 32px;
  vertical-align: text-top;
}
.box02InnerItem .listGroup {
  margin-left: 0.5em;
}
.box02InnerItem:first-of-type .listGroup li:not(:last-child) {
  margin-bottom: 20px;
}
.box02InnerItem:not(:first-of-type) .listGroup li:not(:last-child) {
  margin-bottom: 10px;
}
.box02InnerItem .listGroup dl {
  display: flex;
  align-items: flex-start;
}
.box02InnerItem .listGroup dl dt {
  color: #fff;
  width: 67px;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 0.2em;
  margin-right: 1em;
  background-color: #000;
}
.box02InnerItem .listGroup dl dd {
  font-size: 26px;
}
.box02InnerItem .listGroup dl dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.box02InnerItem .listGroup dl dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.productArea .productAreaBoxWrap .box03 {
  display: grid;
  padding: 55px 0 30px;
  grid-template-columns: 1fr 330px;
  grid-template-rows: 85px 1fr;
  border-bottom: 4px #FF8124 solid;
}
.box03 .box03_bannerItem {
  margin-top: 15px;
  grid-column-start: 1;
  grid-column-end: 2;
}
.box03 .box03_txt {
  font-weight: bold;
  margin-top: 15px;
  font-size: 20px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.box03 .box03_photo {
  justify-self: end;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.productArea .productAreaBoxWrap .box04 {
  padding: 42px 0 35px;
  text-align: center;
}
.productArea .icon_arrow {
  margin: 0 auto;
  display: block;
}
.productArea .limitedPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 85px;
}
.productArea .limitedPrice .circle {
  background-image: url(/products/largeprinter/campaign/garment2022/images/bg_circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 149px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.circle .circlebBody span {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
.circle .circlebBody span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.productArea .limitedPrice .limitedPrice_middle {
  align-self: center;
  margin-right: 15px;
}
.productArea .limitedPrice .limitedPrice_middle p {
  background-color: #ff0000;
  width: 295px;
  box-sizing: border-box;
  font-size: 26px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  padding: 6px 0px 2px 10px;
  letter-spacing: -0.01rem;
}
.productArea .limitedPrice .limitedPrice_right {
  align-self: center;
  background-image: url(../images/bg_balloon.png);
  width: 270px;
  height: 140px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
  box-sizing: border-box;
}
.productArea .limitedPrice .limitedPrice_right p {
  width: 270px;
  font-size: 60px;
  color: #FF0000;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  display: inline-block;
  left: 5%;
  top: 55%;
  transform: translateY(-50%);
}
.limitedPrice_right p > span {
  color: #000;
  font-size: 28px;
  display: block;
}
/*
-------------------------------------------*/
.campaignBlock .campaignDetail .campaignDetail_ttl {
  font-size: 115%;
  margin-bottom: 10px;
}
.campaignBlock .campaignDetail .campaignDetailInner {
  border: 1px solid #E5E5E5;
  background: #FAFAFA;
  padding: 20px;
}
.campaignDetailInner .campaignDetailInner_ttl {
  font-size: 115%;
  margin-bottom: 20px;
}
.campaignDetailInner .contactBtn {
  display: inline-block;
  margin-bottom: 20px;
}
.campaignDetailInner .contactBtn:hover {
  opacity: 0.5;
}
.campaignDetailInner .contactNote {
  margin-left: 0.5em;
}
.campaignDetailInner .contactNote:not(:last-of-type) {
  margin-bottom: 30px;
}
.campaignDetailInner .contactNote dl {
  display: flex;
}
.campaignDetailInner .contactNote dl dt,
.campaignDetailInner .contactNote dl dd {
  font-weight: normal;
  font-size: 13px;
}
.campaignDetailInner .img_tel_number {
  margin-bottom: 20px;
}
.campaignDetailInner .support_txt {
  margin-bottom: 20px;
}
/*
-------------------------------------------*/
.campaignPeriod {
  background-color: #E9E9E9;
  text-align: center;
  padding: 55px 0;
  font-weight: bold;
}
.campaignPeriod_ttl {
  font-size: 30px;
  margin-bottom: 15px;
}
.campaignPeriod_txt {
  font-size: 26px;
}
/*
-------------------------------------------*/
.contactBlock {
  box-sizing: border-box;
  margin-top: 160px;
}
.contactBlock .contactBlock_ttl {
  font-size: 240%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.contactBlock .contactBoxWrap {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contactBoxWrap .contactBox01 {
  width: 510px;
  position: relative;
  border: #154F77 1px solid;
  box-sizing: border-box;
  padding: 35px 35px 35px 110px;
}
.contactBoxWrap .contactBox01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  background-image: url(/products/common/images/ico_ph_calling.gif);
  width: 55px;
  height: 55px;
}
.contactBox01 .contactBox01_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactBox01 .note {
  margin-top: 5px;
  font-size: 85%;
  line-height: 2.0;
}
.contactBox01 a {
  display: block;
  font-weight: bold;
  line-height: 1.0;
}
.contactBox01 a:first-of-type {
  font-size: 220%;
}
.contactBox01 a:nth-of-type(2) {
  font-size: 20px;
}
.contactBoxWrap .contactBox02 {
  width: 410px;
  position: relative;
  border: #154F77 1px solid;
  box-sizing: border-box;
  padding: 35px 20px 35px 20px;
  font-weight: bold;
}
.contactBox02 .contactBox02_ttl {
  font-size: 16px;
}
.contactBox02 .box_area_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.contactBox02 .box_area_link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.contactBox02 .txt_form {
  font-size: 18px;
  height: 56px;
  margin-top: 15px;
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
}
.contactBox02 .txt_form::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  background-image: url(/products/common/images/ico_ph_form.png);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
}
.contactBox02 .txt_form span {
  display: inline-block;
  margin-left: 80px;
}
.contactBox02 .txt_form span img {
  vertical-align: inherit;
  margin-left: 0.2em;
}