@charset "UTF-8";
/* kv
============================== */
#kv {
  width: 100vw;
  min-width: 1200px;
  position: relative;
  height: 698px;
  margin: 95px 0 0 0;
  /*background: url(../images/top_kv_pc.png) no-repeat center / cover;*/
}
#video-area {
  position: absolute;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.movie__btnarea {
  position: absolute;
  z-index: 5;
  left: 30px;
  top: 30px;
}
.voice {
  background: url(../images/top_voice_off.svg) no-repeat center center / cover;
}
.voice.active {
  background: url(../images/top_voice_on.svg) no-repeat center center / cover;
}
.voice,
.voice.active {
  height: 32px;
  width: 44px;
  transition: 0.3s;
  cursor: pointer;
}
.voice:hover {
  opacity: 0.5;
}
.kv__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  min-height: 330px;
  margin: 0 auto;
  position: relative;
}
.kv__copy {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}
.kv__head {
  font-size: 5.7rem;
  color: #fff;
  letter-spacing: 1rem;
  font-weight: var(--light);
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(130, 80, 0, 0.7);
}
.kv__keyword {
  font-size: 10rem;
  font-weight: var(--tin);
  line-height: 1;
}
.kv__reception {
  background: rgb(255 255 255 / 87%);
  padding: 42px 36px;
  position: absolute;
  right: 30px;
  bottom: -120px;
  z-index: 1;
}
.kv__rp-txt {
  margin: 0 0 15px 0;
}
.rp__tit {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: var(--regular);
  border: 1px solid #000;
  padding: 0 8px;
}
.rp__start {
  margin: 0 0 5px 0;
}
.rp__start-txt {
  font-size: 2.5rem;
  font-weight: var(--bold);
}
.rp__txt {
  display: flex;
  gap: 2px;
}
.st__year,
.st__keyword {
  font-size: 3.8rem;
}
.rp__period-txt {
  font-size: 1.6rem;
  font-weight: var(--bold);
}
.entry__btn {
  background: var(--btnbaseyellow);
  width: 220px;
  transition: 0.3s;
}
/*お知らせ
============================== */
.tit__base-news {
  margin: 0 0 15px 0;
}
.cts__base-top {
  padding: 180px 0 340px 0;
}
.tbl__base {
  display: block;
  /*overflow-y: scroll;
	height: 330px;*/
}
.tbl__base::-webkit-scrollbar-track,
.tbl__base::-webkit-scrollbar,
.tbl__base::-webkit-scrollbar-thumb {
  border-radius: 50px;
  width: 15px;
}
.tbl__base::-webkit-scrollbar-track {
  background: #fff;
}
.tbl__base::-webkit-scrollbar-thumb {
  background: #cecbc5;
}
.tdl__tr:first-of-type {
  border-top: 1px solid #000;
}
[class*="tbl__base"] .tdl__tr > * {
  text-align: left;
  padding: 21px 0;
  line-height: 2.1;
}
[class*="tbl__base"] .tbl__head {
  width: auto;
  font-family: var(--ffOs);
  font-weight: var(--medium);
  font-size: 1.6rem;
  padding-right: 7px;
  vertical-align: top;
  border-bottom: none;
  line-height: 2;
}
[class*="tbl__base"] .tbl__data {
  vertical-align: top;
  padding-left: 7px;
  width: 100%;
}
[class*="tbl__base"] a.tbl__link {
  transition: 0.3s;
}
[class*="tbl__base"] a.tbl__link:hover {
  opacity: 0.5;
}
.link__icon-none[target="_blank"] > span {
  padding: 0;
}
.link__icon-none[target="_blank"] > span::before {
  content: none;
}
.link__icon {
  width: 12px;
  height: 12px;
  vertical-align: 1px;
  margin: 0 0 0 5px;
}
/*麹検定について
============================== */
.brownA__top-about {
  padding: 120px 0 200px 0;
}
.ctsArea__brownA-inner {
  margin: -285px 0 0 0;
}
.about__top {
  position: relative;
}
.top__deco02 {
  width: 136px;
  position: absolute;
  top: 40px;
  right: 0;
  transform: rotate(10deg);
}
.cts__aboutArea {
  display: flex;
  align-items: flex-end;
  gap: 160px;
  margin: -180px 0 0 0;
}
.about__phArea {
  width: 450px;
  position: relative;
}
.ab__ph-item01 {
  width: 450px;
}
.ab__ph-item02 {
  width: 342px;
  position: absolute;
  bottom: -110px;
  right: -110px;
}
.ab__titArea-subtit {
  display: flex;
  justify-content: center;
}
.ab__titArea-inner {
  text-align: left;
  padding: 0 0 0 250px;
}
.ab__tit {
  font-size: 4.5rem;
  font-weight: var(--tin);
  margin: 0 0 15px 0;
}
.ab__keyword {
  font-size: 5.6rem;
}
.about__txtArea {
  margin: 0 0 -70px 0;
}
.ab__txt {
  font-size: 1.8rem;
  font-weight: var(--regular);
  margin: 0 0 32px 0;
  line-height: 1.8;
}
.ab__txt:first-of-type {
  margin: 0 0 10px 0;
}
.about__btn {
  background: none;
}
/*レシピ
============================== */
.brownA__top-recipe {
  background: url("../images/top_bottom_bg.png") no-repeat center top 200px /
    cover;
  background-color: var(--bgsubbrown);
  padding: 120px 0 228px 0;
  width: 100vw;
  min-width: 1200px;
  position: relative;
}
.recipe__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 36px;
  position: relative;
}
.ctsArea__top-recipe {
  max-width: 100%;
  padding: 0;
}
.re__titArea-inner {
  display: block;
}
.re__titArea-subtit {
  display: inline-block;
  position: relative;
}
.re__tit {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 40px 0;
  white-space: nowrap;
}
.re__tit--sub {
  transform: rotate(90deg);
  margin: 0;
}
.flow {
  width: 85%;
  position: relative;
}
.top__deco01 {
  width: 133px;
  position: absolute;
  bottom: -40px;
  left: -55px;
  transform: rotate(-8deg);
}
.flow__area {
  padding: 135px 0 135px 50px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.swiper-slide {
  width: 300px;
}
/* swiper-button */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 75px;
  bottom: auto;
  z-index: 99;
  transition: background-color 0.2s;
}
.swiper-button-prev {
  left: 110px;
  right: auto;
}
.swiper-button-next {
  left: 50px;
}
.flow .swiper-button-prev:hover,
.flow .swiper-button-next:hover {
  background: var(--btnhoveryellow);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/btn_triangle.svg") no-repeat center center / 20%;
  transition: background-images 0.2s;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  background: url("../images/btn_triangle.svg") no-repeat center center / 20%;
}
.swiper-button-next::after {
  transform: rotate(180deg);
}
.recipe__btnArea {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
/*公式テキストブック,運営会社
============================== */
.official__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ctsArea__official-left,
.ctsArea__official-right {
  width: 100%;
  padding: 57px 0;
}
.ctsArea__official-left {
  width: 54%;
  background: #acaa91;
}
.ctsArea__official-right {
  width: 46%;
  background: #b9b69d;
}
.ctsArea__left-half,
.ctsArea__right-half {
  max-width: 600px;
}
.ctsArea__left-half {
  padding: 0 50px 0 260px;
  margin: 0 0 0 auto;
}
.ctsArea__right-half {
  padding: 0 220px 0 50px;
  margin: 0 auto 0 0;
  position: static;
}
.official__right {
  max-width: 282px;
}
.official__phArea {
  width: 210px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -85px;
  left: 5px;
}
.off__tit {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px 0;
  margin: 0 0 22px 0;
  font-size: 3.4rem;
}
.off__txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: var(--light);
  line-height: 1.6;
  margin: 0 0 22px 0;
}
.off__btnArea {
  display: flex;
  justify-content: flex-start;
}
.official__btn {
  background: #f7f4ee;
  width: 100%;
}
@media screen and (max-width: 812px) {
  #kv {
    min-width: auto;
    height: 580px;
    margin: 65px 0 0 0;
    /*background: url(../images/top_kv_sp.png) no-repeat bottom center / cover;*/
  }
  #video {
    /*縦横幅指定*/
    height: 100%;
  }
  .movie__btnarea {
    left: 20px;
    top: 25px;
  }
  .voice,
  .voice.active {
    height: 26px;
    width: 35px;
  }
  .kv__inner {
    width: 100%;
    padding: 0 20px;
  }
  .kv__copy {
    top: auto;
    bottom: -6%;
  }
  .kv__head {
    font-size: 3.6rem;
    letter-spacing: 0.4rem;
    font-weight: var(--light);
    text-shadow: 0 0 10px rgba(130, 80, 0, 0.8);
  }
  .kv__keyword {
    font-size: 6.4rem;
    font-weight: var(--tin);
    line-height: 1;
  }
  .kv__reception {
    padding: 20px;
    right: 20px;
    bottom: -293px;
  }
  .kv__btnArea {
    display: flex;
    justify-content: center;
  }
  .kv__rp-txt {
    margin: 0 0 15px 0;
  }
  .rp__tit {
    font-size: 1rem;
    padding: 0 5px;
    margin: 3px 0 0 0;
    flex-shrink: 0;
    align-self: flex-start;
    margin: 6px 0 0 0;
  }
  .rp__txt {
    display: block;
  }
  .rp__start {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 0 0 10px 0;
    flex-direction: column;
  }
  .rp__period {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
  }
  .cts__base-top {
    padding: 330px 0 250px 0;
  }
  .st__keyword {
    font-size: 2.5rem;
  }
  .st__year,
  .st__year-jp {
    font-size: 1.6rem;
  }
  .rp__start-txt {
    font-size: 1.6rem;
  }
  .st__txt {
    line-height: 1.1;
  }
  .rp__period-txt {
    font-size: 1.6rem;
    font-weight: var(--bold);
  }
  .entry__btn {
    margin: 0 0 0 0;
  }
  .pd__txt {
    line-height: 1.5;
  }
  .tit__base-news {
    margin: 0 0 5px 0;
  }
  [class*="tbl__base"] .tbl__tit-top {
    line-height: 1.4;
  }
  [class*="tbl__base"] .tdl__tr > * {
    line-height: 1.4;
  }
  .link__icon {
    margin: 0 0 0 3px;
  }
  .top__deco02 {
    width: 90px;
    top: 120px;
    right: 0;
    transform: rotate(10deg);
  }
  .ab__titArea-subtit {
    margin: 0 0 25px 0;
  }
  .ab__titArea-inner {
    padding: 0;
    text-align: center;
  }
  .ab__tit {
    font-size: 3.5rem;
    margin: 0 0 5px 0;
  }
  .ab__keyword {
    font-size: 4.4rem;
  }
  .brownA__top-about {
    padding: 120px 0 90px 0;
  }
  .cts__aboutArea {
    display: block;
    margin: 0;
  }
  .ab__ph-item01 {
    width: 100%;
    padding: 0 105px 0 0;
  }
  .ab__ph-item02 {
    width: 100%;
    margin: -50px 0 0 auto;
    display: flex;
    justify-content: flex-end;
    position: static;
    padding: 0 0 0 125px;
  }
  .about__phArea {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
  .ab__txt {
    width: 100%;
    max-width: 500px;
    font-size: 1.5rem;
    margin: 0 auto 30px auto;
    line-height: 1.6;
  }
  .ab__txt:first-of-type {
    margin: 0 auto 10px auto;
  }
  .about__btnArea {
    display: flex;
    justify-content: center;
  }
  .about__btn {
    height: 70px;
    padding: 0 20px;
    max-width: 352px;
    width: 100%;
  }
  .brownA__top-recipe {
    padding: 60px 0 135px 0;
    width: 100vw;
    min-width: 100%;
  }
  .recipe__top {
    display: block;
  }
  .re__titArea-subtit {
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .re__tit {
    writing-mode: horizontal-tb;
    margin: 0 0 5px 0;
  }
  .re__tit--sub {
    position: static;
    transform: none;
  }
  .flow {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .flow__area {
    padding: 105px 0 105px 25px;
    border-radius: 20px 0 0 20px;
    position: relative;
  }
  .top__deco01 {
    width: 90px;
    position: absolute;
    top: -50px;
    bottom: auto;
    left: 16px;
    transform: rotate(-8deg);
  }
  .recipe__btnArea {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    margin: -35px 0 0 0;
  }
  .swiper-slide {
    width: 227px;
  }
  /* swiper-button */
  .swiper-button-prev,
  .swiper-button-next {
    top: 60px;
  }
  .swiper-button-prev {
    left: 80px;
    right: auto;
  }
  .swiper-button-next {
    left: 25px;
  }
  .official__wrapper {
    display: block;
  }
  .ctsArea__right-half,
  .ctsArea__left-half {
    max-width: 100%;
    padding: 0 20px;
  }
  .ctsArea__left-half {
    margin: -100px 0 0 0;
  }
  .ctsArea__official-left,
  .ctsArea__official-right {
    width: 100%;
  }
  .official__right {
    max-width: 100%;
  }
  .official__phArea {
    position: static;
    margin: 0 auto 30px auto;
  }
  .official__txtArea {
    text-align: center;
  }
  .off__txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
  .off__btnArea {
    justify-content: center;
  }
}
