
#wrap {
  padding-top: 0;
}

#wrap.is-fixed {
  height: 100vh;
}

#pageTop {
  position: fixed;
  bottom: 96px;
  right: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
}

#pageTop a img {
  width: 100%;
  margin: 0;
  display: block;
}

@media (max-width: 768px) {
  #pageTop {
    bottom: 16px;
    width: 45px;
    height: 45px;
  }
}

.header {
  position: relative;
  padding-top: 6px;
  font-family: 'Noto Sans', sans-serif;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .header {
    padding-top: 5px;
  }
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #d2bdac;
}

@media (max-width: 768px) {
  .header:before {
    height: 5px;
  }
}

.header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header a img:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .header__inner {
    position: relative;
  }
}

.header__btn {
  display: none;
}

@media (max-width: 768px) {
  .header__btn {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #f9f4ec;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
  }
}

.header__btn[aria-expanded="false"] .header__btn-bar--1 {
  top: 12px;
}

.header__btn[aria-expanded="false"] .header__btn-bar--2 {
  top: 19px;
}

.header__btn[aria-expanded="false"] .header__btn-bar--3 {
  top: 26px;
}

.header__btn[aria-expanded="true"] .header__btn-bar--1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__btn[aria-expanded="true"] .header__btn-bar--2 {
  opacity: 0;
}

.header__btn[aria-expanded="true"] .header__btn-bar--3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header__btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.header__btn-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d2bdac;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__menu {
  background-color: #f9f4ec;
}

@media (max-width: 768px) {
  .header__menu {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    overflow: hidden;
    background-color: rgba(210, 189, 172, 0.95);
    -webkit-transition: opacity 0.3s ease, z-index 0.3s ease;
    transition: opacity 0.3s ease, z-index 0.3s ease;
  }
  .header__menu[aria-hidden="true"] {
    opacity: 0;
    z-index: -1;
  }
  .header__menu[aria-hidden="false"] {
    opacity: 1;
    z-index: 1001;
  }
}

.header__menu-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .header__menu-inner {
    width: auto;
    height: 100%;
    padding: 0;
    display: block;
    overflow-y: scroll;
  }
}

@media (max-width: 768px) {
  .header__search {
    margin-bottom: 20px;
  }
}

.header__search-item {
  position: relative;
}

.header__search-box {
  width: 200px;
  height: 36px;
  padding: 4px 36px 4px 18px;
  font-family: 'Noto Sans', sans-serif;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; */
  font-size: 14px;
  line-height: 2;
  border-radius: 18px;
}

@media (max-width: 768px) {
  .header__search-box {
    width: 100%;
    height: 45px;
    padding: 8px 40px 8px 20px;
    border-radius: 22px;
  }
}

.header__search-box::-webkit-input-placeholder {
  color: #ccc;
}

.header__search-box:-ms-input-placeholder {
  color: #ccc;
}

.header__search-box::-ms-input-placeholder {
  color: #ccc;
}

.header__search-box::placeholder {
  color: #ccc;
}

.header__search-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 5px;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__search-btn {
    right: 8px;
    padding: 7px;
  }
}

.header__search-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.header__search-img {
  display: block;
}

@media (max-width: 768px) {
  .header__search-img {
    width: 16px;
    height: 18px;
  }
}

