@charset "UTF-8";

/*
reset
***********************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background-color: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-top: 10px;
    text-align: center;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

* {
    box-sizing: border-box !important;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
    overflow: hidden;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }
}

/*
font-weight
Medium = 400
semibold = 600
bold = 700
extrabold = 900
*/

a {
    color: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background-color: transparent;
    word-break: break-all;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

p {
    line-height: 24px;
    line-height: 2.4rem;

}

::-moz-selection {
    background-color: red;
    color: #fff;
}

::selection {
    background-color: red;
    color: #fff;
}

/*
common
***********************************/
.container {
    width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 34px;
    font-weight: 900;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: solid 3px #000000;
}

.column-title {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

.articleItem {
    padding: 0 0 30px 0;
}

.eyecatchBox {
    position: relative;
}

.eyecatchBox .eyecatch {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detailBox {
    margin: 12px 0 0 0;
}

.detailBox .detaiList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailBox .category {
    color: #dc0000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

.detailBox .title {
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detailBox .text {
    font-size: 14px;
    margin: 20px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}

/*
slider
***********************************/
.slider li {
  width: 250px; /* 任意の幅に調整 */
  margin: 50px 10px 0;
}

.slide_nav {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  position: absolute;
  top: 177px;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.slide_nav_1 {
  background-image: url(../images/slide-left.svg);
}

.slide_nav_2 {
  background-image: url(../images/slide-right.svg);
}

.slide_nav_2 {
  left: 1160px;
}

@media screen and (max-width: 1199px) {
    .slick-slider {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .slide_nav {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {

    .slick-slider {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 0 !important;
    }

    .slider li {
        width: 160px;
    }
}

/*
sub
***********************************/
.sub {
    width: 300px;
}

/*
sub-latest
***********************************/
.sub-latest-title {
    font-size: 34px;
    font-weight: 900;
}

.sub-latest ul {
    margin: 30px 0 0;
}

.sub-latest ul>li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub-latest ul>li:nth-child(n+2) {
    margin: 30px 0 0;
}

.sub-latest ul>li .detailBox {
    margin: 0 0 0 0;
    width: 60%;
}

.sub-latest ul>li .title {
    font-size: 14px;
}

.sub-latest ul>li .eyecatchBox {
    width: 34%;
}

.sub-latest ul>li .eyecatchBox .eyecatch {
    aspect-ratio: 11 / 7;
}


/*
header
***********************************/
.header {
    background-color: #fff;
}

.header-clone.is-show {
    transform: translateY(0);
}

.header-clone {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    opacity: 0.85;
}

.header__gnav {
    display: flex;
    padding: 24px 20px 24px 0;
    justify-content: space-between;
    align-items: center;
}

.header__gnav__navList {
    display: flex;
    align-items: center;
}

.header__gnav__navList>ul {
    display: flex;
    font-size: 14px;
    font-weight: 700;
}

.header__gnav__navList>ul>li {
    margin: 0 40px 0 0;
}

.display-block-max-md {
    display: block;
}

.header__search #form {
    position: relative;
}

.header__search #form #text {
    font-size: 14px;
    width: 120px;
    height: 25px;
    border: none;
    border-bottom: solid 1px #969696;
    padding: 0 12px 0 12px;
}

.header__search #form #submit {
    position: absolute;
    right: -20px;
    top: 4px;
    border: none;
    background-image: url(../images/icon_search.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.mushimegane {
    display: none;
}

.mushimegane_icon img {
    width: 100%;
}

.headerForm__search__wrapper {
    display: none;
}

.headerForm__search {
    border-top: solid 3px #000000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
}

.headerForm__search #form {
    position: relative;
}

.headerForm__search #form input {
    height: 100%;
    outline: none;
}

.headerForm__search #form #text {
    font-size: 14px;
    width: 276px;
    height: 25px;
    border: none;
    border-bottom: solid 1px #969696;
    padding: 0 12px 0 12px;
}

.headerForm__search #form #submit {
    position: absolute;
    right: -20px;
    top: 4px;
    border: none;
    background-image: url(../images/icon_search.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 961px) {

    .header__gnav__navList>ul>li:last-child {
        margin: 0 0 0 0;
    }

    .header__search {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header__sp {
        height: 68px;
        position: relative;
    }

    .header__sp__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .mushimegane {
        display: block;
        position: absolute;
        top: 0px;
        left: 14px;
        height: 68px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
}

/*
header-category
***********************************/
.header-category {
    background-color: #F4F4F4;
}

.header-category__container {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 50px;
}

.header-category ul {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
}

.header-category ul>li {
    white-space: nowrap;
}

.header-category ul>li:nth-child(n+2) {
    margin: 0 0 0 24px;
}

@media screen and (max-width: 1199px) {
    .header-category__container {
        width: 100%;
        padding: 16px 0 16px 20px;
    }

    .header-category ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

/*
section-top
***********************************/
.section-top {
    padding: 60px 0 0;
}

.section-top__contents {
    display: flex;
}

.section-top__contents-sub {
    width: 300px;
}

.section-top__contents-main {
    width: 600px;
    padding: 0 30px;
}

.section-top__contents-main .title {
    font-size: 24px;
}

@media screen and (max-width: 961px) {
    .section-top__contents-sub {
        display: none;
    }

    .section-top__contents-main {
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .section-top {
        padding: 0 0 0;
    }

    .section-top__contents {
        flex-direction: column;
    }

    .section-top__contents-main {
        width: 100%;
        padding: 0 0 0 0;
    }

    .section-top__contents-main .eyecatchBox {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .section-top .detailBox .text {
        display: none;
    }

    .section-top .sub {
        width: 100%;
        padding: 30px 0 0;
    }
}


/*
section-banner
***********************************/
.section-banner {
    padding: 40px 0 0;
}

.banner-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.banner-list li {
  list-style: none;
}

.banner-list a {
  display: block;
}

.banner-list img {
  display: block;
  width: 100%;
  max-width: 384px; /* 128×3 */
  height: auto;
}


.section-banner ul>li:nth-child(n+2) {
    margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
    .section-banner {
        display: none;
    }
}

/*
section-category
***********************************/
.section-category {
    padding: 50px 0 0;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-content {
    width: 48%;
    margin: 50px 0 0;
}

.category-title {
    position: relative;
}

.category-title a {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 10px;
}

.category-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px; /* ← ここが li 間の余白 */
  padding: 0;
  list-style: none;
}

.category-content ul>li {
    width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 767px) {
    .category-list {
        flex-direction: column;
    }

    .category-content {
        width: 100%;
        margin: 30px 0 0;
    }
}

/*
section-archive
***********************************/
.archive-content {
    margin: 10px 0 0;
}

.archive-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px; /* ← ここが li 間の余白 */
  padding: 0;
  list-style: none;
}

.archive-content ul li {
  width: calc((100% - 72px) / 4);
  /* 72px = gap(24px) × 3列分 */
}

.pagination {
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  border-radius: 50%;
  background: #F4F4F4;
}

 .pagination a.prev,
 .pagination a.next {
    border: none;
    background: none;
 }

.pagination .current {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .archive-content ul {
    gap: 16px; /* SPは少し余白小さめが綺麗 */
  }

  .archive-content ul li {
    width: calc((100% - 16px) / 2);
    /* 2列なので gapは1つ分だけ引く */
  }
}

/*
section-single
***********************************/
.section-single {
    padding: 50px 0 0;
}

.single-flex {
    display: flex;
    justify-content: space-between;
}

.single-body {
    font-size: 14px;
    width: 800px;
    margin-right: 10px;
}

.single-thumbnail {
    width: 100%;
    height: 0;
    padding-top: 66.6667%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-detail {
    margin-top: 28px;
}

.single-info {
    display: flex;
    justify-content: space-between;
}

.single-category {
    font-size: 15px;
    font-weight: 900;
    color: #DC0100;
}

.single-pubdate {
    font-size: 12px;
}

.single-title {
    margin-top: 14px;
    font-size: 24px;
}

.shareBox ul {
    margin-top: 20px;
    display: flex;
}

.shareBox ul li:nth-child(n+2) {
    margin-left: 20px;
}

.single-contents {
    margin-top: 30px;
}

.single-contents h2 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: 1px solid #000000;
}

.single-contents h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 110px;
    height: inherit;
    border-bottom: 1px solid #DC0100;
}

.single-contents p {
    margin-bottom: 30px;
}

.single-contents .wp-block-image {
    margin-bottom: 30px;
}

.related-section {
    padding: 30px 0;
}

.related-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.related-section li {
    color: #969696;
    line-height: 2.4rem;
}

@media screen and (max-width: 961px) {
    .section-single {
        padding: 0 0 0;
    }
    
    .single-body {
        width: 100%;
        margin-right: 0;
    }

    .single-thumbnail {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .section-single .sub {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .single-title ,.single-contents h2 {
        font-size: 18px;
    }

    .single-contents {
        margin-top: 10px;
    }

    .single-contents h2 {
        padding-top: 10px;
    }
}

/*
section-page
***********************************/
.section-page {
    padding: 50px 0 0;
}

.section-page .container {
    width: 670px;
}

.section-page .section-title {
    padding: 0 0 0;
    border-bottom: none;
}

.page-contents h2 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: 1px solid #000000;
}

.page-contents h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 110px;
    height: inherit;
    border-bottom: 1px solid #DC0100;
}

.page-contents p {
    font-size: 14px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

    .section-page .container {
        width: 100%;
        padding: 0 20px;
    }

    .page-title ,.page-contents h2 {
        font-size: 18px;
    }

    .page-contents {
        margin-top: 10px;
    }

    .page-contents h2 {
        padding-top: 10px;
    }
}

/*gallery*/
.gallery__case>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery__case>ul>li {
    width: calc(100% / 8);
}

.gallery__case a {
    text-decoration: none;
    display: block;
}

.gallery__box {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.gallery__modal {
    width: 50vw;
    height: 50vh;
    margin: 0 auto;
}

.gallery__modal-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 959px) {
    .modal__inner {
        width: 90vw;
    }
}

@media screen and (max-width: 767px) {
    .popup__body {
        margin: 0 0;
    }

    .popup__contents {
        margin: 40px 0;
    }

    .popup__case>ul>li {
        width: calc(50% - 5px);
        ;
        margin-right: 10px;
    }

    .popup__case>ul>li:nth-child(2n) {
        margin-right: 0px;
    }

    .popup__case>ul>li:nth-child(n+3) {
        margin-top: 20px;
    }

    .popup__case>ul>li:nth-child(n+5) {
        margin-top: 20px;
    }

    .popup__info {
        margin-top: 10px;
    }

    .modal__box {
        flex-direction: column;
    }

    .modal__box-thumbnail {
        width: 80%;
        height: 80%;
        margin: 0 auto;
    }

    .modal__info {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .modal__info-body {
        height: 14vh;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
    }

    /*gallery*/
    .gallery__case>ul>li {
        width: calc(100% / 3);
    }

    .gallery__modal {
        width: 90vw;
    }
}

/*sponsor*/
.section__sponsor {
    text-align: center;
    background-color: #000;
    padding: 60px 0 50px;
}

.section__sponsor__contents {
    margin-bottom: 60px;
}

.sponsor__contents__title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.sponsor__contents__image img {
    width: 100%;
}



/*
section-recommend
***********************************/
.section-recommend {
    padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
    .section-recommend {
        padding: 60px 0 0;
    }

    .recommend-list>li {
        margin: 40px 0 0;
    }

    .recommend-list>li a {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .recommend-list>li .detailBox {
        margin: 0 0 0 0;
        width: 60%;
    }

    .recommend-list>li .eyecatchBox {
        width: 34%;
    }

    .recommend-list>li .eyecatchBox .eyecatch {
        aspect-ratio: 11 / 7;
    }
}

/*
section-tag
***********************************/
.section-tag {
    padding: 90px 0 100px;
}

.tag-box {
    margin: 20px 0 0;
}

.tag-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tag-box ul {
    display: flex;
    flex-wrap: wrap;
}

.tag-box ul > li {
    margin: 10px 0 0;
    position: relative;
    padding-right: 20px;
}

.tag-box ul > li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #000;
}

/* 行末（折り返された場合の最後の要素）を非表示にする */
.tag-box ul > li:last-child::after {
    display: none;
}

/* ★ここが重要！最後の行の「右端の要素」のafterを消す */
.tag-box ul {
    gap: 0 20px; /* 横の余白を確保 */
}

.tag-box ul > li.is-last-in-row::after {
  display: none;
}

.tag-box ul>li a {
    font-size: 16px !important;
}

@media screen and (max-width: 767px) {
    .section-tag {
        padding: 80px 0 80px;
    }

    .tag-box {
        margin: 10px 0 0;
    }
}


/*
footer
***********************************/
.footer {
    padding: 60px 0 40px;
    background-color: #191919;
    color: #fff;
    font-size: 14px;
}

.footer__title {
    display: flex;
    align-items: center;
}

.footer__btn a {
    margin: 0 0 0 50px;
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.footer__left {
    width: 560px;
    margin: 0 20px 0 0;
}

.footer__text span {
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
}

.footer__sns {
    margin: 50px 0 0;
    display: flex;
    align-items: center;
}

.footer__sns>li:nth-child(n+2) {
    margin: 0 0 0 26px;
}

.footer__copyright {
    margin: 50px 0 0;
    font-size: 10px;
}

.footer__gnav {
    display: flex;
    font-weight: 700;
}

.footer__gnav ul>li:nth-child(n+2) {
    margin: 24px 0 0;
}

.footer__gnav--last {
    margin: 0 0 0 80px;
}

@media screen and (max-width: 767px) {
    .footer__title {
        justify-content: space-between;
    }

    .footer__inner {
        flex-direction: column;
    }

    .footer__left {
        width: 100%;
        margin: 0 0 0 0;
    }

    .footer__gnav {
        justify-content: center;
        margin: 60px 0 0;
    }

    .footer__sns {
        justify-content: center;
    }

    .footer__copyright {
        text-align: center;
    }
}



















