html {
  font-size: 62.5%;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

a {
  color: #898989;
}

a:hover,
a img:hover {
  opacity: 0.8;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 50%;
  position: fixed;
  min-width: 1390px;
  top: -55px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}

.bg div {
  margin: 0 0.72% 0.72% 0;
  height: 13.67%;
  position: relative;
  width: 13.67%;
}

.bg div:nth-child(7n) {
  content: none;
  margin: 0 0 0.72% 0;
}

.bg div:after {
  background: url("../images/bg_dot.png") no-repeat center center/100% auto;
  bottom: -10px;
  content: "";
  height: 10px;
  right: -10px;
  position: absolute;
  width: 10px;
  z-index: 2;
}

.bg div i {
  display: block;
  padding-top: 100%;
  width: 100%;
}

@media screen and (min-width: 1390px) {
  .bg div:after {
    bottom: -1.3vw;
    right: -1.3vw;
  }
}
.grid_active1 i {
  background: url("../images/bg_icon01.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active2 i {
  background: url("../images/bg_icon02.jpg?221212") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active3 i {
  background: url("../images/bg_icon03.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active4 i {
  background: url("../images/bg_icon04.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active5 i {
  background: url("../images/bg_icon05.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active6 i {
  background: url("../images/bg_icon06.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active7 i {
  background: url("../images/bg_icon07.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active8 i {
  background: url("../images/bg_icon08.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active9 i {
  background: url("../images/bg_icon09.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active10 i {
  background: url("../images/bg_icon10.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active11 i {
  background: url("../images/bg_icon11.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active12 i {
  background: url("../images/bg_icon12.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.grid_active13 i {
  background: url("../images/bg_icon13.jpg") no-repeat center center/100% auto;
  -webkit-animation: round 2s ease-in-out 0s 1;
          animation: round 2s ease-in-out 0s 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  80% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes round {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  80% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.onsp {
  display: none;
}

.fv {
  margin: auto;
  width: 1080px;
}

.fv__image {
  margin: 80px auto;
}

.botto--wrapper {
  background: rgba(255, 255, 255, 0.85);
  padding: 160px 0 0px;
  width: 100%;
}

.botto {
  margin: auto;
  width: 1080px;
}

.botto__title {
  color: #8dc21f;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 100px;
}

.botto__title__orange-text {
  color: #f5b53d;
  font-weight: bold;
}

.botto__twitter {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 90px;
}

.botto__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 940px;
}

.botto__content__item {
  border-radius: 20px;
  cursor: pointer;
  margin: 0 0 120px;
  width: 260px;
}

.botto__content__item--01 {
  color: #9b065d;
}

.botto__content__item--02 {
  color: #185aa5;
}

.botto__content__item--03 {
  color: #9f1f17;
}

/*.botto__content__item--04{*/
/*  color:#81816f;*/
/*}*/
.botto__content__item--04 {
  color: #a76339;
}

.botto__content__item--05 {
  color: #c79e6a;
}

.botto__content__item--06 {
  color: #1f8930;
}

.botto__content__item--08 {
  color: #006e35;
}

.botto__content__item--09 {
  color: #ff6f00;
}
.botto__content__item--10 {
  color: #e2943c;
}
.botto__content__item--11 {
  color: #ee86b4;
}
.botto__content__item--12 {
  color: #28a7e1;
}
.botto__content__item:hover {
  opacity: 0.8;
}

/* 01 */
.botto__content__item--01.botto__content__item {
  border: 4px solid #9b065d;
}

/* 02 */
.botto__content__item--02.botto__content__item {
  border: 4px solid #185aa5;
}

/* 03 */
.botto__content__item--03.botto__content__item {
  border: 4px solid #9f1f17;
}

/* 04 */
/*.botto__content__item--04.botto__content__item{*/
/*  border:4px solid #81816f;*/
/*}*/
.botto__content__item--04.botto__content__item {
  border: 4px solid #a76339;
}

/* 05 */
.botto__content__item--05.botto__content__item {
  border: 4px solid #c79e6a;
}

/* 06 */
.botto__content__item--06.botto__content__item {
  border: 4px solid #1f8930;
}

/* 08 */
.botto__content__item--08.botto__content__item {
  border: 4px solid #006e35;
}

/* 09 */
.botto__content__item--09.botto__content__item {
  border: 4px solid #ff6f00;
}
.botto__content__item--10.botto__content__item {
  border: 4px solid #e2943c;
}
.botto__content__item--11.botto__content__item {
  border: 4px solid #ee86b4;
}
.botto__content__item--12.botto__content__item {
  border: 4px solid #28a7e1;
}
.botto__content__item__icon {
  background: #fff;
  margin: -85px auto 15px;
  height: 170px;
  padding: 20px;
  width: 170px;
}

.botto__content__item__thumb {
  margin: 0 0 32px;
  -webkit-transform: scale(1.19);
          transform: scale(1.19);
}

.botto__content__item__thumb img {
  border-radius: 20px;
}

.botto__content__item__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-align: center;
}

.botto__content__item__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  width: 220px;
}

.botto__content__item--01 .botto__content__item__btn {
  background: url(../images/botto__content__item--01__btn--arrow.png) #9b065d no-repeat center right 12px/12px 12px;
}

.botto__content__item--02 .botto__content__item__btn {
  background: url(../images/botto__content__item--02__btn--arrow.png) #185aa5 no-repeat center right 12px/12px 12px;
}

.botto__content__item--03 .botto__content__item__btn {
  background: url(../images/botto__content__item--03__btn--arrow.png) #9f1f17 no-repeat center right 12px/12px 12px;
}

/*.botto__content__item--04 .botto__content__item__btn{*/
/*  background:url(../images/botto__content__item--04__btn--arrow.png) #81816f no-repeat center right 12px/12px 12px;*/
/*}*/
.botto__content__item--04 .botto__content__item__btn {
  background: url(../images/botto__content__item--04__btn--arrow.png) #a76339 no-repeat center right 12px/12px 12px;
}

.botto__content__item--05 .botto__content__item__btn {
  background: url(../images/botto__content__item--05__btn--arrow.png) #c79e6a no-repeat center right 12px/12px 12px;
}

.botto__content__item--06 .botto__content__item__btn {
  background: url(../images/botto__content__item--06__btn--arrow.png) #1f8930 no-repeat center right 12px/12px 12px;
}

.botto__content__item--08 .botto__content__item__btn {
  background: url(../images/botto__content__item--06__btn--arrow.png) #006e35 no-repeat center right 12px/12px 12px;
}

.botto__content__item--09 .botto__content__item__btn {
  background: url(../images/botto__content__item--09__btn--arrow.png) #ff6f00 no-repeat center right 12px/12px 12px;
}
.botto__content__item--10 .botto__content__item__btn {
  background: url(../images/botto__content__item--10__btn--arrow.png) #e2943c no-repeat center right 12px/12px 12px;
}
.botto__content__item--11 .botto__content__item__btn {
  background: url(../images/botto__content__item--11__btn--arrow.png) #ee86b4 no-repeat center right 12px/12px 12px;
}
.botto__content__item--12 .botto__content__item__btn {
  background: url(../images/botto__content__item--12__btn--arrow.png) #28a7e1 no-repeat center right 12px/12px 12px;
}
.botto__modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  padding: 50px;
  top: 0;
  width: 100%;
  z-index: 10;
}

.botto__modal__item {
  background: #fff;
  border-radius: 30px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: auto;
  padding: 40px;
  position: relative;
  top: 0;
  margin: 0 auto;
  /*transform: translate(-50%,0);*/
  width: 960px;
}

.botto__modal__item__image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 440px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.botto__modal__item__image--01 {
  margin: 0 0 20px;
}

.botto__modal__item__image--04 {
  margin: 20px 0 20px;
}

.botto__modal__item__image--09 {
  margin: 20px 0 20px;
}

.botto__modal__item__image--02,
.botto__modal__item__image--03 {
  width: 210px;
}

.botto__modal__item--03 .botto__modal__item__image--02 {
  width: 440px;
}

.botto__modal__item--03 .botto__modal__item__image--busyoin {
  width: 440px;
  margin: 20px 0 0;
}

.botto_curry_tw_cp {
  margin-top: 30px;
}

.botto_curry_tw_cp h3 {
  margin-bottom: 20px;
}

.botto_curry_tw_cp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -3% -3%;
}

.botto_curry_tw_cp ul li {
  margin: 0 0 3% 3%;
  width: 30.33%;
}

.botto_curry_tw_cp ul li img {
  border-radius: 20px;
}



.botto_noodle_tw_cp {
  margin-top: 30px;
    width: 100%;
}

.botto_noodle_tw_cp h3 {
  margin-bottom: 20px;
}

.botto_noodle_tw_cp div:not(.movie-area) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -3% -3%;
}

.botto_noodle_tw_cp div:not(.movie-area) ul li {
  margin: 0 0 3% 3%;
  width: 30.33%;
}

.botto_noodle_tw_cp div:not(.movie-area) ul li img {
  border-radius: 20px;
}

.botto__modal__item__image--tenjinbaba {
  width: 400px;
  margin: 20px 0 0;
}

.youtube_ongaku {
  margin: 20px 0 0;
}

.youtube {
  margin: 20px 0 0;
}

.botto__modal__item__content {
  width: 400px;
}

.botto__modal__item__content__icon {
  margin: 0 auto 40px;
  width: 160px;
}

.botto__modal__item__content__text {
  font-size: 1.4rem;
  letter-spacing: 0em;
  width: 400px;
}

.botto__modal__item--01 .botto__modal__item__content__text {
  color: #9b065d;
}

.botto__modal__item--02 .botto__modal__item__content__text {
  color: #185aa5;
}

.botto__modal__item--03 .botto__modal__item__content__text {
  color: #9f1f17;
}

/*.botto__modal__item--04 .botto__modal__item__content__text{*/
/*  color:#81816f;*/
/*}*/
.botto__modal__item--04 .botto__modal__item__content__text {
  color: #a76339;
}

.botto__modal__item--09 .botto__modal__item__content__text {
  color: #ff6f00;
}
.botto__modal__item--10 .botto__modal__item__content__text {
  color: #e2943c;
}
.botto__modal__item--11 .botto__modal__item__content__text {
  color: #ee86b4;
}
.botto__modal__item--12 .botto__modal__item__content__text {
  color: #28a7e1;
}
.botto__modal__item--04_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.botto__modal__item--05_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    width: 100%;
}
.botto__modal__item--06_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    width: 100%;
}
.botto__modal__item--09_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 0 0 40px 0;
}
.botto__modal__item--10_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 0 0 40px 0;
}
.botto__modal__item--11_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 0 0 40px 0;
}
.botto__modal__item--12_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
         margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
    
     .botto__modal__item--05_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 40px 0;
            flex-direction: column;
  }
    .botto__modal__item--06_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 40px 0;
            flex-direction: column;
  }
    
  .botto__modal__item--09_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 40px 0;
            flex-direction: column;
  }
     .botto__modal__item--10_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 40px 0;
            flex-direction: column;
  }
     .botto__modal__item--11_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 40px 0;
            flex-direction: column;
  }
    .botto__modal__item--12_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 40px 0;
            flex-direction: column;
  }
}


