@charset "utf-8";

html {
  scroll-padding-top: 131px;
}

/*========================================================================*\

$main

\*========================================================================*/

#topmain {
  margin: 131px 0 3rem 0;
  position: relative;
}

.slider {
  margin: 0 auto 3rem auto;
  width: 100%;
}

.slider-img {
  margin: 0 10px;
}

.slider-img img {
  height: auto;
  width: 100%;
}

.thumbnail {
  margin: 0 auto;
  width: 1100px;
}

.thumbnail .slick-track {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: unset !important;
}

.thumbnail-img {
  float: none !important;
  height: auto;
  margin-right: 1.5%;
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.thumbnail-img:last-child {
  margin-right: 0;
}

.thumbnail-img.slick-slide.slick-current.slick-active {
  border: 3px solid #ff0000;
  opacity: 1;
}

.thumbnail-img img {
  width: 100%;
}

#lowermain #mainInner {
  background-size: cover !important;
  height: 450px;
  position: relative;
}

#lowermain.aboutmain #mainInner {
  background: url(../about/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.companymain #mainInner {
  background: url(../company/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.newsmain #mainInner {
  background: url(../news/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.privacymain #mainInner {
  background: url(../privacy/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.searchmain #mainInner {
  background: url(../search/img/lowermain.jpg) no-repeat 0 60px;
}

#lowermain.sellmain #mainInner {
  background: url(../sell/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.servicemain #mainInner {
  background: url(../service/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.shopmain #mainInner {
  background: url(../shop/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.contactmain #mainInner {
  background: url(../contact/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain.recruitmain #mainInner {
  background: url(../recruit/img/lowermain.jpg) no-repeat 0 center;
}

#lowermain #mainInner #textBox {
  background: #ffffff;
  border-radius: 30px 0 0 0;
  bottom: 0;
  font-weight: bold;
  padding: 4rem 0 0 5rem;
  position: absolute;
  right: 0;
  width: 45%;
  z-index: 10;
}

#lowermain.contactmain #mainInner #textBox {
  background: #f7f7f7;
}

#lowermain #mainInner #textBox h2 {
  color: #ff0000;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 0rem;
}

#lowermain #mainInner #textBox p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

/*========================================================================*\

$Co

\*========================================================================*/

#Co section {
  position: relative;
}

#index #Co .tll .sub {
  color: #ff0000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.2rem;
}

#index #Co .tll h2 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
}

#index #Co h2.ttl_c {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 30px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

#index #Co h2.ttl_c:before {
  background-size: contain;
  content: "";
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

#Co h2 .ss {
  font-size: 1.8rem !important;
}

#Co .bgcolor {
  background: #f8f8f8;
}

#Co .chara,
#Co .human {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  z-index: 100;
}

/*========================================================================*\

$newsSection

\*========================================================================*/

#Co #newsSection {
  background: linear-gradient(
      45deg,
      #fef5d9 25%,
      transparent 25%,
      transparent 75%,
      #fef5d9 75%
    ),
    linear-gradient(
      45deg,
      #fef5d9 25%,
      transparent 25%,
      transparent 75%,
      #fef5d9 75%
    );
  background-color: #ffffff;
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
  width: 100%;
}

#Co #newsSection h2.ttl_c:before {
  background-image: url(../images/news_ico.png);
  height: 71px;
  width: 140px;
}

#Co #newsSection .box03Inner {
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
  display: block;
  padding: 2rem;
  text-decoration: none;
}

#Co #newsSection .box03Inner .photo {
  margin-bottom: 1rem !important;
}

#Co #newsSection .box03Inner h3 {
  align-items: center;
  background: url(../images/ico_arrow.png) no-repeat 0 10px;
  background-size: 14px;
  color: #000000;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0 0 0 23px;
}

#Co #newsSection .box03Inner p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#Co #newsSection .chara_01 {
  top: 185px;
}

#Co #newsSection .chara_02 {
  bottom: 172px;
  right: 333px;
}

#Co #newsSection .human_01 {
  bottom: 0;
  right: 0;
}

/*========================================================================*\

$aboutSection

\*========================================================================*/

#Co #aboutSection {
  background: url(../images/bg_about.jpg) no-repeat center center;
  background-attachment: fixed;
}

#Co #aboutSection h2.ttl_c {
  color: #ffffff;
  margin-bottom: 1rem;
}

#Co #aboutSection h2.ttl_c:before {
  background-image: url(../images/about_ico.png);
  height: 62px;
  width: 80px;
}

#Co #aboutSection .catch {
  color: #ffffff;
  text-align: center;
}

#Co #aboutSection .box04 li {
  width: 22%;
}

/*========================================================================*\

$shopSection

\*========================================================================*/

#Co #shopSection {
  background-color: #ff0000;
  background-image: radial-gradient(#ff1f1f 20%, transparent 20%),
    radial-gradient(#ff1f1f 20%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  width: 100%;
}

#Co #shopSection h2.ttl_c {
  color: #ffffff;
  margin-bottom: 1rem;
}

#Co #shopSection .catch {
  color: #ffffff;
  text-align: center;
}

#Co #shopSection h2.ttl_c:before {
  background-image: url(../images/shop_ico.png);
  height: 68px;
  width: 87px;
}

#Co #shopSection .box02 {
  margin-bottom: 5rem;
}

#Co #shopSection .box02Inner {
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
  display: block;
  padding: 2rem 2rem 1rem 2rem;
  text-decoration: none;
}

#Co #shopSection .box02Inner .photo {
  margin-bottom: 1rem !important;
}

#Co #shopSection .box02Inner .photo img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#Co #shopSection .box02Inner h4 {
  background: url(../images/ico_arrow.png) no-repeat 0 13px;
  background-size: 16px;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 24px;
}

#Co #shopSection h3 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 3rem 0;
  padding: 0;
  text-align: center;
}

#Co #shopSection h3:before {
  background-image: url(../images/ico_search.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 31px;
  margin-right: 0.8rem;
  vertical-align: middle;
  width: 49px;
}

