
@charset "UTF-8";
/* CSS Document */

/* ==========================
　Common
============================*/
img {
	display: block;
	max-width: 100%;
}

.top_section01  {
    max-width: 1200px;
    margin: 0 auto;
}

.news_wrap .btn_d01 {
	margin: 0;
}

.grid_layout {
  display: grid;
	
}

.border_t {
	border-top: 1px solid #808080; 
}

.grid_layout.grid_clm2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_layout.grid_clm3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_layout.grid_clm4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid_layout.grid_clm5 {
  grid-template-columns: repeat(5, 1fr);
}

.topics_wrap,
.event_wrap,
.ranking_wrap {
	padding: 0 4%;
}
.newitem_wrap,
.item_mgzn_wrap2 {
	padding: 0 2%;
}

#fs_Top .fs-l-footer {
	margin-top: 0;
}


@media only screen and (max-width: 960px) {
}	
@media only screen and (max-width: 520px) {
    .top_section01 a:hover {
        opacity: 1;
    }

    .newitem_wrap,
    .ranking_wrap {
        padding: 0 2%;
    }
}

/* ==========================
　新着情報 
============================*/
.news_wrap {
	background: #f4f4f4;
	padding: 7rem 4% 6rem;
}

.news_wrap .top_section01 {
	overflow: hidden;
	padding: 0;
}

.news_list > li {
	border-bottom: 1px solid #808080;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.news_list > li p {
	margin: 0;
	width: calc(100% - 130px);
}
.news_list > li time {
    margin-bottom: 0.75rem;
    display: block;
	color: #888;
	padding-right: 3rem;
	width: 130px;
}

.news_wrap .title_d01 {
    display: inline-block;
	float: left;
	width: 27%;
	max-width: 350px;
}
.news_list {
	display: inline-block;
	width: 73%;
}
  .news_wrap .btn_wrap {
    margin-top: 2em;
  }

