@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap");
html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: text-bottom;
  font-size: 75%;
}

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

a {
  outline: none;
}

audio:not([controls]) {
  display: none;
}

time {
  display: inline;
}

[hidden] {
  display: none;
}

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
}

small {
  font-size: 85%;
}

b, i, em {
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "marunichi";
  src: url("/assets/fonts/marunich.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, input, button, select, textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 55px;
  }
}

.topContainer {
  position: relative;
  font-family: "秀英明朝 M", "Shuei Mincho M", YuMincho, "Yu Mincho", "Hiragino Mincho ProN";
}

.topContainer .main_visual_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .topContainer .main_visual_sp {
    display: block;
  }
}

.topContainer .globalmap {
  width: 100%;
  overflow: hidden;
  background: #A3DCE2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap {
    overflow: visible;
  }
}
.topContainer .globalmap .movie_btn {
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 2vw;
  right: 2vw;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap .movie_btn {
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: inherit;
    right: 2vw;
    bottom: -8vw;
  }
}
.topContainer .globalmap .movie_btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  height: 8vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap .movie_btn div {
    width: 15vw;
    height: 15vw;
  }
}
.topContainer .globalmap .movie_btn div img {
  margin-left: 0.7vw;
  width: 25%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.topContainer .globalmap .movie_btn div:hover img {
  transform: scale(1.2);
}
.topContainer .globalmap .movie_btn div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/movie_btn_bg.svg") 0 0 no-repeat;
  animation: rotating 15s linear infinite;
  opacity: 0.7;
  transition: 0.3s;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topContainer .globalmap .map_inner {
  height: 45.4545454545vw;
  margin: auto;
  transform: translateX(-11vw);
  background: #A3DCE2 url("/images/globalmap.png") no-repeat 73% 50%;
  background-size: 110%;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap .map_inner {
    display: none;
  }
}
.topContainer .globalmap .map_inner ul {
  position: absolute;
  top: 0;
}
.topContainer .globalmap .map_inner ul li {
  position: absolute;
}
.topContainer .globalmap .map_inner ul li.fadein {
  opacity: 0;
  transition: all 1s;
}
.topContainer .globalmap .map_inner ul li.fadein.active {
  opacity: 1;
}
.topContainer .globalmap .map_inner ul li a {
  display: block;
}
.topContainer .globalmap .map_inner ul li a span {
  position: absolute;
  z-index: 5;
  bottom: 90%;
  display: block;
  left: 0;
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  padding: 0.3em 0.5em;
  transition: opacity 1s;
  opacity: 0;
  font-size: 1vw;
  letter-spacing: -0.05em;
  color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  background-color: #da3c41;
  font-size: 14px;
}
.topContainer .globalmap .map_inner ul li a span::after {
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  content: " ";
  border: 5px solid transparent;
  border-top-color: #da3c41;
}
.topContainer .globalmap .map_inner ul li a .flag {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap .map_inner ul li a .flag {
    width: 2.5vw;
  }
}
.topContainer .globalmap .map_inner ul li a .photo {
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 2;
  border: solid 3px #fff;
  width: 8.3333333333vw;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap .map_inner ul li a .photo {
    border: solid 2px #fff;
  }
}
.topContainer .globalmap .map_inner ul li a .photo img {
  transition: 0.3s;
  width: inherit;
}
.topContainer .globalmap .map_inner ul li a:hover .photo {
  border: solid 3px #da3c41;
  box-shadow: 0 0 10px #999;
}
@media screen and (max-width: 767px) {
  .topContainer .globalmap .map_inner ul li a:hover .photo {
    border: solid 2px #da3c41;
  }
}
.topContainer .globalmap .map_inner ul li a:hover .photo img {
  transform: scale(1.2);
}
.topContainer .globalmap .map_inner ul li a:hover span {
  visibility: visible !important;
  opacity: 1 !important;
}
.topContainer .globalmap .map_inner ul li a .line div {
  position: absolute;
  display: block;
  border-right: dotted 2px #ff3000;
}
.topContainer .globalmap .map_inner ul li a .line::after {
  left: 0;
  position: absolute;
  content: "";
  border-top: dotted 2px #ff3000;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li a .line::before {
  position: absolute;
  content: "";
  background: #ff3000;
  border-radius: 30px;
  width: 0.5vw;
  height: 0.5vw;
}
.topContainer .globalmap .map_inner ul li.vol011 { /*- イギリス フィッシュ＆チップス -*/
  left: 33.6734693878vw;
  top: 5vw;
}
.topContainer .globalmap .map_inner ul li.vol011 .line::after {
  top: 8.2vw;
  width: 12vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol011 .line::before {
  top: 8vw;
  left: 11.5vw;
}
.topContainer .globalmap .map_inner ul li.vol009 { /*- ポルトガル アサリと豚肉のアレンテージョ -*/
  left: 33.6734693878vw;
  top: 15vw;
}
.topContainer .globalmap .map_inner ul li.vol009 .line::after {
  top: 2.5vw;
  width: 10vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol009 .line::before {
  top: 2.3vw;
  left: 9.8vw;
}
.topContainer .globalmap .map_inner ul li.vol010 { /*- モロッコ イワシ団子のトマトソースタジン -*/
  left: 33.6734693878vw;
  top: 25vw;
}
.topContainer .globalmap .map_inner ul li.vol010 .line div {
  left: 10vw;
  top: -4.5vw;
  width: 1px;
  height: 6.5vw;
}
.topContainer .globalmap .map_inner ul li.vol010 .line::after {
  top: 2vw;
  width: 10vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol010 .line::before {
  top: -4.8vw;
  left: 9.8vw;
}
.topContainer .globalmap .map_inner ul li.vol001 { /*- オランダ ドーバーソールのソテー カレーバターソース -*/
  left: 49.4897959184vw;
  top: 5vw;
}
.topContainer .globalmap .map_inner ul li.vol001 .line::after {
  left: initial;
  right: 0;
  top: 8.3vw;
  width: 10vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol001 .line::before {
  top: 8.1vw;
  left: inherit;
  right: 10vw;
}
.topContainer .globalmap .map_inner ul li.vol015 { /*- イタリア マグロとアボガドのタルタル -*/
  left: 58.1632653061vw;
  top: 9vw;
}
.topContainer .globalmap .map_inner ul li.vol015 .line::after {
  left: initial;
  right: 6vw;
  top: 8.3vw;
  width: 10vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol015 .line::before {
  top: 8.1vw;
  left: inherit;
  right: 16vw;
}
.topContainer .globalmap .map_inner ul li.vol003 { /*- スペイン タラ入りトルティージャ -*/
  left: 46.4285714286vw;
  top: 19.5vw;
}
.topContainer .globalmap .map_inner ul li.vol003 .line div {
  right: 9.4vw;
  top: -1vw;
  width: 1px;
  height: 6.5vw;
}
.topContainer .globalmap .map_inner ul li.vol003 .line::after {
  left: initial;
  right: 0;
  top: 5.4vw;
  width: 9.2vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol003 .line::before {
  top: -1.5vw;
  left: inherit;
  right: 9.2vw;
}
.topContainer .globalmap .map_inner ul li.vol007 { /*- スペイン ヘイクのグリーンソース煮 -*/
  left: 55.1020408163vw;
  top: 19.5vw;
}
.topContainer .globalmap .map_inner ul li.vol002 { /*- タイ クリーミー トムヤムクン -*/
  left: 64.2857142857vw;
  top: 30vw;
}
.topContainer .globalmap .map_inner ul li.vol002 .line::after {
  top: 2.5vw;
  left: 1.2vw;
  width: 12vw;
  height: 1px;
  transform: rotate(-45deg);
}
.topContainer .globalmap .map_inner ul li.vol002 .line::before {
  top: -1.9vw;
  left: 11.2vw;
}
.topContainer .globalmap .map_inner ul li.vol008 { /*- 中国 酸菜魚 -*/
  left: 69.387755102vw;
  top: 12vw;
}
.topContainer .globalmap .map_inner ul li.vol008 .line::after {
  top: 8.5vw;
  width: 9.2vw;
  height: 1px;
}
.topContainer .globalmap .map_inner ul li.vol008 .line::before {
  top: 8.3vw;
  left: 9.1vw;
}
.topContainer .globalmap .map_inner ul li.vol004 { /*- 韓国 イイダコとエビの唐辛子鍋（ナクセジョンゴル） -*/
  left: 78.5714285714vw;
  top: 6.5vw;
}
.topContainer .globalmap .map_inner ul li.vol004 .line div {
  right: 3.3vw;
  top: 3vw;
  width: 1px;
  height: 9.5vw;
}
.topContainer .globalmap .map_inner ul li.vol004 .line::after {
  display: none;
}
.topContainer .globalmap .map_inner ul li.vol004 .line::before {
  top: 12.3vw;
  left: 4.7vw;
}
.topContainer .globalmap .map_inner ul li.vol006 { /*- 日本　かに飯 -*/
  left: 97.9591836735vw;
  top: 12vw;
}
.topContainer .globalmap .map_inner ul li.vol006 .line::after {
  top: 7.3vw;
  width: 19vw;
  height: 1px;
  right: 0;
  left: inherit;
}
.topContainer .globalmap .map_inner ul li.vol006 .line::before {
  top: 7.1vw;
  left: inherit;
  right: 19vw;
}
.topContainer .globalmap .map_inner ul li.vol005 { /*- ミクロシア連邦　コスラエスープ -*/
  left: 93.8775510204vw;
  top: 22vw;
}
.topContainer .globalmap .map_inner ul li.vol005 .line::after {
  top: 6.5vw;
  width: 11vw;
  height: 1px;
  right: 0;
  left: inherit;
}
.topContainer .globalmap .map_inner ul li.vol005 .line::before {
  top: 6.35vw;
  left: inherit;
  right: 11vw;
}
.topContainer .globalmap .map_inner ul li.vol012 { /*- チリ カンカット・デ・サルモン -*/
  left: 21.5918367347vw;
  top: 25vw;
}
.topContainer .globalmap .map_inner ul li.vol012 .line div {
  left: 3.15vw;
  top: 5vw;
  width: 1px;
  height: 9.5vw;
}
.topContainer .globalmap .map_inner ul li.vol012 .line::before {
  top: 14vw;
  left: 3vw;
}
.topContainer .globalmap .map_inner ul li.vol013 { /*-　ニュージーランド スモークホワイトワレフーのカレーピラフ（ -*/
  left: 100vw;
  top: 35vw;
}
.topContainer .globalmap .map_inner ul li.vol013 .line::after {
  top: 6.5vw;
  width: 11vw;
  height: 1px;
  right: 0;
  left: inherit;
}
.topContainer .globalmap .map_inner ul li.vol013 .line::before {
  top: 6.35vw;
  left: inherit;
  right: 10.7vw;
}
.topContainer .globalmap .map_inner ul li.vol014 { /*- 日本　三平汁 -*/
  left: 89.7959183673vw;
  top: 8vw;
}
.topContainer .globalmap .map_inner ul li.vol014 .line::after {
  top: 8.4vw;
  width: 10.5vw;
  height: 1px;
  right: 0;
  left: inherit;
}
.topContainer .globalmap .map_inner ul li.vol014 .line::before {
  top: 8.2vw;
  left: inherit;
  right: 10vw;
}
.topContainer .globalmap .map_inner ul li.vol016 { /*-　ナミビア共和国 アロス・デ・マリスコス（魚介リゾット）（ -*/
  left: 52vw;
  top: 30vw;
}
.topContainer .globalmap .map_inner ul li.vol016 .line::after {
  top: 6.5vw;
  width: 8vw;
  height: 1px;
  right: 2vw;
  left: inherit;
}
.topContainer .globalmap .map_inner ul li.vol016 .line::before {
  top: 6.35vw;
  left: -2vw;
  right: inherit;
}

.english_title {
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .english_title {
    width: 75vw;
  }
}

h1 {
  width: 40vw;
  margin: 7vw auto 0;
}
@media screen and (max-width: 767px) {
  h1 {
    width: 60vw;
  }
}

.topContainer main {
  width: 100%;
  margin: auto;
}

.topContainer main .leadtxt {
  text-align: center;
  margin: 5vw auto 10vw;
  font-size: 1.8vw;
}
@media screen and (max-width: 767px) {
  .topContainer main .leadtxt {
    width: 95vw;
    font-size: 14px;
  }
}

.movie_area {
  padding: 0 4vw 8vw;
}
@media screen and (max-width: 767px) {
  .movie_area {
    display: grid;
    grid-template-columns: 28vw 1fr;
    grid-template-rows: auto auto;
    gap: 0 3vw;
  }
}
.movie_area .inner {
  margin: 8vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .movie_area .inner {
    display: contents;
  }
}
.movie_area .inner .text_area {
  width: 48vw;
}
@media screen and (max-width: 767px) {
  .movie_area .inner .text_area {
    grid-column: 1/-1;
    grid-row: 1;
    width: 100%;
    margin: 8vw 0 5vw;
  }
}
.movie_area .inner .text_area p {
  margin: 40px 0;
  font-size: 1.7vw;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.movie_area .inner .text_area p.is-shown {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .movie_area .inner .text_area p {
    font-size: 14px;
    margin: 20px 0;
  }
}
.movie_area .inner .img_area {
  width: 48vw;
}
@media screen and (max-width: 767px) {
  .movie_area .inner .img_area {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
}
.movie_area .inner .img_area div {
  text-align: right;
  margin: -40px 0;
}
.movie_area .inner .img_area div img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border: solid 1px #fff;
}
.movie_area .inner .img_area div:nth-child(2) {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .movie_area .inner .img_area div {
    margin: 5px 0;
    text-align: center;
  }
}
.movie_area .inner .img_area .video-thumb {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.movie_area .inner .img_area .video-thumb.is-shown {
  opacity: 1;
  transform: translateX(0);
}
.movie_area ul {
  display: flex;
  justify-content: center;
  gap: 6vw;
}
@media screen and (max-width: 767px) {
  .movie_area ul {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}
.movie_area ul li {
  width: 30vw;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  .movie_area ul li {
    margin-bottom: 0;
    width: auto;
  }
}
.movie_area ul li.is-shown {
  opacity: 1;
  transform: translateY(0);
}
.movie_area ul li a {
  padding: 2vw;
  display: flex;
  white-space: nowrap;
  gap: 1.5vw;
  justify-content: center;
  align-items: center;
  background: #6F634E;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6vw;
  transition: 0.3s;
}
.movie_area ul li a:hover {
  opacity: 0.7;
  box-shadow: 0 0 1.5vw #999;
}
@media screen and (max-width: 767px) {
  .movie_area ul li a {
    font-size: 14px;
    justify-content: flex-start;
    padding: 2.5vw 3vw;
    gap: 2vw;
  }
}

.topContainer main ul.recipeArchives {
  width: calc(100% - 80px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives {
    width: 100%;
  }
}

.topContainer main ul.recipeArchives li {
  width: calc(33.3333333333% - 2.2vw);
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li {
    width: 50%;
  }
}
.topContainer main ul.recipeArchives li.menu_fadein {
  opacity: 0;
  transition: all 1s;
}
.topContainer main ul.recipeArchives li.menu_fadein.active {
  opacity: 1;
}
.topContainer main ul.recipeArchives li.effect-scroll {
  opacity: 1;
  bottom: 0;
  transform: translate(0, 0);
}
.topContainer main ul.recipeArchives li a .photo {
  overflow: hidden;
  line-height: 0;
  margin-bottom: 1vw;
  border: solid 1px #fff;
  transition: 0.3s;
}
.topContainer main ul.recipeArchives li a .photo img {
  transition: 0.3s;
}
.topContainer main ul.recipeArchives li a .recipe_name {
  color: #000;
  display: flex;
}
.topContainer main ul.recipeArchives li a .recipe_name figure {
  text-align: center;
  margin-right: 1vw;
  width: 3vw;
  font-size: 0.7vw;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li a .recipe_name figure {
    width: 6.5vw;
    font-size: 1.5vw;
  }
}
.topContainer main ul.recipeArchives li a .recipe_name figure figcaption {
  margin-top: 5px;
  line-height: 1.2;
  letter-spacing: -0.1vw;
}
.topContainer main ul.recipeArchives li a .recipe_name figure img {
  display: block;
}
.topContainer main ul.recipeArchives li a .recipe_name h2 {
  font-size: 1.5vw;
  transition: 0.3s;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li a .recipe_name h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topContainer main ul.recipeArchives li a .recipe_name h2 br {
    display: none;
  }
}
.topContainer main ul.recipeArchives li a:hover h2 {
  color: #da3c41;
}
.topContainer main ul.recipeArchives li a:hover .photo img {
  transform: scale(1.1);
}

.topContainer main ul.recipeArchives li:first-child {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child {
    display: block;
  }
}
.topContainer main ul.recipeArchives li:first-child a {
  display: flex;
  color: #000;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child a {
    display: block;
  }
}
.topContainer main ul.recipeArchives li:first-child a .photo {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child a .photo {
    width: 100%;
  }
}
.topContainer main ul.recipeArchives li:first-child a .photo img {
  transition: 0.5s;
}
.topContainer main ul.recipeArchives li:first-child a .inner .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 10vw;
  height: 10vw;
  font-size: 3vw;
  content: "";
  display: block;
  background: #ffce00;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.topContainer main ul.recipeArchives li:first-child a .inner .icon_new span {
  font-family: arial;
  color: #fff;
  display: block;
  transform: rotate(-45deg);
}
.topContainer main ul.recipeArchives li:first-child a .inner {
  color: #000;
  margin-left: 2vw;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child a .inner {
    width: 100%;
    margin-left: 0;
  }
}
.topContainer main ul.recipeArchives li:first-child a .inner .recipe_name {
  display: flex;
}
.topContainer main ul.recipeArchives li:first-child a .inner .recipe_name figure {
  text-align: center;
  margin-right: 1.2vw;
  font-size: 1vw;
  width: 4vw;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child a .inner .recipe_name figure {
    width: 8vw;
    font-size: 2vw;
  }
}
.topContainer main ul.recipeArchives li:first-child a .inner .recipe_name figure img {
  display: block;
}
.topContainer main ul.recipeArchives li:first-child a .inner .recipe_name figure {
  font-size: 1vw;
}
.topContainer main ul.recipeArchives li:first-child a .inner .recipe_name h2 {
  font-size: 2.7vw;
  transition: 0.3s;
  line-height: 1.2;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child a .inner .recipe_name h2 {
    font-size: 16px;
  }
}
.topContainer main ul.recipeArchives li:first-child a .inner p {
  margin-top: 5vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 767px) {
  .topContainer main ul.recipeArchives li:first-child a .inner p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.topContainer main ul.recipeArchives li:first-child a:hover .photo img {
  transform: scale(1.1);
}
.topContainer main ul.recipeArchives li:first-child a:hover h2 {
  color: #da3c41;
}

.topContainer .movie_box {
  margin-top: -80px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  position: relative;
}

.topContainer .movie_box video {
  display: block;
  margin: auto;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topContainer .movie_box video {
    font-size: 16px;
  }
}

.movie__btn {
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  z-index: 10;
}
.movie__btn button span {
  color: #fff;
}

.movie__btn button {
  color: inherit;
  font-family: inherit;
  font-size: 12px;
  padding: 0.5em 1em;
  border-radius: 50px;
  box-shadow: initial;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.message {
  margin: 8vw 2vw;
  text-align: center;
}
.message p {
  margin-bottom: 2.5vw;
  font-size: 1.5vw;
}
@media screen and (max-width: 767px) {
  .message p {
    font-size: 12px;
  }
}

.topContainer .jp_slide_img_wrapper {
  position: relative;
  width: 100%;
  height: 25vw;
  background-image: url("/images/gallery.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 300s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 10vw 0;
}
@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
.topContainer .jp_slide_img_overlay {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.siteFooter footer .btmMenu {
  border-top: 0;
}

@media (max-width: 767px) {
  .jp_slide_img_wrapper {
    height: 70vh;
  }
}
/*- modal -*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/* --- Video Thumbnail Play Overlay --- */
.movie_area .inner .img_area .video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.movie_area .inner .img_area .video-thumb img {
  transition: transform 0.4s ease, filter 0.4s ease;
}
.movie_area .inner .img_area .video-thumb:hover img {
  transform: scale(1.03);
  filter: brightness(0.8);
}
.movie_area .inner .img_area .video-thumb:hover .play-overlay {
  opacity: 1;
}
.movie_area .inner .img_area .video-thumb .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.movie_area .inner .img_area .video-thumb .play-icon {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.movie_area .inner .img_area .video-thumb .play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #0b3d6b;
}
@media screen and (max-width: 767px) {
  .movie_area .inner .img_area .video-thumb .play-icon {
    width: 40px;
    height: 40px;
  }
  .movie_area .inner .img_area .video-thumb .play-icon::after {
    border-width: 7px 0 7px 12px;
  }
}

/* --- Video Modal (Ocean Theme) --- */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.video-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-modal.is-visible {
  opacity: 1;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0a1628 0%, #0b2545 20%, #0d3b66 45%, #144e7a 65%, #1a6b8a 80%, #1f8e9e 100%);
  overflow: hidden;
}
.video-modal__bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.video-modal__bubbles span {
  position: absolute;
  bottom: -30px;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: bubbleRise linear infinite;
}
.video-modal__bubbles span:nth-child(1) {
  left: 5%;
  width: 8px;
  height: 8px;
  animation-duration: 12s;
  animation-delay: 0s;
}
.video-modal__bubbles span:nth-child(2) {
  left: 15%;
  width: 14px;
  height: 14px;
  animation-duration: 10s;
  animation-delay: 2s;
}
.video-modal__bubbles span:nth-child(3) {
  left: 25%;
  width: 6px;
  height: 6px;
  animation-duration: 14s;
  animation-delay: 1s;
}
.video-modal__bubbles span:nth-child(4) {
  left: 35%;
  width: 10px;
  height: 10px;
  animation-duration: 11s;
  animation-delay: 3s;
}
.video-modal__bubbles span:nth-child(5) {
  left: 50%;
  width: 16px;
  height: 16px;
  animation-duration: 9s;
  animation-delay: 0.5s;
}
.video-modal__bubbles span:nth-child(6) {
  left: 60%;
  width: 7px;
  height: 7px;
  animation-duration: 13s;
  animation-delay: 4s;
}
.video-modal__bubbles span:nth-child(7) {
  left: 70%;
  width: 11px;
  height: 11px;
  animation-duration: 10s;
  animation-delay: 1.5s;
}
.video-modal__bubbles span:nth-child(8) {
  left: 80%;
  width: 9px;
  height: 9px;
  animation-duration: 12s;
  animation-delay: 2.5s;
}
.video-modal__bubbles span:nth-child(9) {
  left: 88%;
  width: 13px;
  height: 13px;
  animation-duration: 11s;
  animation-delay: 0.8s;
}
.video-modal__bubbles span:nth-child(10) {
  left: 95%;
  width: 5px;
  height: 5px;
  animation-duration: 15s;
  animation-delay: 3.5s;
}
.video-modal__waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.video-modal__waves svg {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
}
.video-modal__waves svg:first-child {
  animation: waveShift 8s ease-in-out infinite alternate;
}
.video-modal__waves svg:last-child {
  bottom: -10px;
  animation: waveShift 6s ease-in-out infinite alternate-reverse;
}
.video-modal__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 10002;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  line-height: 1;
}
.video-modal__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .video-modal__close {
    top: 10px;
    right: 15px;
    font-size: 32px;
  }
}
.video-modal__title {
  position: relative;
  z-index: 10001;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video-modal__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.video-modal__content {
  position: relative;
  z-index: 10001;
  width: 80%;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .video-modal__content {
    width: 92%;
  }
}
.video-modal__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5);
}
.video-modal__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@keyframes bubbleRise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-110vh) scale(0.4);
    opacity: 0;
  }
}
@keyframes waveShift {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40px);
  }
}/*# sourceMappingURL=wwrecipes.css.map */