/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*---------------- ▽clearfix▽ ----------------*/
/* clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/*---------------- ▽style▽ ----------------*/
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}


/* ==========================================

　くす　市報

========================================== */
/* ==========================================

　メインビジュアル

========================================== */
.main_visual_wrap img{
  width: 100%;
}

.main_visual_wrap{
  margin: 0 auto 70px;
  width: 1000px;
}

.kusu_shihou_wrap{
	padding-top: 45px;
}

/*#########################1000px以下#########################*/
@media only screen and (max-width: 1000px){
  .main_visual_wrap{
	  margin-bottom: 5.47vw;
    width: 78.13vw;
  }
}

/*#########################1000px以下#########################*/
@media only screen and (max-width: 768px){
  .main_visual_wrap{
    width: 93.33vw;
  }
}

.kusu_shihou_wrap{
	padding-bottom: 100px;
}

/*#########################1000px以下#########################*/
@media only screen and (max-width: 500px){
  .kusu_shihou_wrap{
	padding: 25px 0 100px;
}
	.main_visual_wrap{
		margin-bottom: 30px;
	}
}
/* ==========================================

  top　特集記事　パーツ

========================================== */

.Top_Tokusyu_wrap h2,
.Top_Tokusyu_wrap h3,
.Top_Tokusyu_wrap h4,
.Top_Tokusyu_wrap p,
.Top_Tokusyu_wrap a{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#content .Top_Tokusyu_heading{
  margin-bottom: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #323339;
}

.Top_Tokusyu_heading i{
  margin-right: 20px;
}

.Top_Tokusyu_large_wrap{
  position: relative;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 1000px;
}

.Top_Tokusyu_large_catch_wrap{
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.Top_Tokusyu_large_catch{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
}

.Top_Tokusyu_large_catch span{
  position: relative;
  padding: 0 10px;
  font-size: 40px;
}

.Top_Tokusyu_large_catch span::before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0.5em;
  background-color: #F9E2D8;
  z-index: -1;
  transform: skewX(-30deg);
}

.Top_Tokusyu_large_title_wrap{
  position: absolute;
  top: 108px;
  left: 0;
  width: 460px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
}

#content .Top_Tokusyu_large_category{
  display: inline-block;
  margin-bottom: 27px;
  padding: 7px 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 20px;
  transition: all 0.3s;
}

.Top_Tokusyu_large_category:hover,
.Top_Tokusyu_list_category:hover{
  filter: brightness(1.2);
}

#content h4.Top_Tokusyu_large_title{
  display: inline-block;
  margin-bottom: 18px;
  width: 460px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6em;
  color: #323339;
  transition: all 0.3s;
}

#content h4.Top_Tokusyu_large_title:hover{
  color: #99ABB7;
}

.Top_Tokusyu_large_image figure{
  position: relative;
  margin: 0 0 0 auto;
  width: 660px;
  z-index: -2;
}

.Top_Tokusyu_large_image img{
  width: 100%;
  border-radius: 20px;
}


.Top_Tokusyu_list_title_wrap{
  padding: 15px 20px 20px 15px;
}

.Top_Tokusyu_list_category{
  margin-bottom: 18px;
  padding: 7px 10px;
  font-size: 18px;
  transition: all 0.3s;
}

.Top_Tokusyu_list_title a{
  margin-bottom: 0;
  width: 258px;
  height: 82px;
  font-size: 19px;
}

.Top_Tokusyu_btn_wrap{
  text-align: center;
}

#content .Top_Tokusyu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 138px;
  padding: 19px 0;
  width: 500px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #323339;
  border-radius: 10px;
  transition: all 0.3s;
}

.Top_Tokusyu_btn i{
  margin-left: 21px;
  font-size: 1.5em;
}

.Top_Tokusyu_btn:hover{
  background-color: #99ABB7;
}

#content .article_mv_category{
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  background-color: #323339;
  letter-spacing: 0.3em;
}

.article_mv_category:hover{
  background-color: #99ABB7;
}

#content .Top_Tokusyu_large_title_wrap .Top_NewBook_link{
  margin-bottom: 0;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  background-color: #323339;
  font-size: 18px;
}

#content .Top_Tokusyu_large_title_wrap .Top_NewBook_link span{
  color: #fff;
}

.Top_Tokusyu_movie_wrap,
.Top_Tokusyu_movie_wrap iframe{
  width: 100%;
}

.Top_Tokusyu_movie_wrap{
  margin-bottom: 30px;
}

.Top_Tokusyu_movie_wrap iframe{
  height: 225px;
}