.header__search-img img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.header__link {
  position: absolute;
  bottom: -10px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

@media (max-width: 768px) {
  .header__link {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 20px;
  }
}

.header__link-list-1 {
  display: none;
}

@media (max-width: 768px) {
  .header__link-list-1 {
    display: block;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
  }
}

@media (max-width: 768px) {
  .header__link-list-1 > li {
    border-top: 1px solid #fff;
  }
}

@media (max-width: 768px) {
  .header__link-list-1 > li:last-child {
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 768px) {
  .header__link-list-1 > li > a {
    position: relative;
    padding: 13px 20px 13px 0;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .header__link-list-1 > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-right: 2px;
  }
}

.header__link-list-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .header__link-list-2 {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
}

.header__link-list-2 > li {
  position: relative;
  padding-left: 18px;
}

@media (max-width: 768px) {
  .header__link-list-2 > li {
    display: block;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .header__link-list-2 > li:last-child {
    margin-bottom: 0;
  }
}

.header__link-list-2 > li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e92b7f;
  border-radius: 50%;
}

.header__link-list-2 > li:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header__link-list-2 > li > a {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.header__link-list-2 > li > a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .header__link-list-2 > li > a {
    color: #fff;
  }
}

.header__link-list-2 > li.header__link-list-2--pc-visible {
  display: block;
}

@media (max-width: 768px) {
  /* .header__link-list-2 > li.header__link-list-2--blank > a {
    position: relative;
  }
  .header__link-list-2 > li.header__link-list-2--blank > a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 6px;
    background-image: url("/vietnamese/common/header-2018/images/sp/blank-02.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
  } */
}

.header__lang {
  position: relative;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .header__lang {
    margin-left: 0;
    overflow: hidden;
  }
}

.header__lang:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 15px;
  background-color: #e1e1e1;
}

@media (max-width: 768px) {
  .header__lang:before {
    content: none;
    display: none;
  }
}

.header__lang-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .header__lang-list {
    margin: -18px -15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__lang-list > li {
  width: 70px;
}

@media (max-width: 768px) {
  .header__lang-list > li {
    width: 50%;
    margin-top: 18px;
    padding: 0 15px;
  }
}

.header__lang-list > li:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .header__lang-list > li:not(:last-child) {
    margin-right: 0;
  }
}

.header__lang-list > li > a {
  padding: 5px 0;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #d2bdac;
  border-radius: 3px;
}

.header__lang-list > li > a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .header__lang-list > li > a {
    padding: 13px 0;
    font-size: 16px;
    color: #666;
    background-color: #fff;
  }
}

.header__main {
  padding: 30px 0 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .header__main {
    padding: 5px 0;
  }
}

.header__logo {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .header__logo {
    width: 112px;
  }
}

.header__logo a {
  display: block;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__logo img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.header__nav {
  padding: 21px 0 20px;
  border-top: 1px solid #e9e9e9;
}

@media (max-width: 768px) {
  .header__nav {
    padding: 13px 0 11px;
    border-bottom: 1px solid #e9e9e9;
  }
}

.header__nav-list {
  /* width: 730px; */
  /* ナビ4個　width: 580px; */
  width: 584px; /* ナビ4個 */
  /* ナビ6個　width: 1000px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .header__nav-list {
    width: 90%;
    /* width: 80%; */
    /* width: auto; */
  }
}

.header__nav-list > li {
  position: relative;
}

.header__nav-list > li + li {
  margin-left: 1px;
}

.header__nav-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}
/* .header__nav-list > li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
} */

@media (max-width: 768px) {
  .header__nav-list li:before {
    background-image: url("../image/border-011.png");
    background-size: 100% auto;
  }
  /* .header__nav-list > li + li:before {
    background-image: url("../image/border-011.png");
    background-size: 100% auto;
  } */
}

.header__nav-list > li:first-child {
  margin-left: 1px;
}

.header__nav-list > li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .header__nav-list > li:first-child:after {
    content: none;
    display: none;
  }
}

.header__nav-list > li:last-child {
  margin-right: 1px;
}

.header__nav-list li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}
/* .header__nav-list > li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
} */

@media (max-width: 768px) {
  /* .header__nav-list > li:last-child:after {
    content: none;
    display: none;
  } */
}

.header__nav-list > li > a {
  display: block;
}

.header__nav-list > li > a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .header__nav-list > li.header__nav-list--sp-hidden {
    display: none;
  }
}
.group-breadcrumbs {
  width: 1000px;
  margin: 0 auto -20px;
}

.group-breadcrumbs ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group-breadcrumbs ul li {
  white-space: nowrap;
  font-size: 12px;
}

.group-breadcrumbs ul li:after {
  content: "＞";
  margin: 0 6px;
}

.group-breadcrumbs ul li:last-child:after {
  display: none;
  content: none;
}

@media (max-width: 768px) {
  .group-breadcrumbs {
    width: auto;
    padding: 0 15px;
    margin: 0 0 -15px;
  }
}
