@charset "UTF-8";
.container {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1090px) {
  .container {
    height: 100%;
    margin: 0 auto;
    width: 430px;
  }
  .container main {
    padding: 0;
  }
  .menu-pc {
    display: none;
  }
}
@media (max-width: 1090px) {
  .all .menu-pc {
    display: none;
  }
}
.all {
  display: flex;
}

.all:after {
  content: "";
  display: block;
  filter: blur(4px);
  left: 0;
  position: fixed;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background: url("../img/main.jpg") center no-repeat;
  background-size: cover;
}

/* ==================================
	ヘッダー
================================== */
.header {
  background-color: #dee7f3;
  height: 3.5em;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.header .language {
  font-size: 12px;
  height: 3.5em;
  left: 0;
  position: absolute;
  top: 0;
  width: 34%;
  /*ベース*/
}
.header .language .toggle {
  display: none;
}
.header .language .Label { /*タイトル*/
  color: #60686d;
  display: flex;
  padding: 15px 0 0 15px;
}
.header .language .Label .lang-icon {
  fill: #60686d;
  margin: 4px 4px 0 0;
}
.header .language .Label .text {
  display: inline-block;
  margin-top: 7px;
}
.header .language .Label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #60686d;
  border-right: 2px solid #60686d;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 58%;
  right: 10%;
  transform: rotate(135deg);
}
.header .language .Label,
.header .language .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.header .language .content {
  background-color: #fff;
  height: 0;
  padding: 0 5px;
  position: absolute;
  overflow: hidden;
  left: 15px;
  top: 3.5em;
}
.header .language .content .container .radio {
  color: #60686d;
  display: block;
  height: 40px;
  padding: 12px 0;
}
.header .language .content .container .radio .radio-link {
  color: #60686d;
  text-decoration: none;
}
.header .language .content .container .radio .radio-link .radio__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header .language .content .container .radio .radio-link .radio__text {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.header .language .content .container .radio .radio-link .radio__text::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #60686d;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .language .content .container .radio .radio-link .radio__btn:checked + .radio__text::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.header .language .content .container .border {
  border-bottom: 1px solid #d5d5d5;
}
.header .language .content .container * {
  box-sizing: border-box;
}
.header .language .content .container *::before {
  box-sizing: border-box;
}
.header .language .content .container *::after {
  box-sizing: border-box;
}
.header .language .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 10px;
  transition: all 0.3s;
  width: 80%;
}
.header .language .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.header .glanta-logo {
  height: 3.5em;
  text-align: center;
}
.header .glanta-logo a {
  display: inline-block;
  height: 3.5em;
  padding: 10px;
}
.header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header .d-none {
  display: none;
}
.header .nav-icon-wrap {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 100;
}
.header .nav-icon-wrap .nav-icon {
  display: block;
  width: 3.5em;
  height: 3.5em;
}
.header .nav-icon-wrap ::before, .header .nav-icon-wrap ::after {
  content: "";
  display: block;
  width: 50%;
  border-top: 1px solid #111;
  position: absolute;
  top: 40%;
  left: 30%;
  transition: 0.3s all;
}
.header .nav-icon-wrap ::after {
  top: 65%;
}
.header #main-nav:checked ~ .nav-icon-wrap > .nav-icon::before {
  top: 50%;
  transform: rotate(45deg);
}
.header #main-nav:checked ~ .nav-icon-wrap > .nav-icon::after {
  top: 50%;
  transform: rotate(-45deg);
}
.header .menu-content {
  background-color: #fff;
  height: 100%;
  opacity: 0.95;
  overflow: scroll;
  padding: 70px 30px 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 80;
}
.header .menu-content .menu-box {
  border-bottom: solid 1px #d5d5d5;
  padding: 30px 0;
}
.header .menu-content .menu-box .category-name {
  color: #888;
  font-size: 12px;
  margin-bottom: 15px;
}
.header .menu-content .menu-box ul li {
  list-style: none;
}
.header .menu-content .menu-box ul li a {
  align-items: center;
  display: flex;
  width: 100%;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  padding: 10px 0;
}
.header .menu-content .menu-box ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.header .menu-content .menu-box:last-child {
  border-bottom: none;
}

.header #main-nav:checked ~ .menu-content {
  right: 0;
}

