/* top common */
body {
  /*background: #aaa;*/
}

.topContainerEach {
  margin: 50px 0;
}

.topContainerEachYellow {
  background: linear-gradient(45deg, #fff3e9, #fff7d7);
}

.topInContainer {
  max-width: 1300px;
  margin: 30px auto;
  padding-left: 15px;
  padding-right: 15px;
}

h2.topTitleEach {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
}

.topTitleEachText {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 20px 0px 0px 0px;
  text-align: center;
}

/* mainVisual */
.mainVisual {
  /*background: #f4f1e9;*/
  height: 750px;
  width: 100%;
  position: relative;
}

.mainVisualInSlied {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 100;
}

.mainVisualInSlied .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
}

.mainVisualInSlied .swiper-slide:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background: inherit;
  filter: blur(10px);
}

.mainVisualInSlied .swiper-slide img {
  position: relative;
  z-index: 10;
  height: 750px;
}

.mainVisualInBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1730px;
  height: 750px;
  z-index: 200;
}

.mainVisualTextBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  max-width: 1730px;
  margin: 0 auto;
}

.mainVisualInBoxLeftImage {
  position: absolute;
  left: 15px;
  top: 45px;
  height: 650px;
  overflow: hidden;
}

.mainVisualInBoxLeftImage img {
  max-height: 100%;
  transform: translateZ(0);
  /*filter: drop-shadow(2.5px 2.5px 0px #B4995C);*/
  /*animation: fadeIn 0.5s ease-in 1.5s forwards, colorAnimation 15s linear 3s infinite;*/
  animation: fadeIn 0.5s ease-in 1.5s forwards;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
  opacity: 0;
}

.mainVisualInBoxRightImage {
  position: absolute;
  right: 15px;
  top: 45px;
  height: 650px;
}

