/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual {
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/mainvisual_bg_sp.jpg?v=210001) 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.mainvisual__container {
  padding-top: 60px;
  padding-right: 35px;
  padding-left: 35px;
}
.mainvisual__textbox {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 25px 25px;
  position: relative;
  opacity: 0.9;
}
.mainvisual__textbox:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #000;
  z-index: -1;
}
.mainvisual__title {
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 4px double #000;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.mainvisual__title::before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/icon_title.png) center no-repeat;
  background-size: contain;
  margin: 0 auto 8px;
  width: 42px;
  height: 29px;
  display: block;
}
.mainvisual__bodycopy {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 479px) and (max-width: 768px) {
  .mainvisual {
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/mainvisual_bg.jpg?v=210001);
    height: 380px;
  }
  .mainvisual__container {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .mainvisual {
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/mainvisual_bg.jpg?v=210001);
    height: 420px;
  }
  .mainvisual__container {
    padding-top: 80px;
  }
  .mainvisual__textbox {
    margin: 0 auto 35px;
    padding: 20px 40px 30px;
    max-width: 480px;
  }
  .mainvisual__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
  .mainvisual__title::before {
    margin-bottom: 8px;
    width: 83px;
    height: 57px;
  }
  .mainvisual__bodycopy {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
  }
}

/* ==========================================================================
	 * contest
========================================================================== */
.contest {
  margin-bottom: 40px;
}
.contest__lead {
  padding: 30px;
}
.contest__lead-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.contest__lead-bodycopy {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .contest {
    margin-bottom: 130px;
  }
  .contest__lead {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .contest__lead-title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .contest__lead-bodycopy {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
}

/* ------------------------------------------------
 world
------------------------------------------------ */
.world {
  background-color: #ffd200;
  margin-bottom: 40px;
}
.world__container {
  padding: 40px 30px;
}
.world__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.world__title::before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/icon_award.svg) 50% no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
  width: 30px;
  aspect-ratio: 3/4;
  display: block;
}
.world__title__bodycopy {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.world__bodycopy {
  margin-bottom: 1.5em;
}
.world__award {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 10px;
}
.world__award-img {
  margin: 0 auto 20px;
  width: 110px;
}
.world__award-text {
  text-align: center;
}
.world__award-bodycopy {
  font-size: 1.2rem;
  line-height: 1.8;
}
.world__award-bodycopy + .world__award-title::before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  width: 60px;
  height: 1px;
  background-color: #d6c0a6;
}
.world__award-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.world__award-title span {
  padding-top: 5px;
  font-size: 1.2rem;
  display: block;
}
.world__award.primary .world__award-img {
  width: 150px;
}
.world__award.primary .world__award-title {
  margin-bottom: 20px;
}
.world__award.primary .world__award-bodycopy {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .world {
    margin-bottom: 80px;
  }
  .world__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 760px;
  }
  .world__title {
    font-size: 2.4rem;
  }
  .world__bodycopy {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 35px;
  }
  .world__award {
    margin-bottom: 40px;
    padding: 40px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .world__award-img {
    margin: 0;
    width: 25%;
    max-width: 210px;
  }
  .world__award-text {
    text-align: left;
    flex-grow: 1;
    flex-basis: 0;
  }
  .world__award-bodycopy {
    font-size: 1.3rem;
  }
  .world__award-title {
    font-size: 2rem;
  }
  .world__award-title::before {
    margin-bottom: 15px;
    width: 85px;
  }
  .world__award-title span {
    font-size: 1.5rem;
  }
  .world__award.primary .world__award-img {
    width: 36%;
  }
  .world__award.primary .world__award-text {
    text-align: center;
  }
  .world__award.primary .world__award-title {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
  .world__award.primary .world__award-title span {
    font-size: 1.5rem;
  }
  .world__award.primary .world__award-bodycopy {
    font-size: 1.5rem;
  }
}

.world__award-more {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.7em;
  padding-right: 0.5em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  display: block;
  max-width: 120px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.world__award-more:hover {
  color: #000;
}

.world__award-more:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
}

.world__award-more:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.world__award-more:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  vertical-align: -2px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .world__award-more {
    max-width: 140px;
    font-size: 1.4rem;
  }
}
.movie__title {
  position: relative;
  margin-bottom: 25px;
}

.movie__title:before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 12px solid #fff1b2;
  z-index: 2;
}

.movie__title:after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 12px solid #ffd200;
  z-index: 1;
}

.movie__title-link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.6em;
  padding-right: 0.5em;
  padding-bottom: 0.4em;
  padding-left: 0.5em;
  display: block;
  max-width: 260px;
  border: 1px solid #ffd200;
  background-color: #fff1b2;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  transition: 0.4s;
}

.movie__title-link:hover {
  opacity: 0.7;
}

