@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#tokusyu ol,#tokusyu ul,#tokusyu a {
	list-style: none;
	text-decoration: none;
	color: inherit;
}

#tokusyu img {
	max-width: 100%;
	height: auto;
}

#tokusyu html{
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

#tokusyu {
	font-family : "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 14px;
	line-height : 1.8;
	letter-spacing : 0.12em;
	color : #000;
	margin: 0 auto;
	padding: 0;
  max-width: 1200px;
}

/*FONT*/
.century {
  font-family: century-old-style-std, yu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.yu_min {
  font-family: yu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 768px){
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/*タイトル部分*/

.ttl_pc {
  margin-top: 50px;
}
.ttl_txt {
  margin: 6em auto;
  text-align: center;
  font-size: 1.2em;
  color: #1f242a;
}


.sec_ttl {
  display: flex;
  align-items: center;
  padding-left: 18vw;
  width: 100%;
  height: 200px;
  color: #1f242a;
  font-size: 4em;
}
.ttl01 {
  background:url("images/sec_img01.jpg") no-repeat right top / cover;
}
.ttl02 {
  background:url("images/sec_img02.jpg") no-repeat right top / cover;
}
.ttl03 {
  background:url("images/sec_img03.jpg") no-repeat right top / cover;
}
.ttl04 {
  background:url("images/sec_img04.jpg") no-repeat right top / cover;
}
.ttl05 {
  background:url("images/sec_img05.jpg") no-repeat right top / cover;
}
  
@media (max-width: 768px){
  .sec_ttl {
    position: relative;
    justify-content: center;
    padding-left: 0;
    font-size: 2.5em;
    height: 140px;
    color: #fff;
  }
  
  .ttl01 {
    background:linear-gradient(rgba(48,61,76,0.4),rgba(48,61,76,0.4)),url("images/sec_img01.jpg") no-repeat right top / cover;
  }
  .ttl02 {
    background:linear-gradient(rgba(48,61,76,0.4),rgba(48,61,76,0.4)),url("images/sec_img02.jpg") no-repeat right top / cover;
  }
  .ttl03 {
    background:linear-gradient(rgba(48,61,76,0.4),rgba(48,61,76,0.4)),url("images/sec_img03.jpg") no-repeat right top / cover;
  }
  .ttl04 {
    background:linear-gradient(rgba(48,61,76,0.4),rgba(48,61,76,0.4)),url("images/sec_img04.jpg") no-repeat right top / cover;
  }
  .ttl05 {
    background:linear-gradient(rgba(48,61,76,0.4),rgba(48,61,76,0.4)),url("images/sec_img05.jpg") no-repeat right top / cover;
  }

}

.sec_ttl2 {
  text-align: center;
  color: #1f242a;
  font-size: 4em;
}




#tk_nav {
  max-width: 980px;
  margin: 0 auto 12em;
}
#tk_nav ul {
  display: flex;
  margin: 0 auto;
  list-style-type: none;
}
#tk_nav ul li {
  padding: 6px;
}




  
#tokusyu #tk_nav ul li:hover {
  opacity: 0.5;
  transition:0.3s;
}


#tokusyu h2.h2_goods, #tokusyu h2.h2_topics {
  padding: 0 0;
}
#tokusyu section {
  margin-bottom: 100px;
}

#tokusyu #sec07 {
  margin-bottom: 30px;
}

#tokusyu section#ttl {
  margin-bottom: 0px;
}


.sec_txt {
  position: relative;
  padding: 2em;
  text-align: center;
  max-width: 600px;
  font-size: 1.1em;
  margin: 6em auto;
  color : #1f242a;
}
.sec_txt::before,
.sec_txt::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
}
.sec_txt::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: 0;
  left: 0;
  color: #6f8282;
}
.sec_txt::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: 0;
  right: 0;
  color: #6f8282;
}


.sec_heading2 {
  text-align: center;
  padding-bottom: 10px;
}