#Co #shopSection .box05 {
margin-bottom: 8rem;
}

#Co #shopSection .box05Inner {
  align-items: center;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
  display: flex;
  padding: 3rem 1rem 1rem 1rem;
  text-decoration: none;
}

#Co #shopSection .box05Inner:hover {
  background: #ffe5e5;
  transform: translateY(-5px);
}

#Co #shopSection .box05Inner:nth-child(2):hover {
  background: #fff3e5;
}

#Co #shopSection .box05Inner:nth-child(3):hover {
  background: #f3e9f3;
}

#Co #shopSection .box05Inner:nth-child(4):hover {
  background: #f2f9e8;
}

#Co #shopSection .box05Inner:nth-child(5):hover {
  background: #e9f7fe;
}

#Co #shopSection .box05Inner .detailBox {
  width: 100%;
}

#Co #shopSection .box05Inner p {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}

#Co #shopSection .box05Inner p span,
#Co #shopSection .box05Inner:hover p {
  color: #ff0000;
}

#Co #shopSection .box05Inner:nth-child(2) p span,
#Co #shopSection .box05Inner:nth-child(2):hover p {
  color: #ff8c00;
}

#Co #shopSection .box05Inner:nth-child(3) p span,
#Co #shopSection .box05Inner:nth-child(3):hover p {
  color: #872787;
}

#Co #shopSection .box05Inner:nth-child(4) p span,
#Co #shopSection .box05Inner:nth-child(4):hover p {
  color: #7fc31c;
}

#Co #shopSection .box05Inner:nth-child(5) p span,
#Co #shopSection .box05Inner:nth-child(5):hover p {
  color: #28b4fe;
}

#Co #shopSection .box05Inner .detailBox:before {
  background-image: url(../images/ico_ordinary.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto 1rem auto;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

#Co #shopSection .box05Inner:nth-child(2) .detailBox:before {
  background-image: url(../images/ico_kei.png);
  height: 57px;
  width: 100px;
}

#Co #shopSection .box05Inner:nth-child(3) .detailBox:before {
  background-image: url(../images/ico_urban.png);
  height: 58px;
  width: 109px;
}

#Co #shopSection .box05Inner:nth-child(4) .detailBox:before {
  background-image: url(../images/ico_vivid.png);
  height: 49px;
  width: 109px;
}

#Co #shopSection .box05Inner:nth-child(5) .detailBox:before {
  background-image: url(../images/ico_flat7.png);
  height: 35px;
  width: 157px;
}

#Co #shopSection .chara_07 {
  top: 86px;
  left: 0;
}

#Co #shopSection .human_02 {
  left: -9px;
  top: 403px;
}

#Co #shopSection .human_03 {
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1750px) {
  #Co #newsSection .human_01,
  #Co #shopSection .human_03 {
    width: 15%;
  }

  #Co #shopSection .human_02 {
    top: 97px;
    width: 25%;
  }

  #Co #newsSection .human_01 img,
  #Co #shopSection .human_02 img,
  #Co #shopSection .human_03 img {
    width: 100%;
  }
}

@media only screen and (max-width: 1450px) {
  #Co #shopSection .human_02,
  #Co #shopSection .human_03 {
    display: none;
  }
}

/*========================================================================*\

$serviceSection

\*========================================================================*/

#Co #serviceSection {
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 15px,
    rgba(239, 249, 255, 1) 15px,
    rgba(239, 249, 255, 1) 25px
  );
  background-size: auto auto;
}

#Co #serviceSection .bg-photo > img {
  display: none;
}

#Co #serviceSection .bg {
  background-image: url(../images/service_img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 50%;
  z-index: 0;
}

#Co #serviceSection .wrap {
  margin: 0 auto;
  padding: 4.5rem 0 2.5rem 60rem;
  position: relative;
  width: 1100px;
}

#Co #serviceSection .btnGroup {
  margin: 5rem auto 0 auto;
  width: auto;
}

#Co #serviceSection .btnGroup ul li a {
  padding: 1rem 0rem;
}

#Co #serviceSection .chara_03 {
  bottom: 88px;
  right: 0;
}

/*========================================================================*\

$recruitSection

\*========================================================================*/

#recruitSection .box02 {
  background: #ff0000;
  border: 5px solid #ff0000;
  border-radius: 10px;
}

#Co #recruitSection .tll h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

#recruitSection .box02 .box02Inner h2,
#recruitSection .box02 .box02Inner .tll .sub,
#recruitSection .box02 .box02Inner p {
  color: #ffffff;
}

#recruitSection .box02 .box02Inner h2,
#recruitSection .box02 .box02Inner p {
  margin-left: 5rem;
}

#Co #recruitSection .box02 .box02Inner .tll .sub {
  background: url(../images/ico_recruit.png) no-repeat 0 0;
  background-size: 12px 13px;
  color: #ffffff;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
}

#recruitSection .box02 .box02Inner:first-child {
  width: 52%;
}

#recruitSection .box02 .box02Inner:first-child img {
  border-radius: 0 6px 6px 0;
}

#recruitSection .box02 .box02Inner:last-child {
  padding: 3rem 0 1.3rem 2.3rem;
}

#Co #recruitSection .box02 .box02Inner .btn {
  margin: 0 !important;
  width: 65%;
}

#Co #recruitSection .box02 .box02Inner .btn a {
  background: #ffffff;
  color: #ff0000;
  padding: 1.2rem 1rem;
}

#Co #recruitSection .box02 .box02Inner .btn a:after {
  border-right: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
}

#recruitSection .recruit_parts {
  margin: 0 !important;
  position: absolute;
  z-index: 20;
}

#recruitSection .recruit_parts.recruit_parts_01 {
  left: 405px;
  top: -66px;
}

#recruitSection .recruit_parts.recruit_parts_02 {
  left: 265px;
  top: 25px;
}

#recruitSection .recruit_parts.recruit_parts_03 {
  bottom: 33px;
  left: 8px;
}

