@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.fontMin{  
  font-family: "Noto Serif JP", serif;
}

/*アンカーリンク調整用*/
:root{  
 scroll-padding-top: 80px
}
@media (max-width: 820px) {
  :root{  
   scroll-padding-top: 65px
  }
}/*-SP tablet-*/

/*作業用*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width: 821px) {
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 820px) {
.pc { display: none !important; }
}

#Content_feature{
  position: relative;
  margin-bottom: 0;
  /*font-family: "Noto Sans JP", sans-serif;*/
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 font-weight: 500;
}


#Content_feature .article_inner{
	margin: 0 auto;
	max-width: 1000px;
}

#Content_feature .inner{
  margin: 0 auto;
  max-width: 870px;
}
@media (max-width: 820px) {
	#Content_feature .article_inner{
    margin-right: 2%;
    margin-left: 2%;
	}
	#Content_feature .inner{
    max-width: calc(100vw*304/375);
 		margin: auto;
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	#Content_feature .inner{
	}
}/*-SP-*/
#Content_feature .flex{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 821px){
#Content_feature .pcFlex{
	display: flex;
	flex-wrap: wrap;
}
}/*-PC only-*/

@media (max-width: 820px) {
#Content_feature .article_inner > div{
	margin-left: auto;
	margin-right: auto;
}
}/*-SP tablet-*/

/*article_inner*/
.article_inner{
  max-width: 1000px;
}

/* content_box */
.content_box{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 820px) {
  .content_box{
    padding: 40px 10px;
  }
}/*-SP tablet-*/
@media screen and (min-width: 821px){
}/*-PC only-*/



/*		common
-----------------------------*/
.content_box h2{
  text-align: center;
}

@media (max-width: 820px) {
}/*-SP only-*/
@media screen and (min-width: 821px) {
}/* //end for PC */

/**/

.btnWrap {
  text-align: center;
}
.btnWrap a{
  transition: opacity 0.3s;
}
.btnWrap a:hover{
  opacity: 0.7;
}

.flex {
  display: flex;
}

.txtCenter {
  text-align: center;
}

@media (max-width: 820px) {
  
}/*-SP tablet-*/
@media screen and (min-width: 821px) {

}/* //end for PC */


/*		mainvisual
-----------------------------*/
#mainvisual{
 background: url("images/mv_bg.jpg") no-repeat center /cover;
 padding: 74px 0 58px;
}
#mainvisual h2{
position: relative;
margin: 0;
}
#mainvisual h2::before{
 content: "";
 display: block;
 background: url("images/mv_pct_0119.png") no-repeat left top/100% auto;
 width: min(19vw,211px);
 height: min(18.6vw,204px);
 position: absolute;
 right: 22px;
 top: -69px;
}

.article_inner {

}
@media (max-width: 820px) {
#mainvisual{
 padding: 40px 0 30px;
}
 
	#Content_feature #mainvisual .article_inner{
    margin-right: 2%;
    margin-left: 0%;
	}


#mainvisual h2::before{
 right: 1.5vw;
 top: -39px;
}
}/*-SP tablet-*/

@media screen and (min-width: 821px) {
  
}/* //end for PC */


/*		anchorLink
-----------------------------*/
.anchorLink{
  background-color: #0a3219;
  padding: 20px 0;
}
.anchorLink ul{  
  display: flex;
  justify-content: center;
 gap:0 45px;
}
.anchorLink li{
}
.anchorLink li a{
 display: grid;
 align-items: center;
 border: 1px #b59a16 solid;
 background: #fff;
 min-width: 130px;
 height: 59px;
 padding: 5px 20px;
 color: #b59a16;
 font-size: 19px;
 font-weight:700;
 letter-spacing: 0.075em;
 text-align: center;
}


@media (max-width: 820px) {
.anchorLink{
  padding: 10px 10px;
}
 .anchorLink ul{
  gap:10px 10px;
  flex-flow: row wrap;
 }
 .anchorLink ul li{
  width: calc((100% - 10px)/2);
 }
 .anchorLink li a{
  padding: 5px;
  height: min(9vw,59px);
  font-size: min(3.2vw,19px);
  letter-spacing: 0.05em;
 }
}/*-SP only-*/
@media screen and (min-width: 821px) {

}/* //end for PC */