.movie__title-link:after {
  position: absolute;
  top: 33%;
  right: 2%;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.movie__container {
  margin-top: -17px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.movie__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie__item {
  width: 48.8%;
}

.movie__picture {
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .movie__container {
    margin-top: -12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 490px;
  }
  .movie__title {
    margin-bottom: 25px;
  }
  .movie__title:before {
    bottom: -30px;
    border: 10px solid transparent;
    border-top: 25px solid #fff1b2;
  }
  .movie__title:after {
    bottom: -25px;
    border: 10px solid transparent;
    border-top: 15px solid #ffd200;
  }
  .movie__title-link {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    max-width: 490px;
    font-size: 1.5rem;
  }
  .movie__title-link:after {
    top: 29%;
    width: 18px;
    height: 18px;
  }
}
.award {
  background-color: #ffd200;
}

.award__container {
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.award__title {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.award__title:before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 30px;
  height: 39px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/icon_award.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.award__bodycopy {
  margin-bottom: 25px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.award__list {
  margin-right: -50vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.award__item {
  width: 32.5%;
}

@media screen and (min-width: 769px) {
  .award__container {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .award__title {
    font-size: 2.4rem;
  }
  .award__bodycopy {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
  .award__list {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 760px;
  }
  .award__item {
    width: 32.8%;
  }
}
.award__more {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 0.7em;
  padding-right: 0.5em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  display: block;
  max-width: 120px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.award__more:hover {
  color: #000;
}

.award__more:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
}

.award__more:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.award__more:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  vertical-align: -2px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .award__more {
    max-width: 140px;
    font-size: 1.4rem;
  }
}
.about__profile {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 210, 0, 0.4) 2px, rgba(255, 210, 0, 0.4) 4px);
}

.about__profile-title {
  position: absolute;
  top: -15px;
  left: 0;
  padding-top: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 20px;
  width: 270px;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffd200;
  line-height: 1.5;
}

.about__profile-container {
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  background-color: #fff;
}

.about__profile-catch {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px;
  padding-left: 3px;
  padding-top: 5px;
  width: 250px;
  height: 50px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/about_dotted_bg_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6;
}

.about__profile-picture {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 110px;
}

.about__profile-name {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.about__profile-bodycopy {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.about__profile-license {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .about__profile {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255, 210, 0, 0.4) 3px, rgba(255, 210, 0, 0.4) 6px);
  }
  .about__profile-title {
    top: -40px;
    padding-top: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 50px;
    width: 460px;
    font-size: 2.2rem;
  }
  .about__profile-container {
    padding-top: 45px;
    padding-right: 50px;
    padding-bottom: 45px;
    padding-left: 50px;
  }
  .about__profile-flexbox {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about__profile-img {
    padding-top: 15px;
    padding-left: 15px;
  }
  .about__profile-catch {
    margin-bottom: 5px;
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/index/about_dotted_bg.png);
    width: 220px;
    height: 90px;
    font-size: 1.4rem;
  }
  .about__profile-picture {
    margin-bottom: 0;
    max-width: 145px;
  }
  .about__profile-text {
    padding-top: 60px;
    padding-left: 50px;
    width: 70%;
  }
  .about__profile-name {
    margin-bottom: 0;
    font-size: 2.2rem;
    text-align: left;
  }
  .about__profile-bodycopy {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .about__profile-license {
    font-size: 1.3rem;
  }
}
.about__list {
  padding-bottom: 5px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 210, 0, 0.4) 2px, rgba(255, 210, 0, 0.4) 4px);
}

.about__item {
  margin-bottom: 5px;
  padding-top: 40px;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  background-color: #fff;
}

.about__item:last-child {
  margin-bottom: 0;
}

.about__title-box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about__title {
  margin-top: -10px;
  width: 50%;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
}

.about__item:nth-child(2) .about__title {
  width: 100%;
}

.about__title-number {
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 4px solid #ffd200;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.about__picture {
  width: 49%;
}

.about__bodycopy {
  font-size: 1.3rem;
  line-height: 1.8;
}

.about__bodycopy span {
  border-bottom: 2px solid #ffd200;
}

@media screen and (min-width: 769px) {
  .about__list {
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255, 210, 0, 0.4) 3px, rgba(255, 210, 0, 0.4) 6px);
  }
  .about__item {
    margin-bottom: 10px;
    padding-top: 65px;
    padding-right: 50px;
    padding-bottom: 65px;
    padding-left: 50px;
  }
  .about__item-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about__title-box {
    margin-bottom: 0;
    justify-content: start;
    flex-direction: column;
    width: 27%;
  }
  .about__title {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .about__item:nth-child(2) .about__title {
    width: 50%;
  }
  .about__title-number {
    margin-bottom: 20px;
    border-bottom: 6px solid #ffd200;
    font-size: 1.8rem;
  }
  .about__picture {
    width: 100%;
  }
  .about__bodycopy {
    width: 64%;
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.jca {
  margin-top: 40px;
  background-color: #ffe880;
}

.jca__container {
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 40px;
  padding-left: 35px;
}

.jca__title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-top: 0.7em;
  padding-right: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.6em;
  max-width: 270px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.jca__bodycopy {
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.jca__bodycopy span {
  border-bottom: 2px solid #fff;
}

.jca__list {
  margin-right: -50vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jca__item {
  width: 32.5%;
}

@media screen and (min-width: 769px) {
  .jca {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
  }
  .jca__container {
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 90px;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jca__text {
    width: 70%;
  }
  .jca__title {
    margin-left: 0;
    margin-bottom: 40px;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    max-width: 100%;
    font-size: 2.2rem;
    text-align: left;
  }
  .jca__bodycopy {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .jca__bodycopy span {
    border-bottom: 3px solid #fff;
  }
  .jca__list {
    margin-right: 0;
    margin-left: 0;
    padding-top: 142px;
    left: 0;
    right: 0;
    width: 25%;
    justify-content: start;
    flex-direction: column;
  }
  .jca__item {
    margin-bottom: 20px;
    width: 100%;
  }
}