#recruitSection .recruit_parts.recruit_parts_04 {
  bottom: -4px;
  left: 365px;
}

/*========================================================================*\

$bannerSection

\*========================================================================*/

#bannerSection {
  background: #f7f7f7;
}

#bannerSection #bannerSectionInner {
  margin: 0 auto;
  padding: 2rem;
  width: 1100px;
}

#bannerSection #bannerSectionInner img {
  margin: 0 !important;
  padding: 0;
  vertical-align: bottom;
}

#bannerSection #bannerSectionInner .slick-slide {
  margin: 0 10px 0 0 !important;
  padding: 0;
  vertical-align: bottom;
}

#bannerSection #bannerSectionInner .slick-slide div:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}
#bannerSection .slick-next:before,
#bannerSection .slick-prev:before {
  color: #000000 !important;
}

/*========================================================================*\

$footer

\*========================================================================*/
footer {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

footer #footerInner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 4rem 0;
  position: relative;
  width: 1100px;
}

@media only screen and (max-width: 1100px) {
  footer #footerInner {
    max-width: 100%;
    padding: 4rem 2rem;
  }
}

footer #footerInner #footerInnerL {
  width: 50%;
}

footer #footerInner #footerInnerL h2 {
  margin-bottom: 1.5rem;
  width: 276px;
}

footer #footerInner #footerInnerL address {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.3rem;
  line-height: 1.6;
}

footer #footerInner #footerInnerR {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
}

footer #footerInner #footerInnerR ul {
  margin: 0;
  padding: 0;
}

footer #footerInner #footerInnerR ul:first-child {
  margin-right: 3rem;
}

footer #footerInner #footerInnerR ul li {
  font-size: 1.3rem;
}

footer #footerInner #footerInnerR ul li:nth-child(n + 2) {
  margin-top: 0.5rem !important;
}

footer #footerInner #footerInnerR ul li a {
  color: rgba(0, 0, 0, 0.8);
}

footer #footerInner #footerInnerR ul li a:hover {
  color: #ff0000;
}

footer #footerInner #footerInnerR ul li::before {
  border-color: transparent transparent transparent #ff0000;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 0.8rem;
  width: 0;
}

footer #footerInner .chara_06 {
  bottom: 0;
  position: absolute;
  left: 0;
}

footer #copy {
  background: #000000;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  padding: 1.5rem;
  text-align: center;
}

/*========================================================================*\

$tirashiArea

\*========================================================================*/

#tirashiArea {
  bottom: 70px;
  opacity: 0;
  position: fixed;
  position: fixed;
  right: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 2000;
}

#tirashiArea.active {
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}

#tirashiArea.Close {
  display: none;
}

#tirashiArea #btnClose {
  bottom: 270px;
  position: fixed;
  right: 20px;
  z-index: 2001;
}

#tirashiArea_sp {
display: none;
}

/*========================================================================*\


$contactSection

\*========================================================================*/

#contactSection {
  background: #ff0000;
  padding: 4rem 0;
}

#index #contactSection {
  display: none;
}

#contactSection #contactSectionInner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 2rem 0;
  position: relative;
  width: 100%;
}

#Co .contactArea {
  text-align: center;
}

#contactSection #contactSectionInner h3,
#Co .contactArea h3 {
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

#contactSection #contactSectionInner h3 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  padding: 0;
  position: relative;
}

#contactSection #contactSectionInner h3 .dot {
  color: #ffffff;
}

#contactSection #contactSectionInner h3 .dot::before {
  background-color: #ffffff;
  height: 0.6rem;
  width: 0.6rem;
}

#contactSection #contactSectionInner h3::before,
#Co .contactArea h3::before {
  content: "" !important;
  background: transparent !important;
}

#Co .contactArea .btn,
#contactSection #contactSectionInner .btn {
  margin: 3rem auto 0 auto;
  position: relative;
  width: 350px;
}

#contactSection #contactSectionInner .btn a {
  align-items: center;
  background: #ffffff;
  border-radius: 100px;
  color: #ff0000;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 10;
}

#contactSection #contactSectionInner .btn a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

#contactSection #contactSectionInner .btn a::before {
  border-right: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

#contactSection #contactSectionInner .btn .chara,
#Co .contactArea .btn .chara {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

/*========================================================================*\

$page

\*========================================================================*/

#Co .page h2,
#Co #newsPage .detailSection h1 {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 5rem 0;
  padding: 0.3rem 0 0.3rem 2.5rem;
  position: relative;
}

#Co .page h2:before,
#Co #newsPage .detailSection h1:before {
  background: #ff0000;
  border-radius: 0.6rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

#Co .page h2.no {
  margin: 0 0 5rem 0;
  padding: 0;
}

#Co .page h2 .ss {
  font-size: 3rem !important;
}

#Co .page h2.no:before {
  content: none;
}

#Co .page h3,
.lity-container .lity-content h3,
#Co #newsPage .detailSection h2 {
  border-bottom: 2px solid #d2d2d2;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 3rem 0;
  padding: 0 0 1.5rem 0;
  position: relative;
}

#Co .page h3:before,
.lity-container .lity-content h3:before,
#Co #newsPage .detailSection h2:before {
  background: #ff0000;
  bottom: -0.2rem;
  content: "";
  display: block;
  height: 100%;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: auto;
  width: 10%;
}

#Co .page h4,
#Co #newsPage .detailSection h3 {
  border-bottom: 3px dotted #cccccc;
  border-image: none;
  border-left: none;
  border-top: none;
  line-height: 1.6;
  margin: 5rem 0 2rem 0;
  padding: 0 0 1rem 2.6rem;
  position: relative;
}

#Co .page h4:before,
#Co #newsPage .detailSection #CoL h3:before {
  background: transparent;
  border-color: #ff0000;
  border-image: initial;
  border-radius: 50px;
  border-style: solid;
  border-width: 4px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 16px;
}

