@charset "utf-8";
/* CSS Document */
#contWrap {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  width: 100%;
}
#contWrap li {
  list-style-type: none;
}
#contWrap img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
#contWrap p {
  line-height: 1.7;
}
#contWrap a {
  text-decoration: none;
}
#contWrap a:hover {
  opacity: 0.6;
}
#contWrap .link-text {
  text-decoration: underline;
  color: #0E499E;
}
@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/* コンテンツ内共通 */
#contWrap .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .title-border-right {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  color: #D72027;
}
#contWrap .title-border-right:after {
  position: absolute;
  bottom: 23px;
  width: 50%;
  height: 5px;
  right: 0;
  content: '';
  background: #D72027;
}
#contWrap .title-border-right:after {
  margin-left: 1rem;
}
#contWrap .title-border-right>span {
  font-weight: lighter;
  font-size: 26px;
  letter-spacing: 0.5em;
}
#contWrap .title-bold {
  font-size: 36px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  #contWrap .flex-box {
    display: block;
  }
  #contWrap .title-border-right {
    font-size: 26px;
  }
  #contWrap .title-border-right>span {
    font-size: 18px;
  }
  #contWrap .title-bold {
    font-size: 26px;
  }
}
@media screen and (max-width: 380px) {
  #contWrap .title-border-right>span {
    font-size: 16px;
  }
}
/* introduction */
#introduction {
  padding: 0 60px;
  margin-top: 60px;
}
#introduction h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: solid 5px #D72027;
  display: inline-block;
  padding-bottom: 30px;
}
#introduction .right-box {
  width: 50%;
}
#introduction .left-box {
  width: 46%;
}
@media screen and (max-width: 750px) {
  #introduction {
    padding: 0 10px;
  }
  #introduction h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  #introduction .right-box,
  #introduction .left-box {
    width: 100%;
  }
  #introduction .right-box {
    margin-top: 20px;
  }
}
/*似顔絵*/
#nigaoe {
  margin-top: 130px;
  padding: 0 60px;
}
#nigaoe h4 {
  margin-top: 32px;
  margin-bottom: 22px;
}
#nigaoe .text-center-box>h4,
#original-character .text-center-box>h4 {
  margin-top: 0;
}
#nigaoe .img-box,
#original-character .img-box {
  margin-top: 34px;
}
#nigaoe .icon-box,
#original-character .icon-box {
  width: 132px;
  margin: 20px auto 0 auto;
}
#nigaoe .text-center-box,
#original-character .text-center-box {
  text-align: center;
}
#nigaoe .nigaoe-img-box {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  #nigaoe,
  #original-character {
    padding: 0 10px;
  }
  #nigaoe .text-center-box,
  #original-character .text-center-box {
    text-align: left;
  }
}
/*キャラクター*/
#original-character {
  margin-top: 100px;
}
#original-character .title-border-right {
  color: #EC5A24;
}
#original-character .title-border-right:after {
  background: #EC5A24;
  width: 43%;
}
#original-character h4 {
  margin-top: 32px;
  margin-bottom: 22px;
}
#original-character .flex-box {
  margin: 50px auto 0 auto;
  width: 70%;
}
#original-character .character-img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #original-character .title-border-right:after {
    width: 34%;
  }
  #original-character .flex-box,
  #original-character .character-img {
    width: 100%;
  }
}
/*ギャラリー*/
.gallery {
  text-align: center;
  padding: 80px 60px;
  position: relative;
  margin-top: 120px;
}
.gallery:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F4EEDE;
  transform: skewY(7deg);
  z-index: -1;
}
.gallery h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
  background-image: url(../images/ttl-back-img@2x.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 86px;
  line-height: 1;
  padding-top: 16px;
}
.gallery h4>span {
  font-weight: lighter;
  font-size: 18px;
  letter-spacing: 0.5em;
}
.gallery .text-wrap {
  margin-top: 40px;
}
#nigaoe-gallery .gallery-box {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
}
#nigaoe-gallery .gallery-box .wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 10%;
}
#nigaoe-gallery .gallery-box .wrap .nigaoe-gallery-img {
  width: 20%;
}
#nigaoe-gallery .gallery-box .wrap .text-box {
  width: 70%;
  text-align: left;
}
#nigaoe-gallery .gallery-box .wrap .text-box .span {
  font-weight: bold;
}
#nigaoe-gallery .gallery-box .wrap .text-box .tag {
  background-color: #333;
  padding: 8px 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
}
#nigaoe-gallery .gallery-box .wrap .text-box .customer {
  margin-bottom: 20px;
}
#nigaoe-gallery .gallery-img {
  width: 24%;
  margin-bottom: 16px;
}
#nigaoe-gallery .gallery-box h5 {
  font-weight: bold;
  margin-bottom: 16px;
}
#nigaoe-gallery .flex-box {
  margin-top: 20px;
}
#nigaoe-gallery #trekking .wrap{
  padding: 30px 4%;
}
#nigaoe-gallery #trekking .wrap .nigaoe-gallery-img,
#nigaoe-gallery #trekking .wrap .text-box{
  width: 47%;
}
#character-gallery .gallery-rogo {
  width: 30%;
  margin-bottom: -182px;
}
#character-gallery .gallery-box {
  margin-top: 16px;
  margin-bottom: 30px;
}
#character-gallery .gallery-box>.wrap {
  background-color: #FFF;
  padding: 60px;
  padding-top: 40px;
  z-index: -1;
}
#character-gallery .gallery-box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
#character-gallery .gallery-box .text-box {
  text-align: left;
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
#character-gallery .gallery-box .text-box p {
  margin-top: 0;
}
#character-gallery .character-gallery-img {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gallery {
    padding: 80px 10px;
    text-align: left;
  }
  .gallery h4 {
    font-size: 30px;
    height: 86px;
    color: #0E3E3E;
    background-image: none;
    text-align: center;
  }
  .gallery h4>span {
    font-size: 16px;
  }
  .gallery .text-wrap {
    margin-top: 0;
  }
  #nigaoe-gallery .gallery-box .wrap,
  #nigaoe-gallery #trekking .wrap{
    display: block;
  }
  #nigaoe-gallery .gallery-box .wrap .nigaoe-gallery-img{
    width: 50%;
    margin: 0 auto;
  }
  #nigaoe-gallery .gallery-box .wrap{
    padding: 30px 8%;
  }
  #nigaoe-gallery .gallery-box .wrap .text-box,
  #nigaoe-gallery #trekking .wrap .nigaoe-gallery-img,
  #nigaoe-gallery #trekking .wrap .text-box{
    width: 100%;
  }
  #nigaoe-gallery .flex-box {
    display: flex;
  }
  #nigaoe-gallery .gallery-img {
    width: 49%;
  }
  #character-gallery .gallery-rogo {
    width: 100%;
    margin-bottom: -168px;
  }
  #character-gallery .gallery-box>.wrap {
    padding: 180px 30px 60px 30px;
  }
  #character-gallery .gallery-box .text-box {
    width: 100%;
  }
}
/*看板製作*/
#production {
  padding: 100px 60px 80px 60px;
  position: relative;
}
#production:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F4EEDE;
  transform: skewY(7deg);
  z-index: -1;
}
#production .production-box-top {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
#production .text-box h4 {
  font-size: 34px;
  color: #0E3E3E;
  font-weight: bold;
}
#production .text-box h4:before {
  content: url(../images/ninki-icon.png);
  margin-right: 20px;
  position: relative;
  top: 5px;
  left: 0;
}
#production .title-border-right:after {
  width: 43%;
}
#production .production-box-top .icon-box {
  width: 220px;
  margin: 16px 0;
}
#production .production-box-top .text-box {
  width: 68%;
}
#production .production-box-top .image-box {
  width: 30%;
}
#production .production-box {
  background-color: #FFF;
  width: 24%;
  margin-top: 20px;
  text-align: center;
}
#production .production-box figure {
  width: 100%;
  margin: 0;
}
#production .production-box figcaption {
  padding: 7px 0 10px 0;
  color: #0E3E3E;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #production {
    padding: 100px 10px 80px 10px;
  }
  #production .production-box-top .text-box {
    width: 100%;
  }
  #production .text-box h4 {
    font-size: 20px;
  }
  #production .text-box h4:before {
    content: '';
    display: inline-block;
    width: 43px;
    height: 39px;
    background-image: url(../images/ninki-icon.png);
    background-size: contain;
    vertical-align: middle;
    top: -8px;
    margin-right: 0;
  }
  #production .production-box-top .image-box {
    width: 100%;
    margin-top: 20px;
  }
  #production .flex-box {
    display: flex;
  }
  #production .production-box {
    width: 49%;
  }
}
/*注文の流れ*/
#order-flow {
  margin-top: 100px;
  padding: 0 60px;
  margin-bottom: 100px;
}
#order-flow .title-border-right:after {
  width: 60%;
}
#order-flow .flow-wrap {
  margin-top: 50px;
}
#order-flow article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#order-flow article p {
  line-height: 1.5;
}
#order-flow span {
  font-size: 14px;
  font-weight: bold;
}
#order-flow .flowBox {
  width: 18%;
  background-color: #0E3E3E;
  border: solid 2px #0E3E3E;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#order-flow .white {
  background-color: #FFF;
  color: #0E3E3E;
}
#order-flow .white p {
  font-weight: bold;
}
#order-flow .flowBox:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #0E3E3E transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  margin-left: 0;
  top: 88px;
  left: calc(50%-10px);
}
#order-flow .end:after {
  content: none;
}
#order-flow .flowText {
  width: 80%;
}
#order-flow .picture-wrap {
  background-color: #F4EEDE;
  padding: 60px 16%;
  margin-top: 60px;
  border-radius: 16px;
}
#order-flow .picture-wrap h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#order-flow .picture-wrap li {
  list-style-type: square;
  margin-left: 23px;
}
#order-flow .picture-wrap .flex-box {
  margin: 30px auto;
}
#order-flow .picture-wrap .img-box {
  width: 26%;
}
#order-flow .picture-wrap .text-box {
  width: 70%;
  background-color: #FFF;
  padding: 30px 28px;
  ;
}
#order-flow .picture-wrap .text-box p {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #order-flow {
    padding: 0 10px;
  }
  #order-flow article {
    font-size: 14px;
  }
  #order-flow .picture-wrap {
    padding: 40px 20px;
  }
  #order-flow .picture-wrap .img-box {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  #order-flow .picture-wrap .text-box {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 380px) {
  #contWrap .title-border-right:after {
    width: 46%;
  }
  #production .title-border-right:after {
    width: 38%;
  }
  #order-flow .title-border-right:after {
    width: 56%;
  }
  #original-character .title-border-right:after {
    width: 28%;
  }
}
/*問い合わせ追記*/
.illustration-contact {
  padding: 80px 60px;
  position: relative;
  margin-top: 120px;
}
.illustration-contact:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D72027;
  transform: skewY(7deg);
  z-index: -1;
  background-image: url(../images/inquiry-back-img@2x.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.illustration-contact {
  margin: 0;
  padding-bottom: 110px;
}
.illustration-contact>h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 18px 0;
  padding: 30px 0 0 0;
  text-shadow: 1px 1px 10px #333;
}
.illustration-contact>p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px #333;
}
.end-contact {
  background-color: #D72027;
  background-image: url(../images/inquiry-back-img@2x.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 30px 0 60px 0;
  margin-bottom: 50px;
}
.end-contact:before {
  content: none;
}
@media screen and (max-width: 750px) {
  .illustration-contact {
    padding: 80px 10px;
  }
  .illustration-contact>h3 {
    font-size: 26px;
  }
  .illustration-contact>p {
    font-size: 16px;
    text-align: left;
  }
}
/*contactA お問合せエリア*/
#contWrap .contactA-area {
  width: 100%;
  background-color: #D72027;
  padding: 0 0 44px 0;
  margin: 60px auto 0 auto;
  background-image: url(../images/inquiry-back-img@2x.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.contactA-area {
  margin: 0;
  padding: 0;
}
.contactA-area>h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 18px 0;
  padding: 30px 0 0 0;
}
.contactA-area>p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.contactA-wrap {
  width: 75.86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contactA-box {
  width: 48.86%;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 0 3px;
  text-align: center;
}
.contactA-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contactA-tel {
  color: #ff6c00;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}
.contactA-box-p {
  color: #333;
  margin: 20px 0;
  font-size: 14px;
}
.contactA-btn {
  /*ボタン*/
  display: inline-block;
  background-color: #ff6c00;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #a14400;
  margin-bottom: 20px;
  position: relative;
}
.contactA-btn:hover, .contactA-tel:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .contactA-area>p {
    font-size: 14px;
  }
  .contactA-wrap {
    width: 100%;
    display: block;
  }
  .contactA-box {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 8px;
  }
  .contactA-box:nth-child(1) {
    margin-bottom: 20px;
  }
}
/*cuvicエリア*/
#cuvic-link {
  background-color: #FFEC01;
  text-align: center;
  background-image: url("../images/cuvic-inquiry@2x.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
#cuvic-link h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 50px 0 14px 0;
}
#cuvic-link .link-btn {
  display: inline-block;
  font-size: 20px;
  padding: 16px 30px;
  background-color: #0A7C24;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 4px #032a0c;
  margin: 32px 0 100px 0;
  text-decoration: none;
}
#cuvic-link .link-btn:hover {
  text-decoration: none;
  opacity: 0.5;
}
#cuvic-link .link-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 10px;
  background: url("../images/target-icon@2x.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  #cuvic-link {
    background-color: #FFEC01;
    text-align: center;
    background-image: url("../images/cuvic-inquiry_S@2x.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
  }
  #cuvic-link p {
    text-align: left;
  }
  #cuvic-link .link-btn {
    margin: 32px 10px 100px 10px;
  }
}
/*お問合せ右下固定ボタン*/
#contWrap .footer_fix_btn {
  position: fixed;
  width: 80px;
  right: 0px;
  bottom: 100px;
}
#contWrap .footer_fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#contWrap .footer_fix_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #contWrap .footer_fix_btn {
    position: fixed;
    width: 48px;
    right: 0px;
    bottom: 10px;
    z-index: 999;
  }
}
