@charset "UTF-8";
.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

#contents .mainSection .kv {
  width: 100%;
  margin: 0 auto 62px;
  max-width: 1240px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .kv {
    margin: 0 auto 5.6vw;
  }
}

#contents .mainSection .catchcopy .orange {
  color: #d84005;
}
#contents .mainSection .catchcopy__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__main {
    margin-bottom: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
#contents .mainSection .catchcopy__main .logo {
  width: 190px;
  height: 160px;
}
#contents .mainSection .catchcopy__txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.85;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__txt {
    font-size: max(16px, 4.2666666667vw);
    line-height: 1.75;
  }
}
#contents .mainSection .catchcopy__sub {
  margin-bottom: 54px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__sub {
    margin-bottom: 6.6666666667vw;
  }
}
#contents .mainSection .catchcopy__sub-txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.85;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__sub-txt {
    font-size: max(16px, 4.2666666667vw);
    line-height: 1.75;
  }
}
#contents .mainSection .catchcopy__imgs {
  max-width: 1240px;
  margin-bottom: 42px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__imgs {
    margin-bottom: 6.6666666667vw;
  }
}
#contents .mainSection .catchcopy__imgs-flex {
  display: flex;
  gap: 4px;
}
#contents .mainSection .catchcopy__imgs .swiper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  width: 1240px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__imgs .swiper {
    width: 100vw;
  }
}
#contents .mainSection .catchcopy__imgs .swiper-slide {
  width: 410px;
  height: 290px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .catchcopy__imgs .swiper-slide {
    width: 54.6666666667vw;
    height: 38.6666666667vw;
  }
}
#contents .mainSection .catchcopy__imgs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#contents .mainSection .trouble {
  padding-top: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble {
    padding-top: 0;
  }
}
#contents .mainSection .trouble > * {
  position: relative;
  z-index: 2;
}
#contents .mainSection .trouble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 1972px;
  width: 100%;
  height: 1986px;
  z-index: 0;
  transform: translateX(-50%);
  background: url("/products/largeprinter/poster-printing/images/trouble_bg.png") no-repeat bottom/contain;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble::before {
    margin-top: 5.8666666667vw;
    background: url("/products/largeprinter/poster-printing/images/trouble_bg_sp.png") no-repeat bottom/cover;
    min-width: 0;
    height: max(1785px, 476vw);
    width: 100vw;
  }
}
#contents .mainSection .trouble__ttl {
  width: 860px;
  height: 186px;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 64px;
  position: relative;
  line-height: 1.84375;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__ttl {
    width: 100%;
    height: 21.3333333333vw;
    font-size: max(16px, 4.2666666667vw);
    margin: 0 auto 2.6666666667vw;
    line-height: 1.8461538462;
  }
}
#contents .mainSection .trouble__ttl span {
  margin-top: 16px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__ttl span {
    margin-top: 0.8vw;
  }
}
#contents .mainSection .trouble__ttl:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/products/largeprinter/poster-printing/images/bubble_ttl.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__ttl:before {
    background: url("/products/largeprinter/poster-printing/images/bubble_ttl_sp.png") no-repeat center/contain;
  }
}
#contents .mainSection .trouble__icons {
  display: flex;
  justify-content: space-between;
  max-width: 984px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__icons {
    display: grid;
    grid-template-columns: repeat(2, 36vw);
    justify-content: center;
    -moz-column-gap: 10.6666666667vw;
         column-gap: 10.6666666667vw;
    row-gap: 4vw;
    margin-bottom: 8vw;
  }
}
#contents .mainSection .trouble__icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__icons .icon {
    gap: 2.6666666667vw;
  }
}
#contents .mainSection .trouble__icons .icon__img {
  width: 176px;
  height: 176px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__icons .icon__img {
    width: 23.2vw;
    height: 23.2vw;
  }
}
#contents .mainSection .trouble__icons .icon__txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__icons .icon__txt {
    font-size: max(16px, 4.2666666667vw);
    margin-bottom: 0;
  }
}
#contents .mainSection .trouble__cc {
  font-size: 33px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 42px;
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 1.6363636364;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__cc {
    margin-bottom: 5.3333333333vw;
    font-size: max(18px, 5.0666666667vw);
  }
}
#contents .mainSection .trouble__cc-flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__cc-flex {
    flex-direction: column;
    align-items: center;
    gap: 1.8666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__cc-float {
    position: absolute;
    top: 1.6vw;
    right: 5.8666666667vw;
  }
}
#contents .mainSection .trouble__cc-01 {
  display: block;
  width: 405px;
  height: 64px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__cc-01 {
    width: 52vw;
    height: 6.6666666667vw;
  }
}
#contents .mainSection .trouble__cc-02 {
  display: block;
  width: 553px;
  height: 64px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__cc-02 {
    width: 71.7333333333vw;
    height: 6.6666666667vw;
  }
}
#contents .mainSection .trouble__txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 64px;
  line-height: 1.85;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__txt {
    margin-bottom: 6.6666666667vw;
    font-size: max(16px, 4.2666666667vw);
    letter-spacing: -0.02em;
  }
}
#contents .mainSection .trouble__info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1242px;
  height: 382px;
  margin: 0 auto;
  background: url("/products/largeprinter/poster-printing/images/trouble_info-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info {
    justify-content: start;
    width: 92.8vw;
    height: 162.9333333333vw;
    flex-direction: column;
    background: url("/products/largeprinter/poster-printing/images/trouble_info-bg_sp.png") no-repeat center/cover;
    margin-bottom: 2.6666666667vw;
  }
}
#contents .mainSection .trouble__info-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info-inner {
    gap: 0.6666666667vw;
  }
  #contents .mainSection .trouble__info-inner:nth-of-type(1) {
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
  #contents .mainSection .trouble__info-inner:nth-of-type(2) {
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
#contents .mainSection .trouble__info-img {
  width: 336px;
  height: 250px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info-img {
    width: 46.6666666667vw;
    height: 33.3333333333vw;
  }
}
#contents .mainSection .trouble__info-txt {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info-txt {
    font-size: max(16px, 4.2666666667vw);
    letter-spacing: -0.038em;
  }
}
#contents .mainSection .trouble__info-txt sup {
  font-size: 12px;
}
#contents .mainSection .trouble__info-caution {
  max-width: 1242px;
  margin: 10px auto 70px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info-caution {
    width: 92vw;
    font-size: max(14px, 3.7333333333vw);
    margin-bottom: 4vw;
  }
}
#contents .mainSection .trouble__info-caution_txt {
  padding-left: 3.2em;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info-caution_txt {
    padding-left: 2.4em;
    letter-spacing: -0.028em;
  }
}
#contents .mainSection .trouble__info-caution_txt span {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__info-caution_txt span {
    left: -2.6666666667vw;
  }
}
#contents .mainSection .trouble__step {
  background: url("/products/largeprinter/poster-printing/images/trouble_step-bg.png") no-repeat center/contain;
  width: 1240px;
  height: 358px;
  margin: 0 auto 94px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__step {
    background: url("/products/largeprinter/poster-printing/images/trouble_step-bg_sp.png") no-repeat center/contain;
    width: 92.5333333333vw;
    height: 73.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
#contents .mainSection .trouble__step-ttl {
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-top: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__step-ttl {
    font-size: max(16px, 4.2666666667vw);
    padding-top: 1.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#contents .mainSection .trouble__step-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__step-inner {
    flex-direction: column;
    gap: 3.2vw;
  }
}
#contents .mainSection .trouble__step-box {
  width: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__step-box {
    flex-direction: row;
    width: 100%;
    gap: 1.0666666667vw;
  }
}
#contents .mainSection .trouble__step-grey, #contents .mainSection .trouble__step-blue {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__step-grey, #contents .mainSection .trouble__step-blue {
    width: 40vw;
    height: 14.6666666667vw;
    text-align: center;
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .trouble__step-grey {
  color: #4d4d4d;
  background: #cccccc;
}
#contents .mainSection .trouble__step-blue {
  color: #ffffff;
  background: #008ccf;
}
#contents .mainSection .trouble__step-arw {
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  #contents .mainSection .trouble__step-arw {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    transform: rotate(0deg);
  }
}
#contents .mainSection .trouble__step-arw img {
  display: block;
  width: 100%;
}

