html{
  margin: 0;
}

body{
  margin: 0;
  font-size: 16px;
  font-family: YakuHanJP,YuMin-demibold,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.max1100{
  max-width: 1100px;
  margin: 0 auto;
}

.container{
  margin: 250px 0 0;
}

.prev_wrapper,
.next_wrapper{
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  position: absolute;
  top: 48%;
  transform: translate(0,-50%);
  z-index: 10;
}

.prev_wrapper:hover,
.next_wrapper:hover{
  background: #000;
  cursor: pointer;
  transition: all .3s ease-out;
}

.prev_wrapper{
  left: 30px;
}

.next_wrapper{
  right: 30px;
}

.prev_wrapper span,
.next_wrapper span{
  display: inline-block;
  width: 1.75em;
  height: 0.45em;
  border-bottom: 1px solid #fff;
}

.prev_wrapper span{
  margin-left: 5px;
  transform: skewX(130deg);
  border-left: 1px solid #fff;
}

.next_wrapper span{
  margin-right: 5px;
  transform: skewX(40deg);
  border-right: 1px solid #fff;
}

.prev_inner,
.next_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.more_wrapper a{
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 17px 0;
  width: 320px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  display: inline-block;
  transition: 0.3s;
}

.more_wrapper a:hover{
  background: #000;
  color: #fff;
}

a.more_sp{
  display: none;
}


header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_wrapper{
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.header_scroll_wrapper{
  position: fixed;
  left: 0;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  transition: all 0.6s;
}

.header_scroll_inner{
  display: flex;
  align-items: center;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.header_scroll_logo_wrapper{
  margin-right: 30px;
}

.header_scroll_logo_wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 30px;
}

.header_scroll_category_list_wrapper{
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  font-family: YakuHanJP,Lato;
}

.header_scroll_category_list_wrapper li{
  margin-right: 15px;
}

.header_scroll_category_list_wrapper li:last-child{
  margin-right: 0;
}

.header_scroll_category_list_wrapper li a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
}



.header_sp_wrapper{
  display: none;
}

.header_sns_wrapper{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header_sns_wrapper li{
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.header_sns_wrapper li img{
  width: 100%;
  height: 100%;
}

.header_sns_wrapper li:last-child{
  margin-right: 0;
}

.header_sns_wrapper a{
  color: #000;
}

.header_center_logo_wrapper{
  font-size: 75px;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}

.header_center_logo_wrapper a{
  text-decoration: none;
  color: #000;
}

.header_center_wrapper{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.header_center_top_wrapper .header_center_logo_wrapper a,
.header_center_top_wrapper .header_center_list_wrapper li,
.header_center_top_wrapper .header_center_list_wrapper li a{
  color: #fff;
}

.header_center_list_wrapper{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.header_center_list_wrapper li{
  margin-right: 20px;
}

.header_center_list_wrapper li:last-child{
  margin-right: 0;
}

.header_center_list_wrapper li a{
  text-decoration: none;
  color: #000;
}


.footer_pagetop_wrapper{
  margin-top: 140px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.footer_pagetop_img_wrapper:hover{
  cursor: pointer;
}

.footer_pagetop_img_wrapper{
  width: 65px;
  margin: 0 auto;
}

.footer_pagetop_img_wrapper img{
  width: 100%;
}

.footer_pagetop{
  font-size: 10px;
  text-align: center;
  margin: 0;
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

.footer_logo_wrapper{
  text-align: center;
  padding-top: 40px;
}

.footer_logo{
  margin: 0;
  font-size: 50px;
  line-height: 1;
}

.footer_logo_sub{
  margin: 0;
  font-size: 11px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  font-style: italic;
}

.footer_sns_wrapper{
  padding: 0;
  list-style: none;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_sns_wrapper li{
  width: 30px;
  height: 30px;
}

.footer_sns_wrapper li:nth-child(2n){
  margin: 0 50px;
}

.footer_sns_wrapper li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_news_wrapper{
  text-align: center;
  font-size: 20px;
}

.footer_news_wrapper a{
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 15px 0;
  width: 350px;
  display: inline-block;
  transition: 0.3s;
}

.footer_news_wrapper a:hover{
  background: #000;
  color: #fff;
}

.footer_inner{
  background: #f2f2f2;
  margin-top: 70px;
}

.footer_list_wrapper{
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer_list_wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0 80px 0 0;
  font-size: 12px;
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

.footer_list_wrapper ul:last-child{
  margin-right: 0;
}

.footer_list_wrapper ul li:first-child{
  font-weight: 700;
}

.footer_list_wrapper ul li{
  margin-bottom: 20px;
}

.footer_list_wrapper ul li:last-child{
  margin-bottom: 0;
}

.footer_list_wrapper ul li a{
  text-decoration: none;
  color: #000;
}

.footer_copyright{
  margin: 0;
  font-size: 12px;
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  text-align: center;
  padding-bottom: 30px;
}

.footer_sp{
  display: none;
}




.side_wrapper{
  width: 27%;
  display: inline-block;
}

.top_random_item{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}


.side_news_inner{
  border: 1px solid #ddd;
  padding: 50px 20px 0;
  margin-top: -25px;
  border-top: 0;
  margin-bottom: 50px;
}

.side_title_wrapper{
  position: relative;
  display: flex;
  align-items: center;
}

.side_title_wrapper::before{
  content: "";
  margin-right: 0.8rem;
  border-top: 1px solid #ddd;
  flex-grow: 1;
}

.side_title_wrapper::after{
  margin-left: 0.8rem;
  border-top: 1px solid #ddd;
  content: "";
  flex-grow: 1;
}

.side_title{
  font-size: 34px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  letter-spacing: 1.06px;
  margin: 0;
  text-align: center;
}

.side_news_item{
  margin-bottom: 34px;
}

.side_news_item a{
  text-decoration: none;
  color: #000;
}

.side_news_item_img_wrapper{
  width: 48%;
  margin-right: 2%;
  height: 100px;
  display: inline-block;
  vertical-align: top;
}

.side_news_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_news_item_right_wrapper{
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  vertical-align: top;
  font-size: 13px;
}

.side_news_item_right_headlines_wrapper{
  display: flex;
  align-items: flex-end;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.side_news_item_right_headlines_category{
  margin: 0;
}

.side_news_item_right_headlines_tab{
  margin: 0;
  font-size: 11px;
  color: #888;
  margin-left: 3%;
}

.side_news_more_wrapper{
  font-size: 20px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  margin-bottom: 45px;
  text-align: center;
}

.side_news_more_wrapper a{
  text-decoration: none;
  color: #000;
  position: relative;
}

.side_news_more_wrapper a::before{
  content: '';
  position: absolute;
  bottom: 8px;
  right: -35px;
  transform: rotate(30deg);
  width: 10px;
  height: 1px;
  background-color: #000;
}

.side_news_more_wrapper a::after{
  content: '';
  position: absolute;
  bottom: 5px;
  right: -35px;
  width: 25px;
  height: 1px;
  background-color: #000;
}

.side_sticky_wrapper{
  position: sticky;
  top: 100px;
}

.side_news_item_right_text{
  margin-top: 7px;
  line-height: 1.2;
}

.side_banner_wrapper{
  width: 100%;
  height: 600px;
  margin-bottom: 50px;
}

.side_banner_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_shopping_inner{
  border: 1px solid #ddd;
  padding: 50px 20px 0;
  margin-top: -25px;
  border-top: 0;
}

.side_shopping_item{
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.side_shopping_item a{
  text-decoration: none;
  color: #000;
}

.side_shopping_item:nth-child(2n){
  margin-right: 0;
}

.side_shopping_item_img_wrapper{
  width: 100%;
  height: 145px;
  margin-bottom: 15px;
}

.side_shopping_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_shopping_item_title{
  font-weight: 800;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.side_shopping_item_text{
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.side_shopping_item_price{
  margin: 0;
}

.side_shopping_more_wrapper{
  font-size: 20px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  margin-bottom: 45px;
  text-align: center;
}

.side_shopping_more_wrapper a{
  text-decoration: none;
  color: #000;
  position: relative;
  border: 0px;
  padding: 0;
  width: auto;
  display: inline;
}

.side_shopping_more_wrapper a.more_sp{
  display: none;
}

.side_shopping_more_wrapper a:hover{
  background: none;
  color: #000;
}

.side_shopping_more_wrapper a::before{
  content: '';
  position: absolute;
  bottom: 8px;
  right: -35px;
  transform: rotate(30deg);
  width: 10px;
  height: 1px;
  background-color: #000;
}

.side_shopping_more_wrapper a::after{
  content: '';
  position: absolute;
  bottom: 5px;
  right: -35px;
  width: 25px;
  height: 1px;
  background-color: #000;
}

.side_shopping_wrapper{
  margin-bottom: 50px;
}


.side_ranking_inner{
  border: 1px solid #ddd;
  padding: 50px 20px 0;
  margin-top: -25px;
  border-top: 0;
}

.side_ranking_item{
  margin-bottom: 34px;
}

.side_ranking_item a{
  text-decoration: none;
  color: #000;
}

.side_ranking_item_img_wrapper{
  width: 48%;
  margin-right: 2%;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.side_ranking_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_ranking_item_right_wrapper{
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  vertical-align: top;
  font-size: 13px;
}

.side_ranking_item_right_headlines_wrapper{
  display: flex;
  align-items: flex-end;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.side_ranking_item_right_headlines_category{
  margin: 0;
}

.side_ranking_item_right_headlines_tab{
  margin: 0;
  font-size: 11px;
  color: #888;
  margin-left: 3%;
}

.side_ranking_item_no{
  position: absolute;
  top: -30px;
  font-size: 34px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  z-index: 1000;
}

.side_ranking_item_img_wrapper::after{
  border-bottom: 10px;
  content: "";
  position: absolute;
  top: 13px;
  left: -12px;
  bottom: -5px;
  display: inline-block;
  width: 55px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #111;
  border-radius: 2px;
  transform: rotate(-40deg);
}

.side_ranking_more_wrapper{
  font-size: 20px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  margin-bottom: 45px;
  text-align: center;
}

.side_ranking_more_wrapper a{
  text-decoration: none;
  color: #000;
  position: relative;
}

.side_ranking_more_wrapper a::before{
  content: '';
  position: absolute;
  bottom: 8px;
  right: -35px;
  transform: rotate(30deg);
  width: 10px;
  height: 1px;
  background-color: #000;
}

.side_ranking_more_wrapper a::after{
  content: '';
  position: absolute;
  bottom: 5px;
  right: -35px;
  width: 25px;
  height: 1px;
  background-color: #000;
}

.side_banner_long_wrapper{
  width: 100%;
  margin-bottom: 50px;
}

.side_banner_long_wrapper img{
  width: 100%;
  border-right: 0.5px solid #000;
  border-left: 0.5px solid #000;
}

.side_banner_wrapper{
  width: 100%;
  height: 250px;
}

.side_ranking_wrapper{
  margin-bottom: 50px;
}

.side_banner_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_item_headlines_wrapper{
  display: flex;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.blog_item_headlines_wrapper{
  font-size: 18px;
}

.blog_item_headlines_category{
  margin: 0 0 20px;
  position: relative;
}

.blog_item_headlines_category::before{
  content: "";
  position: absolute;
  border-bottom: 10px;
  left: 20px;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}

.blog_item_headlines_tag{
  margin: 0 0 0 5px;
  color: #888;
}

.blog_item_text{
  line-height: 1.5;
  font-size: 18px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}


.blogs_left_list_wrapper{
  padding: 0;
  margin: 0px auto 0;
  list-style: none;
  display: flex;
}


.blogs_left_list_wrapper a{
  text-decoration: none;
  color: #888;
  font-size: 12px;
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

.blogs_left_list_wrapper a::after{
  content: "/";
  display: inline-block;
  color: #888;
}

.blogs_left_list_wrapper li:last-child a::after{
  content: none;
}

.blogs_left_list_wrapper li span{
  margin: 0 5px;
}

.blogs_left_list_wrapper li:last-child span{
  margin-right: 0;
}

.blogs_left_list_wrapper li:first-child span{
  margin-left: 0;
}


.banner_sp{
  display: none;
}



.blogs_banner_wrapper{
  width: 970px;
  margin: 0 auto 80px;
}

.blogs_banner_wrapper img{
  width: 100%;
}

.blogs_wrapper{
  font-size: 0;
  display: flex;
}

.blogs_left_wrapper{
  width: 68%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}

.blogs_left_title{
  font-size: 48px;
  margin: 0 0 50px;
  text-align: center;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.blogs_left_subtitle{
  font-size: 18px;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  font-style: italic;
  margin: 0 0 30px;
  text-align: center;
}

.blogs_left_subtitle_wrapper{
  text-align: center;
}

.blogs_left_subtitle_wrapper span{
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  font-size: 14px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  color: #666;
}

.blogs_left_subtitle_wrapper span a{
  color: #666;
  text-decoration: none;
  padding: 13px 11px;
  display: inline-block;
}

.blogs_left_item_wrapper{
  margin-top: 60px;
  font-size: 0;
}

.blogs_left_item{
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 4%;
  margin-bottom: 50px;
}

.blogs_left_item a{
  text-decoration: none;
  color: #000;
}

.blogs_left_item:nth-child(2n){
  margin-right: 0;
}

.blogs_left_item_img_wrapper{
  width: 100%;
  height: 274px;
  margin-bottom: 15px;
}

.blogs_left_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.blog_left_title{
  font-size: 30px;
  text-align: left;
  margin: 30px 0 40px;
}

.blog_left_midashi_img_wrapper{
  width: 100%;
  height: 500px;
}

.blog_left_midashi_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_left_midashi_text{
  font-size: 14px;
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  margin: 40px 0;
}

.blog_left_subtitle{
  font-size: 30px;
  margin: 0 0 20px;
  text-align: left;
  font-family: YakuHanJP,YuMin-demibold,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.blog_left_contents_img_wrapper{
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.blog_left_contents_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_left_contents{
  font-size: 14px;
  font-family: YakuHanJP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  line-height: 1.8;
}

.blogs_left_detail_item_wrapper{
  margin-bottom: 110px;
}

.blogs_left_detail_item{
  margin-top: 100px;
}

.blog_left_contents p{
  margin: 0;
}

.blog_left_read_more_title{
  margin: 0;
  font-size: 24px;
  font-family: YakuHanJP,YuMin-demibold,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  color: #888;
  margin-bottom: 20px;
}

.blog_left_read_more_item{
  padding: 13px 0;
  border-top: 1px solid #ddd;
}

.blog_left_read_more_item:last-child{
  border-bottom: 1px solid #ddd;  
}

.blog_left_read_more_item a{
  text-decoration: none;
  color: #000;
}

.blog_left_read_more_item_img_wrapper{
  width: 25%;
  height: 140px;
  display: inline-block;
}

.blog_left_read_more_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_left_read_more_right_item{
  display: inline-block;
  width: 73%;
  margin-left: 2%;
  margin-top: 20px;
  vertical-align: top;
}

.blog_left_read_more_right_title{
  font-size: 18px;
  font-family: YuMin-Demibold;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_left_read_more_tag{
  margin: 50px 0 130px;
}

.blog_left_take_action_item{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 45px;
  text-align: center;
  font-family: YakuHanJP,游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,YuMin-Medium,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.blog_left_take_action_item:nth-child(3n){
  margin-right: 0;
}

.blog_left_take_action_item a{
  text-decoration: none;
  color: #000;
}

.blog_left_take_action_item_img_wrapper{
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

.blog_left_take_action_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_left_take_action_item_title{
  font-size: 14px;
  margin: 0;
  font-weight: 800;
}

.blog_left_take_action_item_text{
  font-size: 14px;
  margin: 0;
}

.blog_left_take_action_item_price{
  font-size: 14px;
  margin: 0;
}

.blog_left_take_action_more_wrapper{
  text-align: center;
  font-size: 20px;
}

.blog_left_take_action_wrapper{
  padding-bottom: 80px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 90px;
}

.blog_left_latest_articles_title_wrapper .blogs_left_title{
  margin-bottom: 20px;
  position: relative;
}

.blog_left_latest_articles_title_wrapper .blogs_left_title::after{
  border-bottom: 10px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  width: 30px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}

.blogs_left_latest_articles_item{
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}

.blogs_left_latest_articles_item:nth-child(2n){
  margin-right: 0;
}

.blogs_left_latest_articles_item_img_wrapper{
  width: 100%;
  height: 274px;
}

.blogs_left_latest_articles_item_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.pagenation_wrapper{
  font-size: 0px;
}

.page-numbers.current{
  display: inline-block;
  padding: 15px 28px;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.page-numbers{
  font-size: 18px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 15px 28px;
  color: #000;
  text-decoration: none;
  transition: all .3s ease-out;
}

.page-numbers:hover{
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.page-numbers:first-child{
  border-left: 1px solid #ddd;
}




@media (max-width: 670px) {
  
  .banner_pc{
    display: none;
  }
  
  .banner_sp{
    display: inline;
  }
  
  .container{
    margin: 90px 0 0;
  }


  .prev_wrapper,
  .next_wrapper{
    width: 40px;
    height: 40px;
  }

  .prev_wrapper span,
  .next_wrapper span{
    width: 1em;
    height: 0.3em;
  }

  .pagenation_wrapper{
    text-align: center;
  }

  .page-numbers.current,
  .page-numbers{
    padding: 5px 15px;
    margin-top: 30px;
  }
  
  
  .max1100{
    max-width: 90%;
  }
  
  .header_wrapper{
    display: none;
  }
  
  .header_sp_wrapper{
    display: block;
    position: relative;
    z-index: 10;
  }
  
  .active::after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.4);
  }
  
  .header_sp_menu_wrapper{
    background: #fff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    box-shadow: 0 1px 1px rgb(0 0 0 / 16%);
    padding: 15px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .header_sp_menu_wrapper.header_sp_menu_fixed{
    position: fixed;
    top: auto;
    color: #000;
    border-bottom: 1px solid #ddd;
    background: #fff;
    transition: all 0.6s;
  }

  .header_sp_menu_fixed .header_sp_menu_modal .header_sp_menu_icon span{
    border-top: 2px solid #000;
  }

  .header_sp_menu_fixed .header_sp_menu_modal a{
    color: #000;
  }
  
  .header_center_logo_wrapper a{
    font-size: 30px;
  }
  
  .header_sp_menu_icon span{
    display: block;
    border-top: 2px solid #000;
    padding-bottom: 7px;
    width: 40px;
  }
  
  .header_sp_menu_icon span:last-child{
    padding-bottom: 0;
  }
  
  .header_sp_menu_text{
    margin: 5px 0 0;
    font-size: 12px;
  }
  
  .header_sp_logo{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 35px;
  }
  
  .header_sp_menu_modal{
    position: relative;
  }

  .header_sp_menu_modal a{
    color: #000;
  }
  
  .header_sp_menu_inner{
    position: relative;
    z-index: 10;
  }
  
  .header_sp_menu_up_close_wrapper{
    display: none;
  }
  
  .header_sp_menu_up_close_wrapper i{
    font-size: 43px;
  }
  
  .header_sp_menu_list_wrapper{
    position: fixed;
    top: 68px;
    left: -120%;
    background: #fff;
    width: 75%;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.3s;
  }
  
  .header_sp_menu_list_inner{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .header_sp_menu_list_inner li a{
    text-decoration: none;
    color: #000;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #bdbdbd;
  }
  
  .header_sp_menu_list_inner li{
    padding: 0 10px;
  }
  
  .header_sp_menu_inner_follow{
    margin: 30px 0 10px;
    text-align: center;
  }
  
  .header_sp_menu_sns_wrapper{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  
  .header_sp_menu_sns_wrapper li:nth-child(2){
    margin: 0 30px;
  }

  .active .header_sp_menu_top_wrapper{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    color: #000;
  }

  .active .header_sp_menu_top_wrapper a{
    color: #000;
  }

  .active .header_sp_menu_top_wrapper .header_sp_menu_icon span{
    border-top: 2px solid #000;
  }

  .header_sp_menu_top_wrapper{
    background: none;
    box-shadow: none;
    color: #fff;
  }

  .header_sp_menu_top_wrapper a{
    color: #fff;
  }

  .header_sp_menu_top_wrapper .header_sp_menu_icon span{
    border-top: 2px solid #fff;
  }
  
  
  
  .footer_pagetop_wrapper{
    margin-top: 80px;
  }
  
  .footer_inner{
    background: #fff;
    margin-top: 50px;
  }
  
  .footer_list_wrapper{
    padding: 0;
    display: block;
  }
  
  .footer_list_wrapper ul{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #bdbdbd;
    font-size: 13px;
  }
  
  .footer_list_wrapper ul li{
    display: none;
    margin: 0;
  }
  
  .footer_list_wrapper ul li:first-child{
    display: block;
    font-weight: normal;
    position: relative;
    padding: 10px 0;
  }
  
  .footer_list_wrapper ul li::after{
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
  }
  
  .footer_list_wrapper ul li:first-child::after{
    content: "+";
  }
  
  .footer_list_wrapper ul li a{
    display: block;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #bdbdbd;
    width: 90%;
    margin: 0 0 0 auto;
  }
  
  .footer_list_wrapper ul li:nth-child(2) a{
    padding-top: 
  }
  
  .footer_list_wrapper ul li:last-child a{
    border-bottom: 0px;
  }
  
  .footer_news_wrapper a{
    width: 90%;
  }
  
  .footer_news_wrapper{
    margin-top: 50px;
  }
  
  .footer_sns_wrapper{
    margin: 50px 0;
  }
  
  .footer_pc{
    display: none;
  }
  
  .footer_sp{
    display: block;
  }
  
  .footer_sns_wrapper.footer_sp{
    display: flex;
  }

  .footer_logo{
    font-size: 45px;
  }
  
  
  
  
  .more_wrapper a{
    font-size: 15px;
    padding: 8px 0;
    width: 65%;
  }
  
  a.more_pc{
    display: none;
  }
  
  a.more_sp{
    display: inline;
  }
  
  .side_wrapper{
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  
  .side_title_wrapper{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
  }
  
  .side_title{
    font-size: 30px;
  }
  
  .side_news_inner{
    padding: 0;
    border: 0px;
  }
  
  .side_news_item_img_wrapper{
    width: 42%;
    margin-right: 3%;
    height: 130px;
  }
  
  .side_news_item_right_wrapper{
    width: 55%;
    margin-left: 0;
    font-size: 15px;
  }
  
  .side_news_item{
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #bdbdbd;
  }
  
  .side_news_more_wrapper{
    font-size: 23px;
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #bdbdbd;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  
  .side_shopping_wrapper .side_title_wrapper::before{
    content: none;
  }
  
  .side_shopping_wrapper .side_title_wrapper{
    display: block;
  }
  
  .side_shopping_inner{
    border: 0px;
    padding: 0;
    margin-top: 0px;
  }
  
  .side_shopping_item_wrapper{
    width: 200px;
    height: auto;
    margin: 0 auto 30px;
  }

  .side_shopping_item_wrapper .prev_wrapper{
    left: -20vw;
    border: 1px solid #000;
  }

  .side_shopping_item_wrapper .next_wrapper{
    right: -20vw;
    border: 1px solid #000;
  }

  .side_shopping_item_wrapper .prev_wrapper span,
  .side_shopping_item_wrapper .next_wrapper span{
    border-bottom: 1px solid #000;
    width: 4vw;
    height: 1vw;
  }

  .side_shopping_item_wrapper .prev_wrapper span{
    border-left: 1px solid #000;
  }

  .side_shopping_item_wrapper .next_wrapper span{
    border-right: 1px solid #000;
  }

  .side_shopping_item_wrapper .prev_wrapper:hover,
  .side_shopping_item_wrapper .next_wrapper:hover{
    background: #fff;
  }
  
  .side_shopping_item{
    width: 200px;
    margin: 0 20px;
    height: auto;
  }
  
  .side_shopping_item:nth-child(2n){
    margin: 0 20px;
  }
  
  .side_shopping_item_img_wrapper{
    width: 100%;
    height: 200px;
  }
  
  .side_shopping_more_wrapper a::before,
  .side_shopping_more_wrapper a::after{
    content: none;
  }
  
  .side_shopping_more_wrapper a.more_sp{
    font-size: 15px;
    padding: 8px 0;
    width: 65%;
    border: 1px solid #000;
    display: inline-block;
    transition: 0.3s;
  }
  
  .side_shopping_more_wrapper a.more_sp:hover{
    cursor: pointer;
    background: #000;
    color: #fff;
  }
  
  .side_ranking_inner{
    padding: 0;
    border: none;
  }
  
  .side_ranking_item_img_wrapper{
    width: 42%;
    height: 130px;
    margin-right: 3%;
  }
  
  .side_ranking_item_right_wrapper{
    width: 55%;
    margin-left: 0;
    font-size: 15px;
  }
  
  .side_ranking_item_right_text{
    margin-top: 10px;
  }
  
  .side_ranking_item{
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #bdbdbd;
  }
  
  .side_ranking_more_wrapper{
    font-size: 23px;
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #bdbdbd;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  
  .side_news_more_wrapper{
    font-size: 23px;
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #bdbdbd;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  
  .side_banner_wrapper{
    display: none;
  }
  
  .side_ranking_wrapper{
    margin-bottom: 0;
  }
  
  
  
  .blogs_banner_wrapper{
    width: 80%;
    margin: 0 auto 50px;
  }
  
  .blogs_left_wrapper{
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  
  .blogs_left_subtitle_wrapper span{
    font-size: 12px;
    padding: 8px;
  }
  
  .blogs_left_item_wrapper{
    margin-top: 50px;
  }
  
  .blogs_left_title{
    font-size: 35px;
    margin-bottom: 20px;
  }
  
  .blogs_left_item{
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #bdbdbd;
  }
  
  .blogs_left_item:first-child{
    border-top: 1px solid #bdbdbd;
  }
  
  .blogs_left_item a{
    display: flex;
  }
  
  .blogs_left_item_img_wrapper{
    height: 130px;
    margin-bottom: 0;
    width: 42%;
    margin-right: 3%;
  }
  
  .blog_item_headlines_list_wrapper{
    width: 55%;
  }
  
  .blog_item_headlines_list_wrapper .blog_item_headlines_wrapper{
    font-size: 15px;
  }
  
  .blog_item_headlines_list_wrapper .blog_item_text{
    font-size: 15px;
  }
  
  .blog_item_headlines_list_wrapper .blog_item_headlines_category{
    margin: 0 0 5px;
  }
  
  .blog_item_headlines_list_wrapper .blog_item_headlines_category::before{
    content: none;
  }
  
  .blogs_left_title.blog_left_title{
    font-size: 25px;
  }
  
  .blogs_left_title.blog_left_subtitle{
    font-size: 23px;
  }
  
  .blog_left_midashi_img_wrapper{
    height: 260px;
  }
  
  .blog_left_contents_img_wrapper{
    height: 260px;
  }
  
  .blog_left_contents{
    margin-bottom: 80px;
  }
  
  .blog_left_read_more_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .blog_left_read_more_item{
    padding: 20px 0;
  }
  
  .blog_left_read_more_item_img_wrapper{
    width: 42%;
    height: 130px;
    margin-right: 3%;
  }
  
  .blog_left_read_more_right_item{
    width: 55%;
    margin-left: 0;
    margin-top: 5px;
  }
  
  .blog_left_read_more_right_item .blog_item_headlines_wrapper{
    font-size: 15px;
  }
  
  .blog_left_read_more_right_item .blog_item_headlines_category{
    margin-bottom: 5px;
  }
  
  .blog_left_read_more_right_item .blog_item_headlines_category::before{
    content: none;
  }
  
  .blog_left_read_more_right_title{
    font-size: 15px;
  }
  
  .blog_left_read_more_tag{
    margin-bottom: 50px;
  }
  
  .blog_left_take_action_item{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  
  .blog_left_take_action_item:nth-child(2n){
    margin-right: 0;
  }
  
  .blog_left_take_action_item:nth-child(3n){
    margin-right: 4%;
  }
  
  .blog_left_take_action_wrapper{
    border-bottom: 0px;
    padding: 0;
    margin-bottom: 50px;
  }
  
  .blog_left_latest_articles_title_wrapper .blogs_left_title::after{
    bottom: 0;
  }
  
  .blogs_left_latest_articles_item{
    width: 100%;
    margin-right: 0;
    display: flex;
  }
  
  .blog_left_take_action_item_img_wrapper{
    height: 200px;
  }
  
  .blogs_left_latest_articles_item_img_wrapper{
    width: 42%;
    margin-right: 3%;
    height: 130px;
  }

  .blogs_wrapper{
    display: block;
  }
  
}
