@charset "UTF-8";
/* ==========================================================================
	 * common
========================================================================== */
.heading.banzai {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.heading.banzai:before, .heading.banzai::after {
  content: "／";
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  height: 1.75em;
  display: block;
  transform-origin: 50% 50%;
}
.heading.banzai::before {
  transform: rotate(-45deg);
}
.heading.banzai::after {
  transform: rotate(45deg);
}
.heading.banzai .title {
  font-size: 2rem;
}
@media screen and (max-width: 768.9px) {
  .heading.banzai:before, .heading.banzai::after {
    height: 2.6em;
    margin-top: 0.4em;
  }
  .heading.banzai::before {
    transform: rotate(-30deg);
  }
  .heading.banzai::after {
    transform: rotate(30deg);
  }
  .heading.banzai .title {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.4;
  }
}

/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual {
  width: 100%;
  height: 88.5333333333vw;
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/cheesetime/mainvisual_bg_sp.jpg) 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainvisual__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainvisual__textbox {
  background-color: #fff;
  padding: 2rem 2.5rem 1.5rem;
  position: relative;
  opacity: 0.9;
}
.mainvisual__textbox::before {
  content: "";
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: -1;
}
.mainvisual__title {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}
.mainvisual__title::before {
  content: "";
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/cheesetime/icon_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.5rem;
  width: 5.1rem;
  aspect-ratio: 102/92;
  display: block;
}
.mainvisual__bodycopy {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 479px) {
  .mainvisual {
    height: 380px;
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/cheesetime/mainvisual_bg.jpg);
  }
}
@media screen and (min-width: 769px) {
  .mainvisual {
    height: 420px;
  }
  .mainvisual__textbox {
    padding: 15px 35px 25px;
    max-width: 500px;
  }
  .mainvisual__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
  }
  .mainvisual__title__title:before {
    margin-bottom: 10px;
    width: 56px;
  }
  .mainvisual__bodycopy {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
	 * intro
========================================================================== */
#intro .container {
  text-align: center;
  padding-top: 6.4rem;
  padding-bottom: 11rem;
}
#intro .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#intro .title::before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/cheesetime/intro_title_deco.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
  width: 7.7rem;
  aspect-ratio: 77/25;
  display: block;
}
#intro .summary {
  font-size: 1.6rem;
  line-height: 2;
}
#intro .index {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
}
#intro .index li {
  padding: 0 3.6rem;
  position: relative;
}
#intro .index li + li::before {
  content: "";
  background-color: #ffd92f;
  margin: auto 0;
  width: 2px;
  height: 65%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#intro .index li:first-child {
  justify-self: flex-end;
}
#intro .index li:last-child {
  justify-self: flex-start;
}
#intro .index li a {
  color: #b18147;
  text-align: left;
}
@media screen and (any-hover: hover) {
  #intro .index li a:hover {
    opacity: 0.6;
  }
}
#intro .index li a > * {
  line-height: 1;
  display: block;
}
#intro .index li a .name {
  font-size: 2rem;
  margin-top: 0.25em;
}
@media screen and (max-width: 768.9px) {
  #intro .container {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  #intro .title {
    font-size: 1.7rem;
    margin-bottom: 2.2rem;
  }
  #intro .title::before {
    margin-bottom: 1rem;
    width: 7.5rem;
  }
  #intro .summary {
    font-size: 1.4rem;
  }
  #intro .index {
    margin-top: 4.5rem;
    align-content: center;
    grid-template-columns: 1fr;
    row-gap: 4.6rem;
  }
  #intro .index li {
    padding: 0;
    justify-self: center !important;
  }
  #intro .index li + li::before {
    margin: auto 0;
    width: 2.8rem;
    height: 0.2rem;
    position: absolute;
    left: calc(50% - 1.4rem);
    top: -2.4rem;
    bottom: unset;
  }
  #intro .index li a {
    text-align: center;
  }
  #intro .index li a .area {
    font-size: 1.2rem;
  }
  #intro .index li a .name {
    font-size: 1.7rem;
    margin-top: 0.4em;
  }
}