#Co .page h5,
#Co #newsPage .detailSection #CoL h4 {
  border-image: linear-gradient(
      180deg,
      rgba(255, 0, 0, 1) 0%,
      rgba(255, 82, 0, 1) 100%
    )
    1/0 0 0 2px;
  border-image-slice: 1;
  border-left: solid;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding: 0 0 0 1.5rem;
}

#Co #newsPage .detailSection #CoL h4:before {
  content: none;
}

#Co .page section h6,
#Co #newsPage .detailSection #CoL h5 {
  background: rgba(255, 0, 0, 0.1);
  border: none;
  border-radius: 6px;
  color: #ff0000;
  margin-bottom: 2rem;
  padding: 1rem 2rem 0.8rem 2rem;
}

#Co #newsPage .detailSection #CoL h6 {
  background: transparent;
  color: #ff0000;
  margin-bottom: 2rem;
  padding: 0;
}

#Co .page h2 + h3 {
  margin-top: 2rem;
}

/*========================================================================*\

$aboutPage

\*========================================================================*/

#Co #aboutPage .aboutBox {
  background: #fff4f4;
  border: 4px solid #ff0000;
  border-radius: 10px;
  padding: 6rem 5rem 5rem 5rem;
}

#Co #aboutPage .aboutBox {
  margin-top: 8rem;
  position: relative;
}

#Co #aboutPage .aboutBox .aboutBoxInner {
  margin: 0 !important;
}

#Co #aboutPage .aboutBox h3 {
  background: #ff0000;
  border-radius: 60px;
  color: #ffffff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  left: 50%;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 350px;
}

#Co #aboutPage .aboutBox h3::before,
#Co #aboutPage .aboutBox h4::after {
  content: none;
}

#Co #aboutPage .aboutBox h4 {
  background: url(../about/img/ico_title.png) no-repeat 0 0.4rem;
  background-size: 30px 29px;
  border: none;
  color: #ff0000;
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
}

#Co #aboutPage .aboutBox h4:before {
  content: none;
}

#Co #aboutPage .aboutBox p {
  margin: 0;
}

#Co #aboutPage .aboutBox .box02Inner:first-child {
  width: 430px;
}

#Co #aboutPage .aboutBox .chara_l,
#Co #aboutPage .aboutBox .chara_R {
  height: 98px;
  width: 82px;
}

#Co #aboutPage .aboutBox .chara_l {
  left: 330px;
  top: -66px;
}

#Co #aboutPage .aboutBox .chara_R {
  right: 330px;
  top: -66px;
}


/*========================================================================*\

$shopPage

\*========================================================================*/

#Co #shopPage .menuBox .box04Inner,
#Co #servicePage .flatSection .menuBox .box04Inner {
  background-color: rgba(255, 38, 38, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(255, 0, 0, 1) 5px,
    rgba(255, 0, 0, 1) 10px
  );
  background-size: auto auto;
  border-radius: 10px;
  display: block;
  padding: 1rem;
  text-decoration: none;
  width: 24%;
}

#Co #shopPage .menuBox .box04Inner img,
#Co #servicePage .flatSection .menuBox .box04Inner img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#Co #shopPage .menuBox .box04Inner p,
#Co #servicePage .flatSection .menuBox .box04Inner p {
  background: url(../images/ico_arrow_f.png) no-repeat 0 15px;
  background-size: 15px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 0.7rem 0 0 2.3rem;
}

#Co #shopPage .menuBox .box04Inner p .ss,
#Co #servicePage .flatSection .menuBox .box04Inner p .ss {
  font-size: 1.2rem;
}

#Co #shopPage .menuBox .box04Inner:nth-child(2) {
  background-color: rgba(255, 157, 38, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(255, 140, 0, 1) 5px,
    rgba(255, 140, 0, 1) 10px
  );
  background-size: auto auto;
}

#Co #shopPage .menuBox .box04Inner:nth-child(3) {
  background-color: rgba(72, 191, 254, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(40, 180, 254, 1) 5px,
    rgba(40, 180, 254, 1) 10px
  );
  background-size: auto auto;
}

#Co #shopPage .menuBox .box04Inner:nth-child(4) {
  background-color: rgba(146, 204, 62, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(127, 195, 28, 1) 5px,
    rgba(127, 195, 28, 1) 10px
  );
  background-size: auto auto;
}

#Co #shopPage .shopBox,
#Co #companyPage .shopBox {
  border: 4px solid #ff0000;
  border-radius: 10px;
  margin-bottom: 5rem;
  position: relative;
}

#Co #shopPage .shopBox h3 {
  margin: 3rem;
}

#Co #companyPage .shopBox figure img,
#Co #shopPage .shopBox figure img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#Co #shopPage .shopBox .label,
#Co #companyPage .shopBox .label {
  background: rgba(255, 0, 0, 0.05);
  border-radius: 10px;
  color: #ff0000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 1.2rem 2rem;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 35px;
}

#Co #shopPage .shopBox .shopBoxInner,
#Co #companyPage .shopBox .shopBoxInner {
  padding: 0 3rem;
}

#Co #shopPage .shopBox .shopBoxInner .box02Inner {
  width: 44.660194174757%;
}

#Co #shopPage .shopBox .shopBoxInner .box02Inner:first-child {
  width: 51.456310679612%;
}

#Co #shopPage .shopBox .shopBoxInner .box02Inner .slick-dotted.slick-slider {
  margin: 0 !important;
}

#Co #shopPage .shopBox .shopBoxInner .box02Inner .slick-dots {
  bottom: 5px !important;
}

#Co
  #shopPage
  .shopBox
  .shopBoxInner
  .box02Inner
  .slick-dots
  li.slick-active
  button:before {
  color: #ff0000;
}

#Co #shopPage .shopBox .shopBoxInner h4 {
  border: none;
  color: #ff0000;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  padding: 0;
}

#Co #shopPage .shopBox .shopBoxInner h4::before {
  content: none;
}

#Co #shopPage .shopBox .shopBoxInner p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

