@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap");
html {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catLabel {
  display: inline-block;
  padding: 6px 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
.catLabel.society {
  background-color: #FC8325;
}
.catLabel.futsal {
  background-color: #DE2C2C;
}
.catLabel.soccer {
  background-color: #FB5724;
}
.catLabel.beach {
  background-color: #D941B0;
}
.catLabel.rule {
  background-color: #53C323;
}
.catLabel.tactics {
  background-color: #32CBD1;
}
.catLabel.personal {
  background-color: #EFA32A;
}
.catLabel.facility {
  background-color: #00C9E3;
}
.catLabel.interview {
  background-color: #8D41D9;
}
.catLabel.plan {
  background-color: #D11A80;
}
.catLabel.movie {
  background-color: #4F66C6;
}
.catLabel.coach {
  background-color: #1E55A6;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  width: 100%;
  background-color: #FC8325;
}
header .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  padding: 0 35px;
  margin: 0 auto;
}
header .headerInner .logo {
  width: 250px;
}
header .headerInner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .headerInner nav ul li a {
  display: block;
  width: 156px;
  height: 96px;
  padding-top: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
header .headerInner nav ul li a span {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
}
header .headerInner nav ul li a:hover {
  background-color: #fff;
  color: #FC8325;
}
header .headerInner .spBtn {
  display: none;
}
header .headerInner .spMenu {
  display: none;
}

footer {
  width: 100%;
  background-color: #F5F5F5;
}
footer .inner {
  padding: 50px 48px 90px;
}
footer .logo {
  display: block;
  width: 250px;
  margin: 0 auto 50px;
}
footer .social {
  margin: 0 auto 80px;
}
footer .social p {
  margin-bottom: 18px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 9px;
}
footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
footer .sitemap .category {
  width: 416px;
}
footer .sitemap .category p {
  margin-bottom: 28px;
  padding: 5px 0 3px;
  background-color: #FC8325;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
footer .sitemap .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 114px;
}
footer .sitemap .category ul li {
  width: 145px;
  margin-bottom: 20px;
}
footer .sitemap .category ul li:nth-of-type(4n) {
  margin-bottom: 0;
}
footer .sitemap .category ul li a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #626262;
  text-decoration: none;
}
footer .sitemap .social {
  display: none;
}
footer .sitemap .others {
  margin-right: 128px;
}
footer .sitemap .others ul li {
  margin-bottom: 20px;
}
footer .sitemap .others ul li a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #626262;
  text-decoration: none;
}
footer .copy {
  padding: 30px 48px 24px;
  background-color: #FC8325;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

main .mainImage {
  margin-bottom: 135px;
}
main .mainImage .slick-list li {
  margin: 0 5px;
}
main .mainImage .slick-list li a {
  display: block;
  width: 656px;
  height: 464px;
  text-decoration: none;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  overflow: hidden;
  position: relative;
}
main .mainImage .slick-list li a:hover {
  opacity: 0.8;
}
main .mainImage .slick-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skewX(20deg) scale(1.26);
          transform: skewX(20deg) scale(1.26);
  -webkit-filter: saturate(0.8);
          filter: saturate(0.8);
}
main .mainImage .slick-list li a .texts {
  width: 112%;
  padding: 30px 120px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  position: absolute;
  bottom: 0;
  left: -6%;
}
main .mainImage .slick-list li a .texts .date {
  display: block;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.16;
  letter-spacing: 0.02em;
}
main .mainImage .slick-list li a .texts .title {
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.46;
  letter-spacing: 0.02em;
}
main .mainImage .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
main .mainImage .slick-dots li {
  width: 36px;
  height: 4px;
  margin: 0 8px;
  border-radius: 18px;
  overflow: hidden;
}
main .mainImage .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #707070;
}
main .mainImage .slick-dots li.slick-active button {
  background-color: #FC8325;
}
main article {
  margin-bottom: 135px;
}
main article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px 0 80px;
}
main article .inner .contents {
  width: 69%;
  max-width: 790px;
}
main article .inner .contents .contTitle {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  position: relative;
}
main article .inner .contents .contTitle span {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
}
main article .inner .contents .contTitle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 150px 250px;
  border-color: transparent transparent transparent #FC8325;
  position: absolute;
  top: -85px;
  left: -80px;
  z-index: -1;
}
main article .inner .contents .postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
main article .inner .contents .postList li {
  width: 32%;
  max-width: 248px;
  margin-bottom: 32px;
  margin-right: 2%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2392156863);
}
main article .inner .contents .postList li:nth-of-type(3n) {
  margin-right: 0;
}
main article .inner .contents .postList li a {
  display: block;
  text-decoration: none;
}
main article .inner .contents .postList li a.new {
  position: relative;
}
main article .inner .contents .postList li a.new:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/icon_new.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main article .inner .contents .postList li a:hover {
  opacity: 0.8;
}
main article .inner .contents .postList li a .thumb {
  width: 100%;
}
main article .inner .contents .postList li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.8);
          filter: saturate(0.8);
}
main article .inner .contents .postList li a .texts {
  padding: 20px 12px 16px;
}
main article .inner .contents .postList li a .texts .date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #747171;
  line-height: 1;
}
main article .inner .contents .postList li a .texts .title {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: black;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}
main article .inner .contents .postList.pickup li:nth-of-type(1) {
  width: 100%;
  max-width: 100%;
}
main article .inner .contents .postList.pickup li:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main article .inner .contents .postList.pickup li:nth-of-type(1) a .thumb {
  width: 55%;
  max-width: 432px;
}
main article .inner .contents .postList.pickup li:nth-of-type(1) a .texts {
  width: 45%;
  padding: 20px 28px;
}
main article .inner .contents .postList.pickup li:nth-of-type(1) a .texts .title {
  font-size: 2.4rem;
  line-height: 1.46;
}
main article .inner .contents .more {
  display: block;
  width: 204px;
  margin: 0 auto;
  padding: 20px 0 16px;
  background-color: #363636;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
main article .inner .contents .more:after {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  background: url(../images/arrow.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  right: 16px;
}
main article .inner .contents .more:hover {
  background-color: #FC8325;
}
main article .inner .contents .contWrap h1 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}
main article .inner .contents .contWrap h2 {
  margin-bottom: 20px;
  padding: 10px 14px;
  background-color: #FC8325;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
main article .inner .contents .contWrap h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 3px #FC8325;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
main article .inner .contents .contWrap h4 {
  margin-bottom: 20px;
  padding-left: 5px;
  border-left: solid 3px #FC8325;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
main article .inner .contents .contWrap h5 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
main article .inner .contents .contWrap p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #333;
}
main article .inner .contents .contWrap table {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.4;
}
main article .inner .contents .contWrap table td {
  padding: 5px;
  border: solid 1px;
}
main article .inner .contents .contWrap table th {
  font-size: 2rem;
  font-weight: bold;
}
main article .inner .contents .contWrap ul {
  margin: 0 0 20px 2em;
}
main article .inner .contents .contWrap ul li {
  list-style: disc outside;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}
main article .inner .contents .contWrap ol {
  margin: 0 0 20px 2em;
}
main article .inner .contents .contWrap ol li {
  list-style: decimal outside;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}
main article .inner .contents .contWrap strong {
  font-weight: bold;
}
main article .inner .contents .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main article .inner .contents .pagenation li + li {
  margin-left: 20px;
}
main article .inner .contents .pagenation li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  line-height: 38px;
  border: 1px solid #000;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
main article .inner .contents .pagenation li a.page-numbers:hover {
  background-color: #000;
  color: #fff;
}
main article .inner .contents .pagenation li a.page-numbers.prev:hover, main article .inner .contents .pagenation li a.page-numbers.next:hover {
  background-color: #fff;
}
main article .inner .contents .pagenation li a.prev, main article .inner .contents .pagenation li a.next {
  border: none;
  position: relative;
  text-indent: -9999px;
}
main article .inner .contents .pagenation li a.prev:after, main article .inner .contents .pagenation li a.next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
main article .inner .contents .pagenation li a.prev:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main article .inner .contents .pagenation li a.next:after {
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
main article .inner .contents .pagenation li .current {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  line-height: 38px;
  border: 1px solid #e5e5e5;
}
main article .inner .contents .author {
  width: 100%;
  margin-top: 135px;
  padding: 40px;
  border: solid 1px #707070;
}
main article .inner .contents .author h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
main article .inner .contents .author .authorInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main article .inner .contents .author .authorInner img {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: 40px;
}
main article .inner .contents .author .authorInner .authorTexts {
  width: calc(100% - 240px);
}
main article .inner .contents .author .authorInner .authorTexts .name {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
main article .inner .contents .author .authorInner .authorTexts .profile {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
main article .inner .contents .author .authorInner .authorTexts .link {
  text-align: right;
}
main article .inner .contents .author .authorInner .authorTexts .link a {
  display: inline-block;
  padding: 4px 12px;
  border: solid 1px #e5e5e5;
  border-radius: 16px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
main article .inner .side {
  width: 24%;
  max-width: 270px;
  padding-top: 120px;
}
main article .inner .side h2 {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: solid 1px #FC8325;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0.06em;
}
main article .inner .side h2 span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
}
main article .inner .side .ranking li {
  padding: 12px 0;
  border-bottom: solid 1px #707070;
  counter-increment: count;
}
main article .inner .side .ranking li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  position: relative;
}
main article .inner .side .ranking li a:before {
  content: counter(count);
  display: block;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  background-color: #FC8325;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main article .inner .side .ranking li a:hover {
  opacity: 0.8;
}
main article .inner .side .ranking li a .thumb {
  width: 88px;
  height: 88px;
  margin-right: 12px;
}
main article .inner .side .ranking li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.8);
          filter: saturate(0.8);
}
main article .inner .side .ranking li a .texts {
  width: calc(100% - 100px);
}
main article .inner .side .ranking li a .texts .title {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}
main article .inner .side .ranking li a .texts .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main article .inner .side .ranking li a .texts .catLabel.beach {
  padding: 6px 8px;
}
main article .inner .side .ranking li a .texts .date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #747171;
  line-height: 1;
}
main article .inner .side .adArea {
  margin-bottom: 40px;
}
main article .inner .side.archive .ad {
  margin-top: 60px;
}

#archive main,
#detail main,
#author main {
  padding-top: 135px;
}