.katarogu_link_wrap{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0;
  width: 1000px;
  background-color: #f1f1f1;
}

.katarogu_link_left{
  margin-right: 55px;
  width: 290px;
}

.katarogu_link_left img{
  width: 100%;
}

.katarogu_link_right{
  width: 375px;
  height: 128px;
  background: url(../../sub-img/page-5236/katapoke_link_kusu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.katarogu_link_right:hover{
  filter: brightness(130%)
}

/*#########################1000px以下#########################*/
@media only screen and (max-width: 1000px){
  .Top_Tokusyu_large_wrap{
	  padding-bottom: 7.81vw;
    width: 78.13vw;
  }

  .Top_Tokusyu_list_wrap{
    width: calc(39vw + 390px);
  }

  .Top_Tokusyu_large_image figure{
    width: 46.88vw;
  }

  #content  .Top_Tokusyu_large_catch{
    font-size: 20px;
  }

  #content  .Top_Tokusyu_large_catch span{
    font-size: 30px;
  }

  .Top_Tokusyu_large_title_wrap{
    top: 0.56vw;
    width: 35.94vw;
  }

  .Top_Tokusyu_movie_wrap iframe{
    height: 17vw;
  }

  #content  .Top_Tokusyu_large_category,
  #content  h4.Top_Tokusyu_large_title{
    font-size: 20px;
  }

  h4.Top_Tokusyu_large_title{
    width: 35.94vw;
  }

  .Top_Tokusyu_list_image{
    width: calc(12.5vw + 125px);
  }

  #content .Top_Tokusyu_list_category{
    font-size: 16px;
  }

  #content .Top_Tokusyu_list_title a{
    width: calc(10vw + 100px);
    font-size: 16px;
    overflow: hidden;
    height: 3.2em ;/* 2em（行）x line-heightの1.8 */
  }
.katarogu_link_wrap{
  width: 90vw;
}

.katarogu_link_left{
  width: 26vw;
}

.katarogu_link_left img{
  width: 100%;
}

.katarogu_link_right{
  width: 38vw;
  height: 13vw;
}

}

/*#########################768px以下#########################*/
@media only screen and (max-width: 768px){
  #content .Top_Tokusyu_large_catch{
    display: none;
  }

  .Top_Tokusyu_large_wrap{
	  display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-bottom: 0vw;
    width: 100%;
  }

  .Top_Tokusyu_large_image figure,
  .Top_Tokusyu_list_wrap{
    width: 93.33vw;
  }

  .Top_Tokusyu_large_image figure{
    margin: 0 auto;
	  z-index: 0;
  }

  .Top_Tokusyu_large_title_wrap{
	  position: relative;
	  margin-top: -10vw;
    margin-bottom: 20px;
    padding: 5.1vw 2.6vw 5.1vw 9.11vw;
    width: 93.87vw;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  #content h4.Top_Tokusyu_large_title{
    width: 75.2vw;
    font-size: 22px;
  }

  .Top_Tokusyu_list_image{
    width: 45vw;
  }

  #content .Top_Tokusyu_list_title a{
    width: 38.67vw;
  }

  .Top_Tokusyu_btn{
    width: 80vw;
  }

  .article_mv_category{
    margin-bottom: 9px;
  }

  .Top_Tokusyu_movie_wrap iframe{
    height: 47vw;
  }

  .Top_Tokusyu_large_title_wrap .Top_NewBook_link::after{
    display: block;
  }

  #content .Top_Tokusyu_large_title_wrap .Top_NewBook_link {
    margin-bottom: 20px;
    font-size: 24px;
  }
.katarogu_link_wrap{
  display: block;
  padding: 50px 0;
  width: 80vw;
}

.katarogu_link_left{
	margin: 0 auto 35px;
  width: 57.33vw;
}

.katarogu_link_left img{
  width: 100%;
}

.katarogu_link_right{
  margin: 0 auto;
  width: 74vw;
  height: 25vw;
  background: url(../../sub-img/page-5236/katapoke_link_kusu.png);
  background-size: cover;
}

}