.botto__modal__item--05 .botto__modal__item__content__text {
  color: #c79e6a;
}

.botto__modal__item--06 .botto__modal__item__content__text {
  color: #1f8930;
}

.botto__modal__item--08 .botto__modal__item__content__text {
  color: #006e35;
}

.botto__modal__item--09 .botto__modal__item__content__text {
  color: #ff6f00;
}

.botto__modal__item--05__content__link {
  margin: 20px 0 0;
  display: block;
}

/* ie11 */
_:-ms-lang(x)::-ms-backdrop,
.botto__modal__item--05__content__link {
  margin: 10px 0 -10px -10px;
}

.botto__modal__close-btn {
  height: 56px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 56px;
}

.announcement--wrapper--header {
  width: 100%;
}

.announcement {
  background: rgba(141, 194, 31, 0.85);
  min-width: 1080px;
  padding: 30px 0 80px;
  position: relative;
  text-align: center;
  width: 100%;
}

.announcement__text--youtube {
  margin: 0 auto 25px;
  width: 644px;
}

.announcement__youtube {
  margin: 0 auto 40px;
  width: 780px;
}

.announcement__images__main {
  margin: 0 auto 40px;
  width: 780px;
}

.bnr_noodle{
  margin: 0 auto 0px;
  width: 780px;
}