#detail main article .contents .contTitle {
  margin-bottom: 20px;
  font-size: 2.8rem;
}
#detail main article .contents .dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
#detail main article .contents .dateWrap p {
  font-size: 1.4rem;
}
#detail main article .contents .dateWrap p.post {
  margin-right: 12px;
}
#detail main article .contents .eyecatch {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
  overflow: hidden;
}
#detail main article .contents .eyecatch img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.8);
          filter: saturate(0.8);
}

#author main article .contents .author {
  margin: 0 auto 60px;
}
#author main article .contents .subTitle {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}

/* Tablet */
@media screen and (max-width: 834px) {
  header .headerInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 8px 0;
    position: relative;
  }
  header .headerInner .logo {
    width: auto;
    height: 40px;
  }
  header .headerInner .logo img {
    width: auto;
    height: 100%;
  }
  header .headerInner nav {
    display: none;
  }
  header .headerInner .spBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 8px;
  }
  header .headerInner .spBtn span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FC8325;
    margin-bottom: 4px;
  }
  header .headerInner .spBtn span:last-child {
    margin: 0;
  }
  header .headerInner .spMenu {
    width: 85%;
    padding: 72px 12px 36px;
    background-color: #FC8325;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  header .headerInner .spMenu .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FC8325;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  header .headerInner .spMenu .category {
    margin-bottom: 24px;
  }
  header .headerInner .spMenu .category li {
    margin-bottom: 20px;
    padding: 0 18px 20px;
    border-bottom: solid 1px #fff;
  }
  header .headerInner .spMenu .category li:last-child {
    border: none;
  }
  header .headerInner .spMenu .category li a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  header .headerInner .spMenu .social {
    margin-bottom: 32px;
    padding: 0 18px;
  }
  header .headerInner .spMenu .social p {
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  header .headerInner .spMenu .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .headerInner .spMenu .social ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 18px;
  }
  header .headerInner .spMenu .others li {
    margin-bottom: 32px;
    padding: 0 18px;
  }
  header .headerInner .spMenu .others li:last-child {
    margin: 0;
  }
  header .headerInner .spMenu .others li a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  footer .inner {
    padding: 40px;
  }
  footer .logo {
    width: 170px;
    margin: 0 auto 32px;
  }
  footer .social {
    display: none;
  }
  footer .sitemap {
    display: block;
  }
  footer .sitemap .category {
    width: 100%;
    margin-bottom: 84px;
  }
  footer .sitemap .category p {
    padding: 12px 0 6px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  footer .sitemap .category ul {
    width: 254px;
    height: 252px;
    margin: 0 auto;
  }
  footer .sitemap .category ul li {
    width: 50%;
    margin-bottom: 36px;
  }
  footer .sitemap .category ul li:nth-of-type(4n) {
    margin-bottom: 36px;
  }
  footer .sitemap .category ul li:nth-of-type(6n) {
    margin-bottom: 0;
  }
  footer .sitemap .category ul li a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #626262;
    text-decoration: none;
  }
  footer .sitemap .social {
    display: block;
    margin: 0 auto 68px;
  }
  footer .sitemap .social p {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  footer .sitemap .social ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    margin: 0 9px;
  }
  footer .sitemap .others {
    margin: 0;
  }
  footer .sitemap .others ul {
    width: 190px;
    margin: 0 auto;
  }
  footer .sitemap .others ul li {
    margin-bottom: 36px;
  }
  footer .sitemap .others ul li a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #626262;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  footer .copy {
    padding: 16px 32px 12px;
    font-size: 1rem;
  }
  main .mainImage {
    margin-bottom: 60px;
  }
  main .mainImage .slick-list li a {
    width: 100vw;
    height: 450px;
  }
  main .mainImage .slick-list li a .texts {
    padding: 12px 72px 12px 180px;
  }
  main .mainImage .slick-list li a .texts .date {
    margin-bottom: 8px;
  }
  main .mainImage .slick-list li a .texts .title {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: normal;
  }
  main .mainImage .slick-dots {
    margin-top: 20px;
  }
  main .mainImage .slick-dots li {
    width: 20px;
    height: 2px;
    margin: 0 4px;
    border-radius: 10px;
  }
  main article {
    margin-bottom: 120px;
  }
  main article .inner {
    display: block;
    padding: 0 20px;
  }
  main article .inner .contents {
    width: 100%;
    max-width: 100%;
  }
  main article .inner .contents .contTitle {
    display: block;
    margin-bottom: 36px;
    text-align: center;
    font-size: 3.2rem;
  }
  main article .inner .contents .contTitle span {
    margin-top: 4px;
  }
  main article .inner .contents .contTitle:before {
    top: -32px;
    left: -80px;
  }
  main article .inner .contents .postList {
    margin-bottom: 60px;
  }
  main article .inner .side {
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
  }
  main article .inner .side .ranking li a .texts .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main article .inner .side .ranking li a .texts .date {
    margin-left: 12px;
  }
  main article .inner .side .adArea {
    margin-bottom: 20px;
  }
  main article .inner .side .adArea > img {
    display: block;
    margin: 0 auto;
  }
  #archive main,