/*#########################500px以下#########################*/
@media only screen and (max-width: 500px){
  #content .Top_Tokusyu_heading{
    margin-bottom: 35px;
    font-size: 24px;
  }

  #content .Top_Tokusyu_large_category,
  #content .Top_Tokusyu_large_time,
  #content .Top_Tokusyu_list_category,
  #content .Top_Tokusyu_list_time{
    font-size: 12px;
  }

  .Top_Tokusyu_large_category,
  .Top_Tokusyu_list_category{
    margin-bottom: 10px;
    padding: 3px 5px;
  }

  #content h4.Top_Tokusyu_large_title{
    font-size: 18px;
  }

  .Top_Tokusyu_list_wrap{
    padding-bottom: 27px;
  }

  .Top_Tokusyu_list li{
    margin-bottom: 23px;
  }

  .Top_Tokusyu_list_title_wrap{
    padding: 11px 11px 8px;
  }

  #content .Top_Tokusyu_list_title a{
    font-size: 14px;
  }

  #content .Top_Tokusyu_btn{
    margin-bottom: 50px;
    font-size: 14px;
  }

  #content .article_mv_category{
    font-size: 12px;
  }

  #content .Top_Tokusyu_large_title_wrap .Top_NewBook_link{
    padding: 15px 0;
    font-size: 18px;
  }
  .katarogu_link_wrap{
    width: 93.33vw;
    padding: 30px 0;
  }

  .Top_Tokusyu_large_wrap{
    padding-bottom: 0;
  }
}

/* ==========================================

  top　最新号　パーツ

========================================== */
.Top_NewBook_contents_left a figure img{
  width: 100%;
	
}
.Top_NewBook_contents_left a figure{
	box-shadow: rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
}
.Top_NewBook_wrap h2,
.Top_NewBook_wrap h3,
.Top_NewBook_wrap a,
.Top_NewBook_wrap p
.Top_NewBook_wrap span{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.Top_NewBook_contents_bottom,
.Top_br_sp{
  display: none;
}

.Top_NewBook_wrap{
  position: relative;
  margin: 0 auto 120px;
  padding: 50px 0 45px;
  width: 1000px;
  background-color: #f1f1f1;
}

.Top_NewBook_ribbon_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  }

#content .Top_NewBook_ribbon{
  display: inline-block;
  position: absolute;
  padding: 45px 0 10px;
  left: -50px;
  top: -20px;
  width: 140px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  background: #F26968;
  color: #fff;
  transform: rotate(-45deg);
}

#content .Top_NewBook_heading{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #323339;
}

.Top_NewBook_contents{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 760px;
}

.Top_NewBook_contents_left a{
  transition: all 0.3s;
}

.Top_NewBook_contents_left a figure{
  width: 300px;
}

.Top_NewBook_contents_left a:hover{
  filter: drop-shadow(3px 3px 10px #888);
}

.Top_NewBook_contents_right{
  width: 364px;
}

#content .Top_NewBook_title{
  display: flex;
  margin-bottom: 10px;
  padding: 5px 8px;
  align-items: flex-end;
  font-size: 24px;
  font-weight: bold;
  color: #323339;
  border-bottom: #323339 2px solid;
}

#content .Top_NewBook_title span{
  color: #323339;
}

.Top_NewBook_span1{
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.Top_NewBook_span2{
  margin-right: 0.1em;
  font-size: 50px;
}

.Top_NewBook_span3{
  align-items: flex-end;
}

#content .Top_NewBook_tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #323339;
}

#content .Top_NewBook_text{
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.1em;
	color: #323339;
}

#content .Top_NewBook_link{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  padding: 15px 0;
  width: 300px;
  color: #2A93D5;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 30px;
}

#content .Top_NewBook_link span{
	color: #2A93D5;
}

.Top_NewBook_link::after,
.Top_NewBook_kiji_link::after{
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 14px;
  font-size: 1em;
  width: 1em;
  height: 1em;
  transform: translate(0%, -50%);
  transition: all 0.3s;
  background: url(../../sub-img/page-5236/tri.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.Top_NewBook_link:hover::after,
.Top_NewBook_kiji_link:hover::after{
  right: 10px;
}

.Top_NewBook_link i{
  margin-right: 10px;
}

#content .Top_NewBook_kiji_link{
  margin-bottom: 30px;
  color: #F16968;
}

#content .Top_NewBook_kiji_link span{
  color: #F16968;
}

#content .Top_NewBook_archive_link{
  display: block;
  text-align: center;
  color: #323339;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
}

#content .Top_NewBook_archive_link span{
  color: #323339;
}

.Top_NewBook_archive_link i{
  margin-left: 0.5em;
}

#content .Top_NewBook_archive_link:hover{
  color: #99ABB7;
}

