@charset "utf-8";

/*=======================================
　base
=======================================*/
#container .bg_beige {
  background: #F4F4F1;
}

/*=======================================
　MV
=======================================*/
#container .mv {
  margin-bottom: 100px;
}
#container .mv::before {
  background: url(../img/world_mv.png) no-repeat center center;
  background-size: cover;
  background-position: bottom;
}
#container .mv #contents_title .sub_ttl {
  background: url(../../world/img/ttl_after_world.png) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px){
  #container .mv {
    margin-bottom: 29.4px;
  }
  #container .mv::before {
    background: url(../img/world_mv_sp.png) no-repeat center center;
    background-size: cover;
  }
}

/*=======================================
　intro_sec
=======================================*/
#container .intro_sec {
  margin: 0 auto 120px;
  width: 90%;
}
#container .intro_sec p {
  font-weight: 700;
  font-size: 25px;
  line-height: 2.56;
  letter-spacing: 0.09em;
  color : #503700;
  text-align: center;
}
@media only screen and (max-width: 768px){
  #container .intro_sec {
    margin-bottom: 35px;
  }
  #container .intro_sec p {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0;
  }
}


/*=======================================
　guide_sec
=======================================*/
#container .guide_sec {
  padding-bottom: 140px;
  margin-bottom: 100px;
}
#container .guide_sec ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 55px 0;
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
#container .guide_sec ul .aco_box {
  width: 31.62%;
  min-height: 390px;
  height: auto;
  background: #fff;
  border-radius: 142.3254px;
  padding-top: 38px;
  position: relative;
  color: #503700;
  font-family: 'Noto Serif JP', serif;
  transition: all 0.5s ease-out;
}
#container .guide_sec ul .aco_box:hover {
  cursor: pointer;
  opacity: 0.6;
}
#container .guide_sec ul .aco_box.active:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px){
  #container .guide_sec {
    padding-bottom: 75px;
    margin-bottom: 44px;
  }
  #container .guide_sec ul {
    gap: 31px 0;
  }
  #container .guide_sec ul .aco_box {
    width: 48%;
    min-height: 284px;
  }
}

/* アコーディオン */
#container .guide_sec ul .aco_box_inn > .country {
  text-align: center;
  font-size: 15px;
  line-height: 34.9px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
#container .guide_sec ul .aco_box_inn > .menu {
  position: relative;
  z-index: 1;
}
#container .guide_sec ul .aco_box_inn > .country > .flag {
  width: 55px;
  margin: 0 auto 10px;
}
#container .guide_sec ul .aco_box_inn > .country > .name {
  line-height: 1;
  font-weight: 400;
}
#container .guide_sec ul .aco_box_inn > .menu .name {
  text-align: center;
  font-weight: 700;
  font-size: clamp(13px, calc(29/1366*100vw), 29px);
  color : #FF551E;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 15px;
}
#container .guide_sec ul .aco_box_inn >  .menu .name span {
  font-weight: 600;
  color: #503700;
  font-size: clamp(11px, calc(15/1600*100vw), 15px);
  letter-spacing: 0.07em;
}
#container .guide_sec ul .aco_box_inn >  .menu .name p {
  margin-top: 15px;
  font-weight: 700;
}
#container .guide_sec ul .aco_box_inn >  .menu .img {
  max-width: 115.0465px;
  margin: 0 auto;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
::-webkit-full-page-media, :future, :root #container .guide_sec ul .aco_box_inn >  .menu .name span {
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box_inn > .country > .flag {
    width: 45px;
    margin-bottom: 2px;
  }
  #container .guide_sec ul .aco_box_inn > .country > .name {
    font-size: 10px;
  }
  #container .guide_sec ul .aco_box_inn > .menu .name {
    margin-bottom: 8px;
  }
  #container .guide_sec ul .aco_box_inn >  .menu .name span {
    font-size: 10px;
    min-height: 2em;
    display: block;
    line-height: 1.3;
  }
  #container .guide_sec ul .aco_box_inn >  .menu .name p {
    font-size: 16px;
    margin-top: 10px;
  }
  #container .guide_sec ul .aco_box_inn >  .menu .img {
    max-width: initial;
    width: 72.39px;
    min-height: inherit;
    height: 73.06px;
  }
}

/* 文字間・調整 */
#container .guide_sec ul .aco_box_inn >  .menu .name p.mojikan {
  transform: scale(0.87, 1);
  letter-spacing: -0.14em;
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box_inn >  .menu .name p.mojikan {
    letter-spacing: -0.16em;
  }
}
_:lang(x)::-moz-placeholder, #container .guide_sec ul .aco_box_inn >  .menu .name p.mojikan {
  letter-spacing: -0.17em;
}
::-webkit-full-page-media, :future, :root #container .guide_sec ul .aco_box_inn >  .menu .name p.mojikan {
  letter-spacing: -0.18em;
}