/* ==========================================================================
	 * factory
========================================================================== */
.factory {
  display: block;
  overflow: hidden;
}
.factory + .factory {
  margin-top: 130px;
}
.factory .heading {
  height: 37.5rem;
  position: relative;
}
.factory .heading .txt {
  font-weight: 500;
  background-color: rgba(255, 205, 0, 0.9);
  padding: 2.6rem 3.5rem 3rem;
  margin: auto 0;
  width: 51rem;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.factory .heading .txt .title {
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
.factory .heading .txt .title .area {
  font-size: 1.4rem;
}
.factory .heading .txt .title .name {
  font-size: 2.8rem;
  margin-top: 0.35em;
  display: block;
}
.factory .heading .txt .copy {
  font-size: 1.6rem;
  margin-top: 1em;
}
.factory .body {
  margin-top: 5rem;
}
.factory .body p, .factory .body figcaption {
  font-size: 1.6rem;
  line-height: 2;
}
.factory .body p {
  margin-top: -0.5em;
}
.factory .body p + .img {
  margin-top: 4rem;
}
.factory .body .img figure {
  overflow: unset;
}
.factory .body .img figcaption {
  margin-top: 0.5em;
}
.factory .body .img + .img {
  margin-top: 4.5rem;
}
.factory .body .osusume {
  margin: 50px 45px 0;
  padding: 40px 0 30px 40px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
}
.factory .body .osusume::before {
  content: "";
  background-color: #f7f7f5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.factory .body .osusume .txt {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}
.factory .body .osusume .txt .title {
  font-size: 2rem;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.factory .body .osusume .txt .title::before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/cheesetime/cheese.svg) no-repeat;
  background-size: contain;
  width: 82px;
  aspect-ratio: 82/85;
  position: absolute;
  left: -30px;
  top: -50px;
  z-index: -1;
}
.factory .body .osusume .profile {
  margin-right: -30px;
  width: 250px;
}
.factory .body .osusume .profile figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 0.5em;
}
.factory .body .interview .txt .title {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
.factory .body .interview .txt .title::before {
  content: "";
  border-radius: 1em;
  background-color: #ffd92f;
  margin-right: 1em;
  width: 0.6667em;
  aspect-ratio: 1/1;
  display: inline-block;
}
.factory aside {
  margin-top: 50px;
}
.factory aside .basic_btn {
  padding: 1.2em 1.6em 1.2em 2.6em;
}
.factory aside .basic_btn::after {
  margin-left: 1.4em;
}
@media screen and (min-width: 769px) {
  .factory .container {
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
  }
  .factory .heading .img {
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .factory .heading .img img {
    width: 100%;
    height: 37.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .factory .body .interview {
    margin-top: 60px;
    padding-right: 315px;
    position: relative;
  }
  .factory .body .interview .ph {
    width: 285px;
    position: absolute;
    right: 0;
    top: 0.4em;
  }
}
@media screen and (max-width: 768.9px) {
  .factory + .factory {
    margin-top: 6.5rem;
  }
  .factory .container {
    margin: 0 3rem;
  }
  .factory .heading {
    margin: 0 -3rem;
    width: 100vw;
    height: auto;
  }
  .factory .heading .txt {
    text-align: center;
    margin: auto;
    padding: 2rem 1.75rem 2rem;
    width: 25.5rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .factory .heading .txt .title {
    border-bottom-width: 1px;
  }
  .factory .heading .txt .title .area {
    font-size: 1.2rem;
  }
  .factory .heading .txt .title .name {
    font-size: 1.7rem;
  }
  .factory .heading .txt .copy {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .factory .body {
    margin-top: 3rem;
  }
  .factory .body p, .factory .body figcaption {
    font-size: 1.3rem;
  }
  .factory .body p + .img {
    margin-top: 2rem;
  }
  .factory .body .img img {
    margin: 0 -3rem;
    max-width: 100vw;
  }
  .factory .body .img figcaption {
    margin-top: 0.5em;
  }
  .factory .body .img + .img {
    margin-top: 2.5rem;
  }
  .factory .body .osusume {
    margin: 4rem -1.5rem 0;
    padding: 5rem 2.5rem 0;
    display: block;
  }
  .factory .body .osusume::before {
    height: calc(100% - 8rem);
  }
  .factory .body .osusume .txt .title {
    font-size: 1.5rem;
    text-align: center;
  }
  .factory .body .osusume .txt .title::before {
    width: 5.2rem;
    left: calc(50% - 2.6rem);
    top: -6rem;
  }
  .factory .body .osusume .txt p {
    letter-spacing: normal;
  }
  .factory .body .osusume .profile {
    margin-top: 2.5rem;
    margin-right: 0;
    width: auto;
  }
  .factory .body .osusume .profile figcaption {
    font-size: 1rem;
  }
  .factory .body .interview {
    margin-top: 4rem;
    display: block;
  }
  .factory .body .interview .txt .title {
    font-size: 1.5rem;
  }
  .factory .body .interview p::after {
    content: "";
    clear: both;
  }
  .factory .body .interview p .ph {
    margin: 0.5em -3rem 0.5em 1em;
    width: 17rem;
    display: block;
    float: right;
  }
  .factory .body .interview p .ph img {
    max-width: 100%;
    height: auto;
  }
  .factory aside {
    margin: 4rem 1rem 0;
  }
  .factory aside .basic_btn {
    width: 100%;
  }
  .factory aside .basic_btn::after {
    margin-left: 1.4em;
  }
  .factory aside .basic_btn span {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  #factory2 .heading .txt {
    right: unset;
    left: 0;
  }
}

/* ==========================================================================
	 * column
========================================================================== */
#column {
  margin-top: 140px;
}
#column .container {
  text-align: center;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}
#column .title {
  font-size: 2.4rem;
  background: repeating-linear-gradient(-45deg, transparent, transparent 3px, #fff1b2 3px, #fff1b2 6px);
  padding: 0.4em 0 0.3em;
}
#column .bodycopy {
  line-height: 2;
  margin-top: 1.4em;
}
#column .copyright {
  text-align: right;
  margin-top: 2em;
}
@media screen and (max-width: 768.9px) {
  #column {
    margin-top: 7rem;
  }
  #column .title {
    font-size: 1.7rem;
    padding: 0.8em 0 0.7em;
  }
  #column .bodycopy, #column .copyright {
    margin: 0 3rem;
  }
  #column .bodycopy {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 2rem;
  }
  #column .copyright {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 2em;
  }
}

