@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

@media screen and (min-width:769px) {

	/* PC 769px以上 */
	html {
		font-size: 15px;
	}
}

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

	/* タブレット 768px以下 */
	html {
		font-size: 2vw;
	}
}

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

	/* スマートフォン 480px以下 */
	html {
		font-size: 3.4vw;
	}
}


p {
	font-size: 1rem;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1rem;
	color: #000;
	line-height: 1.75;
	background: url(../img/bg.jpg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	overflow: hidden;
}


article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

a,
a::after,
a::before {
	color: inherit;
	outline: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

video {
	max-width: 100%;
	height: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th,
td {
	text-align: left;
	vertical-align: top;
}


blockquote,
q {
	quotes: none;
}

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

address {
	font-style: normal;
}

input,
textarea,
select {
	max-width: 100%;
}

/*-----------------------
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 only */
.cf {
	*zoom: 1;
}



/*-----------------------
layout レイアウト
-----------------------*/
.l-inner{
	width: 923px;
	margin: 0 auto
}

.l-row {
	display: flex;
	flex-wrap: wrap;
}

.l-row--middle {
	align-items: center;
}

.l-row--baseline {
	align-items: baseline;
}

.l-row--end {
	align-items: flex-end;
}

.l-row--center {
	justify-content: center;
}

.l-row--between {
	justify-content: space-between;
}

.l-row--reverse {
	flex-direction: row-reverse;
}


.splide__arrow {
  width: 0;
  height: 0;
  background: none;
  border: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
	    border-radius: 0;
}
.splide__arrow:disabled{
	opacity: 0;
}
/* 左矢印（三角形 ←） */
.splide__arrow--prev {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #231815; /* 三角形の色 */
  left: -30px;
}

/* 右矢印（三角形 →） */
.splide__arrow--next {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #231815; /* 三角形の色 */
  right: -30px;
}
/*-----------------------
Utility
-----------------------*/
.sp {
	display: none;
}
.p-header{
position: absolute;
	top: 45px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
	justify-content: space-between
}
.p-header .ttllogo{
	width: 290px
}
.p-header .copy{
	width: 75px
}
.headerttl{
	margin-bottom: 42px;
	    margin-top: -9vw;
}
.nav{
	column-gap: 24px;
	justify-content: center;
	margin-bottom: 45px
}
.nav a:hover{
	opacity: .8
}
.main-top{
	justify-content: space-between;
	width: min(805px,100%);
	margin: 0 auto 40px
}
.newtopic{
	width: 490px;
}
.newbloc{
	background: #fff;
	border: 1px solid #231815;
}
.newttl{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1
}
.newttl span{
	color: #E50012;
}
.populartopic{
	background: url(../img/flame1.svg)no-repeat, #fff;
	width: 244px;
	height: 492px;
	margin-top: 26px;
	padding: 67px 18px 25px;
	    background-size: cover;
}
.populartopic ul{
	grid-row-gap: 20px;
	display: flex;
	flex-direction: column
}
.topicparts{
	display: flex;
	column-gap: 10px;
	    flex-wrap: wrap;
}
.topicthumbnail{
	width: 100px;
}
.topicttl{
	width: calc(100% - 110px);
	font-size: 12px;
	line-height: 1.416;
	font-weight: 700
}

.modal {
	display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 91;
    left: 0;
}

.modal__bg {
	background: rgba(199, 205, 185, 0.71);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.splide__pagination__page{
	    background: #707269;
}
.modal__content {
	left: 50%;
	padding: 40px 40px 60px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 100vh;
	overscroll-behavior: contain;
/*	overflow-y: scroll;*/
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: none;
}

.modal__content::-webkit-scrollbar {
	display: none;
}
#item .splide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh
}
.close-btn {
    text-align: center;
    margin: 10px auto 0;
    display: block;
    color: #fff;
    border: 2px solid #fff;
    width: 168px;
	    background: #333;
	font-weight: 700
}
.splide__slide a {
	height: 100%;
}

#item .splide__slide img {
	height: 100%;
	width: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
}
.main-bottm{
	width: min(637px,100%);
	margin: 0 auto 57px
}
.historyttl{
	width: 198px;
	margin-bottom: 26px;
	font-weight: 800
}
.historytopic{
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	grid-row-gap: 26px
}
.historytopic li{
	width: calc(100% / 3 - 16px);
}
.footer{
	text-align: center;
}
.ill_footer_cat{
margin-bottom: 14px
}
.copylight{
	width: 100px;
	margin-bottom: 12px;
	    display: inline-block;
}
.line{
	margin-bottom: 30px
}
@media screen and (max-width: 1000px) {
	.main-top{
		        flex-direction: column;
        align-items: center;
	}
	.newtopic {
    width: 100%;
}
	
}
@media screen and (max-width: 924px) {
	.sp{
		display: block;
	}
	.pc{
		display: none
	}
	.l-inner{
		width: 100%
	}
	.nav{
		grid-row-gap: 10px;
		column-gap: 10px
	}
	main {
    padding: 0 35px;
}
	.headerttl {
    margin-bottom: 22px;
    margin-top: -5vw;
}
	.splide__arrow--next {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #231815;
    right: -25px;
}
	.splide__arrow--prev {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #231815;
    left: -25px;
}
	#item {
    margin: 0 auto;
}
	.historyttl {
    width: 254px;
    margin: 0 auto 26px;
}
	.modal__content{
		padding: 40px 10px 60px;
		width: 100%;
	}
	.splide__arrow--next {
    right: 5px;
}
	.splide__arrow--prev {
    left: 5px;
}
	.historytopic li {
    width: calc(100% / 2 - 16px);
}
	.historytopic .topicparts {
		display: block;}
	.historytopic .topicthumbnail {
    width: 100%;
}
	.historytopic{
		grid-row-gap: 10px
	}
	.historytopic .topicttl {
    width: 100%;
		margin-top: 10px
}
}
@media screen and (max-width: 720px) {
	    .nav li {
         width: calc(100% / 4 - 20px); 
    }
}
@media screen and (max-width: 480px) {
    .nav li {
              width: auto;
    }
}