#Co #shopPage .shopBox .shopBoxInner li {
  margin: 0 !important;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox {
  background: #fff4f4;
  border-radius: 10px;
  padding: 1rem 2rem 2rem 2rem;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox .tblBorder {
  margin: 0 0 2rem 0;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox .tblBorder th,
#Co #shopPage .shopBox .shopBoxInner .detailBox .tblBorder td {
  background: transparent;
  border-bottom: 1px solid #ff0000;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.7rem 0;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox .tblBorder th {
  color: #ff0000;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox .tblBorder td a {
  color: #ff0000;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox .btn {
  margin: 0 auto;
}

#Co #shopPage .shopBox .shopBoxInner .detailBox .btn a {
  font-size: 1.2rem;
  padding: 1rem 0;
  width: 300px;
}

#Co #shopPage .shopBox .shopBoxBottom {
  background-color: rgba(255, 38, 38, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(255, 0, 0, 1) 5px,
    rgba(255, 0, 0, 1) 10px
  );
  background-size: auto auto;
  padding: 3rem 0 2.6rem 0;
  position: relative;
}

#Co #shopPage .shopBox .shopBoxBottom .btn {
  margin: 0 auto;
}

#Co #shopPage .shopBox .shopBoxBottom .btn a {
  background: #ffffff;
  color: #ff0000;
}

#Co #shopPage .shopBox .shopBoxBottom .btn a:after {
  border-right: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
}

#Co #shopPage .colorBox {
  position: relative;
}

#Co #shopPage .colorBox .chara {
  position: absolute;
  right: -20px;
  top: -60px;
}

#Co #shopPage .shopBox .shopBoxBottom .chara {
  left: 352px;
  position: absolute;
  top: 8px;
}

#Co #shopPage .shopBox#kei,
#Co #companyPage .shopBox#kei {
  border: 4px solid #ff8c00;
}
#Co #shopPage .shopBox#kei h3:before,
#Co #companyPage .shopBox#kei h3:before {
  background: #ff8c00;
}
#Co #shopPage .shopBox#kei .label,
#Co #companyPage .shopBox#kei .label {
  background: rgba(255, 140, 0, 0.05);
  color: #ff8c00;
}

#Co #shopPage .shopBox#kei .shopBoxInner h4 {
  color: #ff8c00;
}
#Co
  #shopPage
  .shopBox#kei
  .shopBoxInner
  .box02Inner
  .slick-dots
  li.slick-active
  button:before {
  color: #ff8c00;
}
#Co #shopPage .shopBox#kei .shopBoxInner .detailBox {
  background: #fff7ef;
}
#Co #shopPage .shopBox#kei .shopBoxInner .detailBox .tblBorder th,
#Co #shopPage .shopBox#kei .shopBoxInner .detailBox .tblBorder td,
#Co #companyPage .shopBox#kei .tblBorder th {
  border-bottom: 1px solid #ff8c00;
}
#Co #shopPage .shopBox#kei .shopBoxInner .detailBox .tblBorder th,
#Co #companyPage .shopBox#kei .tblBorder th {
  color: #ff8c00;
}
#Co #shopPage .shopBox#kei .shopBoxInner .detailBox .tblBorder td a {
  color: #ff8c00;
}
#Co #shopPage .shopBox#kei .shopBoxInner .detailBox .btn a {
  background: #ff8c00;
}
#Co #shopPage .shopBox#kei .shopBoxBottom {
  background-color: rgba(255, 157, 38, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(255, 140, 0, 1) 5px,
    rgba(255, 140, 0, 1) 10px
  );
  background-size: auto auto;
}
#Co #shopPage .shopBox#kei .shopBoxBottom .btn a {
  color: #ff8c00;
}
#Co #shopPage .shopBox#kei .shopBoxBottom .btn a:after {
  border-right: solid 2px #ff8c00;
  border-top: solid 2px #ff8c00;
}

#Co #shopPage .shopBox#urban,
#Co #companyPage .shopBox#urban {
  border: 4px solid #28b4fe;
}
#Co #shopPage .shopBox#urban h3:before,
#Co #companyPage .shopBox#urban h3:before {
  background: #28b4fe;
}
#Co #shopPage .shopBox#urban .label,
#Co #companyPage .shopBox#urban .label {
  background: rgba(40, 180, 254, 0.05);
  color: #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxInner h4 {
  color: #28b4fe;
}
#Co
  #shopPage
  .shopBox#urban
  .shopBoxInner
  .box02Inner
  .slick-dots
  li.slick-active
  button:before {
  color: #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxInner .detailBox {
  background: rgba(40, 180, 254, 0.05);
}
#Co #shopPage .shopBox#urban .shopBoxInner .detailBox .tblBorder th,
#Co #shopPage .shopBox#urban .shopBoxInner .detailBox .tblBorder td,
#Co #companyPage .shopBox#urban .tblBorder th {
  border-bottom: 1px solid #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxInner .detailBox .tblBorder th,
#Co #companyPage .shopBox#urban .tblBorder th {
  color: #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxInner .detailBox .tblBorder td a {
  color: #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxInner .detailBox .btn a {
  background: #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxBottom {
  background-color: rgba(72, 191, 254, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(40, 180, 254, 1) 5px,
    rgba(40, 180, 254, 1) 10px
  );
  background-size: auto auto;
}
#Co #shopPage .shopBox#urban .shopBoxBottom .btn a {
  color: #28b4fe;
}
#Co #shopPage .shopBox#urban .shopBoxBottom .btn a:after {
  border-right: solid 2px #28b4fe;
  border-top: solid 2px #28b4fe;
}
#Co #shopPage .shopBox#vivid,
#Co #companyPage .shopBox#vivid {
  border: 4px solid #92cc3e;
  margin-bottom: 0;
}
#Co #shopPage .shopBox#vivid h3:before,
#Co #companyPage .shopBox#vivid h3:before {
  background: #92cc3e;
}
#Co #shopPage .shopBox#vivid .label,
#Co #companyPage .shopBox#vivid .label {
  background: rgba(146, 204, 62, 0.05);
  color: #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxInner h4 {
  color: #92cc3e;
}
#Co
  #shopPage
  .shopBox#vivid
  .shopBoxInner
  .box02Inner
  .slick-dots
  li.slick-active
  button:before {
  color: #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxInner .detailBox {
  background: rgba(146, 204, 62, 0.05);
}
#Co #shopPage .shopBox#vivid .shopBoxInner .detailBox .tblBorder th,
#Co #shopPage .shopBox#vivid .shopBoxInner .detailBox .tblBorder td,
#Co #companyPage .shopBox#vivid th {
  border-bottom: 1px solid #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxInner .detailBox .tblBorder th,