.bnr_noodle img{
  width: 100%;
}

.announcement__images {
  margin: 0 auto 40px;
  width: 600px;
}

.announcement__youtube iframe {
  height: 441px;
  width: 784px;
}

.announcement__twitter {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 610px;
}

a.announcement__niconama:hover,
a.announcement__twitter:hover,
a.announcement__niconama img:hover,
a.announcement__twitter img:hover {
  opacity: 1;
}

a.announcement__niconama img:hover,
a.announcement__twitter img:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

/* ie11 */
_:-ms-lang(x)::-ms-backdrop,
a.announcement__niconama img:hover,
a.announcement__twitter img:hover {
  opacity: 0.8;
}

.footer {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
}

.footer__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0 0 80px;
  width: 1080px;
}

.footer__link__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
}

.footer__link__logo img {
  width: 110px;
}

.footer__link__text-link {
  font-size: 1.4rem;
  margin: 0 0 0 20px;
}

.footer__link__banner {
  width: 360px;
}

.footer__info {
  background: #8dc21f;
  padding: 40px 0;
  width: 100%;
}

.footer__info__sns-share {
  margin: 0 0 40px;
  text-align: center;
}

.footer__info__sns-share__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 20px;
}

.footer__info__sns-share__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__info__sns-share__btn a {
  margin: 0 10px;
  height: 64px;
  width: 64px;
}