.article3 {
  display: flex;
  justify-content:space-between;
  gap: 3%;
}

.article3 .style_item {
  max-width: calc(100%/3 - 3%);
  margin-bottom: 80px;
}

.swiper {
  max-width: 500px;
  margin: 0 auto;
}
.swiper-slide img {
  width: 100%;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ff275b;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 10px !important;
}

.heading {
  font-family: century-old-style-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #cb1d47;
  margin: 0 0 2%;
  text-align: center;
  letter-spacing: 0.2em;
}
.text {
  margin-bottom: 1em;
  text-align: justify;
}
.name {
  text-decoration: underline;
  line-height: 1;
}

.cre {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #cb1d47;
  text-decoration: underline;
  font-size: 0.9em;
}
.buy {
  display: inline-block;
  color: #feeef2;
  border: #cb1d47 1px solid;
  background-color: #cb1d47;
  padding: 4px 8px;
  margin-left: 2em;
  line-height: 1;
}

.cre:hover .buy {
  transition:0.3s;
  color: #cb1d47;
  border: #cb1d47 1px solid;
  background-color: #feeef2;
}




/***小物グッズ***/
.goods_flex {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin: 0 auto;
}
.goods_sum {
  max-width: calc(100%/3 - 3%);
}
.goods_flex img:hover {
  opacity: 0.5;
  transition:0.5s; 
}
@media (max-width: 768px){
  .goods_flex {
    padding: 2vw;
    gap: 1%;
  }
  .goods_sum {
    max-width: calc(100%/3 - 1%);
  }
}



/***トピックス***/

.topics_sumkk {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.topics_sumkk img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
@media (max-width: 768px){
  .topics_sumkk {
    padding: 2vw;
  }
}

/***カテゴリーページへ***/
.cate {
  max-width: 750px;
  margin: 0 auto 100px;
  text-align: center;
}
@media (max-width: 768px){
  .cate {
    padding: 2vw;
  }
}
#tokusyu h4 {
  position: relative;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 2px;
  text-decoration-color: #fd7f9d;
}

#tokusyu h4::after {
  content:"";
  position: absolute;
  display: inline-block;
  border: 9px solid transparent;
  border-top: 10px solid #fd7f9d;
  top: .4em;
  margin-left: .5em;
}

.cate img {
  padding: 0 0 1em;
}
.cate img:hover {
  opacity: 0.5;
  transition:0.5s; 
}







/***追従するトップへ戻るボタン***/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1em;
  bottom: 5em;
  background: #cb1d47;
  opacity: 0.6;
  z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 14px;
  width: 18px;
  height: 20px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  text-align: center;
}
@media (max-width: 768px){
    /***追従するトップへ戻るボタンSP***/
  #page_top{
    width: 36px;
    height: 36px;
    right: 0.5em;
    bottom: 1em;
  }
  #page_top a{
    width: 36px;
    height: 36px;
  }
  #page_top a::before{
    top: 5px;
    bottom: 0;
    left: 12px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
  }
  /***トップへ戻るボタンここまで***/
}




/* =======================================
	768px以下SP
======================================= */
@media (max-width: 768px){
  
  /*========= SP/PC ===============*/
  
  .ttl_sp {
    width: 100%;
    margin: 0 auto;
  }

  .topics {
    padding: 0 3vw;
  }
  

  .ttl_txt {
    font-size: 1.1em;
    margin: 2em;
  }
  
  #tk_nav {
    margin: 0 auto 2em;
  }

  #tk_nav ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1vw;
  }

  #tk_nav ul li {
    width: calc(100%/3);
    padding: 0 2px;
  }

  
  .sec_txt {
    padding: 1em;
    margin: 5vw;
  }

  .style_item {
    max-width: 750px;
    padding: 0;
    margin-bottom: 120px;
  }
  
  .article3 {
    display: block;
  }
  
  .article3 .style_item {
    max-width: 750px;
    padding: 0 2vw;
    margin-bottom: 80px;
  }




  

  
}