#Co #companyPage .shopBox#vivid th {
  color: #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxInner .detailBox .tblBorder td a {
  color: #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxInner .detailBox .btn a {
  background: #92cc3e;
}
#Co #shopPage .shopBox#vivid .label {
  background: rgba(146, 204, 62, 0.05);
  color: #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxBottom {
  background-color: rgba(146, 204, 62, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(127, 195, 28, 1) 5px,
    rgba(127, 195, 28, 1) 10px
  );
  background-size: auto auto;
}
#Co #shopPage .shopBox#vivid .shopBoxBottom .btn a {
  color: #92cc3e;
}
#Co #shopPage .shopBox#vivid .shopBoxBottom .btn a:after {
  border-right: solid 2px #92cc3e;
  border-top: solid 2px #92cc3e;
}

/*========================================================================*\

$servicePage

\*========================================================================*/

#Co #servicePage .introductionBox .box03Inner {
  background: #ff0000;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}

#Co #servicePage .introductionBox .box03Inner figure {
  margin-bottom: 2rem;
}

#Co #servicePage .introductionBox .box03Inner dt,
#Co #servicePage .introductionBox .box03Inner dd {
  color: #ffffff;
}

#Co #servicePage .introductionBox .box03Inner dt {
  font-size: 3rem;
  letter-spacing: 0.4rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: center;
}

#Co #servicePage .introductionBox .box03Inner dt span {
  color: #fff000;
  letter-spacing: 0.4rem;
}

#Co #servicePage .introductionBox .box03Inner dt .dot {
  padding-top: 0.1em;
  position: relative;
}

#Co #servicePage .introductionBox .box03Inner dt .dot::before {
  background-color: #fff000;
  height: 0.5rem;
  width: 0.5rem;
}

#Co #servicePage .introductionBox .box03Inner dd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding-right: 5.5rem;
  text-align: left;
}

#Co #servicePage .introductionBox .box03Inner .chara {
  bottom: 0;
  right: 1rem;
}

#Co #servicePage .introductionBox .box03Inner:nth-child(2) {
  background: #28b4fe;
}

#Co #servicePage .introductionBox .box03Inner:nth-child(3) {
  background: #7fc31c;
}

#Co #servicePage .syakenSection .priceBox {
  margin-top: 8rem;
}

#Co #servicePage .syakenSection .tbl {
  table-layout: fixed;
}

#Co #servicePage .syakenSection h3 .ss {
  font-size: 1.8rem;
}

#Co #servicePage .syakenSection .tbl th,
#Co #servicePage .syakenSection .tbl td {
  padding: 1rem;
  text-align: center;
}

#Co #servicePage .syakenSection .tbl td,
.lity-container .lity-content table.tbl td {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}

#Co #servicePage .syakenSection .tbl td.total {
  color: #d80000;
  font-size: 3.2rem;
  font-weight: 600;
}

#Co #servicePage .syakenSection .tbl td .ss {
  color: #28489c;
  font-size: 1.4rem;
}

#Co #servicePage .syakenSection .NotesBox .NotesBoxInner {
  background: #fff7f7;
  padding: 3rem 2rem;
  width: 32%;
}

#Co #servicePage .syakenSection .NotesBox .NotesBoxInner:last-child {
  width: 65%;
}

#Co #servicePage .syakenSection .NotesBox .NotesBoxInner h4,
#Co #flowSection .flowBox .flowBoxInner .NotesBoxInner h4 {
  border-left: 3px solid #ff0000;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 0 !important ;
  padding-left: 2rem;
}

#Co #servicePage .syakenSection .NotesBox .NotesBoxInner h4::before,
#Co #flowSection .flowBox .flowBoxInner .NotesBoxInner h4::before {
  content: none;
}

#Co #servicePage .syakenSection .NotesBox .NotesBoxInner li {
  width: 100%;
}

#Co #servicePage .syakenSection .NotesBox .NotesBoxInner li:nth-child(n + 2),
#Co #servicePage .syakenSection .NotesBox .NotesBoxInner li:nth-child(n + 3) {
  margin: 0 !important;
}

.lity-container {
  max-width: 60% !important;
}

.lity-container .lity-content {
  background: #ffffff;
  margin: 0 auto;
  padding: 5rem;
  width: 100%;
}

.lity-container .lity-content table.tbl {
  margin-bottom: 0;
}

.lity-container .lity-content table.tbl td {
  white-space: nowrap;
}

.lity-container .lity-content p {
  margin-bottom: 2rem;
}

.lity-container .lity-content p:last-child {
  margin-bottom: 0;
}

#Co #servicePage .flatSection.bgcolor h2 {
  border: none;
  color: #ffffff;
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: center;
}

#Co #servicePage .flatSection.bgcolor .heading::before,
#Co #servicePage .flatSection.bgcolor .heading::after {
  background-color: #ffffff;
}

#Co #servicePage .flatSection.bgcolor .heading::before {
  margin: -1rem 3.5rem 0 0;
  margin-right: 35px;
  transform: rotate(-35deg);
}

#Co #servicePage .flatSection.bgcolor .heading::after {
  margin: -1rem 0 0 3.5rem;
  transform: rotate(35deg);
}

#Co #servicePage .flatSection.bgcolor .catch {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 5rem;
  text-align: center;
}

#Co #servicePage .flatSection h4 {
  border: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

#Co #servicePage .flatSection h4::before {
  content: none;
}

#Co #servicePage .flatSection #anchorBox {
  margin: 8rem 0 0 0;
}