.mainVisualInBoxRightImage img {
  max-height: 100%;
  transform: translateZ(0);
  /*filter: drop-shadow(2.5px 2.5px 0px #B4995C);*/
  /*animation: fadeIn 0.5s ease-in 0.5s forwards, colorAnimation 15s linear 3s infinite;*/
  animation: fadeIn 0.5s ease-in 0.5s forwards;
  filter: drop-shadow(0px 0px 1px #f4f1e9) drop-shadow(0px 0px 1px #f4f1e9) drop-shadow(0px 0px 1px #f4f1e9) drop-shadow(0px 0px 1px #f4f1e9);
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes colorAnimation {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}


.mainVisualLink {
  position: relative;
}

.mainVisualLink a {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5em;
  border-radius: 50%;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 24px 24px 24px;
  width: 250px;
  height: 250px;
  background: #9b2222;
  position: absolute;
  z-index: 9999;
  bottom: -25px;
  left: -50px;
  transition: 0.5s;
  animation-name: anim_sc;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
  transform: scale(0.9,0.9);
}

.mainVisualLinkW1100M a {
  left: 0 !important;
  width: 225px;
  height: 225px;
}

.mainVisualLink a:after {
  content: "";
  background-image: url(../images/btn_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 10px);
}

.mainVisualLink a:hover {
  /*opacity: 0.5;*/
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: topMainVisualBtAnime 1.5s infinite;
}

.mainVisualLink a:active {
  opacity: 0.5;
}

@keyframes topMainVisualBtAnime {
  0% {box-shadow: 0 0 0 0 #9b2222;}
  70% {box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);}
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}


/* exampleLogo */
.exampleLogo {
  padding: 30px 0;
  background-color: #fff;
}

.exampleLogo h2 {
  text-align: center;
  color: #816019;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.exampleLogoInBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.exampleLogo img {
  max-width: 100%;
  max-height: 55px;
}

.exampleLogoList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.exampleLogoList li {
  width: calc(100% / 9);
  text-align: center;
  margin-bottom: 10px;
}

/*
.swiper-wrapper{
  transition-timing-function: linear;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
*/


/* 何にマンガを使うかで選ぶ */
.topSelectManga {
  background-color: #B4995C;
  padding: 40px 0;
}

.topSelectManga h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.topSelectManga ul {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.topSelectManga li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  width: calc(100% / 6);
  text-align: center;
}

.topSelectManga li:first-child {
  border-left: 0;
}

.topSelectManga a {
  display: block;
  padding: 0 20px;
  transition: 0.5s;
}

.topSelectManga a:hover {
  opacity: 0.5;
}

.topSelectMangaEachImage {
  display: block;
  text-align: center;
}

.topSelectMangaEachImage img {
  width: 100%;
  max-width: 130px;
}

.topSelectMangaText {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-top: 15px;
  line-height: 1.6em;
}


/* マンガアニメーション */
.topMangaAnimationBox {
  padding: 50px 0;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - 100px);
  display: none;
}

.topMangaAnimationInBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.topMangaAnimationInBox p img {
  max-width: 100%;
}

.topMangaAnimationBgBox {
  position: relative;
}

.topMangaAnimationBg {
  position: relative;
}

.topMangaAnimation2, .topMangaAnimation3, .topMangaAnimation4, .topMangaAnimation5, .topMangaAnimation6, .topMangaAnimation7, .topMangaAnimation8, .topMangaAnimation9, .topMangaAnimation10, .topMangaAnimation11, .topMangaAnimation12, .topMangaAnimation13, .topMangaAnimation14, .topMangaAnimation15, .topMangaAnimation16, .topMangaAnimation17 {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* 選べれる理由*/
.topReasonManga {
  background-color: #F4F1E9;
  padding: 90px 0;
}

.topReasonMangaBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.topReasonMangaBox h2 {
  text-align: center;
  color: #816019;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  margin: 0 0 70px 0;
}

.topReasonMangaBox h2:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: calc(50% - 50px);
  width: 100px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topReasonMangaTitleText {
  text-align: center;
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.7em;
  color: #231815;
}

.topReasonMangaInEachBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 60px 0;
}

.topReasonMangaInEachBoxReverse {
  flex-direction: row-reverse;
}

.topReasonMangaInEachImage {
  width: 470px;
}

.topReasonMangaInEachImage img {
  width: 100%;
}

.topReasonMangaInEachContents {
  width: 580px;
}

.topReasonMangaInEachNumber {
  font-size: 22px;
  color: #816019;
  font-family: serif;
  font-weight: 600;
}

.topReasonMangaInEachContents h3 {
  color: #816019;
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0 30px 0;
}

.topReasonMangaInEachText {
  font-size: 15px;
  margin: 30px 0;
  line-height: 1.7em;
  overflow-wrap:break-word;
  display: none;
}

.topReasonMangaInEachList {
  display: flex;
  gap: 15px;
}

.topReasonMangaInEachList li {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 3px #ddd;
  padding: 10px 5px;
  width: calc((100% - 30px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 70px;
}

.topReasonMangaInEachListImage {
  display: block;
  width: 100%;
  text-align: center;
  display: none;
}

.topReasonMangaInEachListImage img {
  width: 100%;
  max-width: 60px;
}

.topReasonMangaInEachListText {
  display: block;
  text-align: center;
  font-size: 13px;
  /*margin-top: 15px;*/
}

.topReasonMangaInEachListInfo {
  padding-top: 10px;
  font-size: 11px;
  text-align: right;
}

.topReasonMangaInEachListInfo a {
  color: #816019;
  text-decoration: underline;
}


/* 広告マンガの強み */
.topStrengthsManga {
  background-color: #fff;
  padding: 90px 0;
}

.topStrengthsMangaBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.topStrengthsMangaBox h2 {
  text-align: center;
  color: #816019;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  margin: 0 0 70px 0;
}

.topStrengthsMangaBox h2:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: calc(50% - 50px);
  width: 100px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topStrengthsTitleText {
  text-align: center;
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.7em;
  color: #231815;
}

.topStrengthsMangaInBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.topStrengthsMangaInBox li {
  width: calc(100% / 3);
  margin: -50px 0 80px 0;
}

.topStrengthsMangaEachImage {
  text-align: center;
  position: relative;
  top: 90px;
  margin: 0 auto;
}

.topStrengthsMangaEachImage img {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  border: 10px solid #F4F1E9;
}

.topStrengthsMangaEach {
  background-color: #F4F1E9;
  border-radius: 15px;
  padding: 100px 20px 50px 20px;
}

.topStrengthsMangaEach h3 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 30px;
}

.topStrengthsMangaEach h3 span {
  color: #CBA144;
}

.topStrengthsMangaEachText {

}


/* 広告マンガ制作メニュー */
.topMenuManga {
  background-color: #fff;
  padding: 90px 0;
}

.topMenuMangaBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.topMenuMangaHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topMenuMangaHeaderTitleBox {
  margin-bottom: 50px;
}

.topMenuMangaHeaderTitleBox h2 {
  text-align: left;
  color: #816019;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  margin: 0 0 70px 0;
}

.topMenuMangaHeaderTitleBox h2:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 120px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topMenuMangaHeaderTitleBox p {

}

.topMenuMangaHeaderImage {
  width: 500px;
  display: none;
}

.topMenuMangaHeaderImage img {
  max-width: 100%;
}

.topMangaMenuList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.topMangaMenuList li {
  width: calc((100% - 60px) / 3);
  border-radius: 15px;
  padding: 20px 20px 35px 20px;
  box-shadow: 0 0 5px #eee;
  transition: 0.5s;
}

.topMangaMenuList a {
  display: block;
}

.topMangaMenuList li:hover {
  background-color: #F4F1E9;
}

.topMangaMenuListEachImage {

}

.topMangaMenuListEachImage img {
  max-width: 100%;
}

.topMangaMenuListEachTitle {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 40px 20px 0;
  line-height: 1.7em;
}

.topMangaMenuListEachTitle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 27.5px;
  width: 25px;
  height: 25px;
  background-image: url(../images/top/topMenuMangaArrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.topMangaMenuListEachText {
  line-height: 1.7em;
}

.topMangaMenuHowtomake {
  background-color: #F4F1E9;
  padding: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}

.topMangaMenuHowtomakeContents {

}

.topMangaMenuHowtomakeContents h3 {
  text-align: left;
  color: #816019;
  font-size: 24px;
  position: relative;
  font-weight: 600;
  margin: 0 0 50px 0;
  line-height: 1.7em;
}

.topMangaMenuHowtomakeContents h3:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/titleBorder2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topMangaMenuHowtomakeContents p {
  margin-bottom: 1em;
  line-height: 1.7em;
}

.topMangaMenuHowtomakeYoutube {

}

.topMangaMenuHowtomakeYoutube iframe {
  width: 560px;
  height: 315px;
}


/* ご依頼・制作の流れ */
.topFlowManga {
  background-color: #fff;
  padding: 90px 0;
}

.topFlowMangaBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.topFlowMangaBox h2 {
  text-align: center;
  color: #816019;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  margin: 0 0 70px 0;
}

.topFlowMangaBox h2:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: calc(50% - 50px);
  width: 100px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topFlowMangaBoxTitleText {
  text-align: center;
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.7em;
  color: #231815;
}

.topFlowMangaBoxList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
}

.topFlowMangaBoxList li {
  background-color: #F4F1E9;
  border-radius: 15px;
  padding: 20px 20px 50px 20px;
  width: calc((100% - 45px) / 4);
  margin: 15px 0 0 0;
  position: relative;
}

.topFlowMangaBoxList li:after {
  content: "";
  background: #fff;
  position: absolute;
  left: -0.5px;
  top: calc(50% - 17.5px);
  width: 20px;
  height: 35px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.topFlowMangaBoxList li:first-child:after {
  display: none;
}

.topFlowMangaBoxListNumber {
  font-size: 22px;
  color: #816019;
  font-family: serif;
  font-weight: 600;
}

.topFlowMangaBoxListImage {
  text-align: center;
  display: none;
}

.topFlowMangaBoxListImage img {
  width: 100%;
  max-width: 170px;
}

.topFlowMangaBoxListTitle {
  text-align: center;
  color: #816019;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7em;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}


/* 制作実績 */
.topWorksManga {
  background-color: #EBE4D3;
  padding: 90px 0 70px 0;
}

.topWorksMangaHeader {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.topWorksMangaHeaderTitle {

}

.topWorksMangaHeaderTitle h2 {
  text-align: left;
  color: #816019;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  margin: 0 0 70px 0;
}

.topWorksMangaHeaderTitle h2:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 120px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topWorksMangaHeaderTitle p {
  font-size: 15px;
  margin: 1em 0 0 0;
  line-height: 1.7em;
  color: #231815;
}

.topWorksMangaHeaderLink {

}

.topWorksMangaHeaderLink p {
  border-bottom: 2px solid #231815;
}

.topWorksMangaHeaderLink a {
  font-size: 16px;
  display: block;
  padding: 5px 25px 5px 0;
  position: relative;
  font-weight: 600;
  transition: 0.5s;
}

.topWorksMangaHeaderLink a:hover {
  opacity: 0.5;
}

.topWorksMangaHeaderLink a:after {
  content: "";
  background-image: url(../images/btn_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

.topWorksMangaBox {
  position: relative;
}

.topWorksMangaBox > .swiperWorks {
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
}

.topWorksMangaBox .swiper-slide {

}

.topWorksMangaBox .swiper-slide a {
  transition: 0.5s;
}

.topWorksMangaBox .swiper-slide a:hover {
  opacity: 0.5;
}

.topWorksMangaEachImage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topWorksMangaEachImage img {
  max-width: 100%;
}

.topWorksMangaEachClient {
  font-size: 15px;
  margin-top: 10px;
}

.topWorksMangaEachTitle {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0 15px 0;
  line-height: 1.6em;
}

.topWorksMangaEachCategory {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.topWorksMangaEachCategory li {
  
}

.topWorksMangaEachCategory li a {
  font-size: 12px;
  color: #231815;
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.5em;
}

.topWorksMangaBox .swiper-pagination {
  bottom: auto !important;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  border: 1px solid #816019;
  background: none;
  height: 10px;
  width: 10px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #816019;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: -100px;
  height: 50px;
  width: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.swiper-button-prev {
  margin-left: 9%;
  background-image: url(../images/sliderPrevIcon.svg);
}

.swiper-button-next {
  margin-right: 9%;
  background-image: url(../images/sliderNextIcon.svg);
}


/* コラム */
.topColumnManga {
  background-color: #fff;
  padding: 90px 0 70px 0;
}

.topColumnMangaBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.topColumnMangaTitleBox {
  position: relative;
  width: calc(100% - 750px);
}

.topColumnMangaTitleBox h2 {
  text-align: left;
  color: #816019;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  margin: 0 0 70px 0;
  line-height: 1.6em;
}

.topColumnMangaTitleBox h2:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 120px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.topColumnMangaTitleBt {
  border-bottom: 2px solid #231815;
  display: inline-block;
}

.topColumnMangaTitleBt a {
  font-size: 16px;
  display: block;
  padding: 5px 25px 5px 0;
  position: relative;
  font-weight: 600;
  transition: 0.5s;
}

.topColumnMangaTitleBt a:hover {
  opacity: 0.5;
}

.topColumnMangaTitleBt a:after {
  content: "";
  background-image: url(../images/btn_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

.topColumnMangaTitleBtSp {
  display: none;
}

.topColumnMangaTitleImage {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: none;
}

.topColumnMangaTitleImage img {
  width: 100%;
}

.topColumnMangaList {
  max-width: 730px;
}

.topColumnMangaList > li {
  margin-bottom: 20px;
  box-shadow: 0 0 5px #eee;
  border-radius: 15px;
}

.topColumnMangaList > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  transition: 0.5s;
}

.topColumnMangaList > li > a:hover {
  opacity: 0.5;
}

.topColumnMangaListEachImage {
  width: 192px;
}

.topColumnMangaListEachImage img {
  width: 100%;
}

.topColumnMangaListEachContents {
  width: calc(100% - 192px - 20px);
}

.topColumnMangaListEachCategory {

}

.topColumnMangaListEachCategory li {

}

.topColumnMangaListEachCategory a {
  font-size: 12px;
  color: #231815;
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.5em;
}

.topColumnMangaListEachTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 5px 0;
}

.topColumnMangaListEachText {
  font-size: 14px;
  line-height: 1.6em;
}


/* TOP下部メニュー */
.topBottomMenu {
  background-color: #fff;
  padding: 0 0 90px 0;
}

.topBottomMenu ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.topBottomMenu li {
  border-bottom: 1px solid #231815;
}

.topBottomMenu a {
  font-size: 28px;
  display: block;
  padding: 30px 25px 30px 0;
  position: relative;
  font-weight: 500;
  transition: 0.5s;
}

.topBottomMenu a:hover {
  opacity: 0.5;
}

.topBottomMenu a:after {
  content: "";
  background-image: url(../images/btn_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
}

/* cta */
.topCta {
  background-color: #231815;
  background-image: url(../images/ctaBg.svg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 0;
}

.topCtaBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topCtaEachWebBox {
  width: 50%;
  padding: 0 90px;
}

.topCtaEachWebBox h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.topCtaEachWebText {
  text-align: center;
  padding: 20px 0;
}

.topCtaEachWebBt a {
  padding-top: 18px;
  padding-bottom: 20px;
  border-radius: 35px;
}

.topCtaEachTelBox {
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 90px;
}

.topCtaEachTelBox h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.topCtaEachTelText {
  text-align: center;
  padding: 20px 0 30px 0;
}

.topCtaEachTel {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  position: relative;
  width: 280px;
  padding-left: 55px;
  margin: 0 auto;
}

.topCtaEachTel:before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../images/telIconWh.svg);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.topCtaEachTel span {
  font-size: 34px;
  font-weight: 700;
  font-family: "Roboto";
  font-style: italic;
}

.topCtaEachTel a {
  text-decoration: none;
  transition: 0.5s;
}

.topCtaEachTel a:hover {
  opacity: 0.5;
}



@media all and (max-width: 1024px) { /* SP */

  /* common */
  .linkBtBlack a {
    padding-left: 30px;
    padding-right: 40px;
  }

  .linkBtRed a {
    padding-left: 30px;
    padding-right: 40px;
  }

  .linkBtGold a {
    padding-left: 30px;
    padding-right: 40px;
  }


  /* mainVisual */
  .mainVisual {
    height: 750px;
    margin-top: -60px;
    background-color: #fff;
  }

  .mainVisualInSlied {
    height: 750px;
  }

  .swiperMainvisual {
    height: 750px;
  }

  .mainVisualInSlied .swiper-slide {
    align-items: flex-end;
  }

  .mainVisualInSlied .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: cover;
    object-position: center bottom;
  }

  .mainVisualInBox {
    height: 750px;
  }

  .mainVisualInBoxCenterImage {
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
    width: 100%;
    padding: 70px 10px 10px 10px;
    filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
  }

  .mainVisualInBoxCenterImage img {
    width: 100%;
    max-width: 100%;
  }

  .mainVisualTextBox {
    left: auto;
    right: 5px;
  }

  .mainVisualLink a {
    width: 150px;
    height: 150px;
    font-size: 22px;
    left: auto;
    right: 0;
    animation: none;
  }

  .mainVisualLink a:after {
    bottom: 15px;
  }


  /* exampleLogo */
  .exampleLogo {
    position: relative;
    z-index: 100;
  }

  .exampleLogo h2 {
    font-size: 18px;
  }

  .exampleLogoList {
    margin-left: 10px;
    margin-right: 10px;
    gap: 5px;
  }

  .exampleLogoList li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 0;
  }


  /* 何にマンガを使うかで選ぶ */
  .topSelectManga {
    position: relative;
    z-index: 100;
  }

  .topSelectManga h2 {
    font-size: 27px;
    display: block;
  }

  .topSelectManga li {
    width: 50%;
    padding: 15px 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .topSelectManga li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }

  .topSelectManga li:nth-child(1), .topSelectManga li:nth-child(2) {
    border-top: none;
  }

  .topSelectMangaText {
    font-size: 16px;
  }


  /* 選ばれる理由 */
  .topReasonManga {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 100;
  }

  .topReasonMangaBox h2 {
    font-size: 27px;
    display: block;
    line-height: 1.7em;
    margin-bottom: 60px;
  }

  .topReasonMangaBox h2:after {
    bottom: -25px;
  }

  .topReasonMangaTitleText {
    text-align: left;
  }

  .topReasonMangaInEachBox {
    flex-direction: row-reverse;
  }

  .topReasonMangaInEachList {
    flex-wrap: wrap;
  }

  .topReasonMangaInEachNumber {
    font-size: 27px;
  }

  .topReasonMangaInEachContents h3 {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .topReasonMangaInEachImage {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .topReasonMangaInEachContents {
    width: 100%;
  }

  .topReasonMangaInEachText {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .topReasonMangaInEachList {
    justify-content: space-evenly;
  }

  .topReasonMangaInEachList li {
    width: calc((100% - 15px) / 2);
  }

  .topReasonMangaInEachListText {
    width: 100%;
  }


  /* マンガの強み */
  .topStrengthsManga {
    padding: 70px 15px;
    position: relative;
    z-index: 100;
  }

  .topStrengthsMangaEach {
    padding: 90px 20px 40px 20px;
  }

  .topStrengthsMangaEach h3 {
    margin-bottom: 15px;
  }

  .topStrengthsMangaEachText {
    padding-left: 15px;
    padding-right: 15px;
  }

  .topStrengthsMangaBox h2 {
    font-size: 27px;
    letter-spacing: -0.5px;
  }

  .topStrengthsTitleText {
    text-align: left;
  }

  .topStrengthsMangaInBox {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 40px;
  }

  .topStrengthsMangaInBox li {
    width: 100%;
    margin-bottom: 0;
  }


  /* 広告マンガ制作メニュー */
  .topMenuManga {
    padding: 70px 15px;
    position: relative;
    z-index: 100;
  }

  .topMenuMangaHeaderTitleBox {
    width: 100%;
  }

  .topMenuMangaHeaderTitleBox h2 {
    text-align: center;
    line-height: 1.6em;
    font-size: 27px;
  }

  .topMenuMangaHeaderTitleBox h2:after {
    left: calc(50% - 60px);
    bottom: -25px;
  }

  .topMenuMangaHeaderImage {
    width: 100%;
    margin-bottom: 15px;
  }

  .topMenuMangaHeaderImage img {
    width: 100%;
  }

  .topMangaMenuList li {
    width: 100%;
  }

  .topMangaMenuHowtomake {
    flex-wrap: wrap;
    padding: 40px 15px;
    gap: 20px;
  }

  .topMangaMenuHowtomakeYoutube {
    width: 100%;
  }

  .topMangaMenuHowtomakeYoutube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
  }

  .topColumnMangaBox {
    flex-wrap: wrap;
  }


  /* ご依頼・制作の流れ */
  .topFlowManga {
    padding: 70px 15px;
    position: relative;
    z-index: 100;
  }

  .topFlowMangaBox h2 {
    font-size: 27px;
  }

  .topFlowMangaBoxList li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px;
  }

  .topFlowMangaBoxList li:after {
    left: calc(50% - 17.5px);
    top: -0.5px;
    width: 35px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .topFlowMangaBoxListNumber {
    display: none;
  }

  .topFlowMangaBoxListNumberSp {
    font-size: 20px;
    color: #816019;
    font-family: serif;
    font-weight: 600;
    display: block;
  }

  .topFlowMangaBoxListImage {
    width: 30%;
  }

  .topFlowMangaBoxListImage img {

  }

  .topFlowMangaBoxListTitle {
    text-align: left;
    margin-top: 0;
    line-height: 1.5em;
    gap: 20px;
  }


  /* 広告マンガの制作実績 */
  .topWorksManga {
    padding: 70px 15px;
    position: relative;
    z-index: 100;
  }

  .topWorksMangaHeaderTitle h2 {
    text-align: center;
    font-size: 27px;
  }

  .topWorksMangaHeaderTitle h2:after {
    left: calc(50% - 60px);
  }

  .topWorksMangaBox {
    padding-bottom: 30px;
  }

  .topWorksMangaBox > .swiperWorks {
    margin-top: 40px;
  }

  .swiper-button-prev {
    margin-left: 0;
    left: 0;
  }

  .swiper-button-next {
    margin-right: 0;
    right: 0;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 100%;
    bottom: 10px;
    margin-top: auto;
    margin-bottom: 0;
  }

  .swiper-button-prev::after, .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }

  .topWorksMangaHeaderLink {
    margin-top: 20px;
  }

  .topWorksMangaHeaderLink a {
    text-align: center;
  }


  /* コラム */
  .topColumnManga {
    padding: 70px 15px;
    position: relative;
    z-index: 100;
  }

  .topColumnMangaTitleBox {
    width: 100%;
  }

  .topColumnMangaTitleBox h2 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 40px;
  }

  .topColumnMangaTitleBox h2:after {
    left: calc(50% - 60px);
  }

  .topColumnMangaTitleImage {
    position: relative;
    bottom: auto;
    padding-top: 30px;
  }

  .topColumnMangaTitleBt {
    display: none;
  }

  .topColumnMangaTitleBtSp {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .topColumnMangaList {
    width: 100%;
  }



  .topColumnMangaList > li > a {
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }

  .topColumnMangaListEachImage {
    width: 100%;
    padding: 15px;
  }

  .topColumnMangaListEachContents {
    width: 100%;
  }

  .topColumnMangaListEachTitle {
    font-size: 16px;
  }

  .topColumnMangaListEachText {
    display: none;
  }


  /* ページ下部メニュー */
  .topBottomMenu {
    padding: 20px 15px 70px 15px;
    position: relative;
    z-index: 100;
  }

  .topBottomMenu a {
    font-size: 15px;
    text-align: center;
    padding: 15px 25px 15px 0;
  }

  .topBottomMenu a:after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }


  /* cta */
  .topCta {
    background-size: 100vh;
    position: relative;
    z-index: 100;
  }

  .topCtaBox {
    flex-wrap: wrap;
    padding: 10px;
  }

  .topCtaEachWebBox {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .topCtaEachTelBox {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: none;
  }


}

@media all and (min-width: 1025px) { /* PC */

}