/*		menu
-----------------------------*/
#menu {
  background-color: #f3f4f5;
}
#menu .article_inner{
 background: url("images/menu_bg.png") no-repeat left top/100% 100% #fff;
 max-width: 870px;
 padding: 60px 42px 95px;
}
#menu.content_box h2 {
 margin-bottom: 50px;
}
#menu.content_box h2 img{
 width: 161px;
}
#menu.content_box h2::before {
 content: "";
 display: block;
 background: url("images/ic_ttl.svg") no-repeat left top/100% auto;
 width: 30px;
 height: 30px;
 margin: 0 auto 9px;
}
#menu .lead{
 margin-bottom: 47px;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.45;
}
#menu .pcFlex{
 max-width: 673px;
 margin: 0 auto;
}
#menu .pcFlex p{
 font-size: 16px;
 line-height: 1.8;
}
#menu h3{
 position: relative;
 margin-top: 47px;
 margin-bottom: 34px;
 color: #818a8f;
 font-size: 21px;
 text-align: center;
 line-height: 1.2;
}
#menu h3::before{
 content: "";
 display: block;
 background: #a68616;
 width: min(90%,408px);
 height: 1px;
 margin: 0 auto 42px;
}
#menu h3::after{
 content: "";
 display: block;
 background: url("images/ic_line.svg") no-repeat left top/100% auto;
 width: 25px;
 height: 8px;
 position: absolute;
 top:-4px;
 left: 0;
 right: 0;
 margin: auto;
}
#menu ol{
}
#menu ol li{
 list-style: none;
 padding: 0;
 margin: 0 0 22px;
 font-size: 16px;
 letter-spacing: 0.025em;
 line-height: 1.4;
}
#menu li span{
 display: inline-block;
 width: 9.6em;
 padding-right: 0.5em;
 color: #0a3219;
 font-weight: 700;
 text-align: right;
 letter-spacing: 0.3em;
}
@media (max-width: 820px) {
 #menu .article_inner{
 background: url("images/menu_bg_top.png") no-repeat left top/100% auto,url("images/menu_bg_btm.png") no-repeat left bottom/100% auto #fff;
 max-width: 870px;
 padding: 7vw 30px 55px;
}
#menu.content_box h2 {
 margin-bottom: 25px;
}
#menu.content_box h2 img{
 width:min(45%,161px) ;
}
#menu.content_box h2::before {
 width: 20px;
 height: 20px;
 margin: 0 auto 5px;
}
 
#menu .lead{
 margin-bottom: min(5vw,47px);
 font-size: min(3.6vw,20px);
}
#menu .pcFlex figure{
 width: min(80%,193px);
 margin: 0 auto 20px;
}
#menu .pcFlex p{
 font-size: 14px;
}
#menu h3{
 margin-top: min(8.7vw,47px);
 margin-bottom:min(6.4vw, 34px);
 font-size: min(5vw,21px);
 text-align: center;
 line-height: 1.2;
}

#menu ol li{
 padding-left: 8.2em;
 text-indent: -8.2em;
 margin: 0 0 15px;
 font-size: 14px;
 letter-spacing: 0.02em;
}
#menu li span{
 display: inline-block;
 text-indent: 0;
 width: 8.2em;
 padding-right: 0.5em;
 letter-spacing: 0.1em;
}
}/*-SP only-*/
@media screen and (min-width: 821px) {
 #menu{
  padding-top: 76px;
 padding-bottom: 98px;
 }
 #menu .pcFlex{
  justify-content: space-between;
  align-items: flex-end;
 }
#menu .pcFlex figure{
 width: 29%;
 max-width: 193px;
 }
 #menu .pcFlex p{
  width: 65.5%;
  max-width: 440px;
 }
}/* //end for PC */


/*	taste
-----------------------------*/
#taste {
  background-color: #0a3219;
}
#taste h2{
 position: relative;
 margin: 0;
 padding-bottom: 73px;
 line-height: 0;
}
#taste h2 img{
 width: min(100%,800px);
}
#taste h2::after{
 content: "";
 display: block;
 background: url("images/arrow_white.svg") no-repeat left top/100% auto;
 width: 53px;
 height: 26px;
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, 0);
 
}
#taste h3{
 width: min(100%,863px);
}
.reason_box{
 border: 1px #b59a16 solid;
 background: #fff;
 max-width: 750px;
 margin: 0 65px 0 auto;
 padding: 30px 33px 50px;
}
#taste .reason_box:nth-of-type(2){
 margin: 0 auto 0 65px;
}
.reason_box h4{
 position: relative;
 border-bottom: 1px #a68616 solid;
 padding: 0 0 8px;
 color: #818a8f;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.45;
}
.reason_box h4::after{
 content: "";
 display: block;
 background: url("images/ic_line.svg") no-repeat left top/100% auto;
 width: 25px;
 height: 8px;
 position: absolute;
 bottom:-4px;
 left: 0;
 right: 0;
 margin: auto;
}
.reason_box p{
 padding: 0 34px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
 letter-spacing: 0.1em;
}
.reason_box p:not(:first-of-type){
 margin-top: 40px;
}
.reason_box .ic{
 background: url("images/ic_ttl.svg") no-repeat 7px 0.3em/17px 17px;
}
.reason_box cite{
 padding: 0 34px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
 letter-spacing: 0.1em;
}
#taste .try{
 width: min(67.5%,675px);
 margin: 0 0 0 auto;
}
#taste .btnWrap{
 background: url("images/arrow_white.svg") no-repeat center top/77px auto;
 width: min(80%,321px);
 padding: 65px 0 0;
 margin: -8px auto 0;
}
@media (max-width: 820px) {
#taste h2{
 padding-bottom: 50px;
 line-height: 0;
}
#taste h2::after{
 width: 45px;
 height: 23px; 
}
#taste h3{
 margin-left: calc(-2vw - 10px);
 width: min(100%,863px);
}
.reason_box{
 margin: 0 0 0 auto;
 padding: 30px 15px 50px;
}
#taste .reason_box:nth-of-type(2){
 margin: 0 auto 0 0;
}
.reason_box h4{
 font-size:min(4.2vw,20px) ;
}
.reason_box p{
 padding: 0 0 0 32px;
  font-size: 14px;
 letter-spacing: 0.1em;
}
.reason_box p:not(:first-of-type){
 margin-top: 30px;
}
.reason_box .ic{
 background: url("images/ic_ttl.svg") no-repeat 7px 0.3em/15px 15px;
}
.reason_box cite{
 padding: 0 32px;
  font-size: 14px;
 letter-spacing: 0.1em;
}
#taste .try{
 width: min(70vw,675px);
 margin: 0 calc(-2vw - 10px) 0 auto;
}
#taste .btnWrap{
 background-size:47px auto;
 padding: 45px 0 0;
 margin: 0 auto 0;
}
}/*-SP only-*/


