@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  unicode-bidi: isolate;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

input,
textarea,
select,
option {
  line-height: 1.1;
}

input[type="submit"],
button {
  border-radius: 0;
}

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

ul {
  list-style: disc;
  padding: 25px;
}

ol {
  list-style: decimal;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  ol {
    padding: 20px 40px;
  }
}

li {
  display: list-item;
  unicode-bidi: isolate;
  padding: 5px;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

b,
strong {
  font-weight: bolder;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #996b23;
  cursor: pointer;
}

a:focus {
  outline: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

form label {
  cursor: pointer;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*  main visual  */
/*------------------------------------------------------------
interia
------------------------------------------------------------*/
.inter-img {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .inter-img {
    padding: 30px 10px 0px 10px;
  }
}
/*------------------------------------------------------------
carousel
------------------------------------------------------------*/

.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.7s ease-in-out;
}
.move {
  transform: translate(0, 0);
  opacity: 1;
}
.scroll_wrap {
  width: 100%;
  overflow: hidden;
}
.scroll_wrap .scroll_track {
  width: max-content;
  animation: infiniteScroll 30s linear infinite;
}
.scroll_wrap .scroll_track .scroll_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
.scroll_wrap .scroll_track .scroll_inner li {
  display: grid;
  flex-shrink: 0;
  width: 620px;
  color: white;
}
.scroll_wrap .scroll_track .scroll_inner li img {
  width: 100%;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-70% - 10px));
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.footer {
  position: relative;
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.footer_logo {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_logo img {
    width: 100%;
  }
}
.footer_copyright {
  text-align: center;
  font-size: 14px;
  line-height: 3rem;
  font-weight: 500;
  color: #121e34;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.header {
  position: fixed;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 99;
}
.header.onscroll {
  background-color: rgba(255, 255, 255, 0.85);
}
.header.onscroll .header_logo {
  opacity: 1;
  visibility: visible;
}
.header_inner {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header_inner {
    height: 60px;
  }
}
.header_c {
  text-align: center;
  width: 100%;
  height: auto;
}

.header_logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    position: relative;
    top: -2px;
    width: 70%;
    max-width: 50px;
    margin: 0 auto;
  }
}

/*---------------------------------------------------------
anchor
------------------------------------------------------------*/

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #121e34;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
body:after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
  left: 0;
  z-index: 100000;
}
body.load::after {
  width: 0;
}
body.move::after {
  width: 100%;
  right: 0;
  left: auto;
}

.main {
  position: relative;
}

.l-wrap {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.l-cont {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .l-cont {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lity-active body {
  overflow: hidden;
}

.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 0;
  border: 0;
  z-index: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.h1title {
  font-family: "EB Garamond", sans-serif;
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h1title {
    font-size: 2.9rem;
    margin: 0 20px;
    text-align: left;
  }
}
.h1subtitle {
  font-family: "Roboto", serif;
  position: relative;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h1subtitle {
    font-family: "Roboto", serif;
    position: relative;
    font-size: 2rem;
    margin: 20px;
    text-align: left;
  }
}
.h1title:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 22px;
  height: 7px;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .h1title:after {
    bottom: 12px;
    height: 4px;
  }
}

.h2box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h2title {
  font-family: "EB Garamond", serif;
  position: relative;
  color: #121e34;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .h2title {
    font-size: 3.5rem;
    margin-bottom: 40px;
    line-height: 1.2;
  }
}
.h2title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #cbb69f;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .h2title:after {
    bottom: -10px;
    height: 2px;
  }
}