/* アコーディオンボタン */
#container .guide_sec ul .aco_box_inn >  .aco_open_btn {
  width: 112.9239px;
  height: 30.9759px;
  margin: 10px auto 25px;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  z-index: 1;
}
#container .guide_sec ul .aco_box.active .aco_open_btn {
  margin-bottom: 90px;
}
#container .guide_sec ul .aco_box .aco_open_btn div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
  transition: opacity 0.2s ease-in-out;
}
#container .guide_sec ul .aco_box .aco_open_btn .open {
  background: #FF551E;
}
#container .guide_sec ul .aco_box .aco_open_btn .close {
  opacity: 0;
  background: #E0865A;
}
#container .guide_sec ul .aco_box.active .aco_open_btn .open {
  opacity: 0;
}
#container .guide_sec ul .aco_box.active .aco_open_btn .close {
  opacity: 1;
}
#container .guide_sec ul .aco_box .aco_open_btn span {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #fff;
  position: relative;
  padding-left: 1.8em;
  transform: translateY(-0.04em);
}
@media only screen and (max-width: 820px){
  #container .guide_sec ul .aco_box.active .aco_open_btn {
    margin-bottom: 115px;
  }
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box_inn >  .aco_open_btn {
    width: 71px;
    height: 22px;
  }
  #container .guide_sec ul .aco_box.active .aco_open_btn {
    margin-bottom: 70px;
  }
  #container .guide_sec ul .aco_box .aco_open_btn span {
    font-size: 10px;
  }
}

/* ＋と－ */
#container .guide_sec ul .aco_box .aco_open_btn span::before {
  font-size: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform : translateY(-50%);
}
#container .guide_sec ul .aco_box .aco_open_btn .open span::before {
  content: "＋";
}
#container .guide_sec ul .aco_box .aco_open_btn .close span::before {
  content: "×";
}
@media only screen and (min-width: 1367px){
  #container .guide_sec ul .aco_box .menu .name span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box .aco_open_btn span::before {
    font-size: 13px;
  }
}

/* アコーディオン中身 */
#container .guide_sec ul .aco_box .aco_content {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  width: calc(100vw - 35%);
  max-width: 980px;
  border-radius: 0 0 142.3254px 142.3254px;
  position: relative;
  top: -140px;
  z-index: 0;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 85px;
  width: 86.56%;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box .aco_content .aco_content_inn {
    display: block;
    padding: 29px 0 52px;
  }
}

/* 開いた時 */
#container .guide_sec ul .aco_box.active {
  height: 100%;
}
#container .guide_sec ul .aco_box.active .aco_content {
  max-height: var(--max-height);
  top: 0;
}
#container .guide_sec ul .aco_box.active .aco_content .aco_content_inn {
  opacity: 1;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area {
  width: 29.58%;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area .img {
  margin-bottom: 80px;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area .country {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area .name {
  font-weight : 700;
  font-size: 15px;
  line-height: 2.326;
  letter-spacing: 0.12em;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area .menu {
  position: relative;
  z-index: 1;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area .country .flag {
  max-width: 55px;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .txt_area {
  width: 65.95%;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .txt_area p.txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size : 17px;
  line-height: 1.647;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  font-weight: 500;
}
#container .guide_sec ul .aco_box .aco_content .aco_content_inn .txt_area p.txt_small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size : 17px;
  letter-spacing: 0.1em;
  line-height: 1.785;
  font-weight: 500;
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box.active {
    height: 100%;
    border-radius: 142.3254px 142.3254px 40px 40px;
  }
  #container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area {
    width: 100%;
    margin-bottom: 19.76px;
  }
  #container .guide_sec ul .aco_box .aco_content .aco_content_inn .img_area .img {
    max-width: 172px;
    margin: 0 auto 18px;
  }
  #container .guide_sec ul .aco_box .aco_content .aco_content_inn .txt_area {
    width: 100%;
  }
  #container .guide_sec ul .aco_box .aco_content .aco_content_inn .txt_area p.txt {
    font-size: 12px;
    line-height: 1.666;
    margin-bottom: 20px;
  }
  #container .guide_sec ul .aco_box .aco_content .aco_content_inn .txt_area p.txt_small {
    font-size: 12px;
    line-height: 1.75;
  }
}