/* ==========================================================================
	 * wca2025cheese
========================================================================== */
#wca2025cheese {
  background-color: #ffd92f;
  margin-top: 130px;
}
#wca2025cheese .container {
  padding: 75px 0;
}
#wca2025cheese .heading_ {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
#wca2025cheese .heading_:before, #wca2025cheese .heading_::after {
  content: "／";
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  height: 1.75em;
  display: block;
  transform-origin: 50% 50%;
}
#wca2025cheese .heading_::before {
  transform: rotate(-45deg);
}
#wca2025cheese .heading_::after {
  transform: rotate(45deg);
}
#wca2025cheese .heading_ .title {
  font-size: 2rem;
}
#wca2025cheese .gallery {
  margin-top: 35px;
  overflow: hidden;
}
#wca2025cheese .gallery .list {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#wca2025cheese .gallery .list li {
  padding: 0 8px;
  width: 250px;
}
#wca2025cheese aside {
  margin-top: 35px;
}
#wca2025cheese aside .basic_btn {
  font-size: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  #wca2025cheese {
    margin-top: 7rem;
  }
  #wca2025cheese .container {
    padding: 3rem 0;
  }
  #wca2025cheese .heading:before, #wca2025cheese .heading::after {
    height: 2.6em;
    margin-top: 0.4em;
  }
  #wca2025cheese .heading::before {
    transform: rotate(-30deg);
  }
  #wca2025cheese .heading::after {
    transform: rotate(30deg);
  }
  #wca2025cheese .heading .title {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.4;
  }
  #wca2025cheese .gallery {
    margin-top: 2rem;
  }
  #wca2025cheese .gallery .list li {
    padding: 0 0.6rem;
    width: 24rem;
  }
  #wca2025cheese aside {
    margin-top: 2rem;
  }
  #wca2025cheese aside .basic_btn {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
	 * banner
========================================================================== */
.banner {
  background-color: #fcf9f0;
}
.banner:first-of-type .container {
  padding-top: 100px;
}
.banner:last-of-type .container {
  padding-bottom: 100px;
}
.banner .container {
  margin: 0 auto;
  padding-top: 80px;
  width: 800px;
}
.banner .heading + .link {
  margin-top: 20px;
}
.banner .link {
  aspect-ratio: 2.4242424242;
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .link .inner {
  padding-top: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.banner .link .inner .txt {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52rem;
}
.banner .link .inner .txt .title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 0.35em;
}
.banner .link .inner .basic_btn {
  margin-top: 25px;
}
.banner .link .img {
  width: 100%;
}
.banner .buy {
  text-align: center;
  background-color: #ffd92f;
  padding: 30px 0;
  position: relative;
}
.banner .buy::before {
  content: "";
  border: 1px solid #000;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 5px;
  top: 5px;
}
.banner .buy .bodycopy {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768.9px) {
  .banner:first-of-type .container {
    padding-top: 6rem;
  }
  .banner:last-of-type .container {
    padding-bottom: 6rem;
  }
  .banner .container {
    margin: 0 3.5rem;
    padding-top: 3rem;
    width: auto;
  }
  .banner .heading .title {
    font-size: 1.5rem;
  }
  .banner .heading + .link {
    margin-top: 1rem;
  }
  .banner .link {
    aspect-ratio: 610/430;
  }
  .banner .link .inner {
    padding-top: 2rem;
  }
  .banner .link .inner .txt {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 26.5rem;
  }
  .banner .link .inner .txt .title {
    font-size: 1.5rem;
  }
  .banner .link .inner .txt .summary {
    font-size: 1.2rem;
  }
  .banner .link .inner .basic_btn {
    margin-top: 1.5rem;
  }
  .banner .link .img {
    width: 100%;
  }
  .banner .buy {
    padding: 2rem 0;
  }
  .banner .buy .bodycopy {
    font-size: 1.4rem;
  }
}

.primary__nav {
  margin-top: 0;
}