#Co #servicePage .flatSection #anchorBox li a {
  border: 2px solid #fb805f;
  color: #fb805f;
  font-size: 2rem;
  font-weight: 700;
}
#Co #servicePage .flatSection #anchorBox li:nth-child(2) a {
  border: 2px solid #0950a0;
  color: #0950a0;
}
#Co #servicePage .flatSection #anchorBox li:nth-child(3) a {
  border: 2px solid #4db15b;
  color: #4db15b;
}
#Co #servicePage .flatSection #anchorBox li:nth-child(4) a {
  border: 2px solid #fe9929;
  color: #fe9929;
}

#Co #servicePage .flatSection #anchorBox ul li a:after {
  border-right: solid 2px #fb805f;
  border-top: solid 2px #fb805f;
}
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a:after {
  border-right: solid 2px #0950a0;
  border-top: solid 2px #0950a0;
}
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a:after {
  border-right: solid 2px #4db15b;
  border-top: solid 2px #4db15b;
}
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a:after {
  border-right: solid 2px #fe9929;
  border-top: solid 2px #fe9929;
}

#Co #servicePage .flatSection #anchorBox ul li a:before,
#Co #servicePage .flatSection #anchorBox ul li a.on:before,
#Co #servicePage .flatSection #anchorBox ul li a:hover:before,
#Co #servicePage .flatSection #anchorBox ul li a:focus:before,
#Co #servicePage .flatSection #anchorBox ul li a:active:before,
#Co #servicePage .flatSection #anchorBox ul li a.on:before {
  background: #fb805f;
}
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a.on:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a:hover:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a:focus:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a:active:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(2) a.on:before {
  background: #0950a0;
}
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a.on:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a:hover:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a:focus:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a:active:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(3) a.on:before {
  background: #4db15b;
}
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a.on:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a:hover:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a:focus:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a:active:before,
#Co #servicePage .flatSection #anchorBox ul li:nth-child(4) a.on:before {
  background: #fe9929;
}

#Co #servicePage .flatSection.bgcolor h2:before {
  content: none;
}

#Co #servicePage .flatSection#a01 .box02Inner p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}

#Co #servicePage .flatSection#a01 {
  background: #fb805f;
}

#Co #servicePage .flatSection#a02 {
  background: #0950a0;
}

#Co #servicePage .flatSection#a03 {
  background: #4db15b;
}

#Co #servicePage .flatSection#a04 {
  background: #fe9929;
}

/*========================================================================*\

$flowSection

\*========================================================================*/

#Co #flowSection .flowBox {
  margin-top: 5rem;
  padding: 0 0 0 90px;
  position: relative;
  z-index: 10;
}

#Co #flowSection .flowBox .num {
  background: #ff0000;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  left: -90px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 11;
}

#Co #flowSection .flowBox:after {
  background: #fff000;
  content: "";
  display: block;
  height: 100%;
  left: 22px;
  position: absolute;
  top: 1px;
  width: 16px;
}

#Co #flowSection .flowBox .flowBoxInner {
  background: #ffffff;
  margin: 0 0 4rem 0;
  padding: 4rem 3rem;
  position: relative;
}

#Co #flowSection .flowBox .flowBoxInner .box02Inner {
  width: calc(100% - 340px);
}

#Co #flowSection .flowBox .flowBoxInner .box02Inner h3 {
  font-size: 2.4rem;
  margin: 0 0 2rem 0 !important;
  padding: 0 0 1.5rem 0;
}

#Co #flowSection .flowBox .flowBoxInner .box02Inner h5 {
  border: none;
  color: #ff0000;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  padding: 0;
}

#Co #flowSection .flowBox .flowBoxInner .box02Inner h5::after {
  content: none;
}

#Co #flowSection .flowBox .flowBoxInner .box02Inner:first-child {
  width: 300px;
}

#Co #flowSection .flowBox .flowBoxInner .NotesBoxInner {
  background: #fff7f7;
  padding: 3rem;
}

#Co #flowSection .flowBox .flowBoxInner .NotesBoxInner li {
  font-size: 1.4rem;
}

#Co #flowSection .flowBox .flowBoxInner .NotesBoxInner li:nth-child(n + 4) {
  margin: 0.5rem 0 0 0 !important;
}

/*========================================================================*\

$companyPage

\*========================================================================*/

#Co #companyPage .box {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 5rem;
  padding: 3rem 5rem 5rem 5rem;
}

#Co #companyPage .shopBox {
  background: #ffffff;
  margin-bottom: 0;
  padding: 3rem;
}

#Co #companyPage .shopBox {
  border: 4px solid #ff0000;
  border-radius: 10px;
  position: relative;
}

#Co #companyPage .shopBox h3 {
  margin-top: 0;
}

#Co #companyPage .shopBox table {
  margin: 0;
}

/*タイムライン全体の設定*/
.timeline {
  width: 100%;
}

.timeline li {
  list-style: none;
  padding: 0 0 20px 0;
  position: relative;
}

.timeline dl {
  margin: 0 0 20px 3em;
}

.timeline dd strong {
  display: block;
  padding: 10px 0;
}

/*絶対配置で線を設定*/
.border-line {
  background: #d2d2d2;
  height: 0; /*はじめは高さを0に*/
  left: 0.5em;
  position: absolute;
  top: 0;
  width: 4px;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
  background: #ff0000;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}


#Co #companyPage .sdgsBox .detailBox {
  display: flex;
  justify-content: space-between;
background: #ffffff;
padding: 2rem;
}

#Co #companyPage .sdgsBox .detailBox .sdgs_07 {
  font-weight: 700;
  color: #f0bf41;
}
#Co #companyPage .sdgsBox .detailBox .sdgs_08 {
  font-weight: 700;
  color: #8a1f33;
}

#Co #companyPage .sdgsBox .detailBox .sdgs_11 {
  font-weight: 700;
  color: #e9a53a;
}

#Co #companyPage .sdgsBox .detailBox .sdgs_12 {
  font-weight: 700;
  color: #c99432;
}