.footer__info__copyright {
  display: block;
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

.bnr-flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}

.movie-area{
    width: 100%;
    margin-top: 40px;
}

.movie-area ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.movie-area li{
}
.movie-area li:has(iframe){
    aspect-ratio: 16 / 9;
}
.movie-area li iframe{
    width: 100%;
    height: 100%;
    display: block;
}

.movie-area li img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.33vw;
  }
  .onpc {
    display: none;
  }
  .onsp {
    display: block;
  }
  .bg {
    top: -7.3vw;
    min-width: 120vw;
    width: 120vw;
  }
  .bg div {
    margin: 0 0.72% 0.72% 0;
    height: 19.28%;
    position: relative;
    width: 19.28%;
  }
  .bg div:nth-child(5n) {
    content: none;
  }
  .bg div:nth-child(7n) {
    content: "";
  }
  .bg div:after {
    bottom: -1.3vw;
    height: 1.3vw;
    right: -1.3vw;
    width: 1.3vw;
  }
  .bg div i {
    display: block;
    padding-top: 100%;
    width: 100%;
  }
  .fv {
    width: 100%;
  }
  .fv__image {
    margin: 13.3vw auto 10.6vw;
    width: 89.3vw;
  }
  .botto--wrapper {
    padding: 30.6vw 0 0;
    width: 100%;
  }
  .botto {
    width: 100%;
  }
  .botto__title {
    font-size: 4.8rem;
    margin: 0 0 10vw;
  }
  .botto__title__orange-text {
    color: #f5b53d;
    font-weight: bold;
  }
  .botto__content {
    display: block;
    width: 78.8vw;
  }
  .botto__content__item {
    border-width: 2px;
    border-radius: 2.6vw;
    margin: 0 0 21.3vw;
    width: 100%;
  }
  .botto__content__item__icon {
    margin: -16vw auto 8.3vw;
    height: 32vw;
    padding: 0;
    width: 32vw;
  }
  .botto__content__item__thumb {
    margin: 0 0 8.3vw;
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  .botto__content__item__thumb img {
    border-radius: 2.6vw;
  }
  .botto__content__item__text {
    font-size: 3.2rem;
    line-height: 1.5;
    margin: 0 0 5.3vw;
  }
  .botto__content__item__btn {
    background-position: center right 3.2vw !important;
    background-size: 3.2vw 3.2vw !important;
    font-size: 3.2rem;
    height: 8.4vw;
    margin: 0 auto 5.3vw;
    width: 46.93vw;
  }
  .botto__modal {
    padding: 5.3vw;
  }
  .botto__modal__item {
    border-radius: 5.3vw;
    left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3vw;
    position: relative;
    top: unset;
    -webkit-transform: none;
            transform: none;
    width: 89.3vw;
  }
  .botto__modal__item--04_inner {
    display: block;
    /*justify-content: space-between;*/
  }
  .botto__modal__item__icon {
    margin: 0 auto 5.3vw;
    width: 32vw;
  }
  .botto__modal__item__image {
    margin: 0 0 5.3vw;
    width: 100%;
  }
  .botto__modal__item__image--01 {
    height: 47.28vw;
    margin: 0 0 2.6vw;
  }
  .botto__modal__item__image--04 {
    margin: 2.6vw 0 2.6vw;
  }

  .botto__modal__item__image--09 {
    margin: 2.6vw 0 2.6vw;
  }
  .botto__modal__item__image--02,
  .botto__modal__item__image--03 {
    height: 32.72vw;
    width: 38.1vw;
  }
  .botto__modal__item--03 .botto__modal__item__image--02 {
    width: 100%;
  }
  .botto__modal__item__content {
    display: block;
    width: 100%;
  }
  .botto__modal__item__content__image {
    margin: 0 0 5.3vw;
    width: 100%;
  }
  .botto__modal__item__content__text {
    font-size: 2.8rem;
    width: 100%;
  }
  .botto__modal__item--05__content__link {
    display: block;
    margin: 2vw 0 0 -2vw;
    width: 81vw;
  }
  .botto_curry_tw_cp {
    margin-top: 10px;
  }
  .botto_curry_tw_cp h3 {
    margin-bottom: 10px;
  }
  .botto_curry_tw_cp ul {
    display: block;
    margin: 0;
  }
  .botto_curry_tw_cp ul li {
    margin: 0 auto 10px;
    width: 100%;
  }
  .botto_curry_tw_cp ul li img {
    border-radius: 20px;
  }
  .botto__modal__close-btn {
    height: 10.6vw;
    position: absolute;
    right: 2.6vw;
    top: 2.6vw;
    width: 10.6vw;
  }
  .youtube_ongaku {
    margin: 20px 0 0;
    width: 100%;
    height: 44vw;
  }
  .youtube {
    margin: 20px 0 0;
    width: 100%;
    height: 44vw;
  }
  .botto__modal__item__image--tenjinbaba {
    position: unset;
    width: 440px;
    margin: 20px 0 0;
  }
  .botto__twitter {
    text-align: center;
    width: 90%;
    margin: 0 auto 60px;
  }
  .announcement {
    background: rgba(141, 194, 31, 0.85);
    min-width: unset;
    padding: 8vw 0 10.6vw;
    width: 100%;
  }
  .announcement__text {
    margin: 0 auto 4%;
    width: 96%;
  }
  .announcement__text--youtube {
    margin: 0 auto 5vw;
    width: 94.133vw;
  }
  .announcement__youtube {
    margin: 0 auto 5.3vw;
    padding-bottom: 52.499vw;
    position: relative;
    width: 93.333vw;
  }
  .announcement__youtube iframe {
    height: 52.499vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 93.333vw;
  }
  .announcement__twitter {
    margin: 0 auto;
    width: 89.7%;
  }
  .announcement__images {
    margin: 0 auto 40px;
    width: 89.7%;
  }
  .announcement__twitter img {
    max-width: unset;
    width: 100%;
  }

  .bnr_noodle{
    margin: 0 auto 0px;
    width: 93.333vw;
  }
  
  .bnr_noodle img{
    width: 100%;
  }

  .footer {
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
  }
  .footer__link {
    display: block;
    margin: auto;
    padding: 0 5.3vw 10.6vw;
    text-align: center;
    width: 100%;
  }
  .footer__link__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 10.6vw 0;
    width: 100%;
  }
  .footer__link__logo img {
    margin: 0 4vw 5.3vw 0;
    width: 40vw;
  }
  .footer__link__text-link {
    font-size: 2rem;
    margin: 0;
  }
  .footer__link__banner {
    margin: 0 0 5.3vw 0;
    width: 100%;
  }
  .footer__info {
    padding: 5.3vw 0;
  }
  .footer__info__sns-share {
    margin: 0 0 5.3vw;
  }
  .footer__info__sns-share__title {
    font-size: 4rem;
    margin: 0 0 2.6vw;
  }
  .footer__info__sns-share__btn a {
    margin: 0 2.6vw;
    height: 17.06vw;
    width: 17.06vw;
  }
  .footer__info__copyright {
    font-size: 2rem;
  }
    .bnr-flex{
   grid-template-columns: 1fr;
        gap:20px;
}
    
.movie-area ul{
    grid-template-columns: 1fr;
}
}/*# sourceMappingURL=style.css.map */


.youtube-iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube-iframe iframe{
    width: 100%;
    height: 100%;
}