#contents .mainSection .design {
  z-index: 2;
  text-align: center;
  width: 100%;
}
#contents .mainSection .design__ttl {
  width: 1236px;
  height: 184px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__ttl {
    width: 100%;
    height: 23.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#contents .mainSection .design__inner {
  position: relative;
  background: url("/products/largeprinter/poster-printing/images/design_bg-01.png") no-repeat center/cover;
  width: 1267px;
  height: 781px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner {
    background: url("/products/largeprinter/poster-printing/images/design_bg-01_sp.png") no-repeat bottom/cover;
    width: 100%;
    height: 187.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
#contents .mainSection .design__inner .design__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.85;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .design__txt {
    font-size: max(16px, 4.2666666667vw);
    line-height: 1.75;
  }
  #contents .mainSection .design__inner .design__txt span {
    font-size: max(20px, 5.3333333333vw);
    padding-bottom: 4.5333333333vw;
  }
}
#contents .mainSection .design__inner .chat {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: start;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .chat {
    font-size: max(16px, 4.2666666667vw);
    letter-spacing: -0.028em;
  }
}
#contents .mainSection .design__inner .chat-person {
  font-weight: bold;
}
#contents .mainSection .design__inner .chat-01 {
  position: absolute;
  width: 316px;
  height: 154px;
  left: 280px;
  top: 25px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .chat-01 {
    width: 60.5333333333vw;
    height: 30vw;
    top: 4vw;
    left: 36.1333333333vw;
  }
}
#contents .mainSection .design__inner .chat-01 .chat-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
#contents .mainSection .design__inner .chat-02 {
  position: absolute;
  width: 535px;
  height: 190px;
  left: 380px;
  top: 225px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .chat-02 {
    width: 65.3333333333vw;
    height: 48.6666666667vw;
    left: 5.0666666667vw;
    top: 46.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .chat-02 .chat-person {
    text-align: end;
  }
}
#contents .mainSection .design__inner .chat-02 .chat-txt {
  position: absolute;
  bottom: 4px;
  left: 55px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .chat-02 .chat-txt {
    left: 0.5333333333vw;
    bottom: 0;
  }
}
#contents .mainSection .design__inner .chat-03 {
  position: absolute;
  width: 385px;
  height: 154px;
  left: 280px;
  top: 460px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .design__inner .chat-03 {
    width: 62vw;
    height: 34.6666666667vw;
    top: 105.3333333333vw;
    left: 29.8666666667vw;
  }
}
#contents .mainSection .design__inner .chat-03 .chat-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}