#detail main,
#author main {
    padding-top: 60px;
  }
  #detail main article .contents .contTitle {
    text-align: left;
  }
  #detail main article .contents .dateWrap {
    margin-bottom: 36px;
  }
  #detail main article .contents .dateWrap p {
    font-size: 1.2rem;
  }
  #detail main article .contents .eyecatch {
    height: 250px;
    margin-bottom: 20px;
  }
  #author main article .contents .author {
    margin-bottom: 36px;
  }
  #author main article .contents .subTitle {
    margin-bottom: 36px;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  header .headerInner nav {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  header .headerInner nav ul li {
    max-width: 132px;
    min-width: 100px;
    position: relative;
  }
  header .headerInner nav ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 4px;
  }
  header .headerInner nav ul li:last-child:after {
    display: none;
  }
  header .headerInner nav ul li:last-child a {
    padding-top: 8px;
    line-height: 1.1875;
  }
  header .headerInner nav ul li a {
    width: 100%;
    height: 48px;
    padding: 16px 12px 0;
  }
  header .headerInner nav ul li a span {
    display: none;
  }
  main .mainImage .slick-list li a {
    height: 288px;
  }
  main .mainImage .slick-list li a .texts {
    padding: 12px 72px;
  }
  main article .inner .contents .postList.pickup li:nth-of-type(1) a .texts {
    padding: 10px;
  }
  main article .inner .contents .postList.pickup li:nth-of-type(1) a .texts .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  main article .inner .contents .more {
    width: 82%;
  }
  main article .inner .contents .author {
    margin-top: 60px;
    padding: 20px;
  }
  main article .inner .contents .author h3 {
    font-size: 1.4rem;
  }
  main article .inner .contents .author .authorInner img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  main article .inner .contents .author .authorInner .authorTexts {
    width: calc(100% - 140px);
  }
  main article .inner .contents .author .authorInner .authorTexts .name {
    font-size: 1.4rem;
  }
  main article .inner .contents .author .authorInner .authorTexts .profile {
    font-size: 1.2rem;
  }
  main article .inner .contents .author .authorInner .authorTexts .link a {
    font-size: 1.2rem;
  }
  main article .inner .side h2 {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: solid 1px #FC8325;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: 0.06em;
  }
  main article .inner .side h2 span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}
/*# sourceMappingURL=style.css.map */