@charset "UTF-8";
html {
    font-size:100%;
    width:100%;
}
body {
    font-family:"Yu Gothic Medium","游ゴシック medium","Yu Gothic","游ゴシック体","ヒラギノ角ゴ",sans-serif;
    line-height:1.7;
    color: #444444 ;
    background-color: #f0f0ef;
}
html,body{
    height:100%;
    margin : 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
}
/* PCトップページ */
/* PC Header */
#header {
  width:100%;
  padding:0 0 0 2em;
  display: flex;
  justify-content: space-between;
	position: fixed;
  z-index: 100;
}
.header-logo {
  width:15%;
}
.header-logo img {
  width: 100%;
  padding-top: 7%;
}
.gnav-pc-wrap {
  display: flex;
  align-items: center;
  margin-right: 2%;
}
ul.gnav-pc li {
  margin-left: 30px;
  margin-right: 45px;
  display: inline;
}
ul.gnav-pc li a  {
  font-size: 18px;
  letter-spacing: 0.13em;
  color:#FFF;
}
ul.gnav-pc li a:hover {
  color: #fbc637;
}
.btn-header,a.btn-header,button.btn-header {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.4rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
a.btn-solid-header {
  color: #fff;
  border-top: 4px solid #efb928;
  border-right: 4px solid #cb9400;
  border-bottom: 4px solid #cb9400;
  border-left: 4px solid #ffdc7f;
  border-radius: 0;
  background: #333;
}
a.btn-solid-header:hover {
  color: #fff;
  border-top: 4px solid #cb9400;
  border-right: 4px solid #ffdc7f;
  border-bottom: 4px solid #efb928;
  border-left: 4px solid #cb9400;
}
.contact-button {
  width: 130px;
  background-color: #222;
  color:#fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 3px;
  text-align: center;
  line-height: 25px;
  padding: 1% ;
  margin-right: 0%;
  box-shadow: 2px 2px 1px #666;
}
.contact-button:hover {
  background-color: #fbc637;
  transition : 1s;
}
/* スクロールヘッダーのCSS */
  header.scroll-nav {
    background: #333333;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  /* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を白にする */
  header.scroll-nav .logo,
  header.scroll-nav ul li a,
  header.toggle_btn {
    color: #FFF;
  }
#mainvisual {
    width: 100%;
    height: 91vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5%;
}
#mainvisual::after {
    content: '';
    width: 60%;
    border-bottom: 1000px solid #333;
    border-left: 150px solid transparent;
    right: 0px;
    position: absolute;
    bottom: -3%;
    z-index: -1;
}
.mainvisual-img {
    width: 70%;
    height: 70vh;
}
.mainvisual-img img{
  width:100%;
}
.scroll {

}
.scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ここは最後検討する（12月30日）
 .slick-list,.slick-list div,.slick-list img {
  height: 100%;
} */
.copy-wrap {
  width: 100%;
  margin-right: 3%;
}
.maincopy {
  color:#fbc637;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: right;
  text-shadow: 1px 2px 3px #000000;
}
.subcopy {
  color:#FFFFFF;
  font-size: 20px;
  text-align: right;
  line-height: 2.01em;
}
/* survice CSS(PC) */
.service-text {
    font-size: 30px;
    color: #999999;
    letter-spacing: 0.2em;
    padding: 5% 0 3% 0;
}
.service-text:before {
    content: '';
    width: 300px;
    height: 0.5px;
    display: inline-block;
    background-color: #666666;
    margin-right: 10px;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
#service .serviceWrap {
    width: 100%;
    display: flex;
    overflow: hidden;
}
#service .left-item {
    width: 40%;
    min-width: 599px;
    background: #333;
    position: relative;
    z-index: 99;
}
#service .left-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -135px;
    border-bottom: 545px solid #333;
    border-right: 136px solid transparent;
}
#service .left-item dl {
    color: #fff;
    padding: 116.5px 0% 0px 10%;
}
#service .left-item dl dt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
#service .left-item dl dd p {
    line-height: 2;
    margin-top: 30px;
    font-size: 17px
}
#service .right-item {
    width: 60%;
    background-color: black;
}
#service .right-item ul {
    list-style: none;
}
#service .right-item li:nth-child(1) {
    background: url(../images/strategy-img.png) center no-repeat;
    background-size: cover;

}
#service .right-item li:nth-child(1):hover {
    background-color: #333;
    opacity: 0.8;
}
#service .right-item li:nth-child(2) {
    background: url(../images/degital-img.png) center no-repeat;
    background-size: cover;
}
#service .right-item li:nth-child(2):hover {
    opacity: 0.8;
}
#service .right-item li:nth-child(3) {
    background: url(../images/operation-img.png) center no-repeat;
    background-size: cover;
    background-color: #333;
}
#service .right-item li:nth-child(3):hover {
    opacity: 0.8;
}
#service .right-item li {
    text-align: center;
    padding: 56.5px 45%;
}
#service .right-item li a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #333333;
}
#service .right-item li:nth-child(2) a {
    color: #FFF;
}
/* お問い合わせフォーム */
#contact {
  width: 100%;
  background-image:url("../images/contact-img.png");
  background-size: cover;
  padding:5em 0;
  display: flex;
}
#contact .service-text {
    color: #FFF;
    width:100%;
    padding: 0%;
}
#contact .service-text:before {
    background-color: #FFF;
}
.contactWrap {
  width:100%;
  padding-top: 17%;
  margin-left: 20%;
  text-align: center;
}
.contactWrap p{
  color: #FFF;
  font-size: 20px;
  margin-bottom: 1%;
}
.btn,a.btn,button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
a.btn-solid {
  color: #fff;
  border-top: 4px solid #efb928;
  border-right: 4px solid #cb9400;
  border-bottom: 4px solid #cb9400;
  border-left: 4px solid #ffdc7f;
  border-radius: 0;
  background: #333;
}
a.btn-solid:hover {
  color: #fff;
  border-top: 4px solid #cb9400;
  border-right: 4px solid #ffdc7f;
  border-bottom: 4px solid #efb928;
  border-left: 4px solid #cb9400;
}
/* margue.について */
#company {
  width:100%;
}
.company-text {
  width:100%;
  display: block;
  color: #444;
  letter-spacing: 0.4rem;
  text-align: left;
  background: url(../images/margue-logo.png) no-repeat center;
  padding: 4% 12% 6% 12%;
  margin-bottom: 3%;
}
.companyWrap {
  width: 100%;
  margin: 0 auto;
}
.companyWrap-img {
  width:100%;
  display: flex;
}
.companyWrap-img img {
  width:33.34%;
}
.companyWrap-about {
  width: 60%;
  border-top: #ccc 1px solid;
  padding-top: 4%;
  margin: 4% auto;
}
.company-about {
  width: 100%;
}
/* 会社概要 */
.company-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3%;
}
.company-th {
  font-size: 18px;
  font-weight: normal;
  width: 10%;
  text-align: left;
  padding-left: 20%;
}
.company-td {
  font-size: 18px;
  font-weight: normal;
  width: 15%;
}
#footer {
  width: 100%;
  background-color: #333;
  text-align: center;
}
.footer-link {
  padding-top: 3%;
}
.footer-link a {
  font-size: 15px;
  color:#fff;
}
.footer-link li {
  display: inline;
  margin-right: 20px;
}
.footer-img {
  width:200px;
  display:inline-block;
  margin: 1%;
}
.copyright {
  font-size: 16px;
  color:#fff;
  padding: 0px 0 1%;
}
/* contact.html */
#mainvisual-iv {
  width: 100%;
}
#mainvisual-iv img {
  width: 100%;
  vertical-align: top;
}
#formWrap h1 {
  font-size: 30px;
  text-align: center;
  padding: 2% 0 1% 0;
}
#formWrap p {
  font-size: 16px;
  text-align: left;
  display: table;
  margin: 0 auto;
}
.formTable {
  margin: 3% auto;
}
.contact-form {
  width: 100%;
}
.form-hd {
  text-align: left;
  width: 180px;
  height: 30px;
  float: left;
}
.form-box {
  padding: 0 0 4% 0;
}
input {
  width: 100%;
  background: #FFF;
  margin-left: 8%;
  padding: 1% 3%;
  box-shadow: 1px 1px 1px #999;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  box-shadow: 1px 1px 1px #999;
  border-radius: 0;
  color: #777;
  font-size: 16px;
  height: 40px;
  padding: 0 30px 0 8px;
  position: relative;
  width: 100%;
  z-index: 0;
}
select::-ms-expand {
  display: none;
}
.select-wrap{
  display: inline-block;
  position: relative;
  width: 100%;
  margin-left: 8%;
}
.select-wrap::before{
  content: '';
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
  top: 14px;
  right: 8px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: 1;
}
.el-required {
  border: solid 1px red;
  color: red;
  border-radius: 0px;
  font-size: 10px;
  font-weight: normal;
  padding: 2% 5%;
  margin-left: 3%;
}
.privacy-text {
  color: #333;
  text-align: center;
}
.privacy-check {
  text-align: center;
  padding-top: 2%;
}
input[type="checkbox"] {
  box-shadow: none;
  width: 50px;
  margin-left: 0;
}
.submit-button {
  display: flex;
  justify-content: center;
  padding: 2%;
}
input[type="submit"],[type="reset"] {
  width: 10%;
  margin: 1%;
  font-size: 15px;
  padding: 1%;
}
input[type="submit"] {
  background-color: #fac32e;
  font-weight: bold;
}
input[type="reset"] {
  background-color: #9c9c9c;
  color: #FFF;
}
/* service.html */
#titleWrap {
  margin-bottom: 3%;
}
#titleWrap span {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  padding-top: 4%;
  text-align: center;
  display: block;
}
#titleWrap p {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
#top-title {
  list-style: none;
  display: flex;
  width: 70%;
  margin: 0 auto;
}
#top-title li {
  width: 100%;
  text-align: center;
  float: left;
  padding-top: 3%;
}
#top-title a {
  text-decoration: none;
  color: #333;
  border-bottom:1px solid #333;
  padding-bottom:5px;
  display:inline;
  line-height:2;
}
#strategyWrap {
}
.detailWrap {
 width: 80%;
 margin: 5% auto;
}
.detailWrap:before {
  content: "STRATEGY"
  font-size: 85px;
  color: #c5c5c5;
  display: inline-block;
  margin: 14% -13%;
}
.detailWrap img {
  width: 100%;
  box-shadow: 1px 2px 2px #333;
}
.detailWrap span {
  font-size: 30px;
  padding-right: 1%;
}
.detail-maintext {
  font-size: 20px;
  font-weight: bold;
  padding-top: 2%;
}
.detail-subtext {
  font-size: 16px;
}
.detail-text {
  width: 80%;
  background-color: #333;
  padding-left: 3%;
}
.detail-item {
  display: flex;
  width: 100%;
}
.detail-box {
  padding: 1% 3%;
  margin: 2em 1%;
  color: #333;
  background: #FFF;
  border: solid 1px #333;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #333;
}
.detail-box p {
  font-size: 15px;
  padding: 0 1px;
}
.br {
  display: inline-block;
}
    @media screen (min-width:599px) and (max-width:1023px) {

    }
          /* SFレスポンシブ */
          @media screen and (max-width: 599px) {
          #header {
            padding: 0;
          }
          .header-logo {
            width:35%;
          }
          .header-logo img {
            margin: 4% 12%;
          }
          .gnav-pc-wrap {
            display: none;
          }
          #mainvisual-sp {
            width: 100%;
            padding-top:50px;
            position: relative;
          }
          .mainvisual-img {
            width: 100%;
            height: auto;
          }
          .maincopy {
            font-size: 20px;
            text-align: center;
            top: 89%;
            margin-left: 29%;
            position: absolute;
          }
          #introduce {
            width: 100%;
            padding: 3% 0 3%;
            text-align: center;
            line-height: 1.5;
            font-size: 10px;
          }
          .service-text {
            font-size: 15px;
            padding: 3% 0 2% 0;
          }
          .service-text:before {
            width: 5em;
          }
          #service .left-item {
            padding-bottom: -10%;
            width: 100%;
            min-width: auto;
          }
          #service .left-item dl {
              color: #fff;
              align-items: center;
              padding: 0;
          }
          #service .left-item dl dt {
              font-size: 13px;
              text-align: left;
          }
          #service .left-item dl dd p {
              line-height: 2;
              font-size: 10px;
              text-align: left;
              margin-top: 20px;
          }
          #service .right-item {
            display: none;
          }
          #service .under-item {
              width: 100%;
          }
          #service .under-item ul {
              list-style: none;
          }
          #service .under-item li:nth-child(1) {
              background: url(../images/strategy-img.png) center no-repeat;
              background-size: cover;
              margin: 10px;
              border-radius: 3px;
              box-shadow: 1px 1px 2px #333;
          }
          #service .under-item li:nth-child(2) {
              background: url(../images/degital-img.png) center no-repeat;
              background-size: cover;
              margin: 10px;
              border-radius: 3px;
              box-shadow: 1px 1px 2px #333;
          }
          #service .under-item li:nth-child(3) {
              background: url(../images/operation-img.png) center no-repeat;
              background-size: cover;
              margin: 10px;
              border-radius: 3px;
              box-shadow: 1px 1px 2px #333;
          }
          #service .under-item li {
              text-align: center;
              padding: 27.5px 37%;
          }
          #service .under-item li a {
              color: #fff;
              font-size: 20px;
              font-weight: bold;
              text-shadow: 1px 2px 3px #333333;
          }
          /* お問い合わせフォーム */
          #contact {
            background-image:url("../images/contact-iv-img-sp.png");
            background-size: cover;
            display: grid;
            padding:4em 0;
          }
          #contact .service-text {

          }
          .contactWrap {
            width:100%;
            padding-top: 15%;
            margin-left: 0%;
            text-align: center;
          }
          .contactWrap p{
            font-size: 12px;
          }
          .btn,a.btn,button.btn {
            font-size: 0.5rem;
            line-height: 1;
            position: relative;
            display: inline-block;
            padding: 0.2rem 2rem;
            cursor: pointer;
            transition: all 0.3s;
            text-align: center;
            vertical-align: middle;
            text-decoration: none;
            letter-spacing: 0.1em;
          }
          a.btn-solid {
            margin-left: 8rem;
          }
          a.btn-solid:hover {
            color: #fff;
            border-top: 4px solid #cb9400;
            border-right: 4px solid #ffdc7f;
            border-bottom: 4px solid #efb928;
            border-left: 4px solid #cb9400;
          }
          /* SP Company */
          #company .service-text {
            margin-top: 10px;
          }
          .companyWrap {
          }
          .companyWrap-bg{
            width:50%;
            position: absolute;
            opacity: 0.3;
            margin-left: 85px;
          }
          .companyWrap-bg img {
            width: 100%;
          }
          .company-text {
            font-size: 10px;
            background-size: contain;
            text-align: left;
            padding: 5% 0% 14% 14%;
            letter-spacing: 0.20rem;
          }
          .companyWrap-about {
            width: 90%;
            max-width: 375px;
            border-top: #ccc 1px solid;
            padding: 30px 0 45px;
            margin: 0 auto;
          }
          .company-th {
            font-size: 12px;
            width: 12%;
            padding-left: 7%;
          }
          .company-td {
            font-size: 12px;
            font-weight: normal;
            width: 30%;
          }
          /* 会社概要 */
          .company-title {
            font-size: 12px;
          }

          #footer {
            padding-bottom: 15%;
          }
          .footer-link {
            padding-top: 30px;
          }
          .footer-link li {
            margin-right: 10px;
          }
          .footer-link a {
            font-size: 10px;
          }
          .footer-img {
            width:30%;
          }
          .copyright {
            font-size: 10px;
          }
          /* Humbergar Menu */
          nav {
            display: block;
            position: fixed;
            top: 0;
            left: -300px;
            bottom: 0;
            width: 300px;
            background: #ffffff;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            transition: all .5s;
            z-index: 3;
            opacity: 0;
          }
          .open nav {
            left: 0;
            opacity: 1;
          }
          nav .inner {
            padding: 25px;
          }
          nav .inner ul {
            list-style: none;
            margin: 0;
            padding: 0;
          }
          nav .inner ul li {
            position: relative;
            margin: 0;
            border-bottom: 1px solid #333;
          }
          nav .inner ul li a {
            display: block;
            color: #333;
            font-size: 14px;
            padding: 1em;
            text-decoration: none;
            transition-duration: 0.2s;
          }
          nav .inner ul li a:hover {
            background: #e4e4e4;
          }
          nav {
              left: -220px;
              width: 220px;
            }
          /*============
          .toggle_btn
          =============*/
          .toggle_btn {
            display: block;
            position: fixed;
            top: 12px;
            right: 15px;
            width: 30px;
            height: 30px;
            transition: all .5s;
            cursor: pointer;
            z-index: 3;
          }
          .toggle_btn span {
            display: block;
            position: absolute;
            left: 0;
            width: 30px;
            height: 2px;
            background-color: #333;
            border-radius: 4px;
            transition: all .5s;
          }
          .toggle_btn span:nth-child(1) {
            top: 4px;
          }
          .toggle_btn span:nth-child(2) {
            top: 14px;
          }
          .toggle_btn span:nth-child(3) {
            bottom: 4px;
          }
          .open .toggle_btn span {
            background-color: #fff;
          }
          .open .toggle_btn span:nth-child(1) {
            -webkit-transform: translateY(10px) rotate(-315deg);
            transform: translateY(10px) rotate(-315deg);
          }
          .open .toggle_btn span:nth-child(2) {
            opacity: 0;
          }
          .open .toggle_btn span:nth-child(3) {
            -webkit-transform: translateY(-10px) rotate(315deg);
            transform: translateY(-10px) rotate(315deg);
          }
          header.scroll-nav .toggle_btn span {
            background-color: #FFF;
          }
          /*============
          #mask
          =============*/
          #mask {
            display: none;
            transition: all .5s;
          }
          .open #mask {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .8;
            z-index: 2;
            cursor: pointer;
          }

          /* contact.html */
          #mainvisual-iv {
            width: 100%;
          }
          #mainvisual-iv img {
            width: 100%;
          }
          #formWrap h1 {
            font-size: 15px;
          }
          #formWrap p {
            font-size: 10px;
            padding: 0 2% 0 3%;
          }
          .formTable {
            margin: 3% auto;
          }
          .contact-form {
            width: 100%;
          }
          .form-hd {
            font-size: 12px;
            padding-left: 8%;
          }
          .form-box {
            display: block;
          }
          .form-box {
            display: block;
          }
          input {
            width: 83%;
            font-size: 13px;
          }
          select{
            font-size: 13px;
            height: 27px;
          }
          select::-ms-expand {
            display: none;
          }
          .select-wrap{
            width: 83%;
          }
          .select-wrap::before{
          }
          .privacy-text {
            font-size: 11px;
            text-align: left;
            padding: 1% 7% 1%;
          }
          .privacy-check {
            font-size: 11px;
          }
          input[type="checkbox"] {
            width: 40px;
            margin: 1% 0% 0 -4%;
          }
          .submit-button {
            display: flex;
            justify-content: center;
            padding: 2%;
          }
          input[type="submit"],[type="reset"] {
            width: 25%;
            margin: 4%;
            font-size: 12px;
          }
          /* service.html */
          #titleWrap {
            margin-bottom: 3%;
          }
          #titleWrap span {
            font-size: 15px;
          }
          #titleWrap p {
            display: none;
          }
          #top-title {
            display: block;
          }
          #top-title li {
            text-align: left;
            padding-top: 0;
          }
          #top-title a {
            font-size: 10px;
          }
          #strategyWrap {

          }
          .detailWrap {
           width: 95%;
           margin: 10% auto;
          }
          .detailWrap img {
            width: 100%;
            box-shadow: 1px 2px 2px #333;
          }
          .detailWrap span {
            font-size: 15px;
            display: block;
            text-align: center;
          }
          .detail-maintext {
            font-size: 12px;
            text-align: center;
          }
          .detail-subtext {
            font-size: 10px;
            text-align: left;
            margin-left: 5%;
            padding-top: 2%;
          }
          .detail-text {
            width: 80%;
            background-color: #333;
            padding-left: 3%;
            margin-left: 3%;
          }
          .detail-item {
            display: block;
            width: 80%;
            margin: 0 auto;
          }
          .detail-box {
            text-align: center;
            font-size: 10px;
          }
          .detail-box p {
            font-size: 12px;
            padding: 0 1px;
          }
          /* 下のお問い合わせ／資料請求ボタン */
          #sp-fixed-menu{
             position: fixed;
             width: 100%;
             bottom: 0px;
             font-size: 0;
             opacity: 0.9;
             z-index: 99;
          }
          /*メニューを横並びにする*/
          #sp-fixed-menu ul{
             display: flex;
             list-style: none;
             padding:0;
             margin:0;
             width:100%;
          }
          #sp-fixed-menu li{
             justify-content: center;
             align-items: center;
             width: 50%;
             padding:0;
             margin:0;
             font-size: 14px;
          }
          /*左側メニューを緑色に*/
          #sp-fixed-menu li:first-child{
             background: #888888;
          }
          /*左側メニューをオレンジ色に*/
          #sp-fixed-menu li:last-child{
             background: #444444;
          }
          /*ボタンを調整*/
          #sp-fixed-menu li a{
             color: #fff;
             text-align: center;
             display:block;
             width: 100%;
             padding:10px;
          }
          /* 消してはいけない */
           .pc-only {
             /* PCの時は表示しない */
             display: none;
           }
           #mainvisual.pc-only {
             display: none;
           }
           /* classとidのバッティング対応のため一時的に記載 */
           .sp-only {
             /* SPの時は表示する*/
             display: block;
          }
          }