#contents .mainSection .blog {
  width: 100%;
}
#contents .mainSection .blog-01, #contents .mainSection .blog-02, #contents .mainSection .blog-03 {
  background: url("/products/largeprinter/poster-printing/images/wave_bg.png") no-repeat top/cover;
  width: 100%;
  max-width: 1968px;
  margin: 0 auto 114px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog-01, #contents .mainSection .blog-02, #contents .mainSection .blog-03 {
    background: url("/products/largeprinter/poster-printing/images/wave_bg_sp.png") no-repeat top/cover;
    width: 100%;
    margin-bottom: 7.4666666667vw;
  }
}
#contents .mainSection .blog-01 {
  height: 1207px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog-01 {
    height: 270.6666666667vw;
  }
}
#contents .mainSection .blog-02 {
  height: 1177px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog-02 {
    height: 252.2666666667vw;
  }
}
#contents .mainSection .blog-03 {
  height: 1390px;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog-03 {
    height: 361.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
#contents .mainSection .blog__ttl {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0 auto 6px;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0px -3px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff;
  line-height: 2.16;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__ttl {
    padding-top: 8vw;
    font-size: max(16px, 4.2666666667vw);
    margin: 10.6666666667vw auto 0.2666666667vw;
    text-shadow: -0.4vw -0.4vw 0 #fff, 0.4vw -0.4vw 0 #fff, -0.4vw 0.4vw 0 #fff, 0.4vw 0.4vw 0 #fff, 0px -0.4vw 0 #fff, 0px 0.4vw 0 #fff, -0.4vw 0px 0 #fff, 0.4vw 0px 0 #fff;
  }
  #contents .mainSection .blog__ttl:first-of-type {
    margin-top: 0;
  }
}
#contents .mainSection .blog__step {
  color: #ffffff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__step {
    padding-top: 1.3333333333vw;
    font-size: max(22px, 6vw);
  }
}
#contents .mainSection .blog__step-sub {
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -2px -2px 0 #00668c, 2px -2px 0 #00668c, -2px 2px 0 #00668c, 2px 2px 0 #00668c, 0px -2px 0 #00668c, 0px 2px 0 #00668c, -2px 0px 0 #00668c, 2px 0px 0 #00668c;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__step-sub {
    font-size: max(16px, 4.2666666667vw);
    text-shadow: -0.2666666667vw -0.2666666667vw 0 #00668c, 0.2666666667vw -0.2666666667vw 0 #00668c, -0.2666666667vw 0.2666666667vw 0 #00668c, 0.2666666667vw 0.2666666667vw 0 #00668c, 0px -0.2666666667vw 0 #00668c, 0px 0.2666666667vw 0 #00668c, -0.2666666667vw 0px 0 #00668c, 0.2666666667vw 0px 0 #00668c;
  }
}
#contents .mainSection .blog__inner {
  width: 1242px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__inner-01, #contents .mainSection .blog__inner-02, #contents .mainSection .blog__inner-03 {
    width: 100%;
    margin-bottom: 7.4666666667vw;
  }
}
#contents .mainSection .blog__inner-01 {
  background: url("/products/largeprinter/poster-printing/images/blog_bg-01.png") no-repeat top/cover;
  height: 1084px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__inner-01 {
    background: url("/products/largeprinter/poster-printing/images/blog_bg-01_sp.png") no-repeat top/cover;
    height: 250.1333333333vw;
  }
}
#contents .mainSection .blog__inner-02 {
  background: url("/products/largeprinter/poster-printing/images/blog_bg-02.png") no-repeat top/cover;
  height: 1044px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__inner-02 {
    background: url("/products/largeprinter/poster-printing/images/blog_bg-02_sp.png") no-repeat top/cover;
    height: 231.7333333333vw;
  }
}
#contents .mainSection .blog__inner-03 {
  background: url("/products/largeprinter/poster-printing/images/blog_bg-03.png") no-repeat top/cover;
  height: 1256px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog__inner-03 {
    background: url("/products/largeprinter/poster-printing/images/blog_bg-03_sp.png") no-repeat top/cover;
    height: 340.8vw;
  }
}
#contents .mainSection .blog .chat {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 20px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat {
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .blog .chat sup {
  font-size: 12px;
  top: auto;
  line-height: normal;
  bottom: 5px;
  margin: 0 -6px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat sup {
    bottom: 2.1333333333vw;
    margin: 0 -0.8vw;
  }
}
#contents .mainSection .blog .chat-person {
  font-weight: bold;
}
#contents .mainSection .blog .chat-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
}
#contents .mainSection .blog .chat-01, #contents .mainSection .blog .chat-02, #contents .mainSection .blog .chat-03, #contents .mainSection .blog .chat-04, #contents .mainSection .blog .chat-05, #contents .mainSection .blog .chat-06 {
  position: absolute;
}
#contents .mainSection .blog .chat-01 {
  width: 306px;
  height: 160px;
  top: 40px;
  left: 270px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat-01 {
    width: 58.6666666667vw;
    height: 28vw;
    top: 4.6666666667vw;
    left: 29.3333333333vw;
  }
}
#contents .mainSection .blog .chat-02 {
  width: 610px;
  height: 230px;
  top: 240px;
  right: 294px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat-02 {
    width: 62.6666666667vw;
    height: 74.6666666667vw;
    top: 43.3333333333vw;
    right: 27.4666666667vw;
  }
  #contents .mainSection .blog .chat-02 .chat-person {
    text-align: end;
  }
  #contents .mainSection .blog .chat-02 .chat-txt {
    right: auto;
    left: 0;
  }
}
#contents .mainSection .blog .chat-03 {
  width: 456px;
  height: 155px;
  top: 40px;
  left: 270px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat-03 {
    width: 60.6666666667vw;
    height: 34.6666666667vw;
    top: 4.6666666667vw;
    left: 29.3333333333vw;
  }
}
#contents .mainSection .blog .chat-04 {
  width: 588px;
  height: 195px;
  top: 240px;
  right: 320px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat-04 {
    width: 63.3333333333vw;
    height: 54vw;
    top: 50.6666666667vw;
    right: auto;
    left: 9.3333333333vw;
  }
  #contents .mainSection .blog .chat-04 .chat-person {
    text-align: end;
  }
  #contents .mainSection .blog .chat-04 .chat-txt {
    right: auto;
    left: 0;
  }
}
#contents .mainSection .blog .chat-05 {
  width: 430px;
  height: 160px;
  top: 40px;
  left: 270px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat-05 {
    width: 60vw;
    height: 34.9333333333vw;
    top: 4.8vw;
    left: 28.6666666667vw;
  }
}
#contents .mainSection .blog .chat-06 {
  width: 602px;
  height: 160px;
  top: 240px;
  right: 300px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .chat-06 {
    width: 61.8666666667vw;
    height: 48vw;
    top: 50.6666666667vw;
    right: auto;
    left: 10vw;
  }
  #contents .mainSection .blog .chat-06 .chat-person {
    text-align: end;
  }
  #contents .mainSection .blog .chat-06 .chat-txt {
    right: auto;
    left: 0;
  }
}
#contents .mainSection .blog .point {
  position: relative;
  width: 100%;
  height: inherit;
  font-weight: 600;
  font-size: 20px;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point {
    font-size: max(16px, 4.2666666667vw);
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-01, #contents .mainSection .blog .point-02, #contents .mainSection .blog .point-03, #contents .mainSection .blog .point-04, #contents .mainSection .blog .point-05, #contents .mainSection .blog .point-06 {
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
#contents .mainSection .blog .point-01 {
  position: absolute;
  bottom: 390px;
  right: 335px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-01 {
    bottom: 57.3333333333vw;
  }
}
#contents .mainSection .blog .point-02 {
  position: absolute;
  bottom: 255px;
  right: 315px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-02 {
    bottom: 28vw;
  }
}
#contents .mainSection .blog .point-03 {
  position: absolute;
  bottom: 180px;
  right: 60px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-03 {
    bottom: 26.6666666667vw;
  }
}
#contents .mainSection .blog .point-04 {
  position: absolute;
  bottom: 410px;
  right: 910px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-04 {
    bottom: 153.3333333333vw;
  }
}
#contents .mainSection .blog .point-05 {
  position: absolute;
  bottom: 690px;
  right: 116px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-05 {
    bottom: 102vw;
  }
}
#contents .mainSection .blog .point-06 {
  position: absolute;
  bottom: 160px;
  right: 38px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .blog .point-06 {
    bottom: 17.3333333333vw;
  }
  #contents .mainSection .blog .point-06-top {
    position: absolute;
    bottom: 36vw;
    right: 6.6666666667vw;
    text-align: start;
    text-wrap: nowrap;
  }
  #contents .mainSection .blog .point-06-top .wide {
    letter-spacing: 0.2em;
  }
  #contents .mainSection .blog .point-06-btm {
    width: 89%;
    text-align: start;
    position: absolute;
    bottom: 4vw;
    left: 5.7333333333vw;
  }
}