@media screen and (min-width: 1090px) {
  .header {
    display: none;
  }
  .menu-pc {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: calc((100% - 430px) / 2);
  }
  .menu-pc .left-box {
    position: fixed;
  }
  .menu-pc .right-box {
    color: #fff;
    position: fixed;
  }
  .menu-pc .right-box .language-pc {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    left: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    top: 0;
    width: 100%;
    /*ベース*/
  }
  .menu-pc .right-box .language-pc .toggle {
    display: none;
  }
  .menu-pc .right-box .language-pc .Label { /*タイトル*/
    color: #fff;
    display: flex;
  }
  .menu-pc .right-box .language-pc .Label .lang-icon {
    fill: #fff;
    margin: 4px 4px 0 0;
  }
  .menu-pc .right-box .language-pc .Label .text {
    display: inline-block;
    margin-top: 7px;
  }
  .menu-pc .right-box .language-pc .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 58%;
    right: 10%;
    transform: rotate(135deg);
  }
  .menu-pc .right-box .language-pc .Label,
  .menu-pc .right-box .language-pc .content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .menu-pc .right-box .language-pc .content {
    background-color: #fff; /*本文*/
    height: 0;
    padding: 0 5px;
    position: absolute;
    overflow: hidden;
    top: 35px;
  }
  .menu-pc .right-box .language-pc .content .container {
    width: 100%;
  }
  .menu-pc .right-box .language-pc .content .container .radio {
    color: #60686d;
    display: block;
    height: 40px;
  }
  .menu-pc .right-box .language-pc .content .container .radio .radio-link {
    color: #60686d;
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
    width: 100%;
  }
  .menu-pc .right-box .language-pc .content .container .radio .radio-link .radio__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .menu-pc .right-box .language-pc .content .container .radio .radio-link .radio__text {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
  }
  .menu-pc .right-box .language-pc .content .container .radio .radio-link .radio__text::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #60686d;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .menu-pc .right-box .language-pc .content .container .radio .radio-link .radio__btn:checked + .radio__text::after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
  }
  .menu-pc .right-box .language-pc .content .container .border {
    border-bottom: 1px solid #d5d5d5;
  }
  .menu-pc .right-box .language-pc .content .container * {
    box-sizing: border-box;
  }
  .menu-pc .right-box .language-pc .content .container *::before {
    box-sizing: border-box;
  }
  .menu-pc .right-box .language-pc .content .container *::after {
    box-sizing: border-box;
  }
  .menu-pc .right-box .language-pc .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 10px;
    transition: all 0.3s;
    width: calc(100% - 20px);
    z-index: 1;
  }
  .menu-pc .right-box .language-pc .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  .menu-pc .right-box .language-pc:hover {
    opacity: 1;
  }
  .menu-pc .right-box .menu-box {
    padding: 20px 0;
  }
  .menu-pc .right-box .menu-box .category-name {
    color: #d5d5d5;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .menu-pc .right-box .menu-box ul li {
    list-style: none;
  }
  .menu-pc .right-box .menu-box ul li a {
    align-items: center;
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    display: inline-block;
  }
  .menu-pc .right-box .menu-box ul li a .icon-white {
    fill: #fff;
  }
  .menu-pc .right-box .menu-box ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .menu-pc .right-box .menu-box ul li a:hover::after {
    width: 100%;
  }
}
/* ==================================
    フッター
================================== */
.footer {
  background-color: #222;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  z-index: 2;
}
.footer .footer-link {
  font-size: 13px;
  margin-bottom: 40px;
}
.footer .footer-link li {
  display: inline-block;
}
.footer .footer-link li a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-link li .left-space {
  margin-left: 5px;
}
.footer .footer-link .right-space {
  margin-right: 25px;
}
.footer .footer-link .open {
  float: right;
  margin-left: 5px;
}
.footer .sns {
  margin-bottom: 40px;
}
.footer .sns a {
  display: inline-block;
}
.footer .sns .right-space {
  margin-right: 25px;
}
.footer .copyright {
  font-size: 9px;
}

/* ==================================
	全ページ共通
================================== */
.font {
  font-family: sans-serif;
}