/* aco_bg */
#container .guide_sec ul .aco_box .aco_bg {
  position: absolute;
  width: 140px;
  top: calc(465px - 140px);
  max-height: 140px;
  height: 0;
}
#container .guide_sec ul .aco_box.active .aco_bg {
  height: 140px;
}
#container .guide_sec ul .aco_box .aco_bg img {
  height: 100%;
  width: 100%;
}
#container .guide_sec ul .aco_box .aco_bg_left {
  left: -140px;
  transform: scale(-1, 1);
}
#container .guide_sec ul .aco_box .aco_bg_right {
  right: -140px;
}
@media only screen and (max-width: 768px){
  #container .guide_sec ul .aco_box .aco_bg {
    width: 70px;
    top: calc(340px - 70px);
  }
  #container .guide_sec ul .aco_box.active .aco_bg {
    height: 70px;
  }
  #container .guide_sec ul .aco_box .aco_bg_left {
    left: -70px;
  }
  #container .guide_sec ul .aco_box .aco_bg_right {
    right: -70px;
  }
}

/* PC左の列 */
#container .guide_sec ul .aco_box:nth-child(1) .aco_bg_left,
#container .guide_sec ul .aco_box:nth-child(4) .aco_bg_left,
#container .guide_sec ul .aco_box:nth-child(7) .aco_bg_left,
#container .guide_sec ul .aco_box:nth-child(10) .aco_bg_left {
  display: none;
}

#container .guide_sec ul .aco_box:nth-child(1) .aco_content,
#container .guide_sec ul .aco_box:nth-child(4) .aco_content,
#container .guide_sec ul .aco_box:nth-child(7) .aco_content,
#container .guide_sec ul .aco_box:nth-child(10) .aco_content {
  border-top-right-radius: 142.3254px;
}

/* PC中央の列 */
#container .guide_sec ul .aco_box:nth-child(2) .aco_content,
#container .guide_sec ul .aco_box:nth-child(5) .aco_content,
#container .guide_sec ul .aco_box:nth-child(8) .aco_content,
#container .guide_sec ul .aco_box:nth-child(11) .aco_content {
  border-top-left-radius: 142.3254px;
  border-top-right-radius: 142.3254px;
  left: -113%;
}

/* PC右の列 */
#container .guide_sec ul .aco_box:nth-child(3n) .aco_bg_right {
  display: none;
}
#container .guide_sec ul .aco_box:nth-child(3n) .aco_content {
  border-top-left-radius: 142.3254px;
  left: -226%;
}
@media only screen and (max-width: 768px) {
  #container .guide_sec ul .aco_box .aco_content {
  }
  #container .guide_sec ul .aco_box:nth-child(odd) .aco_content {
    left: 0!important;
    border-radius: 0 40px 40px 40px;
    width: calc(100vw - 23%);
  }
  #container .guide_sec ul .aco_box:nth-child(even) .aco_content {
  left: -107%;
  border-radius: 40px 0 40px 40px;
  width: calc(100vw - 24%);
  }

  /* SP左の列 */
  #container .guide_sec ul .aco_box:nth-child(3) .aco_bg_left,
  #container .guide_sec ul .aco_box:nth-child(9) .aco_bg_left,
    #container .guide_sec ul .aco_box:nth-child(11) .aco_bg_left {
    display: block;
  }
  #container .guide_sec ul .aco_box:nth-child(2) .aco_bg_right,
  #container .guide_sec ul .aco_box:nth-child(3) .aco_bg_right,
  #container .guide_sec ul .aco_box:nth-child(5) .aco_bg_right,
  #container .guide_sec ul .aco_box:nth-child(9) .aco_bg_right,
  #container .guide_sec ul .aco_box:nth-child(11) .aco_bg_right {
    display: none;
  }

  /* SP右の列 */
  #container .guide_sec ul .aco_box:nth-child(odd) .aco_bg_left {
    display: none;
  }  
  #container .guide_sec ul .aco_box:nth-child(even) .aco_bg_right {
    display: none;
  }
  #container .guide_sec ul .aco_box:nth-child(even) .aco_bg_left {
    display: block;
  }  
  #container .guide_sec ul .aco_box:nth-child(odd) .aco_bg_right {
    display: block;
  }
}

/* 国の食文化テキスト */
.line_sp {
  background: url("../img/line_sp.png") repeat-x;
  background-size: 100% auto;
  background-position: 50%;
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
}
.line_sp p {
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
  padding: 2px 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 768px){
  .line_sp {
  }
  .line_sp p {
    font-size: 12px;
  }
}