#contents .mainSection .howto {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto {
    margin-bottom: 7.4666666667vw;
  }
}
#contents .mainSection .howto__inner {
  background: url("/products/largeprinter/poster-printing/images/howto_bg.png") no-repeat center/cover;
  margin: 0 auto;
  width: 1286px;
  height: 880px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto__inner {
    background: url("/products/largeprinter/poster-printing/images/howto_bg_sp.png") no-repeat center/cover;
    width: 100%;
    height: 225.0666666667vw;
  }
}
#contents .mainSection .howto__chat {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto__chat {
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .howto__chat-person {
  font-weight: bold;
}
#contents .mainSection .howto__chat-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
}
#contents .mainSection .howto__chat .orange-arw {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto__chat .orange-arw {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
  }
}
#contents .mainSection .howto__chat .orange-arw img {
  width: 100%;
  display: block;
}
#contents .mainSection .howto__chat-link {
  width: 780px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: #d84005 1px solid;
  border-radius: 48px;
  margin: 20px auto 0;
  transition: 150ms ease-in-out;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto__chat-link {
    width: 94.6666666667vw;
    height: 17.3333333333vw;
    border-radius: 8.6666666667vw;
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .howto__chat-01, #contents .mainSection .howto__chat-02 {
  position: absolute;
}
#contents .mainSection .howto__chat-01 {
  width: 822px;
  height: 294px;
  top: -10px;
  right: 350px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto__chat-01 {
    width: 100%;
    height: 114.6666666667vw;
    top: 6.6666666667vw;
    right: 0;
  }
  #contents .mainSection .howto__chat-01 .howto__chat-person {
    position: absolute;
    left: auto;
    right: 28vw;
  }
  #contents .mainSection .howto__chat-01 .howto__chat-txt {
    right: auto;
    left: 4.9333333333vw;
    top: 9.3333333333vw;
    width: 66.6666666667vw;
  }
  #contents .mainSection .howto__chat-01 .howto__chat-link {
    margin: 12.5333333333vw 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#contents .mainSection .howto__chat-02 {
  width: 290px;
  height: 100px;
  top: 490px;
  right: 695px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .howto__chat-02 {
    width: 50.6666666667vw;
    height: 16vw;
    top: 128.6666666667vw;
    right: 14.6666666667vw;
  }
}

