@charset "UTF-8";
/* /service/ CSS Document */


/* common
========================================== */
.l-section {
  padding-inline: 25px;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .l-section__inner {
    margin-inline: auto;
    max-width: 1200px;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
}



/* service/index
========================================== */

/* pagetitle */
.service-index .p-pagetitle {
  padding: 60px 25px;
}
.service-index .p-pagetitle__introductionText .text-catch {
	color: #00108C;
	font-family: "Josefin Sans", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.service-index .p-pagetitle__introductionText .text-catch + p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 10px;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-index .p-pagetitle__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-inline: auto;
    max-width: 1200px;
  }
  .service-index .p-pagetitle h1 {
    max-width: calc(100% - 574px);
  }
  .service-index .p-pagetitle__introductionText {
    max-width: 670px;
  }
  .service-index .p-pagetitle__introductionText {
    width: 554px;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-index .p-pagetitle {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .service-index .p-pagetitle__introductionText {
    margin-top: 50px;
  }
  .service-index .p-pagetitle__introductionText .text-catch {
    font-size: 2.9rem;
    line-height: 1.1;
  }
  .service-index .p-pagetitle__introductionText .text-catch + p {
    line-height: 1.75;
  }
}


/* section */
.service-index .l-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.service-index .l-section__title {
  color: #00108C;
  font-size: 5rem;
  font-weight: 600;
}
.service-index .l-section__title + p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
/* PC */
@media only screen and (min-width: 1025px) {
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-index .l-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-index .l-section__title {
    font-size: 3.6rem;
  }
  .service-index .l-section__title + p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 10px;
  }
}


/* service */
.service-index .l-section--service {
  background: #F8FDFF;
  border-radius: 30px 30px 0 0;
}
.service-index .l-section--service .p-service-content {
  margin-top: 40px;
}
.service-index .l-section--service .p-service-content__item {
  margin-top: 30px;
}
.service-index .l-section--service .p-service-content__item > a {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 50px 40px 40px;
  position: relative;
}
.service-index .l-section--service .p-service-content > p,
.service-index .l-section--service .p-service-content__item > p {
  display: none !important;
}
.service-index .l-section--service .p-service-content__item .image-icon {
  margin-inline: auto;
  width: 115px;
}
.service-index .l-section--service .p-service-content__item .text-title {
	color: #00108C;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 30px;
}
.service-index .l-section--service .p-service-content__item .text-title span {
  display: block;
}
.service-index .l-section--service .p-service-content__item .text-title .maintext {
	font-family: "Josefin Sans", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.service-index .l-section--service .p-service-content__item .text-title .subtext {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.service-index .l-section--service .p-service-content__item .text-description {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-index .l-section--service .p-service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-index .l-section--service .p-service-content__item {
    width: 31.67%;
  }
  .service-index .l-section--service .p-service-content__item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .service-index .l-section--service .p-service-content__item > a:after {
    background: #383838;
    border-radius: 30px;
    content: "";
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
	  transition: 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .service-index .l-section--service .p-service-content__item > a:hover {
    opacity: 1;
  }
  .service-index .l-section--service .p-service-content__item > a:hover:after {
    opacity: 0.2;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-index .l-section--service .p-service-content__item {
    margin-top: 20px;
  }
  .service-index .l-section--service .p-service-content__item:nth-of-type(1) {
    margin-top: 0;
  }
  .service-index .l-section--service .p-service-content__item > a {
    padding: 40px 30px 30px;
  }
  .service-index .l-section--service .p-service-content__item .image-icon {
    width: 110px;
  }
  .service-index .l-section--service .p-service-content__item .text-title .maintext {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .service-index .l-section--service .p-service-content__item .text-title .subtext {
    font-size: 1.4rem;
  }
  .service-index .l-section--service .p-service-content__item .text-description {
    line-height: 1.75;
  }
}


/* solution */
.service-index .l-section--solution {
  background: #EDF6FC;
}
.service-index .l-section--solution .p-solution-content {
  margin-top: 50px;
}
.service-index .l-section--solution .p-solution-content__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: block;
  margin-top: 30px;
  overflow: hidden;
  /*transition: 0.3s ease-in-out;*/
}
.service-index .l-section--solution .p-solution-content__item .item-thumb img {
  width: 100%;
}
.service-index .l-section--solution .p-solution-content__item .item-text {
  padding: 20px;
}
.service-index .l-section--solution .p-solution-content__item .text-subtitle {
  color: #00108C;
	font-family: "Josefin Sans", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.service-index .l-section--solution .p-solution-content__item .text-title {
  color: #00108C;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding-left: 70px;
  position: relative;
}
.service-index .l-section--solution .p-solution-content__item .text-title .image-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
}
.service-index .l-section--solution .p-solution-content__item .text-title .text-inner {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.service-index .l-section--solution .p-solution-content__item .list-feature {
  margin-top: 15px;
}
.service-index .l-section--solution .p-solution-content__item .list-feature li {
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
}
.service-index .l-section--solution .p-solution-content__item .list-feature li:before {
  content: "・";
}
.service-index .l-section--solution .p-solution-content__item .list-link li {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.service-index .l-section--solution .p-solution-content__item .list-link li a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.service-index .l-section--solution .p-solution-content__item .list-link li a:after {
	background-image: url(../../images/common/icon_blank_2.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	height: 14px;
	width: 15px;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-index .l-section--solution .p-solution-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-index .l-section--solution .p-solution-content__item {
    padding-bottom: 60px;
    position: relative;
    width: 31.67%;
  }
  .service-index .l-section--solution .p-solution-content__item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  /*
  .service-index .l-section--solution .p-solution-content__item:hover {
    opacity: 0.6;
  }
  */
  .service-index .l-section--solution .p-solution-content__item .list-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .service-index .l-section--solution .p-solution-content__item .list-link li {
    text-align: right;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-index .l-section--solution .l-section__title {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .service-index .l-section--solution .p-solution-content {
    margin-top: 40px;
  }
  .service-index .l-section--solution .p-solution-content__item {
    margin-top: 20px;
  }
  .service-index .l-section--solution .p-solution-content__item:nth-of-type(1) {
    margin-top: 0;
  }
  .service-index .l-section--solution .p-solution-content__item .list-feature {
    margin-top: 10px;
  }
  .service-index .l-section--solution .p-solution-content__item .list-link {
    margin-top: 40px;
  }
  .service-index .l-section--solution .p-solution-content__item .list-link li {
    font-size: 1.4rem;
    text-align: right;
  }
  .service-index .l-section--solution .p-solution-content__item .list-link[data-column-sp="2"] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .service-index .l-section--solution .p-solution-content__item .list-link[data-column-sp="2"] li {
    text-align: left;
  }
}





/* 下層
========================================== */
/* p-pagetitle */
.service-detail .p-pagetitle {
  padding: 35px 25px;
}
.service-detail .p-pagetitle__introductionText {
  margin-top: 20px;
}
.service-detail .p-pagetitle__introductionText p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-detail .p-pagetitle {
    min-height: 382px;
    overflow: hidden;
    position: relative;
  }
  .service-detail .p-pagetitle__inner {
    margin-inline: auto;
    max-width: 1200px;
  }
  .service-detail .p-pagetitle__image {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: -1;
  }
  .service-detail .p-pagetitle__image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-detail .p-pagetitle {
    padding-top: 24px;
  }
  .service-detail .p-pagetitle__image {
    margin: 20px -25px 0;
  }
  .service-detail .p-pagetitle__introductionText p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}



/* p-floating-menu */
.service-detail .p-floating-menu {
  padding-inline: 0 32px;
  position: fixed;
  top: 185px;
  right: 0;
  z-index: 20;
}
.service-detail .p-floating-menu ul li:nth-of-type(n+2) {
  margin-top: 15px;
}
.service-detail .p-floating-menu ul li a > * {
  display: block;
  text-align: center;
}
.service-detail .p-floating-menu ul li .icon-category img {
  max-width: 53px;
  opacity: 0.5;
  filter: grayscale(1);
	transition: 0.3s ease-in-out;
}
.service-detail .p-floating-menu ul li.current .icon-category img,
.service-detail .p-floating-menu ul li a:hover .icon-category img {
  opacity: 1;
  filter: grayscale(0);
}
.service-detail .p-floating-menu ul li .text-inner {
	color: #383838;
	font-family: "Josefin Sans", serif;
  font-size: calc(1rem * 0.9);
  line-height: 1.1;
  opacity: 0;
  margin-top: 8px;
	transition: 0.3s ease-in-out;
}
.service-detail .p-floating-menu ul li.current .text-inner,
.service-detail .p-floating-menu ul li a:hover .text-inner {
  opacity: 1;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-detail .p-floating-menu ul li a:hover {
    opacity: 1;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-detail .p-floating-menu {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 10px 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
  }
  .service-detail .p-floating-menu ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .service-detail .p-floating-menu ul li .icon-category img {
    max-width: 26px;
  }
  .service-detail .p-floating-menu ul li.current .icon-category img,
  .service-detail .p-floating-menu ul li a:hover .icon-category img {
    opacity: 1;
    filter: grayscale(0);
  }
  .service-detail .p-floating-menu ul li .text-inner {
    display: none;
  }
}


/* feature */
.service-detail .l-section--feature {
  background: #F8FDFF;
  border-radius: 30px 30px 0 0;
  padding-top: 60px;
  padding-bottom: 100px;
}
.service-detail .l-section--feature .l-section__title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.service-detail .l-section--feature .l-section__title span {
  color: #0068BF;
  font-size: 4rem;
  line-height: 1.2;
}
.service-detail .l-section--feature .list-probrem ul li {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 20px 20px 95px;
  position: relative;
}
.service-detail .l-section--feature .list-probrem ul li:before {
	background-image: url(../../images/service/icon_check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
  position: absolute;
  left: 50px;
  top: 23px;
	height: 25px;
	width: 25px;
}
.service-detail .l-section--feature .list-probrem ul li:nth-of-type(n+2) {
  margin-top: 10px;
}
.service-detail .l-section--feature .p-feature-businessBlock {
  margin-top: 80px;
}
.service-detail .l-section--feature .p-feature-businessBlock h3 {
  color: #00108C;
  font-size: 2.4rem;
  font-weight: 600;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-detail .l-section--feature .p-feature-probremBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .service-detail .l-section--feature .l-section__title {
    width: 245px;
  }
  .service-detail .l-section--feature .list-probrem {
    width: calc(100% - 245px);
  }
  .service-detail .l-section--feature .l-section__title span {
    display: block;
  }
  .service-detail .l-section--feature .p-feature-businessBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .service-detail .l-section--feature .p-feature-businessBlock h3 {
    width: 230px;
  }
  .service-detail .l-section--feature .p-feature-businessBlock .image-figure {
    width: calc(100% - 230px);
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-detail .l-section--feature {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .service-detail .l-section--feature .l-section__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
  .service-detail .l-section--feature .l-section__title span {
    display: inline-block;
    font-size: 3.2rem;
    margin-inline: 4px;
  }
  .service-detail .l-section--feature .list-probrem {
    margin-top: 20px;
  }
  .service-detail .l-section--feature .list-probrem ul li {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.625;
    letter-spacing: 0;
    padding: 10px 10px 10px 50px;
  }
  .service-detail .l-section--feature .list-probrem ul li:before {
    left: 17px;
    top: 15px;
  }
  .service-detail .l-section--feature .p-feature-businessBlock {
    margin-top: 40px;
  }
  .service-detail .l-section--feature .p-feature-businessBlock h3 {
    font-size: 2rem;
  }
  .service-detail .l-section--feature .p-feature-businessBlock .image-figure {
    margin-top: 15px;
    text-align: center;
  }
}


/* cases */
.service-detail .l-section--cases {
  background: #EDF6FC;
  border-radius: 30px 30px 0 0;
  margin-top: -20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-detail .l-section--cases .l-section__title {
  color: #00108C;
	font-family: "Josefin Sans", serif;
  font-size: 5rem;
  font-weight: 700;
}
.service-detail .l-section--cases .p-cases-content {
  margin-top: 20px;
}
.service-detail .l-section--cases .p-cases-articleList__item .item-thumb {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  overflow: hidden;
  padding-top: 180px;
  position: relative;
}
.service-detail .l-section--cases .p-cases-articleList__item .item-thumb img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.service-detail .l-section--cases .p-cases-articleList__item .item-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
.service-detail .l-section--cases .p-cases-articleList__item .item-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.service-detail .l-section--cases .p-cases-articleList__item .item-category li {
  color: #898989;
  font-size: 1rem;
  margin-right: 1em;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-detail .l-section--cases .p-cases-articleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-detail .l-section--cases .p-cases-articleList__item {
    margin-inline: 12.5px;
    width: 30%;
  }
  .service-detail .l-section--cases .p-cases-articleList__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .service-detail .l-section--cases .p-cases-articleList__item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1249px) {
  .service-detail .l-section--cases .p-cases-articleList__item .item-thumb {
    padding-top: 14.4115vw;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-detail .l-section--cases {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-detail .l-section--cases .l-section__title {
    font-size: 2.6rem;
  }
  .service-detail .l-section--cases .p-cases-articleList__item:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .service-detail .l-section--cases .p-cases-articleList__item .item-thumb {
    padding-top: 49.25vw;
  }
  .service-detail .l-section--cases .p-cases-articleList__item .item-title {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}


/* service */
.service-detail .l-section--service {
  background: #F8FDFF;
  border-radius: 0 0 30px 30px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.service-detail .l-section--service .l-section__title {
  color: #00108C;
  font-size: 5rem;
  font-weight: 600;
}
.service-detail .l-section--service .l-section__title + p {
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	margin-top: 15px;
}
.service-detail .l-section--service .p-service-content {
  margin-top: 40px;
}
.service-detail .l-section--service .p-service-content__item {
  margin-top: 30px;
}
.service-detail .l-section--service .p-service-content > p,
.service-detail .l-section--service .p-service-content__item > p {
  display: none !important;
}
.service-detail .l-section--service .p-service-content__item > a {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 50px 40px 40px;
  position: relative;
}
.service-detail .l-section--service .p-service-content__item .image-icon {
  margin-inline: auto;
  width: 115px;
}
.service-detail .l-section--service .p-service-content__item .text-title {
	color: #00108C;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 15px;
}
.service-detail .l-section--service .p-service-content__item .text-title span {
  display: block;
}
.service-detail .l-section--service .p-service-content__item .text-title .maintext {
	font-family: "Josefin Sans", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.service-detail .l-section--service .p-service-content__item .text-title .subtext {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.service-detail .l-section--service .p-service-content__item .text-description {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
/* PC */
@media only screen and (min-width: 1025px) {
  .service-detail .l-section--service .p-service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-detail .l-section--service .p-service-content__item {
    width: 31.67%;
  }
  .service-detail .l-section--service .p-service-content__item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .service-detail .l-section--service .p-service-content__item > a:after {
    background: #383838;
    border-radius: 30px;
    content: "";
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
	  transition: 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .service-detail .l-section--service .p-service-content__item > a:hover {
    opacity: 1;
  }
  .service-detail .l-section--service .p-service-content__item > a:hover:after {
    opacity: 0.2;
  }
}
/* SP */
@media only screen and (max-width: 1024px) {
  .service-detail .l-section--service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-detail .l-section--service .l-section__title {
    font-size: 3.6rem;
  }
  .service-detail .l-section--service .l-section__title + p {
    font-size: 1.6rem;
  }
  .service-detail .l-section--service .p-service-content__item {
    margin-top: 20px;
  }
  .service-detail .l-section--service .p-service-content__item:nth-of-type(1) {
    margin-top: 0;
  }
  .service-detail .l-section--service .p-service-content__item > a {
    padding: 30px;
  }
  .service-detail .l-section--service .p-service-content__item .image-icon {
    width: 110px;
  }
  .service-detail .l-section--service .p-service-content__item .text-title {
    margin-top: 20px;
  }
  .service-detail .l-section--service .p-service-content__item .text-title .maintext {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .service-detail .l-section--service .p-service-content__item .text-title .subtext {
    font-size: 1.4rem;
  }
  .service-detail .l-section--service .p-service-content__item .text-description {
    line-height: 1.75;
  }
}


/* PC */
@media only screen and (min-width: 1025px) {
  .service-detail.creative .p-pagetitle__introductionText,
  .service-detail.digitalpromotion .p-pagetitle__introductionText,
  .service-detail.product .p-pagetitle__introductionText,
  .service-detail.physicalpromotion .p-pagetitle__introductionText,
  .service-detail.media .p-pagetitle__introductionText {
    margin-top: 60px; 
  }
}



/* 
========================================== */

/* PC */
@media only screen and (min-width: 1025px) {
}
/* SP */
@media only screen and (max-width: 1024px) {
  
}





/* 
========================================== */

/* PC */
@media only screen and (min-width: 1025px) {
}
/* SP */
@media only screen and (max-width: 1024px) {
  
}