.h3title {
  position: relative;
  font-size: 3.3rem;
  line-height: 4rem;
  display: inline-block;
  z-index: 1;
  margin: 40px 0 20px 0;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .h3title {
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}

body.en .h3title:after {
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  body.en .h3title:after {
    bottom: 1px;
  }
}

.h4title {
  font-family: "Roboto", serif;
  position: relative;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 30px 0 10px 0;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .h4title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.top_txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_txt {
    font-size: 16px;
    line-height: 2.5rem;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.top_subtxt {
  font-size: 16px;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_subtxt {
    font-size: 14px;
    line-height: 2rem;
    margin: 20px;
    text-align: left;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list01 {
  position: relative;
}
.c-list01_note {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-list01_note {
    font-size: 1.1rem;
  }
}
.c-list01_rows {
  margin-left: -45px;
  margin-right: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-list01_rows {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-list01_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 44%;
}
@media screen and (max-width: 767px) {
  .c-list01_item {
    margin-bottom: 30px;
    width: 100%;
  }
}

.c-list01_details {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .c-list01_details {
    font-size: 16px;
    line-height: 2.5rem;
    margin-top: 20px;
    overflow-wrap: break-word;
  }
}

.c-list01_img {
  text-align: center;
  margin-bottom: 15px;
}

.c-list01_title {
  font-size: 1.8em;
  line-height: 2.6rem;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-list01_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.image_item {
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .image_item {
    margin-bottom: 10px;
  }
}

.image_item01 {
  text-align: center;
  margin-bottom: 15px;
  width: 191px;
}
@media screen and (max-width: 767px) {
  .image_item01 {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

.image_item02 {
  text-align: center;
  margin-bottom: 15px;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .image_item02 {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/

/*----------------------------------------------------------------
* mv
----------------------------------------------------------------*/
.mv {
  position: relative;
  padding: 80px 60px;
}
@media only screen and (max-width: 769px) {
  .mv {
    padding: 10px;
  }
}

/* ph
-------------------------------------*/
.mv_ph {
  height: 542px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .mv_ph {
    height: 162px;
  }
}

/*------------------------------------------------------------
TOP
------------------------------------------------------------*/
.top_mv {
  position: relative;
  padding: 80px 60px;
}

@media only screen and (max-width: 1024px) {
  .top_mv {
    padding: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .top_mv {
    padding: 10px;
  }
}

.top_mv_item {
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media only screen and (max-width: 1366px) {
  .top_mv_item {
    height: 50vh;
  }
}

@media only screen and (max-width: 1024px) {
  .top_mv_item {
    height: 25vh;
  }
}

@media only screen and (max-width: 769px) {
  .top_mv_item {
    height: 18vh;
  }
}

.top_mv_scroll {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 0px;
  height: 250px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_mv_scroll {
    display: none;
  }
}
.top_mv_scroll:before {
  content: "SCROLL";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  color: #121e34;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 0.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-indent: -70px;
  background-color: #121e34;
  top: 0;
  left: 0;
}
.top_mv_scroll:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5px;
  height: 15px;
  left: 4px;
  bottom: 0;
  background-color: #121e34;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.top_sc01 {
  position: relative;
  background-color: #f6f5f2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_sc01 {
    padding-top: 60px;
  }
}
.en .top_sc01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .en .top_sc01 {
    padding-bottom: 40px;
  }
}

.top_sc01 .c-slide {
  margin-top: 60px;
}

.top_sc02 {
  background: #ffffff;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sc02 {
    padding-top: 60px;
  }
}
.top_sc02 .c-title03 {
  margin-bottom: 0;
}
.top_sc02 .c-list01 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_sc03 .c-list01 {
    padding-top: 20px;
  }
}

.top_copy {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .top_copy {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

/*-------------------------------------------
Utility u-
-------------------------------------------*/
.u-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}
.u-fadeIn.u-scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*-------------------------------------------
Decorattion
-------------------------------------------*/
.catch-img-wrap {
  margin-bottom: 30px;
}

.catch-img-wrap .border-top {
  position: absolute;
  top: 0px;
  width: 100%;
}

.catch-img-wrap .border-bottom {
  position: absolute;
  width: 100%;
  transform: scaleY(-1) scaleX(-1);
  bottom: -1px;
}

.bg-side-deco {
  background-image: url(https://japan-food.jetro.go.jp/events/thailand2025/common/images/img_bg_deco_01.png), url(https://japan-food.jetro.go.jp/events/thailand2025/common/images/img_bg_deco_02.png), url(https://japan-food.jetro.go.jp/events/thailand2025/common/images/img_bg_deco_03.png), url(https://japan-food.jetro.go.jp/events/thailand2025/common/images/img_bg_deco_01.png), url(https://japan-food.jetro.go.jp/events/thailand2025/common/images/img_bg_deco_03.png), url(https://japan-food.jetro.go.jp/events/thailand2025/common/images/img_bg_deco_03.png);
  background-size: 15%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 30%, left bottom, right 10%, left 60%, right 40%, right 80%;
}