@media only screen and (max-width: 1080px) {
  .news_wrap  {
    padding: 4rem 5%;
  }
	.news_wrap .title_d01 {
		float: none;
		padding: 0;
		width: 100%;
	}
	.news_list {
		width: 100%;
	}
    .news_list > li time {
        padding-right: 0.75rem;
    }
  .news_wrap .btn_wrap {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 520px) {
	.news_list .flex_start {
		display: block;
	}
    .news_list > li time {
        margin-bottom: 0.75rem;
        padding-right: 0;
        width: auto;
    }
    .news_list > li p {
        width: auto;
		display: block;
    }
	.news_list > li {
		display: block;
    }
}

/* ==========================
　TOP：商品ブロックレイアウト
============================*/
.itembox__1 img { width: 100%; }
.item_container {
  	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2rem;
	width: 55%;
	padding-left: 3%;
}

.item_1 {
	width: 45%;
	padding-right: 2rem;
}

@media only screen and (max-width: 960px) {
    .item_container {
        width: 100%;
		padding: 0;
		gap: 1rem;
    }
    .item_1 {
        width: 100%;
		padding-right: 0;
    }
	.itembox__1.item_1 {
		margin-bottom: 1.5rem;
	}
}


/* ==========================
　商品ブロックデザイン
============================*/
.itembox__1 {
	border: 1px solid #CCC;
	padding: 1rem;
}

.itembox__1 > a {
	color: #252525;
}
.itembox__1 > a:hover {
	text-decoration: none;
}

.itembox__text {
	padding: 2rem 0 0 0;
}
.itembox__1.item_1 .itembox__text {
	padding: 3rem 1rem;	
}

.or_item_name {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.itembox__1.item_1 .or_item_name {
	font-size: 2rem;
	font-weight: 500;
}

.or_item_tag {
	font-size: 1.3rem;
	border: 1px solid #808080;
	display: inline-block;
	padding: 2px 8px;
	margin: 0;
}
.item_container .or_item_tag {
	font-size: 1.3rem;
}

.or_item_price {
	font-size: 1.8rem;
}
.itembox__1.item_1 .or_item_price {
	font-size: 2.2rem;
	font-weight: 700;
}

.or_item_price .tax {
	font-size: 1.3rem;
	margin-left: 4px;
}


@media only screen and (max-width: 520px) {
    .itembox__1.item_1 .itembox__text {
        padding: 2.5rem 1rem;	
    }
    .itembox__1.item_1 .or_item_name {
        font-size: 1.8rem;
    }
    .or_item_name {
        font-size: 1.5rem;
    }
}

/* ==========================
　新着商品
============================*/
.newitem_wrap .top_section01 {
	padding: 8rem 0 10rem;
}

.newitem_wrap .title_d01 {
	padding: 0 2.6rem;
}

.newitem_wrap .top_section01 .flex_start {
	margin: 3rem 0;
}

@media only screen and (max-width: 960px) {
    .newitem_wrap .top_section01 {
        padding: 6rem 0 8rem;
    }
}

@media only screen and (max-width: 520px) {
    .newitem_wrap .top_section01 {
        padding: 5rem 0 7rem;
    }
	.newitem_wrap .title_d01 {
		padding: 0 2rem;
	}
	.newitem_wrap .top_section01 .flex_start {
		margin: 2rem 0;
	}
}



/* ==========================
　雑誌から選ぶ 
============================*/
.item_mgzn_wrap {
	padding-bottom: 8rem;
}

.tit_mgzn01 {
	border-bottom: 2px solid #252525;
	border-top: 2px solid #252525;
	padding: 0 4%;
	text-align: center;
	font-weight: 700;
}
.tit_mgzn01 span {
	padding: 1.5rem 40px 1.5rem;
	background: url(../img/icon/i_book.png) no-repeat left center;
	background-size: 30px auto;
	display: inline-block;
}
.item_mgzn_mainimg {
	width: 100%;
	max-width: 2200px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto 4rem;
}
.item_mgzn_mainimg.item_mgzn_logo01 {
	background: url(../img/common/bg_img_01.jpg) no-repeat center;
	background-size: cover;
}
.item_mgzn_mainimg.item_mgzn_logo02 {
	background: url(../img/common/bg_img_02.jpg) no-repeat center;
	background-size: cover;
}
.item_mgzn_mainimg.item_mgzn_logo03 {
	background: url(../img/common/bg_img_03.jpg) no-repeat center;
	background-size: cover;
}
.item_mgzn_mainimg.item_mgzn_logo04 {
	background: url(../img/common/bg_img_04.jpg) no-repeat center;
	background-size: cover;
}

.item_mgzn_logobox,
.item_mgzn_block {
    max-width: 1200px;
    margin: 0 auto;	
	position: relative;
}
.item_mgzn_tit {
	position: absolute;
	top: 105px;
	left: 7%;
	width: 300px;
	min-height: 100px;
	background: rgba(255,255,255,.7);
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 4rem;
}
.item_mgzn_tit img {
	width: 100%;
}

.item_mgzn_tab {
	max-width: 1200px;
	margin: 3.6rem auto;
	padding: 0 3%;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.item_mgzn_tab li {
	margin-right: 1.4rem;
	flex-shrink: 0;
	padding: 12px 16px;
	border: 1px solid #CCC;
	display: block;
	min-height: 54px;
	width: 155px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
	transition: .3s;
}
.item_mgzn_tab li:hover {
	border: 1px solid #252525;
}

.item_mgzn_tab li:last-child {
	margin-right: 0;	
}

.item_mgzn_tab img {
	margin: 0 auto;
	width: 100%;
}

.tab_btn:before,
.tab_btn {
  	transition: all 0.3s ease-out;
}
.tab_btn.is-active {
  	border: 1px solid #252525;
 	position: relative;
}

.panel.hide {
  	display: none;	
}
.panel.is-show {
  	display: block;
	opacity: 1;
}

.tab_btn.is-active:before {
	content: "";
  	display: inline-block;
  	border-style: solid;
 	border-width: 16px 14px 0 14px;
  	border-color: #252525 transparent transparent transparent;
	bottom: -16px;
	left: 63px;
	position: absolute;
}

@media only screen and (max-width: 960px) {
	.item_mgzn_mainimg {
		height: 330px;
	}
	.item_mgzn_tit {
        position: static;
        width: 250px;
        min-height: 90px;
        padding: 16px;
        margin: 110px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.tit_mgzn01 {
		padding: 14px 4%;
		font-size: 1.3rem;
	}
    .tit_mgzn01 span {
        padding: 36px 0 0;
        background: url(../img/icon/i_book.png) no-repeat top center;
        background-size: 30px auto;
        display: inline-block;
	}
	
	.item_mgzn_wrap {
		padding-bottom: 5rem;	
	}
    .item_mgzn_tab {
        overflow-x: scroll;
		overflow-y: auto;
        flex-wrap: unset;
        -webkit-flex-wrap: unset;
		  justify-content: flex-start;
		-webkit-justify-content: flex-start;
        margin: 2.6rem auto 0;
        padding-bottom: 3rem;
    }
	.item_mgzn_cont .btn_wrap {
		margin-top: 2em;
	}
	.item_mgzn_tit {
		margin: 80px auto 0;
		width: 220px;
	}
	.item_mgzn_mainimg {
		height: 250px;
		margin: 0 auto 2rem;
	}
}

@media only screen and (max-width: 520px) {
.item_mgzn_mainimg.item_mgzn_logo01 {
	background: url(../img/common/bg_img_01_sp.jpg) no-repeat center;
	background-size: cover;
}
.item_mgzn_mainimg.item_mgzn_logo02 {
	background: url(../img/common/bg_img_02_sp.jpg) no-repeat center;
	background-size: cover;
}
.item_mgzn_mainimg.item_mgzn_logo03 {
	background: url(../img/common/bg_img_03_sp.jpg) no-repeat center;
	background-size: cover;
}
.item_mgzn_mainimg.item_mgzn_logo04 {
	background: url(../img/common/bg_img_04_sp.jpg) no-repeat center;
	background-size: cover;
}
}

/* ==========================
　人気商品
============================*/
.ranking_wrap .top_section01 {
	padding: 6rem 0 8rem;
}

.ranking_wrap .title_d01 {
	padding: 0 2.6rem;
}

.ranking_itembox.grid_layout.grid_clm5 {
	  gap: 1rem;
}

.ranking_wrap .itembox__1 {
    position: relative;
}

/* num */
.ranking_wrap .itembox__1 {
    margin-top: 6rem;
}
.ranking_wrap .num1:before,
.ranking_wrap .num2:before,
.ranking_wrap .num3:before,
.ranking_wrap .num4:before,
.ranking_wrap .num5:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
	line-height: 34px;
	font-size: 2rem;
	text-align: center;
    border: 2px solid #252525;
    border-radius: 30px;
    position: absolute;
	left: calc(50% - 20px);
	top: -52px;
	background: rgba(255,255,255,.7);
	font-weight: bold;
}
.ranking_wrap .num1:before {
    content: "1";
}
.ranking_wrap .num2:before {
    content: "2";
}
.ranking_wrap .num3:before {
    content: "3";
}
.ranking_wrap .num4:before {
    content: "4";
}
.ranking_wrap .num5:before {
    content: "5";
}


@media only screen and (max-width: 960px) {
	.ranking_wrap .top_section01 {
		padding: 6rem 0 4rem;
	}
	.ranking_wrap .itembox__1 {
		border: none;
		border-bottom: 1px solid #CCC;
	}
	.ranking_wrap .itembox__1:last-child {
		border: none;
	}
	.ranking_wrap .itembox__1 a {
        display: flex;
        flex-wrap: wrap;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.ranking_wrap .itembox__1 figure {
		width: 250px;
	}
	.ranking_wrap .itembox__1 .itembox__text {
		width: calc(100% - 250px);
		padding: 0 0 0 3%;
	}
	
	.ranking_itembox.grid_layout.grid_clm5 {
          grid-template-columns: 1fr;
	}
    /* num */
    .ranking_wrap .itembox__1 {
        margin-top: 0;
		padding: 1rem 1% 2rem;
    }
    .ranking_wrap .num1:before,
    .ranking_wrap .num2:before,
    .ranking_wrap .num3:before,
    .ranking_wrap .num4:before,
    .ranking_wrap .num5:before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 1.8rem;
        border: 2px solid #252525;
        position: absolute;
        left: 0;
        top: 0;
		z-index: 2;
    }
    .ranking_wrap .num1:before {
        content: "1";
    }
    .ranking_wrap .num2:before {
        content: "2";
    }
    .ranking_wrap .num3:before {
        content: "3";
    }
    .ranking_wrap .num4:before {
        content: "4";
    }
    .ranking_wrap .num5:before {
        content: "5";
    }
}

@media only screen and (max-width: 520px) {
	.ranking_wrap .title_d01 {
		padding: 0 1.6rem;
	}
    .ranking_wrap .top_section01 {
        padding: 3rem 0 4rem;
    }
	.ranking_wrap .itembox__1 figure {
		width: 40%;
	}
	.ranking_wrap .itembox__1 .itembox__text {
		width: 60%;
	}
	
}


/* ==========================
　Twitter
============================*/
.tw_title {
	background: url(../img/icon/icon_twitter.png) no-repeat center left;
	background-size: 30px auto;
	text-align: center;
	font-size: 3rem;
	display: inline-block;
	padding: 0 0 0 3.8rem;
	margin-bottom: 1rem;
}
.twitter_wrap {
	padding: 4rem 4%;
}
.twitter_wrap.flexbox {
	align-items: center;
	-webkit-align-items: center;
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}
.twitter_frame_box {
	padding: 4rem 8rem;
	margin-top: 8rem;
	position: relative;
	text-align: left;
}

.twitter_frame_box:before, .twitter_frame_box:after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
}

.twitter_frame_box:before {
	border-left: solid 2px #ccc;
	border-top: solid 2px #ccc;
	top: 0;
	left: 0;
}

.twitter_frame_box:after {
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	bottom: 0;
	right: 0;
}

.tw_text {
	line-height: 2;
	letter-spacing: .3rem;
}

.tw_link:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #252525;
    margin-right: 1rem;
    position: relative;
    top: -4px;     
}
.tw_link {
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 4rem;
}
.tw_link span {
	padding: 0 1rem 0 0;	
}
.tw_link a {
	color: #1d9bf0 !important;
}

@media only screen and (max-width: 960px) {
	.twitter_wrap {
		padding: 0 4%;
	}
	.twitter_frame_box {
  		padding: 6rem 5rem;
	}
	.tw_link a,
	.tw_text {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 850px) {
	.tw_title {
		font-size: 2.6rem;
	}
	.twitter_wrap.flexbox {
		display: block;
		padding: 0 4%;
	}
	.twitter_wrap {
		padding: 0;
	}
	
	.twitter_frame_box {
		text-align: center;
	}
	.twitter_left_box .twitter-timeline-rendered {
		margin: 0 auto !important;
	}
	.twitter_frame_box {
		margin: 0;
		padding: 6rem 1rem;
	}
}
@media only screen and (max-width: 520px) {
	.twitter_wrap.flexbox {
		margin-top: 2rem;
	}
    .twitter_frame_box {
      padding: 4rem 1rem 2rem;
    }
    .tw_link:before {
        width: 40px;
    }
    .tw_link {
        margin-top: 2rem;
    }
}

/* ==========================
　特集
============================*/
.topics_wrap .top_section01 {
	padding: 3rem 0 8rem;
}

.topics_wrap .title_d01 {
	text-align: center;
}

.topics_wrap .title_d01 h2 {
	padding: 5px 20px;
	letter-spacing: 2px;
}
.topics_wrap .grid_clm3 {
  gap: 3rem;
}
.topics_wrap a:hover {
	text-decoration: none;
}

.topics_wrap img {
	width: 100%;
	margin: 0 0 1rem 0;
}
.topics_wrap .topics_data {
	color: #808080;
	margin: 0 0 .5rem 0;
}
.topics_wrap .topics_tit {
	color: #252525;
	margin: 0;
}

@media only screen and (max-width: 960px) {
    .topics_wrap .top_section01 {
        padding: 5rem 0;
    }
    .topics_wrap .grid_clm3 {
      gap: 3rem 2rem;
    }
}

@media only screen and (max-width: 768px) {
	.topics_wrap {
		padding: 0;
	}
    .topics_wrap .grid_layout.grid_clm3 {
        grid-template-columns: none;
        width: 100%;
        overflow-x: scroll;
        display: -webkit-flex;
        flex-wrap: unset;
        -webkit-flex-wrap: unset;
		padding: 0 4%;
    }
    .topics_wrap .grid_clm3 {
	      gap: 1rem;
    }
    .topics_wrap .grid_layout li {
        margin-right: 1.4rem;
        flex-shrink: 0;
    }

    .topics_wrap .grid_layout li a {
        display: block;
        min-height: 80px;
        width: 250px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
}

@media only screen and (max-width: 520px) {
    .topics_wrap {
        padding: 0;	
    }
    .topics_wrap .top_section01 {
        padding: 3rem 0;
    }
	.topics_wrap .title_d01 {
  		margin: 0 0 2rem 0;
	}
}

/* ==========================
　イベント情報  
============================*/
.event_wrap .top_section01 {
	padding: 5rem 0 10rem;
}

.event_wrap .title_d01 {
	padding: 0 2.6rem;
}

.event_wrap li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1.8rem;
}
.event_wrap li:nth-last-child(2),
.event_wrap li:last-child {
	border-bottom: none;	
}

.event_list .event_img {
	width: 40%;
	max-width: 300px;
	border-radius: 4px;
	border: 1px solid #CCC;
}
.event_list p {
	width: 60%;
	padding-left: 4%;
}
.event_list a {
	color: #252525;
	font-weight: 800;	
}
.event_wrap .grid_clm2 {
  gap: 1.8rem 4rem;
}

@media only screen and (max-width: 960px) {
    .event_list.grid_layout.grid_clm2 {
         grid-template-columns: 1fr;
    }
	.event_wrap li:nth-last-child(2) {
		border-bottom: 1px solid #CCC;
	}
    .event_wrap .top_section01 {
        padding: 6rem 0;
    }
	.event_list .event_img {
		width: 250px;
	}
	.event_list p {
		width: calc(100% - 250px);
	}
}
@media only screen and (max-width: 520px) {
	.event_wrap .title_d01 {
		padding: 0 1.6rem;
	}
    .event_wrap .top_section01 {
        padding: 3rem 0 4rem;
    }
	.event_list .event_img {
		width: 40%;
	}
	.event_list p {
		width: 60%;
	}
}


/* ==========================
　記事一覧  
============================*/
.column_tit_d01 {
	max-width: 1200px;
	margin: 8rem auto 0;
	padding: 0 4.6rem;
}
.column_tit_d01 h2 {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 5px 10px;
	background: #282828;
	color: #FFF;
	display: inline-block;
	letter-spacing: 1px;
}
.column_tit_d01 p {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
}

.column_wrap {
	padding-bottom: 12rem;
}

.column_list_wrap {
	margin: 0 4%;
}

.column_mainimg {
	width: 100%;
	max-width: 2200px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto 4rem;
}
.column_mainimg.column_logo01 {
	background: url(../img/common/bg2_img_magazine.jpg) no-repeat center;
	background-size: cover;
}

.column_list {
	gap: 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
}
.column_list .column_img,
.column_list .column_img img {
	width: 100%;
}

.column_list a {
	color: #252525;
	font-weight: 700;
}



@media only screen and (max-width: 960px) {
    .column_list.grid_layout.grid_clm4 {
         grid-template-columns: 1fr;
    }
	.column_list li {
		border-bottom: 1px solid #CCC;
		padding-bottom: 1.5rem;
	}
    .column_list .top_section01 {
        padding: 7rem 0 5rem;
    }
	.column_list .column_img {
		max-width: 250px;
	}
	.column_list .column_tit2 {
		max-width: calc(100% - 250px);
		padding-left: 3%;
	}
	.column_list {
		gap: 1.5rem;
	}
}


@media only screen and (max-width: 520px) {
	.column_wrap {
		padding-bottom: 6rem;
	}
    .column_mainimg {
        height: 220px;
        margin: 0 auto 3rem;
    }
	.column_tit_d01 {
		margin: 4rem auto 0;
		padding: 0 2.5rem;
	}

	.column_list .column_img {
		width: 40%;
		max-width: inherit;
	}
	.column_list .column_tit2 {
		width: 60%;
		max-width: inherit;
	}
}

/* ==========================
　スライダーレイアウト
============================*/
.slick-slide {
    background: #000;
}
.fs-c-slick .slick-list {
    height: auto !important;
    line-height: 0;
}
.fs-c-slick .slick-dots li {
    margin: 0 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.fs-c-slick .slick-dots li button,
.fs-c-slick .slick-dots li button::before {
    font-size: 10px;
}
.slick-dots {
    position: absolute;
    bottom: 26px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.fs-c-slick .slick-next {
    right: 9vw;
    background: none;
}
.fs-c-slick .slick-prev {
    left: 10vw;
    background: none;
}

.fs-c-slick .slick-next:before,
.fs-c-slick .slick-prev:before {
    content: "" !important;
}
.slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-slide img {
  opacity: 0.4;
  transition: .3s;
}
.slick-slide.slick-active img {
    opacity: 1;
}
.fs-c-slick .slick-dots li button::before {
  font-size: 10px;
}
.fs-c-slick .slick-dots li.slick-active button::before {
  color: #e72928;
}

@media only screen and (max-width: 520px) {
	.slick-dots {
		bottom: -30px !important;
	}
	.pu_pagelist_wrap {
		padding: 5rem 0 2rem;
	}
	.main_slider {
		padding-bottom: 3rem;
	}		
}