.Top_NewBook_link_icon{
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background: url(../../sub-img/page-5236/book_open.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.Top_NewBook_link .Top_NewBook_link_icon,
.Top_NewBook_link::after{
  filter: invert(51%) sepia(78%) saturate(1271%) hue-rotate(173deg) brightness(90%) contrast(84%);
}

.Top_NewBook_kiji_link .Top_NewBook_link_icon{
  width: 1em;
  height: 1em;
  background: url(../../sub-img/page-5236/pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(64%) sepia(93%) saturate(3878%) hue-rotate(325deg) brightness(109%) contrast(89%);
}

.Top_NewBook_kiji_link::after{
  filter: invert(64%) sepia(93%) saturate(3878%) hue-rotate(325deg) brightness(109%) contrast(89%);
}

.Top_Tokusyu_large_title_wrap  .Top_NewBook_link::after{
  filter: invert(99%) sepia(47%) saturate(82%) hue-rotate(193deg) brightness(116%) contrast(87%);
}

.Top_NewBook_link_icon img{
  width: 100%;
}

.Top_NewBook_heading_wrap{
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Top_NewBook_heading_wrap .Top_NewBook_link_icon{
  width: 1em;
  height: 1em;
  font-size: 40px;
}

/*#########################1000px以下#########################*/
@media only screen and (max-width: 1000px){
  .Top_NewBook_wrap{
	  margin-bottom: 9.38vw;
    width: 78.13vw;
  }

  #content .Top_NewBook_heading{
    font-size: 36px;
  }

  .Top_NewBook_contents{
    width: 70vw;
  }

  .Top_NewBook_contents_left a figure{
    width: calc(11.72vw + 150px)
  }

  .Top_NewBook_contents_right{
    width: calc(14.22vw + 182px);
  }

  #content .Top_NewBook_title{
    font-size: 22px;
  }

  #content .Top_NewBook_span2{
    font-size: 40px;
  }

  .Top_NewBook_link,
  .Top_NewBook_kiji_link{
    width: calc(14.22vw + 150px);
  }
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 768px){

  .Top_NewBook_pc,
	#content .Top_NewBook_title,
	#content .Top_NewBook_tag{
    display: none;
  }

  .Top_NewBook_wrap{
	  margin-bottom: 60px;
    width: 93.33vw;
  }

  .Top_NewBook_contents{
    display: block;
    margin-bottom: 6.67vw;
    align-items: stretch;
    width: 80vw;
  }

  .Top_NewBook_contents_left a figure{
    margin: 0 auto 50px;
    width: 53.33vw;
  }

  .Top_NewBook_contents_right{
    width: 80vw;
  }

  #content .Top_NewBook_link{
    margin-bottom: 30px;
    padding: 20px 0;
    width: 100%;
    font-size: 25px;
    border-radius: 30px;
    transition: all 0.3s;
  }

  #content .Top_NewBook_kiji_link{
    width: 100%;
    font-size: 26px;
  }

  #content .Top_NewBook_archive_link{
    font-size: 20px;
  }
}

/*#########################500px以下#########################*/
@media only screen and (max-width: 500px){
  .Top_NewBook_wrap{
    margin-bottom: 50px;
    padding: 30px 0 1px;
  }

  .Top_NewBook_ribbon_wrap{
    width: 70px;
    height: 70px;
  }

  #content .Top_NewBook_ribbon{
    padding-top: 26px;
    left: -35px;
    top: -10px;
    width: 98px;
    font-size: 16px;
  }

  #content .Top_NewBook_heading{
    font-size: 24px;
  }

  #content .Top_NewBook_heading{
    font-size: 24px;
  }

  #content .Top_NewBook_link{
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 15px;
  }

  #content .Top_NewBook_kiji_link{
    font-size: 18px;
  }

  #content .Top_NewBook_archive_link{
    font-size: 16px;
  }

  .Top_NewBook_heading_wrap{
    margin-bottom: 24px;
  }

  .Top_NewBook_contents_left a figure{
    margin-bottom: 20px;
  }
}

/* ==========================================

  top　応募する　パーツ

========================================== */
.Top_Apply_link img,
.Top_Apply_Hukidashi figure img{
  width: 100%;
}

.Top_Apply_wrap{
  margin: 0 auto;
  padding-bottom: 50px;
  width: 1000px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fff 0%, #fff 5%, #a9d3a2 5%, #a9d3a2 100%);
	margin-bottom: 50px;
}

#content .Top_Apply_heading{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #323339;
}

.Top_Apply_heading i{
  margin-right: 20px;
}

.Top_Apply_link_wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 800px;
}

.Top_Apply_SaiCute,
.Top_Apply_Crossword{
  width: 375px;
}

.Top_Apply_Hukidashi{
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  padding: 12px 0 15px;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
}

.Top_Apply_Hukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
}

.Top_Apply_Hukidashi figure{
  margin-right: 20px;
  width: 32px;
}

