@charset "UTF-8";
@font-face {
  font-family: "HGGyoshotai";
  src: url("../font/HGRGY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background: url(../images/sumo-bg.jpg);
  background-size: contain;
}
body main {
  overflow: hidden;
}
body .hinamatsuri-top-img img {
  height: 100vh;
}
body .sakura-image {
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .index_slider_bg {
    width: 100%;
  }
  .index_slider_bg .index_slider {
    position: relative;
  }
  .index_slider_bg .index_slider::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background: url(../images/slider_filter.png) no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
  }
  .index_slider_bg .index_slider::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 30vw;
    aspect-ratio: 522/319;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    rotate: -23deg;
    bottom: -29%;
    right: -110px;
    background: url(../images/fish1.png) no-repeat;
    background-size: contain;
  }
  .index_slider_bg .index_slider .catchcopy_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70%;
  }
  .index_slider_bg .index_slider .catchcopy_bg .catchcopy {
    color: #fff;
    text-align: center;
  }
  .index_slider_bg .index_slider .catchcopy_bg .catchcopy h1 {
    font-family: "HGGyoshotai", sans-serif;
    font-size: 3.5vw;
  }
  .index_slider_bg .index_slider .catchcopy_bg .catchcopy p {
    font-size: 2vw;
  }
  .index_slider_bg .index_slider .slider_slick {
    width: 100%;
    aspect-ratio: 160/79;
  }
  .index_slider_bg .index_slider .slider_slick img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .index_slider_bg {
    width: 100%;
  }
  .index_slider_bg .index_slider {
    position: relative;
  }
  .index_slider_bg .index_slider .catchcopy_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .index_slider_bg .index_slider .catchcopy_bg .catchcopy {
    color: #fff;
    text-align: center;
  }
  .index_slider_bg .index_slider .catchcopy_bg .catchcopy h1 {
    margin: 10px;
    padding: 0 10px;
    font-family: "HGGyoshotai", sans-serif;
    font-size: 8vw;
  }
  .index_slider_bg .index_slider .catchcopy_bg .catchcopy p {
    font-size: 2vw;
  }
  .index_slider_bg .index_slider .slider_slick {
    width: 100%;
  }
  .index_slider_bg .index_slider .slider_slick img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