#contents .mainSection .summary {
  width: 100%;
}
#contents .mainSection .summary__ttl {
  width: 860px;
  height: 186px;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  position: relative;
  line-height: 1.84375;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__ttl {
    width: 100%;
    height: 21.3333333333vw;
    font-size: max(16px, 4.2666666667vw);
    margin: 0 auto 4.2666666667vw;
    line-height: 1.8461538462;
  }
}
#contents .mainSection .summary__ttl span {
  margin-top: 8px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__ttl span {
    margin-top: 0.8vw;
  }
}
#contents .mainSection .summary__ttl:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/products/largeprinter/poster-printing/images/bubble_ttl.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__ttl:before {
    background: url("/products/largeprinter/poster-printing/images/bubble_ttl_sp.png") no-repeat center/contain;
  }
}
#contents .mainSection .summary__flex {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 80px;
  margin-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__flex {
    height: 76vw;
    display: block;
    align-items: center;
    gap: 0;
    margin-bottom: 7.7333333333vw;
  }
}
#contents .mainSection .summary__icon {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__icon {
    position: absolute;
    letter-spacing: -0.12em;
  }
  #contents .mainSection .summary__icon-01 {
    top: 29.3333333333vw;
    left: 1.3333333333vw;
  }
  #contents .mainSection .summary__icon-02 {
    left: 50%;
    transform: translateX(-50%);
  }
  #contents .mainSection .summary__icon-03 {
    top: 29.3333333333vw;
    right: 1.3333333333vw;
  }
}
#contents .mainSection .summary__icon-img {
  width: 176px;
  height: 176px;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__icon-img {
    width: 23.0666666667vw;
    height: 23.0666666667vw;
    margin-bottom: 1.6vw;
  }
}
#contents .mainSection .summary__icon-txt {
  font-size: 18px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__icon-txt {
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .summary__icon-txt small {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__icon-txt small {
    font-size: max(14px, 3.7333333333vw);
  }
}
#contents .mainSection .summary__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__link {
    gap: 6vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__link-01 {
    margin-bottom: 18.4vw;
  }
}
#contents .mainSection .summary__link-02 {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__link-02 {
    gap: 6vw;
    margin-bottom: 6.9333333333vw;
  }
}
#contents .mainSection .summary__link-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcee22;
  font-size: 20px;
  width: 1099px;
  min-height: 56px;
  text-align: center;
  color: #333333;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__link-btn {
    text-align: center;
    width: 92vw;
    min-height: 7.4666666667vw;
    padding: 1.6vw 0;
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .summary__link-btn img {
  width: 100%;
  display: block;
}
#contents .mainSection .summary__link-btn::after {
  content: "";
  width: 1099px;
  height: 100%;
  border: solid 1px #0090ce;
  position: absolute;
  top: 3px;
  left: 3px;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .summary__link-btn::after {
    width: 100%;
    height: 100%;
    top: 0.4vw;
    left: 0.4vw;
  }
}