#Co #companyPage .sdgsBox .detailBox .sdgs_17 {
  font-weight: 700;
  color: #102f64;
}

#Co #companyPage .sdgsBox .detailBox .detailBoxInner {
  width: 65%;
}

#Co #companyPage .sdgsBox .detailBox .detailBoxInner:first-child {
  width: 30%;
}

/*========================================================================*\

$contactPage

\*========================================================================*/

#Co #searchPage .sectionInner {
  width: 100%;
  max-width: 1400px;
}

#Co #searchPage .sectionInner iframe {
  width: 100%;
  height: 1200px;
  overflow-x: hidden;
}

@media only screen and (max-width: 1400px) {
  #Co #searchPage .sectionInner iframe {
    overflow-x: auto;
  }
}

/*========================================================================*\

$contactPage

\*========================================================================*/

#Co #contactPage {
  background: #f7f7f7;
}

#Co #contactPage #contactForm {
  background: #ffffff;
  padding: 5rem;
}

/*========================================================================*\

$sellPage

\*========================================================================*/

#Co #sellPage .aboutBox {
  background: #fff4f4;
  border: 4px solid #ff0000;
  border-radius: 10px;
  padding: 8rem 5rem 5rem 5rem;
}

#Co #sellPage .aboutBox.secondBox {
  background: #edf8fe;
  border: 4px solid #28b4fe;
}

#Co #sellPage .aboutBox.thaadBox {
  background: #f4f9ec;
  border: 4px solid #7fc31c;
}

#Co #sellPage .aboutBox {
  margin-top: 8rem;
  position: relative;
}

#Co #sellPage .aboutBox .aboutBoxInner {
  margin: 0 !important;
}

#Co #sellPage .aboutBox h3 {
  background: #ff0000;
  border-radius: 60px;
  color: #ffffff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  left: 50%;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 600px;
}

#Co #sellPage .aboutBox.secondBox h3 {
  background: #28b4fe;
}

#Co #sellPage .aboutBox.thaadBox h3 {
  background: #7fc31c;
}

#Co #sellPage .aboutBox h3::before,
#Co #sellPage .aboutBox h4::after {
  content: none;
}

#Co #sellPage .aboutBox h4 {
  background: url(../about/img/ico_title.png) no-repeat 0 0.4rem;
  background-size: 30px 29px;
  border: none;
  color: #ff0000;
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
}

#Co #sellPage .aboutBox h4::before {
  content: none;
}

#Co #sellPage .aboutBox.secondBox h4 {
  background: url(../about/img/ico_title_02.png) no-repeat 0 0.4rem;
  background-size: 30px 29px;
  color: #28b4fe;
}

#Co #sellPage .aboutBox.thaadBox h4 {
  background: url(../about/img/ico_title_03.png) no-repeat 0 0.4rem;
  background-size: 30px 29px;
  color: #7fc31c;
}

#Co #sellPage .aboutBox p {
  margin: 0;
}

#Co #sellPage .aboutBox .box02Inner:first-child {
  width: 430px;
}

#Co #sellPage .aboutBox .chara_l,
#Co #sellPage .aboutBox .chara_R {
  height: 98px;
  width: 82px;
}

#Co #sellPage .aboutBox .chara_l {
  left: 200px;
  top: -66px;
}

#Co #sellPage .aboutBox .chara_R {
  right: 200px;
  top: -66px;
}

#Co #sellPage .btn.long {
  width: 650px;
}

#Co #sellPage .btn.long a {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
}

#Co #sellPage .btn.long a .ss {
  display: inline;
  font-size: 1.6rem;
}

/*========================================================================*\

$newsPage

\*========================================================================*/

.wp-block-table thead {
  border: none !important;
}

#Co #newsPage #newsSection {
  background: none;
}

#Co #newsPage #newsSection .sectionInner {
  display: flex;
  justify-content: space-between;
}

#Co #newsPage #newsSection .sectionInner h2 {
  margin-bottom: 3rem;
}

#Co #newsPage #newsSection .sectionInner #CoL {
  width: 750px;
}

#Co #newsPage #newsSection .sectionInner #CoR {
  width: 300px;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner {
  border-bottom: 1px dashed #cccccc;
  color: #000000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  text-decoration: none;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner:last-child {
  margin-bottom: 0;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner:hover dd {
  color: #ff0000;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner figure {
  width: 20%;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner dl {
  width: 75%;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#Co #newsPage #newsSection .sectionInner .newsBoxInner dd {
  line-height: 1.6;
}

/* -- CoR -- */
#Co #newsPage #newsSection .sectionInner #CoR .sideBox h3 {
  background: #ff0000;
  border: none;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0;
  padding: 0.6em 0;
  text-align: center;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBox h3::before {
  content: none;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner {
  background: #f8f8f8;
  border-radius: 0 0 8px 8px;
  margin: 0 0 1.5em;
  padding: 0;
  text-align: left;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul {
  margin: 0;
  padding: 0;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li {
  margin: 0;
  padding: 0;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li a {
  border-top: 2px solid #ffffff;
  color: #000000;
  display: block;
  padding: 1.2rem 2.6rem;
  position: relative;
  text-decoration: none;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li a:hover {
  color: #ff0000;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li a:before,
#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li a:after {
  content: "";
  margin: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li a:before {
  background: #ff0000;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

#Co #newsPage #newsSection .sectionInner #CoR .sideBoxInner ul li a:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  height: 6px;
  right: 16px;
  top: 46%;
  transform: rotate(45deg);
  width: 6px;
}

mark {
  font-style: normal;
}

/* -- detailSection -- */

#Co #newsPage #newsSection .sectionInner .day + h2 {
  margin-top: 0;
}

#Co #newsPage .detailSection #CoL .day {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: right;
}

#Co #newsPage .detailSection p {
  margin-bottom: 20px;
}

#Co #newsPage .detailSection li {
  margin-bottom: 0;
}

#Co #newsPage .detailSection .btn a {
  background: #000000;
}
