@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
}
.font_tsuku {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.font_hiramin {
  font-family: "hiragino-mincho-pron", sans-serif;
}
.ciel_heading {
  text-align: center;
}
.ciel_heading strong {
  display: block;
  font-weight: normal;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.ciel_heading h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

@media screen and (max-width: 750px) {
  .ciel_heading strong {
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0;
  }
  .ciel_heading h2 {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-top: 2px;
  }
}

@media screen and (min-width: 751px) {
  a {
    transition: all .3s;
  }
  a:hover {
    opacity: 0.8;
  }
  .ciel_heading strong {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
  }
  .ciel_heading h2 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-top: 2px;
  }
}

/* -----------------------------------------------
header
----------------------------------------------- */
header {
  background-color: #A2BDD2;
  border: none;
}
header .fs-clientInfo.is-ready {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
header .logo  img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  header .label_nav_wrap {
    top: 94px;
  }
  header {
    height: 60px;
  }
  .scroll header {
    margin-top: 0;
  }
  body:not(.scroll) header .inner_wrap {
    height: 60px;
  }
  header + main {
    padding-top: 60px;
  }
  header .logo {
    width: 151px;
  }
  header .label_nav_sp {
    margin-left: auto;
  }
  header .label_nav_sp img.label_text {
    width: 50px;
  }
  header .icon img {
    width: 23px;
  }
  header .icon .search_btn img {
    width: 17px;
  }
  header .icon a:last-child {
    margin-left: 19px;
  }

  /* ハンバーガーナビ */
  .header_wrap .logout.my-false {
    display: none!important;
  }
  .header_wrap .login.my-true {
    display: none!important;
  }
  .header_wrap {
    height: calc(100vh - 60px);
  }
  .header_wrap .alt_bookmark {
    border-top: 1px solid #C8C8C9;
  }
  .header_wrap .first,
  .header_wrap dd a {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .header_wrap dd a {
    padding-left: 37px;
    min-height: 58px;
  }
  .header_wrap a > i,
  .header_wrap .first > i {
    font-style: normal;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
  }
  .header_wrap a > span,
  .header_wrap .first > span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-top: 5px;
  }
  header .ut_list span {
    font-weight: bold;
  }
  .nav-wrap_inner .first, .nav-wrap_inner dd a {
    font-weight: bold;
  }
  header .header_wrap dd a {
    position: relative;
    padding-right: 22px;
  }
  header .header_wrap dd a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #969696;
    border-right: 1px solid #969696;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .alt_products {
    border-bottom: 1px solid #c8c8c8;
  }
  header .alt_onlinestore {
    border-top: 1px solid #c8c8c8;
  }
  header .alt_onlinestore > div.first {
    border-bottom: 1px solid #c8c8c8;
    padding: 1.3em 0 0.9em;
  }
  header .alt_onlinestore > div.first span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  header .alt_onlinestore dt.first {
    font-weight: bold;
  }
  header .alt_onlinestore dt.first:before {
    content: '';
    width: 14px;
    height: 1px;
    background: #969696;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
  header .alt_onlinestore dt.first::after {
    content: '';
    width: 1px;
    height: 14px;
    background: #969696;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
  }
  header .alt_onlinestore dt.first.active::after {
    content: none;
  }
  header .alt_onlinestore dd + dt.first {
    border-top: 1px solid #c8c8c8;
  }
  header .alt_onlinestore dd {
    display: none;
  }
  .banner_area_list li a {
    font-weight: bold;
  }
  .nav-wrap_banner {
    margin: 0 0 32px;
  }
  .banner_area_list {
    margin: 0 0 22px;
  }
  .banner_area_list li a {
    padding: .4em 0 .4em 40px;
    background: none;
    position: relative;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: normal;
    line-height: 1.45;
  }
  .banner_area_list li a::before {
    content: '▶　';
    position: absolute;
    top: .6em;
    left: 26px;
    translate: -50% 0;
  }
  .nav-wrap_banner .alt_sns_icons {
    margin-bottom: 0;
  }
  .nav-wrap_banner > a {
    margin-top: 17px;
    margin-bottom: 106px;
  }
  header .sns_icons + .sns_icons {
    display: none;
  }
  .menu-open .header_wrap .search_item {
    display: none;
  }
  .menu-open .header_wrap .search_heading {
    display: none;
  }
  .menu-open .header_wrap .to_allproducts {
    display: none;
  }
  .menu-open .header_wrap .search_souryo_banner {
    display: none;
  }

  /* 検索ボタン */
  .humb_search {
    margin-bottom: 20px;
  }
  /* .menu-open.search-open .header_wrap .alt_products,
  .menu-open.search-open .header_history_tori_wrap,
  .menu-open.search-open .header_wrap .nav-wrap_banner,
  .menu-open.search-open .header_wrap .alt_sns_icons,
  .menu-open.search-open .header_wrap .nav-wrap_search,
  .menu-open.search-open .header_wrap .alt_creator > .first {
    display: none;
  }
  .menu-open.search-open .header_wrap .search_item {
    display: block;
  }
  .menu-open.search-open .header_wrap .search_heading {
    display: block;
  }
  .menu-open.search-open .header_wrap {
    background-color: #f9f9f9;
  }
  .menu-open.search-open .header_wrap .nav-wrap_inner {
    box-shadow: none;
    height: 100dvh;
    height: 100%;
  }
  header .search_heading {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  header .search_item {
    margin-top: 39px;
    padding-bottom: 16px;
  }
  header .search_item h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  header .search_item h2 + ul {
    margin-top: 11px;
  }
  header .search_item ul + ul {
    margin-top: 18px;
  }
  header .search_item li {
    background-color: #fff;
    margin-top: 2px;
  }
  header .search_item li a {
    padding: 11px 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  header .search_item li a .img {
    width: 55px;
    margin-right: 19px;
  }
  header .search_item li a .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  header .search_item li a .text {
    flex: 1;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  header .search_item .search_item_product {
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  header .search_item .search_item_product li {
    width: 49.52%;
  }
  header .search_item .search_item_product li a {
    padding: 15px 10px;
  }
  header .search_item .search_item_product li a .img {
    width: 45px;
    margin-right: 10px;
  }
  .menu-open.search-open .alt_creator dl {
    margin-top: 11px;
  }
  .menu-open.search-open .alt_creator dt {
    padding: 16px 42px 15px 18px!important;
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: 0.075em;
    position: relative;
    background-color: #fff;
    font-weight: 500;
  }
  .menu-open.search-open .alt_creator dd + dt {
    margin-top: 3px;
  }
  .menu-open.search-open .alt_creator dd {
    background-color: #fff;
    padding: 18px 14px 27px;
  }
  .menu-open.search-open .alt_creator ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .menu-open.search-open .alt_creator li {
    width: 29.27%;
    margin-right: 6.09%;
    background-color: #fff;
  }
  .menu-open.search-open .alt_creator li:nth-child(3n) {
    margin-right: 0;
  }
  .menu-open.search-open .alt_creator li:nth-child(n + 4) {
    margin-top: 16px;
  }
  .menu-open.search-open .alt_creator li a {
    display: block;
    padding: 0;
  }
  .menu-open.search-open .alt_creator li a .img {
    width: 100%;
  }
  .menu-open.search-open .alt_creator li a .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .menu-open.search-open .alt_creator li a .text {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.27;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500;
  }
  .menu-open.search-open .alt_creator dd + dt.first {
    border-top: none;
  }
  .menu-open.search-open header .alt_creator {
    border-bottom: none;
  }
  .menu-open.search-open .header_wrap .to_allproducts {
    display: block;
    padding: 15px 1.4em 0;
    width: 100vw;
    margin: 15px calc(50% - 50vw) 0;
    background-color: #fff;
  }
  .menu-open.search-open .header_wrap .to_allproducts a {
    border: 1px solid #b4b5b6;
    height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu-open.search-open .header_wrap .to_allproducts img {
    width: 36px;
    height: 36px;
  }
  .menu-open.search-open .header_wrap .to_allproducts span {
    font-size: 15px;
  }
  .menu-open.search-open .header_wrap .search_souryo_banner {
    display: block;
    padding: 16px 1.4em 80px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #fff;
  }
  .menu-open.search-open .header_wrap .search_souryo_banner img {
    width: 100%;
  } */
}

@media screen and (min-width: 751px) {
  header {
    height: 65px;
  }
  .scroll header {
    margin-top: 0;
  }
  body header .inner_wrap {
    height: 100%;
    max-width: 988px;
  }
  header + main {
    padding-top: 65px;
  }
  header .logo {
    width: 20.7%;
  }
  header .nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 69%;
    max-width: none;
    margin-left: 11.7%;
  }
  header .nav nav {
    width: 45%;
  }
  header .nav nav > ul > li > a {
    text-align: left;
    font-weight: bold;
    transition: all .3s;
  }
  header .nav nav > ul > li > a:hover {
    color: #fff;
  }
  header .nav a:hover::after {
    content: none;
  }
  header .nav nav > ul > li > a i {
    font-size: 11px;
    font-style: normal;
  }
  header .nav nav > ul > li > a span {
    font-size: 9px;
  }
  header .search {
    width: 35.4%;
    margin-left: 6.9%;
  }
  header .search .fs-p-searchForm__inputGroup {
    margin-top: 0;
  }
  header .search input {
    background-color: #fff;
    border: 1px solid #000;
    background-size: 1.2em;
    background-position: 95%;
    border-radius: 2px;
  }
  header .search input[type=text]:focus {
    border: none;
    box-shadow: none;
    outline: none;
  }
  header .dropdown {
    top: 65px;
    right: 0%;
    left: auto;
    width: 100%;
    max-width: 1340px;
    background: #B4C9DA;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 min(6.71vw, 90px);
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header .icon a:last-child {
    margin-left: 16px;
  }
  header .icon span {
    font-size: 7px;
  }
  header .icon span.fs-client-cart-count {
    top: -0.8em;
    right: -1em;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  header .nav {
    margin-left: 4.3%;
  }
  header .nav nav {
    width: 55%;
  }
}

/* ロゴクリックで表示のナビ */
.group-top_nav_wrap {
  transition: all .5s;
  background-color: #fff;
  position: absolute;
  top: 65px;
  left: -100%;
}
.gt_nav-open .group-top_nav_wrap {
  left: 0;
  z-index: 9;
}
.group-top_nav_wrap img {
  width: 100%;
}
.group-top_nav_wrap > ul > li {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.group-top_nav_wrap > ul > li:first-child {
  border-top: 1px solid #c8c8c8;
}
.group-top_nav_wrap > ul > li::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
}
.group-top_nav_wrap > ul > li a {
  display: block;
}
.group-top_nav_wrap > ul > li a:hover {
  background-color: #D2DFE9;
}
.group-top_nav_wrap > ul > li a img {
  margin: 0 auto;
  display: block;
}
.gt-nav_logo a {
  display: block;
}
.gt-nav_sns ul {
  margin: 0 auto;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.gt-nav_sns li {
  width: 20px;
}
.gt-nav_sns li a {
  display: block;
}

@media screen and (max-width: 750px) {
  .group-top_nav_wrap {
    width: 292px;
    padding: 0 26px;
    height: 370px;
    top: 60px;
  }
  .gt-nav_heading {
    width: 100%;
  }
  .group-top_nav_wrap > ul > li a {
    width: 292px;
    margin-left: -26px;
  }
  .group-top_nav_wrap > ul > li a {
    width: 292px;
    margin-left: -26px;
    height: 66px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .group-top_nav_wrap > ul > li:nth-child(1) a img {
    width: 162px;
    margin: 0 auto -8px;
  }
  .group-top_nav_wrap > ul > li:nth-child(2) a img {
    width: 240px;
  }
  .gt-nav_logo a {
    margin: 22px auto 0;
    width: 152px;
  }
  .gt-nav_sns {
    margin-top: 24px;
  }
  .gt-nav_sns ul {
    width: 181px;
  }
  .gt_nav_close {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gt_nav_close:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .gt_nav_close:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media screen and (min-width: 751px) {
  .group-top_nav_wrap {
    width: 320px;
    padding: 0 26px;
    height: 410px;
  }
  .group-top_nav_wrap > ul > li a {
    width: 320px;
    margin-left: -26px;
    height: 72px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .group-top_nav_wrap > ul > li:nth-child(1) a img {
    width: 168px;
    margin: 0 auto;
  }
  .group-top_nav_wrap > ul > li:nth-child(2) a img {
    width: 264px;
  }
  .gt-nav_logo a {
    margin: 42px auto 0;
    width: 152px;
    transition: all .3s;
  }
  .gt-nav_logo a:hover {
    opacity: 0.6;
  }
  .gt-nav_sns {
    margin-top: 32px;
  }
  .gt-nav_sns ul {
    width: 180px;
  }
  .gt-nav_sns li a {
    transition: all .3s;
  }
  .gt-nav_sns li a:hover {
    opacity: 0.6;
  }
}

/* online strore */
@media screen and (min-width: 751px) {
  .nav_product > a i {
    position: relative;
  }
  .nav_product > a i::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: calc(100% + 5px);
    top: calc(50% - 2px);
    translate: 0 -50%;
    rotate: 45deg;
    transition: all .3s;
  }
  .nav_product > a:hover i::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    rotate: -135deg;
    top: calc(50% + 1px);
  }
  .nav_product .img_nav {
    width: min(28.65vw, 384px);
  }
  .nav_product .img_nav li {
    width: min(12.76vw, 171px);
  }
  .nav_product .img_nav li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .nav_product .img_nav figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 22px;
    color: #5C5C5C;
  }
  .nav_product .text_nav {
    width: 372px;
  }
  .nav_product .text_nav span {
    color: #5C5C5C;
    font-size: 13px;
    font-weight: bold;
  }
  .nav_product .text_nav a {
    color: #5C5C5C;
    font-size: 12px;
  }
  .nav_product .text_nav .dn_child {
    margin-top: 17px;
  }
  .nav_product .text_nav .dn_child li {
    padding: 0.45em 0;
  }
}

/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
  background-color: #A2BDD2;
}
.footer_g_nav li span {
  font-weight: bold;
}
/* footer .copyright {
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  color: #646464;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
} */
@media screen and (max-width: 750px) {
  footer {
    margin-top: 58px;
  }
  footer .grid_wrap {
    display: grid; 
    grid-template-columns: 50% 50%; 
    grid-template-rows: 140px 100px 150px 195px; 
    gap: 0px 0px; 
    grid-template-areas: 
      "footer_ciel footer_ciel"
      "footer_g_about footer_g_guide"
      "footer_g_nav footer_g_nav"
      "footer_ooe footer_ooe"
  }
  .footer_ciel {
    grid-area: footer_ciel;
  }
  .footer_g_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_g_logo > a {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_ciel > a img {
    width: 279px;
  }
  .footer_ooe > a img {
    width: 217px;
  }
  .footer_ciel .footer_g_sns {
    margin-top: 15px;
  }
  .footer_g_sns {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_g_sns ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_g_sns li {
    width: 26px;
  }
  .footer_g_sns li + li {
    margin-left: 37px;
  }
  .footer_g_about {
    grid-area: footer_g_about;
    border-right: 1px solid #fff;
  }
  .footer_g_guide {
    grid-area: footer_g_guide;
  }
  .footer_g_about,
  .footer_g_guide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #fff;
  }
  .footer_g_about a,
  .footer_g_guide a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 107px;
    position: relative;
  }
  .footer_g_about .text,
  .footer_g_guide .text {
    position: relative;
    font-size: 13px;
    text-align: center;
  }
  .footer_g_about .text picture {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .footer_g_about .text picture + span {
    margin-top: 4px;
  }
  .footer_g_about span.ja,
  .footer_g_guide span.ja {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: block;
  }
  .footer_g_about span.en,
  .footer_g_guide span.en {
    margin-top: 9px;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
  }
  .footer_g_nav {
    grid-area: footer_g_nav;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_g_nav ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 13px 10%;
    grid-auto-flow: column;
    justify-content: center;
    width: 100%;
  }
  .footer_g_nav li {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  .footer_ooe {
    grid-area: footer_ooe;
    background-color: #F0F0F0;
  }
  .footer_ooe .footer_g_sns {
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  footer {
    max-width: 1340px;
    margin: 72px auto 0;
  }
  footer a {
    transition: all .3s;
  }
  footer a:hover {
    opacity: 0.7;
  }
  footer .grid_wrap {
    display: grid; 
    grid-template-columns: 25% 25% 25% 25%; 
    grid-template-rows: 1fr 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
      "footer_ciel footer_g_about footer_g_guide footer_ooe"
      "footer_ciel footer_g_nav footer_g_nav footer_ooe"
  }
  .footer_ciel {
    grid-area: footer_ciel;
    border-right: 1px solid #fff;
    padding-top: 13%;
  }
  .footer_g_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_g_logo a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .footer_ciel > a img {
    width: 80%;
  }
  .footer_ooe > a img {
    width: 56.12%;
  }
  .footer_g_sns {
    margin-top: 28px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_g_sns ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_g_sns li {
    width: 19px;
  }
  .footer_g_sns li + li {
    margin-left: 8.9%;
  }
  .footer_g_about {
    grid-area: footer_g_about;
  }
  .footer_g_guide {
    grid-area: footer_g_guide;
  }
  .footer_g_about,
  .footer_g_guide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .footer_g_about a,
  .footer_g_guide a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .footer_g_about .text,
  .footer_g_guide .text {
    position: relative;
    font-size: 0.97vw;
    text-align: center;
  }
  .footer_g_about .text picture {
    width: 220px;
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
  .footer_g_about picture + span {
    margin-top: 5px;
  }
  .footer_g_about span.ja,
  .footer_g_guide span.ja {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: block;
  }
  .footer_g_about span.en,
  .footer_g_guide span.en {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
  }
  .footer_g_nav {
    grid-area: footer_g_nav;
    height: 150px;
    border-right: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_g_nav ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 0 10%;
    grid-auto-flow: column;
    justify-content: center;
    width: 71.94%;
    min-width: 340px;
  }
  .footer_g_nav li {
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: 0.1em;
  }
  .footer_ooe {
    grid-area: footer_ooe;
    background-color: #F0F0F0;
  }
  
}

@media screen and (max-width: 900px) and (min-width: 751px) {
  .footer_g_about .text::before {
    left: -3.8em;
  }
  .footer_g_guide .text::before {
    left: -3.8em;
  }
}

@media screen and (min-width: 1340px) {
  .footer_g_about .text,
  .footer_g_guide .text {
    position: relative;
    font-size: 13px;
  }
}

/* -----------------------------------------------
visumo
----------------------------------------------- */
.visumo {
  position: relative;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.visumo::before {
  content: '';
  width: 100vw;
  max-width: 1340px;
  background-color: #EEF3F7;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.visumo .ecbn-selection-title {
  display: none;
}
.visumo h2 {
  text-align: center;
  font-weight: bold;
}
.visumo h2 span {
  display: block;
}
.visumo > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
}
.visumo > a span {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .visumo {
    padding: 75px 0 28px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .visumo::before {
    height: 240px;
  }
  .visumo h2 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 34px;
  }
  .visumo h2 span {
    font-size: 12px;
    margin-top: 6px;
  }
  .visumo > a {
    width: 295px;
    height: 40px;
    border-radius: 2px;
    margin: 0 auto;
  }
  .visumo > a span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .visumo {
    padding: 135px 0 35px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .visumo::before {
    height: 132px;
  }
  .visumo h2 {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 45px;
  }
  .visumo h2 span {
    font-size: 12px;
    margin-top: 8px;
  }
  .visumo > a {
    width: 212px;
    height: 34px;
    border-radius: 2px;
    margin: -9px auto 0;
  }
  .visumo > a span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------
category
----------------------------------------------- */
.inner_wrap:not(.slider_product_category) .product_category {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.inner_wrap:not(.slider_product_category) .product_category_list ul {
  display: grid;
}
.inner_wrap:not(.slider_product_category) .product_category_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.inner_wrap:not(.slider_product_category) .product_category_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inner_wrap:not(.slider_product_category) .product_category_list li img {
  display: block;
}
.inner_wrap:not(.slider_product_category) .product_category_list li.all {
  align-items: center;
}
.inner_wrap:not(.slider_product_category) .product_category_list li.all a {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .inner_wrap:not(.slider_product_category) .product_category {
    padding: 56px 0 6px;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list {
    margin: 18px auto 0;
    width: 92%;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list ul {
    grid-template-columns: 58% 42%;
    grid-template-rows: repeat(4, 1fr);
    gap: 8px 0;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li a {
    gap: 0 min(0.83vw, 10px);
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li:last-child a {
    border: 1px solid #211816;
    width: 100%;
    aspect-ratio: 242/64;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li img {
    width: auto;
    height: 20vw;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li span {
    font-size: 2.93vw;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .inner_wrap:not(.slider_product_category) .product_category {
    padding: 62px 0 10px;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list {
    margin: 45px auto 0;
    width: 1000px;
    max-width: 100%;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list ul {
    grid-template-columns: min(22.66vw, 272px) min(20.83vw, 250px) min(20.83vw, 250px) min(19vw, 228px); 
    grid-template-rows: repeat(2, 1fr);
    gap: 18px 0;
    justify-content: center;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li a {
    gap: 0 min(0.83vw, 10px);
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li:last-child a {
    border: 1px solid #211816;
    width: 81.57%;
    aspect-ratio: 186/34;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li img {
    height: min(7.08vw, 85px);
    width: auto;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li span {
    font-size: min(1.19vw, 16px);
    letter-spacing: 0.1em;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li:nth-child(1) span,
  .inner_wrap:not(.slider_product_category) .product_category_list li:nth-child(5) span {
    margin-left: -1.3em;
  }
  .inner_wrap:not(.slider_product_category) .product_category_list li.all span {
    font-size: min(1.16vw, 14px);
    margin-left: 0;
  }
}

/* -----------------------------------------------
movie_wrap
----------------------------------------------- */
.movie_wrap {
  position: relative;
}
.movie_wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #A48B78;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_wrap .text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  z-index: 1;
}
.movie_wrap .text strong {
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .movie_wrap video {
    width: 100%;
  }
  .movie_wrap .text strong {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.8em;
  }
}

@media screen and (min-width: 751px) {
  .movie_wrap {
    max-width: 1340px;
    margin-inline: auto;
  }
  .movie_wrap video {
    width: 100%;
  }
  .movie_wrap .text strong {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.8em;
  }
}