.main-ttl {
  position: relative;
}
.main-ttl .feature {
  background-color: #fff;
}
.main-ttl .ttl-text {
  color: #fff;
  display: block;
  font-size: 28px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.main-ttl .video {
  display: block;
}
.main-ttl .breadcrumb-list-white {
  font-size: 10px;
  left: 20px;
  position: absolute;
  top: 15px;
}
.main-ttl .breadcrumb-list-white .breadcrumb-item {
  color: #fff;
  display: inline-block;
}
.main-ttl .breadcrumb-list-white .breadcrumb-item a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.main-ttl .breadcrumb-list-white li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb-list-blue {
  font-size: 10px;
  padding-left: 20px;
  text-align: left;
}
.breadcrumb-list-blue .breadcrumb-item {
  color: #8DA6C6;
  display: inline-block;
}
.breadcrumb-list-blue .breadcrumb-item a {
  border-bottom: 1px solid #8DA6C6;
  color: #8DA6C6;
}
.breadcrumb-list-blue li + li:before {
  padding: 0 5px;
  color: #8DA6C6;
  content: "/ ";
}

.feature-breadcrumb {
  border-top: 1px solid #ccc;
  font-size: 10px;
  padding: 20px;
  text-align: left;
}
.feature-breadcrumb .breadcrumb-item {
  color: #8DA6C6;
  display: inline-block;
}
.feature-breadcrumb .breadcrumb-item a {
  border-bottom: 1px solid #8DA6C6;
  color: #8DA6C6;
}
.feature-breadcrumb li + li:before {
  padding: 0 5px;
  color: #8DA6C6;
  content: "/ ";
}

.content-ttl {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

.shop {
  background-color: #F5F5F5;
  padding: 70px 20px;
}
.shop .area {
  border-bottom: 1px solid #172939;
  color: #172939;
  margin: 40px 0 20px;
  padding: 10px 0;
}
.shop .shop-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.shop .shop-box a {
  display: block;
  position: relative;
  width: 48%;
}
.shop .shop-box a img {
  width: 100%;
}
.shop .shop-box a .shop-name {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.shop .shop-box a .shop-name .shop-name-sub {
  font-size: 12px;
}
.shop .shop-box a .shop-name .shop-name-en {
  font-size: 11px;
  font-family: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
}
.shop .shop-box a .shop-name p {
  margin-bottom: 7px;
  text-align: center;
}

.voice {
  font-size: 12px;
  padding: 70px 0 100px;
}
.voice .horizontal-list {
  display: flex;
  overflow-x: scroll;
  width: 100%;
}
.voice .horizontal-list .item {
  border: 1px solid #A8B8CA;
  flex-shrink: 0;
  margin: 0 0 20px 20px;
  padding: 15px;
  width: 60%;
}
.voice .horizontal-list .item:last-child {
  margin-right: 20px;
}
.voice .scroll {
  float: right;
  margin: 20px 20px 0 0;
}

.asterisk {
  font-size: 10px;
  padding-left: 1rem;
}

.asterisk::before {
  content: "※";
  margin-left: -0.9rem;
  margin-right: 0.25rem;
}

.tra-btn {
  border: 1px solid #172939;
  color: #172939;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 70%;
}
.tra-btn .symbol {
  position: absolute;
  right: 15px;
  top: 19px;
}
.tra-btn .open {
  position: absolute;
  right: 16px;
  top: 16px;
}

.top-tra-btn {
  margin-top: 40px;
}

main {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 18px;
  padding: 4em 0 0 0;
}
main a {
  color: #13538b;
  text-decoration: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.notes {
  font-size: 10px;
  margin-top: 5px;
}

.icon-left {
  margin-left: 5px;
}

.icon-gray {
  fill: #888;
}

.marker-blue {
  background: linear-gradient(transparent 60%, #E4E5EA 60%);
}

.marker-l-white {
  background: linear-gradient(transparent 60%, #fff 60%);
}

.filter {
  background: #000;
}

.filter-img05 {
  display: block;
  opacity: 0.5;
}

.filter-img06 {
  display: block;
  opacity: 0.6;
}

.bg-color-gray {
  background-color: #f5f5f5;
}

.bg-color-white {
  background-color: #fff;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.insta {
  background-color: #E2E6EA;
  padding: 70px 20px;
}/*# sourceMappingURL=style.css.map */