/*		novel_news
-----------------------------*/
#novel_news {
  padding: 93px 0 91px;
  background-color: #f3f4f5;
}
#Content_feature #novel_news .article_inner{
  position: relative;
  width: min(96%, 870px);
  background-color: #b59a16;
  padding: 45px 3% 62px;
  clip-path: polygon(
    23px 0,
    calc(100% - 23px) 0,
    100% 23px,
    100% calc(100% - 23px),
    calc(100% - 23px) 100%,
    23px 100%,
    0 calc(100% - 23px),
    0 23px
  );
}
#Content_feature #novel_news .article_inner::before{
  background-color: #ffffff;
  content: "";
  position: absolute;
  inset: 4px; /* 枠線の太さ */

  clip-path: polygon(
    21px 0,
    calc(100% - 21px) 0,
    100% 21px,
    100% calc(100% - 21px),
    calc(100% - 21px) 100%,
    21px 100%,
    0 calc(100% - 21px),
    0 21px
  );
}
#novel_news h2{
  position: relative;
}
#novel_news p{
  position: relative;
  margin: 54px auto 0;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
#novel_news ul{
  position: relative;
  padding: 105px 0 0 0;
  background: 
  url(images/arrow.svg) no-repeat center 36px / min(12%, 52px) auto;
}
#novel_news ul li a{
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 380 / 75;
  background: url(images/news_btn_bg.svg) no-repeat center center / 100% auto;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
#novel_news ul li a:hover{
  opacity: 0.7;
}
@media (max-width: 820px) {
#novel_news {
  padding: 50px 0 50px;
}
#Content_feature #novel_news .article_inner{
  padding: 30px 3% 30px;
}
#novel_news p{
  margin: 22px auto 0;
  font-size: 18px;
}
#novel_news ul{
  padding: 60px 0 0 0;
  background-position: center 18px;
  text-align: center;
}
#novel_news ul li + li{
  margin-top: 20px;
}
#novel_news ul li a{
  margin: auto;
  width: 80%;
  font-size: 18px;
}

}/*-SP only-*/
@media screen and (min-width: 821px) {
#novel_news ul{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#novel_news ul li{
  flex: 1;
  max-width: 380px;
}
}/* //end for PC */



/*		author
-----------------------------*/
#author{
  background-color: #ffffff;
  padding: 75px 0 28px;
}
#Content_feature #author .article_inner{
  position: relative;
  width: min(88%,683px);
  margin: 0 auto 0;
  border-top: 1px solid #a68616;
  padding: 54px 0 0 0;
}
#author h2{
  text-align: center;
  font-size: 20.3px;
  line-height: 1.3em;
}
#author h2 span:first-child{
  display: block;
  margin-bottom: 22px;
  font-size: 16.24px;
  letter-spacing: 0.1em;
  color: #818a8f;
}
#author h2 span:last-child{
  display: block;
  font-size: 14.21px;
  letter-spacing: 0.1em;
}
#author p:not(.btnWrap){
  margin: 26px auto 37px;
  width: min(100%,476px);
  font-size: 14.72px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  /*両端ぞろえ*/
  text-align: justify;
}
#author .btnWrap{
  position: relative;
  border-top: 1px solid #a68616;
  margin: 36px auto 0;
  padding: 54px 0 0 0;
  background: 
  url(images/arrow_white.svg) no-repeat center 36px / min(16%, 70px) auto;
}
#Content_feature #author .article_inner::before,
#author .btnWrap::before{
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 25px;
  height: 8px;
  background: 
  url(images/ic_line.svg) no-repeat center center/ auto 100%;
}
#author .btnWrap a{
  display: block;
  margin: 30px auto 0;
  width: min(100%,500px);
}

@media (max-width: 820px) {
#author{
  padding: 40px 0 20px;
}
#author .btnWrap{
  margin: 20px auto 0;
  padding: 27px 0 0 0;
  background-position: center 18px;
}
#author .btnWrap a{
  margin: 20px auto 0;
  width: min(80%,380px);
}
}/*-SP only-*/

@media screen and (min-width: 821px) {
}/* //end for PC */