.Top_Apply_Hukidashi p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

.Top_Apply_link{
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.Top_Apply_link:hover{
  filter: brightness(130%)
}

.Top_Apply_heading_wrap{
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Top_Apply_heading_wrap .Top_NewBook_link_icon{
  width: 1em;
  height: 1em;
  font-size: 40px;
  background-image: url(../../sub-img/page-5236/mail.svg);
}


/*#########################1000px以下#########################*/
@media only screen and (max-width: 1000px){
  .Top_Apply_wrap{
    width: 100%;
  }

  .Top_Apply_link_wrap{
    width: 80vw;
  }

  .Top_Apply_SaiCute,
  .Top_Apply_Crossword{
    width: 37.5vw;
  }
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 768px){
  .Top_Apply_wrap{
    width: 80vw;
    background: linear-gradient(180deg, #fff 0%, #fff 2%, #a9d3a2 2%, #a9d3a2 100%);
  }

  .Top_Apply_link_wrap,
  .Top_Apply_SaiCute,
  .Top_Apply_Crossword{
    width: 74.67vw;
  }

  .Top_Apply_SaiCute{
    margin-bottom: 50px;
  }

  .Top_Apply_link_wrap{
    display: block;
  }
	
	#content .Top_Apply_heading_wrap{
		margin-bottom: 30px;
	}

  #content .Top_Apply_heading{
    font-size: 30px;
  }
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 500px){
  .Top_Apply_wrap{
	  width: 93.33vw;
    margin-bottom: 50px;
    padding-bottom: 30px;
	  background: linear-gradient(180deg, #fff 0%, #fff 4%, #a9d3a2 4%, #a9d3a2 100%);
  }

  #content .Top_Apply_heading{
    font-size: 24px;
  }

  .Top_Apply_Hukidashi{
    margin-bottom: 18px;
    padding: 10px 0;
    border-radius: 10px;
  }

  #content .Top_Apply_Hukidashi p{
    font-size: 14px;
  }

  .Top_Apply_Hukidashi figure{
    margin-right: 12px;
    width: 26px;
  }

  .Top_Apply_Hukidashi:before {
    margin-left: -11px;
    border: 11px solid transparent;
    border-top: 11px solid #fff;
  }

  .Top_Apply_SaiCute{
    margin-bottom: 30px;
  }
}

/* ==========================================

  コーナー　パーツ

========================================== */
.corner_left figure img,
.corner_logo img,
.corner_movie_wrap iframe{
  width: 100%;
}

.corner_wrap{
  display: flex;
  justify-content: center;
  margin: 0 auto 80px;
  width: 1000px;
  align-items: flex-end;
}

.corner_left figure{
  margin-right: 30px;
  width: 370px;
	box-shadow: rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
}

.corner_right,
.corner_movie_wrap{
  width: 400px;
}

.corner_logo{
  margin: 0 auto 20px;
  width: 360px;
}

.corner_movie_wrap{
  margin-bottom: 10px;
}

.corner_movie_wrap iframe{
  height: 225px;
}

#content .corner_right .Top_NewBook_link{
  margin: 0 0 0 auto;
  padding: 0;
  width: 12em;
  font-size: 16px;
  color: #323339;
}

#content .corner_right .Top_NewBook_link span{
  color: #323339;
}

.corner_right .Top_NewBook_link::after,
.corner_right .Top_NewBook_link_icon{
  filter: none;
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 1000px){
  .corner_wrap{
	  margin-bottom: 6.25vw;
    width: 78.13vw;
  }

  .corner_left figure{
    width: 28.91vw;
  }

  .corner_right,
  .corner_movie_wrap{
    width: 31.25vw;
  }

  .corner_logo{
    width: 28.13vw;
  }

  .corner_movie_wrap iframe{
    height: 18vw;
  }
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 768px){
  .corner_wrap,
  .corner_left figure,
  .corner_right,
  .corner_movie_wrap,
  .corner_logo,
  .corner_movie_wrap iframe{
    width: 80vw;
  }

  .corner_wrap{
	  margin-bottom: 60px;
    display: block;
  }

  .corner_left figure{
    margin-bottom: 20px;
  }

  .corner_movie_wrap iframe{
    height: 46vw;
  }

  .corner_right .Top_NewBook_link{
    font-size: 20px;
  }
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 500px){
  .corner_right .Top_NewBook_link{
    font-size: 16px;
  }
	
	.corner_wrap{
		margin-bottom: 35px;
	}
	.Top_Apply_wrap{
		margin-bottom: 30px;
	}
}