@charset "UTF-8";

.wed_header{
  position: absolute;
  top: 0;
}
.main_visual{
  width: 100%;
  height: 800px;
  background: url(/wed/rizo-kore/images/bg-main_visual.jpg) no-repeat center top / auto 100%;
}
.main_lead{
  margin-top: 30px;
}
.layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  mix-blend-mode: screen;
  /* mix-blend-mode: overlay; */
  img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: initial;
    width: auto;
  }
}
@media (min-width: 1921px) {
  .main_visual{
    background-size: 100%;
  }
  .layer{
    img{
      max-width: 100%;
      width: 100%;
    }
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .main_visual {
    background-position: center left -400px;
  }
}
@media (min-width: 769px) {
  .w890{
    width: 890px;
    margin: auto;
  }
  .main_visual__inner{
    width: 1120px;
    height: 100%;
  }
  .main_title__wrap{
    width: 710px;
    height: 538px;
    padding-top: 30px;
    background: url(/wed/rizo-kore/images/bg-main_title.png) no-repeat center top / 100%;
    margin: 50px -50px 0 auto;
  }
}
@media (max-width: 768px){
  .main_visual{
    height: calc( 1052 / 750 * 100vw );
    background-image: url(/wed/rizo-kore/images/bg-main_visual-sp.jpg);
  }
  .main_title__wrap{
    margin-top: 88vw;
  }
  h1{
    width: calc( 484 / 750 * 100vw );
  }
  .main_lead{
    width: calc( 480 / 750 * 100vw );
    margin-top: 3vw;
  }
  .layer{
    display: none;
  }
}

@media (min-width: 769px) {
  .nav__item{
    a{
      height: 120px;
    }
    a.text-link {
     &::after{
      width: 40px;
     }
    }
  }
}
@media (max-width: 768px){
  .nav{
    padding: 30px 0;
  }
  .nav__item{
    a{
      height: 38px;
      border-bottom: 1px solid #dfd2c1;
      justify-content: space-between;
    }
  }
}

section{
  padding-bottom: 100px;
}
.section__heading{
  .en{
    font-family: "Montserrat", serif;
  }
}
a h3{
  color: #34251e;
}
@media (max-width: 768px){
  section{
    padding: 50px 0;
  }
}

/* api */
.api-item{
  a{
    background-color: #ffffff;
    color: #34251e;
  }
  .image-wrap{
    position: relative;
    img{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}
.api-viewCount{
  display: inline-block;
  margin-left: 10px;
  padding-left: 8px;
  border-left: 1px solid #b7b7b7;
  line-height: 1;
  &::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-right: 8px;
    background: url(/wed/rizo-kore/images/image-eye.png) no-repeat center center / 100%;
  }
}
.button-common.-rr{
  min-width: 270px;
}
@media (min-width: 769px){
  .hover-image{
    .api-item{
      a:hover img {
        transform: scale(1.05) translate(0, -50%);
      }
    }
  }
}

@media (max-width: 768px){
  /* .api-date, .api-viewCount{
    font-size: 0.7rem;
  } */
  .api-viewCount{
    &::before{
      width: 15px;
      height: 9px;
    }
  }
}

/* 人気記事ランキング */
.ranking{
  background-color: #f5eeee;
}
.ranking__heading{
  &::before{
    content: "";
    display: block;
    width: 50px;
    height: 41px;
    margin: 0 auto 15px;
    background: url(/wed/rizo-kore/images/bg-ranking__heading.png) no-repeat center center / 100%;
  }
}
.ranking-articles_item{
  a{
    padding: 50px 15px 35px;
  }
  .image-wrap{
    aspect-ratio: 666 / 395;
  }
}
.articles_item-order{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  color: #9f815a;
  font-family: var(--ff-yu_mincho);
  font-weight: bold;
  font-style: italic;
  font-size: 3em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  a:hover{
    .articles_item-title{
      text-decoration: underline;
    }
  }
}
@media (max-width: 768px){
  .ranking__heading {
    &::before {
      width: 27px;
      height: 29px;
      margin-bottom: 15px;
    }
  }
  .ranking-articles_list{
    padding-top: 20px;
  }
  .ranking-articles_item {
    a {
        padding: 25px 15px 30px;
    }
  }
  .swiper-button-next.-unique, .swiper-button-prev.-unique{
    width: 50px;
    height: 80px;
  }
  .swiper-button-next.-unique{
    background: url(/wed/rizo-kore/images/arrow-slide-right-unique.png) no-repeat center right / 20px;
    right: -8px;
  }
  .swiper-button-prev.-unique{
    background: url(/wed/rizo-kore/images/arrow-slide-left-unique.png) no-repeat center left / 20px;
    left: -8px;
  }
}

/* お役立ちガイド */
.guide__heading{
  &::before{
    content: "";
    display: block;
    width: 46px;
    height: 37px;
    margin: 0 auto 15px;
    background: url(/wed/rizo-kore/images/bg-guide__heading.png) no-repeat center center / 100%;
  }
}
.guideItem__link{
  .ls-short{
    white-space: nowrap;
    letter-spacing: -0.11em;
  }
}
@media (min-width: 769px) {
  .guideItem__link:hover .text-link {
    text-decoration: underline;
  }
  .guideItem__link:hover .text-link::after {
    position: relative;
    right: -1px;
  }
}
@media (max-width: 768px){
  .guideItem__link{
    .ls-short{
      letter-spacing: -0.05em;
    }
  }
}

/* 記事カテゴリ */
.preparation_manual__item {
  aspect-ratio: auto;
  height: 160px;
  padding: 8px;
  a{
    padding-top: 0;
  }
  .image-wrap {
    margin-top: -10px;
    height: auto;
    img{
      width: 100%;
    }
  }
}
.preparation_manual-item__heading{
  height: auto;
  margin-top: -15px;
  color: #5c3502;
  font-size: 1em;
  text-align: center;
  &::after{
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 13px;
    /* position: absolute;
    top: 50%;
    right: 20px; */
    width: 6px;
    height: 6px;
    border-top: solid 2px #7b6446;
    border-right: solid 2px #7b6446;
    transform: rotate(45deg);
    transition: .1s ease-in-out;
  }
}
.section__heading.-bg-line{
  padding-top: 0;
  &::before{
    content: "";
    display: block;
    width: 153px;
    height: 8px;
    margin: 0 auto 20px;
    background: url(/wed/rizo-kore/images/bg-section_heading-line.png) no-repeat center center / 100%;
  }
}
@media (min-width: 769px) {
  .preparation_manual__item{
    &:hover .preparation_manual-item__heading::after{
      left: 1px;
    }
  }
}
@media (max-width: 768px){
  .guide__heading {
    &::before {
      width: 25px;
      height: 25px;
      margin-bottom: 15px;
    }
  }
  .category, .information{
    padding-top: 0;
  }
  .section__heading.-bg-line{
    &::before {
      width: 77px;
    }
  }
  .preparation_manual__item{
    height: calc(190 / 750* 100vw);
    padding: 5px;
    .image-wrap {
      margin-top: -5px;
      width: 85%;
    }
  }
  .preparation_manual-item__heading{
    position: relative;
    /* top: -1vw;
    left: 6px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.1rem;
    &::after {
      width: 5px;
      height: 5px;
      top: -1px;
      margin-left: 6px;
    }
  }
}

/* 新着記事 */
.new_topics{
  background-color: #f6f0f0;
}
.new_topics__heading{
  &::before{
    content: "";
    display: block;
    width: 38px;
    height: 20px;
    margin: 0 auto 15px;
    background: url(/wed/rizo-kore/images/bg-new_topics__heading.png) no-repeat center center / 100%;
  }
}
.new_topics-articles_item .image-wrap{
  width: 205px;
}
.new_topics-articles_item{
  a{
    padding: 15px;
  }
  .image-wrap{
    aspect-ratio: 205 / 123;
  }
}
.campaign_and_fair__heading{
  background: transparent;
}
@media (min-width: 768px) {
  /* .new_topics-articles-item{
    a:hover{
      text-decoration: underline;
    }
  } */
  .new_topics .articles_item-title{
    padding-top: 5px;
  }
}
@media (max-width: 768px){
  .new_topics__heading{
    &::before{
      width: 30px;
      height: 16px;
    }
  }
  .new_topics-articles_item{
    a{
      padding: 10px 10px 35px;
    }
  }
  .new_topics .image-wrap{
    width: 103px;
  }
  .new_topics .api-date, .new_topics .api-viewCount{
    font-size: 1.2rem;
  }
  .new_topics-articles_item-metadata{
    position: absolute;
    left: 20px;
    bottom: 11px;
    line-height: 1;
  }
}

.campaign_and_fair__heading{
  &::before{
    content: "";
    display: block;
    width: 37px;
    height: 20px;
    margin: 0 auto 15px;
    background: url(/wed/rizo-kore/images/bg-campaign_and_fair__heading.png) no-repeat center center / 100%;
  }
}
@media (max-width: 768px){
  .campaign_and_fair__heading{
    &::before{
      width: 31px;
      height: 17px;
    }
  }
}

.information__item{
  h3{
    color: #7b6446;
    &::after {
      content: "";
      position: relative;
      top: -2px;
      display: inline-block;
      margin-left: 13px;
      width: 6px;
      height: 6px;
      border-top: solid 2px #7b6446;
      border-right: solid 2px #7b6446;
      transform: rotate(45deg);
      transition: .1s ease-in-out;
    }
  }
}
@media (min-width: 769px) {
  .information__item{
    &:hover h3::after{
      left: 1px;
    }
  }
}
@media (max-width: 768px){
  .information__item{
    h3{
      position: relative;
      left: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      &::after{
        /* width: 5px;
        height: 5px; */
        top: -1px;
      }
    }
  }
}

.plaza_and_desk {
  padding-top: 100px;
  background-color: #f6f0f0;
  text-align: center;
}
p + .section__heading.-rwd_common{
  padding-top: 0;
  margin-top: 30px;
}
@media (max-width: 768px){
  .plaza_and_desk {
    padding-top: 50px;
  }
}

.faq__item{
	border-bottom: 1px solid #dfd2c1;
	.head{
		padding-right: 5px;
		color: var(--color-4);
		font-weight: bold;
	}
}
.faq__term{
	padding-bottom: 30px;
	font-weight: bold;
	> span{
		display: flex;
	}
}
.faq__description{
	display: flex;
	padding: 0 75px 30px 0;
	padding-right: 75px;
	text-align: justify;
  .text-link{
    display: inline;
  }
}
.faq__text + .faq__text{
  margin-top: 15px;
}
@media (min-width: 769px){
	/* .faq{
		padding-top: 230px;
	} */
	.faq__term{
		padding-bottom: 28px;
		font-size: 1.125em;
	}
	.faq__description{
		.head{
			font-size: 1.125em;
		}
	}
}
@media (max-width: 768px){
	.faq{
		padding-top: 40px;
	}
	.faq__term{
		padding-bottom: 20px;
		> span{
			padding-right: 27px;
		}
	}
	.faq__description{
		padding-bottom: 20px;
		padding-right: 0;
    .text-link{
      line-height: 1.4;
    }
	}
}

.faq__item {
  .js-summary-toggle {
		/* position: relative; */
		display: flex;
		justify-content: space-between;
  	transition: 0.2s;
		cursor: pointer;
    &::-webkit-details-marker {
      display: none;
    }
    &::after {
			content: "\FF0B";
      display: flex;
      align-items: center;
			color: var(--color-4);
			font-size: 1.6em;
			transition: 0.2s;
			line-height: 1;
    }
  }
  &.is-opened>.js-summary-toggle::after {
		content: "\FF0D";
  }

  .js-summary-content {
    position: relative;
    overflow: hidden;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: padding .25s, height .25s, opacity .25s;
  }

  &:not(.is-opened)>.js-summary-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 769px){
	.js-summary-toggle:hover{
		color: var(--color-4);
	}
}