#contents .mainSection .sclr {
  width: 100%;
  padding-top: 68px;
  position: relative;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(122, 219, 246, 0.25) 10px, rgba(122, 219, 246, 0.25) 20px);
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr {
    padding-top: 6.6666666667vw;
  }
}
#contents .mainSection .sclr__ttl {
  width: 1242px;
  margin: 0 auto;
  font-size: 38px;
  text-align: center;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__ttl {
    width: 100%;
    font-size: max(20px, 5.3333333333vw);
  }
}
#contents .mainSection .sclr__ttl::before, #contents .mainSection .sclr__ttl::after {
  content: "";
  width: 353px;
  height: 4px;
  background: #363d4f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__ttl::before, #contents .mainSection .sclr__ttl::after {
    width: 14.6666666667vw;
    height: 0.5333333333vw;
    top: 55%;
  }
}
#contents .mainSection .sclr__ttl::before {
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__ttl::before {
    left: 0;
  }
}
#contents .mainSection .sclr__ttl::after {
  right: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__ttl::after {
    right: 0;
  }
}
#contents .mainSection .sclr__sub {
  text-align: center;
  font-size: 22px;
  margin-bottom: 42px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__sub {
    font-size: max(16px, 4.2666666667vw);
    margin-bottom: 4vw;
  }
}
#contents .mainSection .sclr__flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 10px 30px;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__flex {
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 43.3333333333vw);
    row-gap: 4vw;
    -moz-column-gap: 5.6vw;
         column-gap: 5.6vw;
    margin-bottom: 0;
    padding: 1.3333333333vw 1.3333333333vw 12vw;
  }
}
#contents .mainSection .sclr__block {
  width: 295px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block {
    width: 100%;
  }
}
#contents .mainSection .sclr__block-float {
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block-float {
    top: 0.6666666667vw;
    font-size: max(14px, 3.7333333333vw);
  }
}
#contents .mainSection .sclr__block-float-01 {
  left: 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block-float-01 {
    left: 1.3333333333vw;
    top: 0;
  }
}
#contents .mainSection .sclr__block-float-02 {
  right: 55px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block-float-02 {
    right: auto;
    left: 1.3333333333vw;
    top: 17.3333333333vw;
  }
}
#contents .mainSection .sclr__block-txt {
  font-size: 16px;
  text-align: center;
  margin: 20px auto 15px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block-txt {
    font-size: max(16px, 4.2666666667vw);
    margin: 2.1333333333vw auto 1.8666666667vw;
  }
  #contents .mainSection .sclr__block-txt-h {
    min-height: 20vw;
  }
}
#contents .mainSection .sclr__block-txt sup {
  font-size: 12px;
  top: auto;
  bottom: 4px;
  line-height: normal;
  margin-left: -6px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block-txt sup {
    display: inline-block;
    bottom: 1.3333333333vw;
    margin: 0 -0.8vw;
  }
}
#contents .mainSection .sclr__block-desc {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__block-desc {
    letter-spacing: -0.058em;
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .sclr__caution {
  width: 1260px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__caution {
    width: 94.6666666667vw;
    padding-bottom: 4vw;
    background: #ffffff;
    margin-bottom: 5.6vw;
  }
}
#contents .mainSection .sclr__caution li {
  position: relative;
  padding-left: 3.2em;
  font-size: 14px;
}
#contents .mainSection .sclr__caution li span {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__caution li {
    font-size: max(14px, 3.7333333333vw);
  }
}
#contents .mainSection .sclr__caution-02 {
  background: none;
  margin-top: 10px;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__caution-02 {
    margin-top: 2vw;
  }
}
#contents .mainSection .sclr__caution-02 li {
  position: relative;
  padding-left: 3.4em;
  font-size: 14px;
  line-height: 1.25;
}
#contents .mainSection .sclr__caution-02 li span {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__caution-02 li {
    font-size: max(12px, 3.2vw);
  }
}
#contents .mainSection .sclr__recc-ttl {
  width: 820px;
  height: 116px;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__recc-ttl {
    width: 95.2vw;
    height: 15.4666666667vw;
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .sclr__recc-ttl span {
  margin-top: -16px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__recc-ttl span {
    margin-top: -2.6666666667vw;
  }
}
#contents .mainSection .sclr__recc-ttl:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/products/largeprinter/poster-printing/images/recc_ttl.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr__recc-ttl:before {
    background: url("/products/largeprinter/poster-printing/images/recc_ttl_sp.png") no-repeat center/contain;
  }
}
#contents .mainSection .sclr .printer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer {
    width: 100%;
    flex-direction: column;
  }
}
#contents .mainSection .sclr .printer-01, #contents .mainSection .sclr .printer-02, #contents .mainSection .sclr .printer-03 {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer-01, #contents .mainSection .sclr .printer-02, #contents .mainSection .sclr .printer-03 {
    width: 86.6666666667vw;
  }
}
#contents .mainSection .sclr .printer__img {
  width: 320px;
  height: 290px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__img {
    width: 86.6666666667vw;
    height: 40vw;
    margin-bottom: 2vw;
  }
}
#contents .mainSection .sclr .printer__type {
  background: #ffffff;
  width: 100%;
  height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__type {
    width: -moz-fit-content;
    width: fit-content;
    height: 10.8vw;
    background: none;
    align-items: flex-start;
    position: absolute;
    margin-bottom: 1.3333333333vw;
  }
}
#contents .mainSection .sclr .printer__type-clr {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__type-clr {
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .sclr .printer__type-model {
  font-size: 31px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__type-model {
    font-size: max(20px, 5.4666666667vw);
    line-height: 0.9756097561;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer-01 .printer__type {
    top: 16.6666666667vw;
    right: 4vw;
  }
  #contents .mainSection .sclr .printer-02 .printer__type {
    top: 18.6666666667vw;
    right: 4vw;
  }
  #contents .mainSection .sclr .printer-03 .printer__type {
    top: 16.6666666667vw;
    right: 2vw;
  }
}
#contents .mainSection .sclr .printer__price {
  width: 100%;
  border: solid 2px #ff0200;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price {
    margin-bottom: 1.3333333333vw;
  }
}
#contents .mainSection .sclr .printer__price-label {
  background: #ffffff;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price-label {
    font-size: max(16px, 4.2666666667vw);
    padding: 1.3333333333vw 0;
  }
}
#contents .mainSection .sclr .printer__price-label.grey {
  color: #727171;
}
#contents .mainSection .sclr .printer__price-flex {
  background: #ff0200;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3px 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price-flex {
    padding: 0.4vw 0.8vw;
  }
}
#contents .mainSection .sclr .printer__price-flex-btwn {
  justify-content: space-between;
}
#contents .mainSection .sclr .printer__price-payment {
  font-size: 14px;
  line-height: 1.0714285714;
  letter-spacing: -0.048em;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price-payment {
    font-size: max(12px, 3.2vw);
  }
}
#contents .mainSection .sclr .printer__price-payment sup {
  font-size: 12px;
  top: auto;
  bottom: 0px;
  margin-left: -6px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price-payment sup {
    bottom: 0.8vw;
    margin-left: -1.3333333333vw;
  }
}
#contents .mainSection .sclr .printer__price-num {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price-num {
    font-size: max(20px, 5.3333333333vw);
  }
}
#contents .mainSection .sclr .printer__price-num .yen {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__price-num .yen {
    font-size: max(12px, 3.2vw);
  }
}
#contents .mainSection .sclr .printer__desc {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__desc {
    padding: 1.3333333333vw;
    font-size: max(12px, 3.2vw);
  }
}
#contents .mainSection .sclr .printer__desc-inner {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__desc-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 1.3333333333vw;
  }
}
#contents .mainSection .sclr .printer__info {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__info {
    text-align: center;
    font-size: max(16px, 4.2666666667vw);
    margin-bottom: 1.3333333333vw;
    letter-spacing: -0.048em;
  }
}
#contents .mainSection .sclr .printer__speed {
  border: 1px solid #005196;
  text-align: center;
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__speed {
    margin-right: 1.3333333333vw;
    width: 84vw;
    height: 9.0666666667vw;
    margin-bottom: 1.3333333333vw;
    font-size: max(16px, 4.2666666667vw);
    font-weight: 500;
  }
}
#contents .mainSection .sclr .printer__cost {
  display: flex;
  gap: 1px;
  font-size: 16px;
  letter-spacing: -0.07em;
  text-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost {
    width: 100%;
    gap: 1.3333333333vw;
  }
}
#contents .mainSection .sclr .printer__cost p {
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost p {
    width: 100%;
    gap: 8vw;
    font-size: max(16px, 4.2666666667vw);
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost-lead {
    width: 42.0666666667vw;
    height: 9.4666666667vw;
    background: url("/products/largeprinter/poster-printing/images/border_blue.svg") no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost-sub {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#contents .mainSection .sclr .printer__cost sup {
  font-size: 12px;
  margin-left: -6px;
  top: auto;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost sup {
    bottom: 1.3333333333vw;
    margin-left: -0.8vw;
  }
}
#contents .mainSection .sclr .printer__cost .smaller {
  letter-spacing: -0.07em;
  position: absolute;
  top: 0;
  left: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost {
    flex-direction: column;
  }
}
#contents .mainSection .sclr .printer__cost p:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #005196;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__cost p:nth-child(1)::after {
    content: none;
  }
}
#contents .mainSection .sclr .printer__link {
  background: #005196;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  width: 390px;
  height: 31px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__link {
    font-size: max(16px, 4.2666666667vw);
    width: 84vw;
    height: 9.0666666667vw;
  }
}
#contents .mainSection .sclr .printer__link-arw {
  width: 14px;
  height: 14px;
  display: block;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .sclr .printer__link-arw {
    width: max(12px, 1.8666666667vw);
    height: max(12px, 1.8666666667vw);
  }
}

