/* ==========================================================================
	 * overview
========================================================================== */
/* ----------------------------
 overview__head
------------------------------*/
.overview {
  margin-bottom: 45px;
}
.overview__head {
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 15px;
  padding-left: 35px;
}
.overview__catch {
  margin-right: auto;
  margin-left: auto;
  max-width: 270px;
}
.overview__logo {
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
}
.overview__title {
  position: relative;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.overview__title:before {
  content: "";
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
  background-color: #d6c0a6;
  width: 90px;
  height: 3px;
}
.overview__date {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .overview {
    margin-bottom: 90px;
  }
  .overview__head {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .overview__catch {
    max-width: 360px;
  }
  .overview__logo {
    margin-top: -25px;
    max-width: 130px;
  }
  .overview__title {
    margin-bottom: 0;
    font-size: 4rem;
  }
  .overview__title:before {
    margin-top: 25px;
    width: 120px;
    height: 4px;
  }
  .overview__date {
    font-size: 1.6rem;
  }
}

/* ----------------------------
 overview__body
------------------------------*/
.overview__body {
  background-color: #ffd200;
}
.overview__container {
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
}
.overview__subtitle {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.overview__bodycopy {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-size: 1.3rem;
  line-height: 1.8;
}
.overview__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overview__item {
  width: 48.7%;
}
.overview__picture {
  text-align: center;
}
.overview__copyright {
  padding-top: 0.5em;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .overview__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .overview__subtitle {
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .overview__bodycopy {
    margin-bottom: 30px;
    padding-top: 35px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
  .overview__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 580px;
  }
  .overview__item {
    width: 48.2%;
  }
}

/* ----------------------------
 overview__index
------------------------------*/
.overview__index {
  padding-top: 40px;
}
.overview__index-list {
  margin-bottom: -20px;
  padding-right: 30px;
  padding-left: 30px;
}
.overview__index-item {
  margin-bottom: 20px;
}
.overview__index-link {
  position: relative;
  padding-top: 0.6em;
  padding-right: 0.6em;
  padding-bottom: 0.7em;
  padding-left: 0.6em;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
  transition: 0.4s;
}
.overview__index-link:hover {
  opacity: 0.8;
}
.overview__index-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28%;
  right: 10%;
  width: 18px;
  height: 18px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_down_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .overview__index-list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    max-width: 720px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .overview__index-item {
    margin-bottom: 0;
    width: 48.5%;
  }
  .overview__index-link {
    font-size: 1.6rem;
  }
  .overview__index-link:after {
    top: 28%;
  }
}

/* ==========================================================================
	 * awards
========================================================================== */
.awards {
  margin-bottom: 80px;
  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);
}
.awards__container {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/wca2023/award_bg.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: cover;
}
.awards__title {
  margin-top: -30px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 175px;
  height: auto;
}
.awards__leadcopy {
  margin-bottom: 60px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.awards__leadcopy span {
  padding-top: 1em;
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .awards {
    margin-bottom: 160px;
    padding-top: 90px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .awards__container {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .awards__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
  .awards__title {
    margin-top: -100px;
    margin-bottom: 20px;
    max-width: 300px;
  }
  .awards__leadcopy {
    margin-bottom: 100px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
  .awards__leadcopy span {
    padding-top: 1.5em;
    font-size: 1.3rem;
  }
}

/* ----------------------------
 awards common
------------------------------*/
.awards__factory-link {
  margin-top: 2rem;
}
.awards__factory-link-btn::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-image: none;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768.9px) {
  .awards__factory-link-btn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .awards__factory-link {
    margin-top: 20px;
  }
  .awards__factory-link-btn {
    width: 100%;
  }
  .awards__factory-link-btn::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 2.4rem;
    vertical-align: 0;
  }
}

/* ----------------------------
 SUPER GOLD
------------------------------*/
.awards__super {
  margin-bottom: 70px;
}
.awards__super-title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-top: 3px double #ad824d;
  border-bottom: 3px double #ad824d;
  background-color: #fff;
  max-width: 255px;
  font-size: 1.8rem;
  text-align: center;
  color: #ad824d;
  letter-spacing: 0.1em;
}
.awards__super-list {
  margin-bottom: 35px;
}
.awards__super-item {
  margin-bottom: 15px;
}
.awards__super-item:first-child {
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ad824d;
}
.awards__super-factory {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
.awards__super-factory span {
  padding-top: 0.5em;
  display: block;
  font-size: 1.4rem;
}
.awards__super-img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 255px;
}
.awards__super-flag {
  position: absolute;
  top: -20px;
  left: -35px;
}
.awards__super-flag img {
  width: 70px;
  aspect-ratio: 75/110;
}
.awards__super .awards__factory-link {
  margin-top: 2rem;
}
.awards__super .awards__factory-link-btn {
  font-size: 1.4rem;
  line-height: inherit;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  width: 100%;
}
.awards__super .awards__factory-link-btn::after {
  border-width: 2px 2px 0 0;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .awards__super {
    margin-bottom: 150px;
  }
  .awards__super-title {
    margin-bottom: 70px;
    border-top: 4px double #ad824d;
    border-bottom: 4px double #ad824d;
    max-width: 800px;
    font-size: 3.2rem;
  }
  .awards__super-list {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
  }
  .awards__super-item {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-top: 5px;
    padding-bottom: 0 !important;
    width: calc(50% - 40px);
    box-sizing: border-box;
    position: relative;
  }
  .awards__super-item:first-child::after {
    content: "";
    border-left: 1px solid #ad824d;
    height: 100%;
    position: absolute;
    right: -40px;
    top: 0;
  }
  .awards__super-link {
    display: block;
  }
  .awards__super-factory {
    margin-bottom: 20px;
    font-size: 2.8rem;
    transition: 0.4s;
  }
  .awards__super-factory span {
    font-size: 2rem;
  }
  .awards__super-img {
    max-width: 360px;
    width: 100%;
  }
  .awards__super-flag {
    top: -32px;
    left: -44px;
  }
  .awards__super-flag img {
    width: 100px;
  }
  .awards__super .awards__factory-link {
    margin-top: 20px;
  }
  .awards__super .awards__factory-link-btn {
    font-size: 1.8rem;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    width: 100%;
  }
  .awards__super .awards__factory-link-btn::after {
    width: 1.1rem;
    height: 1.1rem;
    right: 2.4rem;
  }
}

/* ----------------------------
 accordion
------------------------------*/
.awards__super-dt {
  margin-top: 15px;
  position: relative;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background-color: #ad824d;
  border: 1px solid #ad824d;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.awards__super-dt:after {
  position: absolute;
  top: 0;
  right: 3%;
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_down_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  transition: 0.4s;
}
.awards__super-dt.is-active:after {
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_up_white.svg);
}
.awards__super-dd {
  padding-top: 20px;
  display: none;
}
.awards__super-figure {
  margin-right: auto;
  margin-left: auto;
  max-width: 120px;
}
.awards__super-figure img {
  border-radius: 120px;
}
.awards__super-figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  padding-top: 10px;
}
.awards__super-bodycopy {
  font-size: 1.3rem;
  line-height: 1.8;
}
.awards__super-accordion--comment .awards__super-dd {
  color: #ad824d;
  font-size: 1.3rem;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ad824d;
  padding: 15px 15px 15px 18px;
}
@media screen and (min-width: 769px) {
  .awards__super-dt {
    margin-top: 20px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 1.8rem;
  }
  .awards__super-dt:after {
    top: -1px;
    width: 40px;
    background-size: 16px 10px;
  }
  .awards__super-dd {
    padding-top: 25px;
  }
  .awards__super-figure {
    max-width: 140px;
  }
  .awards__super-figcaption {
    padding-top: 15px;
    font-size: 1.6rem;
  }
  .awards__super-bodycopy {
    font-size: 1.4rem;
    line-height: 2;
  }
  .awards__super-accordion--comment .awards__super-dd {
    font-size: 1.4rem;
    line-height: 2;
    padding: 20px 20px 20px 25px;
  }
}

/* ----------------------------
 awards__about
------------------------------*/
.awards__about {
  color: #ad824d;
  border: 1px double #ad824d;
  margin-top: 20px;
  padding: 15px;
}
.awards__about-title {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
.awards__about-bodycopy {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .awards__about {
    margin-top: 0;
    padding: 20px 25px;
  }
  .awards__about-title {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .awards__about-bodycopy {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ----------------------------
 awards__group
------------------------------*/
.awards__group {
  margin-bottom: 70px;
}
.awards__group-title {
  font-size: 1.8rem;
  text-align: center;
  color: #ad824d;
  letter-spacing: 0.1em;
  border-top: 3px double #ad824d;
  border-bottom: 3px double #ad824d;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  max-width: 255px;
}
.awards__group-link {
  margin-right: auto;
  margin-left: auto;
  display: block;
  overflow: hidden;
  max-width: 255px;
}
.awards__group-factory {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  transition: 0.4s;
}
.awards__group-factory span {
  padding-top: 0.5em;
  display: block;
  font-size: 1.5rem;
}
.awards__group-img {
  text-align: center;
  overflow: hidden;
}
.awards__group-img img {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .awards__group-item {
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ad824d;
  }
  .awards__group-img img {
    max-width: 255px;
  }
}
@media screen and (min-width: 769px) {
  .awards__group {
    margin-bottom: 130px;
  }
  .awards__group-title {
    font-size: 3.2rem;
    margin-bottom: 70px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    max-width: 800px;
  }
  .awards__group-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px 55px;
  }
  .awards__group-list.single {
    justify-content: center;
  }
  .awards__group-list::after {
    display: block;
    width: 230px;
  }
  .awards__group-item {
    width: 31%;
    width: 230px;
    position: relative;
  }
  .awards__group-item::after {
    content: "";
    border-left: 1px solid #ad824d;
    height: 100%;
    position: absolute;
    right: -28px;
    top: 0;
  }
  .awards__group-item:nth-child(3n)::after {
    content: none;
  }
  .awards__group-item:last-child {
    margin-right: auto;
  }
  .awards__group-item.single {
    margin: 0 auto;
    width: 300px;
  }
  .awards__group-item.single::after {
    content: none;
  }
  .awards__group-link {
    max-width: 230px;
  }
  .awards__group-factory {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
  .awards__group-factory span {
    font-size: 1.6rem;
  }
  .awards__group-img img {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

/* ----------------------------
 awards__other
------------------------------*/
.awards__other {
  background-color: #fff;
  margin-top: 70px;
  padding: 20px;
}
.awards__other-title {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
  color: #ad824d;
  line-height: 1.6;
}
.awards__other-item {
  margin-bottom: 20px;
}
.awards__other-item:last-child {
  margin-bottom: 0;
}
.awards__other-category {
  font-size: 1.2rem;
  text-align: center;
  color: #ad824d;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #efe6db;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 0.5em;
  display: block;
  width: 85%;
}
.awards__other-cheese {
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
}
.awards__other-factory {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .awards__other {
    margin-top: 60px;
    padding: 25px 30px;
  }
  .awards__other-title {
    font-size: 1.6rem;
  }
  .awards__other-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #ad824d;
  }
  .awards__other-item {
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    flex-grow: 1;
    border-right: 1px solid #ad824d;
  }
  .awards__other-category {
    margin-bottom: 15px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    width: 80%;
    font-size: 1.3rem;
  }
  .awards__other-cheese {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
	 * challenge
========================================================================== */
.challenge {
  position: relative;
  margin-top: -60px;
  padding-top: 60px;
}

.challenge__title-wrap {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  max-width: 250px;
  background-color: #ffd200;
}

.challenge__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.challenge__title span {
  padding-top: 5px;
  display: inline-block;
  font-size: 1.2rem;
}

.challenge__bodycopy {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
}

.challenge__bodycopy::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: -4px;
  width: 18px;
  height: 18px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/wca2023/icon_scaleup_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.challenge__container {
  margin-top: -75px;
  padding-top: 120px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/wca2023/challenge_bg.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .challenge {
    margin-top: -80px;
    padding-top: 80px;
  }
  .challenge__title-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 740px;
  }
  .challenge__title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .challenge__title span {
    font-size: 1.6rem;
  }
  .challenge__bodycopy {
    font-size: 1.4rem;
  }
  .challenge__bodycopy::before {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
  }
  .challenge__container {
    margin-top: -70px;
    padding-top: 130px;
    padding-right: 50px;
    padding-bottom: 80px;
    padding-left: 50px;
  }
}
.expert {
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  background-color: #fff;
}

.expert__title {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}

.expert__item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffd200;
}

.expert__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.expert__figure {
  margin-right: auto;
  margin-left: auto;
}

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

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

.expert__position {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (min-width: 479px) and (max-width: 768px) {
  .expert {
    padding-right: 10px;
    padding-left: 10px;
  }
  .expert__list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 840px;
  }
  .expert__item {
    margin-bottom: 40px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 50px;
    border-right: 1px solid #ffd200;
    border-bottom: none;
    width: 33.33%;
  }
  .expert__item:last-child,
  .expert__item:nth-child(3),
  .expert__item:nth-child(6) {
    border-right: none;
  }
  .expert__position {
    /* text-align: left; */
  }
}
@media screen and (min-width: 769px) {
  .expert {
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding: 50px;
    max-width: 900px;
  }
  .expert__title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .expert__list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 840px;
  }
  .expert__item {
    margin-bottom: 40px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 50px;
    border-right: 1px solid #ffd200;
    border-bottom: none;
    width: 33.33%;
  }
  .expert__item:last-child,
  .expert__item:nth-child(3),
  .expert__item:nth-child(6) {
    border-right: none;
  }
  .expert__picture {
    margin-bottom: 15px;
    max-width: 130px;
  }
  .expert__figcaption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .expert__position {
    /* text-align: left; */
    margin: 0 -1.5em;
  }
}
.movie__list {
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.movie__item {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffd200;
}

.movie__img {
  position: relative;
  margin-bottom: 15px;
}

.movie__img::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 28px;
  height: 28px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/wca2023/icon_scaleup_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.movie__img-wrap {
  overflow: hidden;
}

.movie__prize {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 80px;
  height: 80px;
}

.movie__prize--double {
  width: 174px;
  height: 80px;
}

.movie__link {
  display: block;
}

.movie__link:hover {
  cursor: zoom-in;
}

.movie__link img {
  width: 100%;
}

.movie__title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.movie__title span {
  font-size: 85%;
  font-weight: normal;
}

@media screen and (min-width: 479px) {
  .movie__list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 4.25%;
    max-width: 900px;
  }
  .movie__item {
    margin-bottom: 20px;
    padding-bottom: 50px;
    width: 30.5%;
  }
}
@media screen and (min-width: 769px) {
  .movie__list {
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* margin-bottom: 50px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    max-width: 960px;
  }
  .movie__item {
    margin-bottom: 45px;
    padding-bottom: 30px;
    /* width: 30.5%; */
  }
  .movie__prize--double {
    width: 180px;
    height: 80px;
  }
  .movie__title {
    font-size: 1.7rem;
  }
  .movie__more {
    max-width: 140px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------
 modal
------------------------------------------------ */
.movie__modal {
  display: none;
}
.movie__modal-container {
  background-color: #fff;
  padding: 20px;
}
.movie__modal-img {
  margin-bottom: 20px;
}
.movie__modal-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #ffd200;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.movie__modal-title:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 48px;
  height: 46px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/world/prize/icon_cheese.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.movie__modal-title span {
  font-size: 1.5rem;
  font-weight: normal;
}
.movie__modal-bodycopy {
  font-size: 1.4rem;
  line-height: 2;
}
.movie__modal-howto_heading {
  font-weight: bold;
  margin-top: 1em;
}
.movie__modal-sales {
  margin-top: 1em;
}
.movie__modal-link {
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #ffd200;
  background-color: #ffd200;
  margin: 2em auto 0;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  z-index: 1;
}
.movie__modal-link::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
}
.movie__modal-link::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.5em;
  vertical-align: -2px;
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_black.svg) center no-repeat;
  background-size: contain;
}
.movie__modal-link > span {
  display: none;
}
@media screen and (min-width: 769px) {
  .movie__modal-container {
    padding: 35px 35px 50px;
  }
  .movie__modal-link > span {
    display: inline;
  }
  .movie__modal-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}