@media (min-width: 769px) {
  #hinamatsuri {
    font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  }
  #hinamatsuri .hinamatsuri-ttl {
    position: relative;
    font-weight: 100;
    -webkit-margin-after: 13rem;
            margin-block-end: 13rem;
    background: #fff;
    color: #000;
  }
  #hinamatsuri .hinamatsuri-ttl span {
    position: absolute;
    background: #fff;
    display: block;
    font-size: 0.4em;
    text-align: center;
    margin: 0 auto;
    top: 110%;
    left: 40%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    padding: 0 50px;
  }
  #hinamatsuri h2 {
    position: relative;
    font-size: 5rem;
    font-weight: 500;
  }
  #hinamatsuri h2::before {
    width: 100%;
    display: block;
    content: attr(data-ttl);
    font-size: 0.6em;
    font-weight: 400;
  }
  #hinamatsuri h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.9rem;
  }
  #hinamatsuri h3 img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #hinamatsuri p {
    font-size: 2rem;
    line-height: 2.5em;
    backdrop-filter: blur(1px);
  }
  #hinamatsuri p strong {
    font-size: 1.5em;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #97d1d6));
    background: linear-gradient(transparent 60%, #97d1d6 60%);
  }
  #hinamatsuri figure img {
    border-radius: 15px;
  }
  #hinamatsuri .hinamatsuri-link {
    text-align: center;
  }
  #hinamatsuri .hinamatsuri-link a {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    background: #154065;
    border-radius: 37px;
    padding: 15px 80px 15px 50px;
  }
  #hinamatsuri .hinamatsuri-link a::after {
    content: "";
    width: 42px;
    height: 42px;
    background: url(../images/hinamatsuri-link_arrow.png) center/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #hinamatsuri .hinamatsuri-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hinamatsuri .hinamatsuri-gallery.kyushu-basho {
    background: #fff;
    border-radius: 15px;
    position: relative;
  }
  #hinamatsuri .hinamatsuri-gallery.kyushu-basho > img {
    position: absolute;
    width: auto;
    max-height: 360px;
    height: 30vw;
    bottom: -30px;
    right: -7%;
    overflow: hidden;
  }
  #hinamatsuri .hinamatsuri-gallery > * {
    width: calc((100% - 20px) / 2);
  }
  #hinamatsuri .hinamatsuri-gallery .hinamatsuri-link a {
    font-size: 2rem;
    border: 2px solid #154065;
    color: #154065;
    background: #fff;
  }
  #hinamatsuri .hinamatsuri-gallery .hinamatsuri-link a::after {
    width: 35px;
    height: 35px;
  }
  #hinamatsuri #intro-hinamatsuri {
    position: relative;
  }
  #hinamatsuri #intro-hinamatsuri::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-hinamatsuri.png), url(../images/illust_hinaningyo.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 4% center, 98% 200px;
    background-size: 250px, 300px;
    opacity: 0.66;
    pointer-events: none;
    z-index: -1;
  }
}
@media (min-width: 769px) and (max-width: 1700px) {
  #hinamatsuri #intro-hinamatsuri::before {
    opacity: 0.25;
  }
}
@media (min-width: 769px) {
  #hinamatsuri #hinamatsuri-food {
    position: relative;
    background: url(../images/hinamatsuri-food_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  #hinamatsuri #hinamatsuri-food::before {
    content: "";
    position: absolute;
    width: 26vw;
    aspect-ratio: 218/73;
    top: 3%;
    left: 2%;
    background: url(../images/fish2.png) no-repeat;
    background-size: contain;
  }
  #hinamatsuri #hinamatsuri-food::after {
    content: "";
    position: absolute;
    width: 10vw;
    aspect-ratio: 394/274;
    bottom: 8%;
    right: 4%;
    background: url(../images/fish3.png) no-repeat;
    background-size: contain;
  }
  #hinamatsuri #restaurant {
    background: url(../images/fish1.png), url(../images/gunpai.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left -80px bottom 250px, right 30px top 500px;
    background-size: 450px, 175px;
  }
  #hinamatsuri .hinamatsuri-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    row-gap: 2.5rem;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-margin-after: 6rem;
            margin-block-end: 6rem;
  }
  #hinamatsuri .hinamatsuri-list__content {
    width: calc((100% - 75px) / 4);
    -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  #hinamatsuri .hinamatsuri-list__content:hover .img-wrap .s-content__img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #hinamatsuri .hinamatsuri-list__content:hover .hinamatsuri-info {
    opacity: 0.5;
  }
  #hinamatsuri .hinamatsuri-list__content .img-wrap {
    overflow: hidden;
  }
  #hinamatsuri .hinamatsuri-list__content .img-wrap .s-content__img {
    aspect-ratio: 1.3333333333;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #hinamatsuri .hinamatsuri-list__content .hinamatsuri-info {
    padding: 1.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #hinamatsuri .hinamatsuri-list__content .hinamatsuri-info__cf {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px dashed #252525;
    padding-bottom: 1rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
  #hinamatsuri .hinamatsuri-list__content .hinamatsuri-info__shop-name {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  #hinamatsuri {
    font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  }
  #hinamatsuri .hinamatsuri-ttl {
    position: relative;
    font-weight: 100;
    -webkit-margin-after: 13rem;
            margin-block-end: 13rem;
    background: #fff;
    color: #000;
  }
  #hinamatsuri .hinamatsuri-ttl span {
    position: absolute;
    background: #fff;
    display: block;
    font-size: 0.4em;
    text-align: center;
    margin: 0 auto;
    top: 110%;
    left: 40%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    padding: 0 50px;
  }
  #hinamatsuri h2 {
    position: relative;
    font-size: 5rem;
    font-weight: 500;
  }
  #hinamatsuri h2::before {
    width: 100%;
    display: block;
    content: attr(data-ttl);
    font-size: 0.6em;
    font-weight: 400;
  }
  #hinamatsuri h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.6rem;
  }
  #hinamatsuri h3 img {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #hinamatsuri p {
    font-size: 1.6rem;
    line-height: 2em;
  }
  #hinamatsuri p strong {
    font-size: 1.5em;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #97d1d6));
    background: linear-gradient(transparent 60%, #97d1d6 60%);
  }
  #hinamatsuri figure img {
    width: 100%;
    border-radius: 15px;
  }
  #hinamatsuri .hinamatsuri-link {
    text-align: center !important;
  }
  #hinamatsuri .hinamatsuri-link a {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    background: #154065;
    border-radius: 37px;
    padding: 15px 80px 15px 50px;
  }
  #hinamatsuri .hinamatsuri-link a::after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/hinamatsuri-link_arrow.png) center/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #hinamatsuri .hinamatsuri-gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hinamatsuri .hinamatsuri-gallery.kyushu-basho {
    background: #fff;
    border-radius: 15px;
  }
  #hinamatsuri .hinamatsuri-gallery.kyushu-basho > img {
    position: absolute;
    width: auto;
    max-height: 360px;
    height: 40vw;
    bottom: 23%;
    right: 0;
    overflow: hidden;
  }
  #hinamatsuri .hinamatsuri-gallery > * {
    width: calc(100% - 20px);
    padding: 10px;
  }
  #hinamatsuri .hinamatsuri-gallery .hinamatsuri-link a {
    font-size: 1.6rem;
    border: 2px solid #154065;
    color: #154065;
    background: #fff;
  }
  #hinamatsuri #hinamatsuri-food {
    position: relative;
    background: url(../images/hinamatsuri-food_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
  }
  #hinamatsuri #hinamatsuri-food::before {
    content: "";
    position: absolute;
    width: 50vw;
    aspect-ratio: 218/73;
    top: 2%;
    left: 0;
    background: url(../images/fish2.png) no-repeat;
    background-size: contain;
  }
  #hinamatsuri #hinamatsuri-food::after {
    content: "";
    position: absolute;
    width: 20vw;
    aspect-ratio: 394/274;
    bottom: 3%;
    right: 4%;
    background: url(../images/fish3.png) no-repeat;
    background-size: contain;
  }
  #hinamatsuri .hinamatsuri-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    row-gap: 2.5rem;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-margin-after: 6rem;
            margin-block-end: 6rem;
  }
  #hinamatsuri .hinamatsuri-list__content {
    width: calc(100% - 20px);
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  #hinamatsuri .hinamatsuri-list__content:hover .img-wrap .s-content__img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #hinamatsuri .hinamatsuri-list__content:hover .hinamatsuri-info {
    opacity: 0.5;
  }
  #hinamatsuri .hinamatsuri-list__content .img-wrap {
    overflow: hidden;
  }
  #hinamatsuri .hinamatsuri-list__content .img-wrap .s-content__img {
    aspect-ratio: 1.3333333333;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #hinamatsuri .hinamatsuri-list__content .hinamatsuri-info {
    padding: 1.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #hinamatsuri .hinamatsuri-list__content .hinamatsuri-info__cf {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px dashed #252525;
    padding-bottom: 1rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
  #hinamatsuri .hinamatsuri-list__content .hinamatsuri-info__shop-name {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  #footer {
    background: #101e32;
    padding: 4rem;
  }
  #footer .f-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .f-wrap__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  #footer .f-wrap__ttl .ft_list {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #footer .f-wrap__ttl .ft_list ul li {
    position: relative;
    padding-left: 35px;
  }
  #footer .f-wrap__ttl .ft_list ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/icons_link.png) center no-repeat;
  }
  #footer .f-wrap a {
    display: block;
  }
  #footer .f-wrap__logo {
    width: 28rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .f-wrap__logo:hover {
    opacity: 0.5;
  }
  #footer .f-wrap .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  #footer .f-wrap .sns_wrap img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #footer .f-wrap__copyright {
    color: #fff;
    font-size: 1.4rem;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* このクラスを、jQueryで付与・削除する */
  }
  .menu .lang {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
  }
  .menu .lang .dropdown-button_ft {
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
  }
  .menu .lang .dropdown-button_ft::before {
    content: "\f0ac";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1.4rem;
    color: #ffffff;
    padding-right: 1rem;
    vertical-align: middle;
  }
  .menu .lang .dropdown-button_ft::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    padding-left: 1rem;
    vertical-align: middle;
  }
  .menu .lang .dropdown-menu_ft {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    left: -1px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #101e32;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* 初期状態は少し上に移動 */
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; /* トランジションを追加 */
  }
  .menu .lang .dropdown-menu_ft li {
    font-size: 1.4rem;
    padding: 10px;
  }
  .menu .lang .dropdown-menu_ft li a {
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    display: inline-block;
  }
  .menu .lang .show {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu .navToggle {
    display: block;
    cursor: pointer;
    z-index: 50;
    text-align: center;
  }
  .menu .navToggle span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .menu .navToggle span:nth-child(1) {
    margin-top: 0px;
  }
  .menu .navToggle span:nth-child(2) {
    margin-top: 8px;
  }
  .menu .navToggle span:nth-child(3) {
    margin-top: 8px;
  }
  .menu .active span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 8px);
    transform: rotate(-45deg) translate(-9px, 8px);
  }
  .menu .active span:nth-child(2) {
    opacity: 0;
  }
  .menu .active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .menu .globalMenu.active {
    -webkit-transform: translateY(79px);
            transform: translateY(79px);
    opacity: 1;
  }
  .menu .globalMenu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 3rem 4rem;
    background: #fff;
    color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu .globalMenu .sitemap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 2rem;
    font-size: 1.6rem;
  }
  .menu .globalMenu .sitemap li {
    width: 100%;
  }
  .menu .globalMenu .sitemap li p {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #2d2d2d;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu .globalMenu .sitemap li p::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu .globalMenu .sitemap li p:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  #footer {
    background: #101E32;
    padding: 2rem 1rem;
  }
  #footer .f-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .f-wrap__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  #footer .f-wrap__ttl .ft_list {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #footer .f-wrap__ttl .ft_list ul li {
    position: relative;
    padding-left: 35px;
  }
  #footer .f-wrap__ttl .ft_list ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/icons_link.png) center no-repeat;
  }
  #footer .f-wrap a {
    display: block;
  }
  #footer .f-wrap__logo {
    width: 28rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .f-wrap__logo:hover {
    opacity: 0.5;
  }
  #footer .f-wrap .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  #footer .f-wrap .sns_wrap img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #footer .f-wrap__copyright {
    color: #fff;
    font-size: 1.2rem;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* このクラスを、jQueryで付与・削除する */
  }
  .menu .lang {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
  }
  .menu .lang .dropdown-button_ft {
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
  }
  .menu .lang .dropdown-button_ft::before {
    content: "\f0ac";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1.4rem;
    color: #ffffff;
    padding-right: 1rem;
    vertical-align: middle;
  }
  .menu .lang .dropdown-button_ft::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    padding-left: 1rem;
    vertical-align: middle;
  }
  .menu .lang .dropdown-menu_ft {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    left: -1px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #101e32;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* 初期状態は少し上に移動 */
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; /* トランジションを追加 */
  }
  .menu .lang .dropdown-menu_ft li {
    font-size: 1rem;
    padding: 10px;
  }
  .menu .lang .dropdown-menu_ft li a {
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    display: inline-block;
  }
  .menu .lang .show {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu .navToggle {
    display: block;
    cursor: pointer;
    z-index: 50;
    text-align: center;
  }
  .menu .navToggle span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .menu .navToggle span:nth-child(1) {
    margin-top: 0px;
  }
  .menu .navToggle span:nth-child(2) {
    margin-top: 8px;
  }
  .menu .navToggle span:nth-child(3) {
    margin-top: 8px;
  }
  .menu .active span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 8px);
    transform: rotate(-45deg) translate(-9px, 8px);
  }
  .menu .active span:nth-child(2) {
    opacity: 0;
  }
  .menu .active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .menu .globalMenu.active {
    -webkit-transform: translateY(79px);
            transform: translateY(79px);
    opacity: 1;
  }
  .menu .globalMenu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 3rem 4rem;
    background: #fff;
    color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu .globalMenu .sitemap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 2rem;
    font-size: 1.6rem;
  }
  .menu .globalMenu .sitemap li {
    width: 100%;
  }
  .menu .globalMenu .sitemap li p {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #2d2d2d;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu .globalMenu .sitemap li p::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu .globalMenu .sitemap li p:hover {
    opacity: 0.5;
  }
}
/*# sourceMappingURL=style.css.map */