 .s-template-ttl{
    font-weight: 400;
}
.s-template-noto{
    font-weight: 300;
    font-family: var(--FF_NOTO);
    letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
.s-template-ttl{
    font-size: 29px;
    margin-bottom: 30px;
}
.s-template-txt{
    font-size: 15px;
}
.s-template-ttl--m{
    font-size: 20px;
    margin-bottom:20px;
}
.s-template-ttl--l{
    font-size: 24px;
}
.s-template-ttl--s{
    font-size: 18px;
}
.s-template-ttl--s__mgt{
    margin-top: 10px;
}
.s-template-noto{
    font-size: 13px;
}
.s-template-noto--mgt{
  margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
  .s-template-ttl{
    font-size: 22px;
    margin-bottom: 20px;
}
.s-template-txt{
    font-size: 14px;
    line-height: 1.6;
}
.s-template-noto{
    font-size: 12px;
}
.s-template-ttl--m{
    font-size: 18px;
    margin-bottom: 10px;
}
.s-template-ttl--l{
    font-size: 20px;
}
.s-template-ttl--s{
    font-size: 14px;
}
.s-template-ttl--s__mgt{
    margin-top: 5px;
}
.s-template-noto--mgt{
  margin-top: 5px;
}
}

/* テンプレ１ */
.s-template-col4{
    display: grid;
}
.s-template-inner{
    width: 95%;
    max-width: 1000px;
    margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .s-template-col4{
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  .s-template-mgb{
    margin-bottom: 100px;
}
}
@media screen and (max-width: 767px) {
.s-template-col4{
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
  }
  .s-template-mgb{
    margin-bottom: 60px;
}
}

/* テンプレ２ */
.s-template-desc li:not(:last-child){
    margin-bottom: 30px;
}
.s-template-desc__ttl{
    color: var(--GOLD01);
    position: relative;
    padding-left: 30px;
}
.s-template-desc__ttl::before{
    content: "";
    display: inline-block;
    background: var(--GOLD01);
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
@media screen and (min-width: 768px) {
.s-template-desc__ttl{
    font-size: 20px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
  .s-template-desc__ttl{
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* テンプレ３ */
@media screen and (min-width: 768px) {
  .s-template__imgWithTxt{
    padding-top: 30px;
}
}
@media screen and (max-width: 767px) {
  .s-template__imgWithTxt{
    padding-top: 15px;
}
}



/* テンプレ４ */
/* s-template-slider */
.s-template-slider .slick-prev,
.s-template-slider .slick-next {
  background: transparent;
  z-index: 10;
}
.s-template-slider .slick-prev:hover,
.s-template-slider .slick-next:hover {
  background: transparent;
}
.s-template-slider .slick-prev:before,
.s-template-slider .slick-next:before {
  font-family: initial;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  opacity: 1;
}
.s-template-slider .slick-prev:before {
  transform: rotate(-135deg);
}
.s-template-slider .slick-next:before {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .s-template__withSlider{
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 50px;
}
.s-template-slider .slick-prev {
  left: -20px;
}
.s-template-slider .slick-next {
  right: -30px;
}
}
@media screen and (max-width: 767px) {
  .s-template-slider{
    width: 90%;
    margin: 0 auto;
  }
  .s-template__withSlider{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .s-template-withSlider__ttl{
    order: 2;
  }
  .s-template-slider .slick-prev {
    left: -15px;
  }
  .s-template-slider .slick-next {
    right: -20px;
  }
}

/* テンプレ６ */
.s-template-bgimage{
    background: url(/asset2024/common/images/dummy/template08.jpg) no-repeat center / cover;
}
.s-template-box{
    background-color: rgba(255,255,255,.4);
}
@media screen and (min-width: 768px) {
  .s-template-bgimage{
    padding: 20px;
  }
  .s-template-box{
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .s-template-bgimage{
    padding: 14px 10px;
  }
  .s-template-box{
    padding: 25px 20px;
  }
}

/* テンプレ7 */
@media screen and (min-width: 768px) {
  .s-template-slider--col1{
    width: 95%;
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
  .s-template-slider--col1{
    width: 90%;
    margin: 0 auto;
}
}
/* テンプレ８ */
.s-template-ttlbox{
    border-bottom: 1px solid #D5D5D5;
}
.s-template-ttlbox__flex{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.s-template-ttlbox__flex > .s-template-ttl{
    margin-bottom: 0;
}
.s-template-ttlbox__flex img{
    width: 80px;
}
.s-template-col5{
    display: grid;
}
@media screen and (min-width: 768px) {
  .s-template-ttlbox{
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .s-template-col5{
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-template-ttlbox{
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .s-template-col5{
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
    padding-top: 20px;
  }
}

/* テンプレ10 */
.s-template-card{
    display: grid;
    padding-top: 50px;
}
.s-template-card li{
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
}
.s-template-card li img{
    width: 100px;
}
@media screen and (min-width: 768px) {
  .s-template-card{
    grid-template-columns: repeat(2,1fr);
    gap: 30px 60px;
  }
  .s-template-card li{
    padding: 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-template-card{
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .s-template-card li{
    padding: 10px;
    gap: 20px;
  }
}
/* テンプレ11 */
.s-template-accordion__ttl{
    background-color: #F0F0F0;
    padding: 10px;
    text-align: center;
}
/* アコーディオン矢印 */
.s-template-accordion__ttl span{
	display: inline-block;
    position: relative;
}
.s-template-accordion__ttl span:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(135deg);
position: absolute;
  top: -12px;
  left: 15px;
}
.s-template-accordion__ttl.active span::before {
    transform: rotate(-46deg);
    top: -7px;
}

@media (hover: hover){
	.s-template-accordion__ttl:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px) {
  .s-template-accordion{
    padding-top: 40px;
  }
  .s-template-contentInner{
      padding: 60px 40px;
  }
}
@media screen and (max-width: 767px){
  .s-template-accordion{
    padding-top: 20px;
  }
	.s-template-accordion__ttl:not(:first-child){
		margin-top: 10px;
	}
	.s-template-accordion__ttl span{
		width: 20px;
		right: 5px;
		top: 0px;
	}
	.s-template-accordion__ttl span::before{
		width: 10px;
	}
  .s-template-contentInner{
    padding: 35px 15px;
  }
}
.s-template-rankingNum {
  counter-reset: original-counter;
}
.s-template-rankingNum li{
  position: relative;
}
.s-template-rankingNum li::before{
  content: ''counter(original-counter);
  counter-increment: original-counter;
  font-weight: 500;
  color: #fff;
  background-color: #A39C88;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
    .s-template-rankingNum li::before{
  font-size: 18px;
    width: 30px;
  height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-template-rankingNum li::before{
  font-size: 15px;
    width: 25px;
  height: 25px;
  }
}


/* 特集 */
.s-template-widthLogo__ttl{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-template-widthLogo__ttl img{
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s-template-widthLogo{
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 70px;
}
}
@media screen and (max-width: 767px) {
.s-template-widthLogo{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-template-widthLogo__ttl{
  order: 2;
}
}


@media screen and (min-width: 768px) {
  .s-template-flex{
  display: grid;
  grid-template-columns: 1fr 420px;
  gap:60px ;
}
}
@media screen and (max-width: 767px) {
  .s-template-flex{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
}