#contents .mainSection .contact {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact {
    margin-bottom: 13.3333333333vw;
  }
}
#contents .mainSection .contact__caution {
  width: 1260px;
  margin: 16px auto 78px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__caution {
    width: 100%;
    margin: 3.7333333333vw auto 12vw;
  }
}
#contents .mainSection .contact__caution li {
  position: relative;
  padding-left: 2.6em;
  font-size: 14px;
}
#contents .mainSection .contact__caution li span {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__caution li {
    font-size: max(14px, 3.7333333333vw);
  }
}
#contents .mainSection .contact__ttl {
  font-size: 27px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__ttl {
    font-size: max(12px, 3.6vw);
    margin-bottom: 6.4vw;
  }
}
#contents .mainSection .contact__inner {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2.6666666667vw;
  }
}
#contents .mainSection .contact__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__flex {
    gap: 2.6666666667vw;
    justify-content: flex-start;
  }
}
#contents .mainSection .contact__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__wrap {
    gap: 4vw;
  }
}
#contents .mainSection .contact__img {
  flex-shrink: 0;
}
#contents .mainSection .contact__img-01 {
  width: 198px;
  height: 128px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__img-01 {
    width: 30.6666666667vw;
    height: 16.5333333333vw;
  }
}
#contents .mainSection .contact__img-02 {
  width: 250px;
  height: 128px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__img-02 {
    width: 30.6666666667vw;
    height: 16.5333333333vw;
  }
}
#contents .mainSection .contact__name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__name {
    font-size: max(20px, 5.2vw);
  }
}
#contents .mainSection .contact__txt {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__txt {
    font-size: max(16px, 4.2666666667vw);
  }
}
#contents .mainSection .contact__desc {
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .contact__desc {
    width: 89.3333333333vw;
    font-size: max(16px, 4.2666666667vw);
  }
}

html {
  min-width: 1240px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    min-width: auto;
  }
}

body {
  font-size: 62.5%;
}

.sectionWrap {
  position: relative;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  background: url(../images/sectionWrap_bg.png) no-repeat center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 84px;
}
@media screen and (max-width: 1080px) {
  .sectionWrap {
    min-width: 1240px;
    max-width: 1240px;
    margin: 0 auto !important;
    overflow: hidden;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .sectionWrap {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/sectionWrap_bg-sp.png) no-repeat center top;
    background-size: cover;
  }
}

#contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #contents {
    width: 100vw;
    overflow: hidden;
  }
}
#contents .txt_basic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
#contents a {
  transition: 200ms ease-in-out;
}
#contents a:hover {
  opacity: 0.8;
}
#contents .container__inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  #contents .container__inner {
    width: 100%;
  }
}
#contents .headSection {
  padding-bottom: 24px;
}
#contents .headSection .innerBlock {
  width: 1240px;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  #contents .headSection .innerBlock {
    width: 100%;
    padding: 0 15px;
  }
}
#contents .headSection .innerBlock .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#contents .headSection .innerBlock .ttl .productsLogo a {
  display: inline-block;
  width: 147px;
}
@media screen and (max-width: 750px) {
  #contents .headSection .innerBlock .ttl .productsLogo a {
    width: 125px;
  }
}
#contents .headSection .innerBlock .ttl .productsLogo a img {
  width: 100%;
}
#contents .headSection .innerBlock .ttl h1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
}
#contents .headSection .innerBlock .ttl h1 span {
  font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
  #contents .headSection .innerBlock .ttl h1 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #contents .headSection .innerBlock .ttl h1 {
    width: 100%;
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding-left: 0;
  }
  #contents .headSection .innerBlock .ttl h1::after {
    display: none;
  }
}
#contents body {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-style: normal;
}
#contents .mainSection {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #contents .mainSection {
    width: 100%;
    min-width: auto;
  }
}
#contents .mainSection img {
  width: 100%;
}
#contents .mainSection sup {
  line-height: normal;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .onlyPc {
    display: none;
  }
}
#contents .mainSection .onlyPc-inline {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .onlyPc-inline {
    display: none;
  }
}
#contents .mainSection .onlySp {
  display: none;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .onlySp {
    display: block;
  }
}
#contents .mainSection .onlySp-inline {
  display: none;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .onlySp-inline {
    display: inline-block;
  }
}
#contents .mainSection .orange {
  color: #d84005;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#contents .mainSection .link-img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .link-img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
#contents .mainSection .link-img-02 {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .link-img-02 {
    width: 4vw;
    height: 4vw;
  }
}
#contents .mainSection .link-img img {
  display: block;
  width: 100%;
  height: 100%;
}
#contents .mainSection .spacing-blank {
  margin-left: 2px;
}
#contents .mainSection .spacing-minus {
  margin-left: -4px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-minus {
    margin-left: -1.3333333333vw;
  }
}
#contents .mainSection .spacing-quotation {
  margin-left: 6px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-quotation {
    margin-left: 0.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-dot {
    margin: 0 -1.3333333333vw;
  }
}
#contents .mainSection .spacing-comma {
  margin-right: -10px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-comma {
    margin-right: -2vw;
  }
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-comma-inline {
    display: inline-block;
  }
}
#contents .mainSection .spacing-bracket {
  margin-left: -4px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-bracket {
    margin-left: -2.1333333333vw;
  }
}
#contents .mainSection .spacing-bracket-r {
  margin-right: -8px;
}
@media screen and (max-width: 750px) {
  #contents .mainSection .spacing-bracket-r {
    margin-right: -1.8666666667vw;
  }
}