@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;
}

@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: 100%;
    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;
    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;
    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: 4vw;
  }
  .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%;
    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: 9.5vw;
  }
  .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;
    filter: brightness(0.7);
  }
}
@media (min-width: 769px) {
  #sumo {
    font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  }
  #sumo .sumo-ttl {
    position: relative;
    font-weight: 100;
    margin-block-end: 13rem;
    background: #fff;
    color: #000;
  }
  #sumo .sumo-ttl span {
    position: absolute;
    background: #fff;
    display: block;
    font-size: 0.4em;
    text-align: center;
    margin: 0 auto;
    top: 110%;
    left: 40%;
    transform: translateX(-30%);
    padding: 0 50px;
  }
  #sumo h2 {
    position: relative;
    font-size: 5rem;
    font-weight: 500;
  }
  #sumo h2::before {
    width: 100%;
    display: block;
    content: attr(data-ttl);
    font-size: 0.6em;
    font-weight: 400;
  }
  #sumo h3 {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 3.9rem;
  }
  #sumo h3 img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sumo p {
    font-size: 2rem;
    line-height: 2.5em;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  #sumo p strong {
    font-size: 1.5em;
    font-weight: normal;
    background: linear-gradient(transparent 60%, #97d1d6 60%);
  }
  #sumo figure img {
    border-radius: 15px;
  }
  #sumo .sumo-link {
    text-align: center;
  }
  #sumo .sumo-link a {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    background: #154065;
    border-radius: 37px;
    padding: 15px 80px 15px 50px;
  }
  #sumo .sumo-link a::after {
    content: "";
    width: 42px;
    height: 42px;
    background: url(../images/sumo-link_arrow.png) center/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
  #sumo .sumo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sumo .sumo-gallery.kyushu-basho {
    background: #fff;
    border-radius: 15px;
    position: relative;
  }
  #sumo .sumo-gallery.kyushu-basho > img {
    position: absolute;
    width: auto;
    max-height: 330px;
    height: 30vw;
    bottom: -8%;
    right: -60px;
    overflow: hidden;
  }
  #sumo .sumo-gallery > * {
    width: calc((100% - 20px) / 2);
  }
  #sumo .sumo-gallery .sumo-link a {
    font-size: 2rem;
    border: 2px solid #154065;
    color: #154065;
    background: #fff;
  }
  #sumo .sumo-gallery .sumo-link a::after {
    width: 35px;
    height: 35px;
  }
  #sumo #intro-sumo {
    background-image: url(../images/zabuton.png), url(../images/rikishi.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 5% center, 95% 200px;
    background-size: 200px, 250px;
  }
  #sumo #sumo-food {
    position: relative;
    background: url(../images/sumo-food_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  #sumo #sumo-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;
  }
  #sumo #sumo-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;
  }
  #sumo #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;
  }
  #sumo .sumo-list {
    display: flex;
    gap: 2.5rem;
    row-gap: 2.5rem;
    flex-flow: wrap;
    margin-block-end: 6rem;
  }
  #sumo .sumo-list__content {
    width: calc((100% - 75px) / 4);
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  #sumo .sumo-list__content:hover .img-wrap .s-content__img {
    transform: scale(1.2);
  }
  #sumo .sumo-list__content:hover .sumo-info {
    opacity: 0.5;
  }
  #sumo .sumo-list__content .img-wrap {
    overflow: hidden;
  }
  #sumo .sumo-list__content .img-wrap .s-content__img {
    aspect-ratio: 1.3333333333;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.2s;
  }
  #sumo .sumo-list__content .sumo-info {
    padding: 1.6rem;
    transition: 0.2s;
  }
  #sumo .sumo-list__content .sumo-info__cf {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px dashed #252525;
    padding-bottom: 1rem;
    margin-block-end: 1rem;
  }
  #sumo .sumo-list__content .sumo-info__shop-name {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  #sumo {
    font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  }
  #sumo .sumo-ttl {
    position: relative;
    font-weight: 100;
    margin-block-end: 13rem;
    background: #fff;
    color: #000;
  }
  #sumo .sumo-ttl span {
    position: absolute;
    background: #fff;
    display: block;
    font-size: 0.4em;
    text-align: center;
    margin: 0 auto;
    top: 110%;
    left: 40%;
    transform: translateX(-30%);
    padding: 0 50px;
  }
  #sumo h2 {
    position: relative;
    font-size: 5rem;
    font-weight: 500;
  }
  #sumo h2::before {
    width: 100%;
    display: block;
    content: attr(data-ttl);
    font-size: 0.6em;
    font-weight: 400;
  }
  #sumo h3 {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 2.6rem;
  }
  #sumo h3 img {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sumo p {
    font-size: 1.6rem;
    line-height: 2em;
  }
  #sumo p strong {
    font-size: 1.5em;
    font-weight: normal;
    background: linear-gradient(transparent 60%, #97d1d6 60%);
  }
  #sumo figure img {
    width: 100%;
    border-radius: 15px;
  }
  #sumo .sumo-link {
    text-align: center !important;
  }
  #sumo .sumo-link a {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    background: #154065;
    border-radius: 37px;
    padding: 15px 80px 15px 50px;
  }
  #sumo .sumo-link a::after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/sumo-link_arrow.png) center/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
  #sumo .sumo-gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sumo .sumo-gallery.kyushu-basho {
    background: #fff;
    border-radius: 15px;
  }
  #sumo .sumo-gallery.kyushu-basho > img {
    position: absolute;
    width: auto;
    max-height: 360px;
    height: 40vw;
    bottom: 23%;
    right: 0;
    overflow: hidden;
  }
  #sumo .sumo-gallery > * {
    width: calc(100% - 20px);
    padding: 10px;
  }
  #sumo .sumo-gallery .sumo-link a {
    font-size: 1.6rem;
    border: 2px solid #154065;
    color: #154065;
    background: #fff;
  }
  #sumo #sumo-food {
    position: relative;
    background: url(../images/sumo-food_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
  }
  #sumo #sumo-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;
  }
  #sumo #sumo-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;
  }
  #sumo .sumo-list {
    display: flex;
    gap: 2.5rem;
    row-gap: 2.5rem;
    flex-flow: wrap;
    margin-block-end: 6rem;
  }
  #sumo .sumo-list__content {
    width: calc(100% - 20px);
    margin: 0 auto;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  #sumo .sumo-list__content:hover .img-wrap .s-content__img {
    transform: scale(1.2);
  }
  #sumo .sumo-list__content:hover .sumo-info {
    opacity: 0.5;
  }
  #sumo .sumo-list__content .img-wrap {
    overflow: hidden;
  }
  #sumo .sumo-list__content .img-wrap .s-content__img {
    aspect-ratio: 1.3333333333;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.2s;
  }
  #sumo .sumo-list__content .sumo-info {
    padding: 1.6rem;
    transition: 0.2s;
  }
  #sumo .sumo-list__content .sumo-info__cf {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px dashed #252525;
    padding-bottom: 1rem;
    margin-block-end: 1rem;
  }
  #sumo .sumo-list__content .sumo-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: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .f-wrap__ttl {
    display: flex;
    justify-content: space-between;
    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;
    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;
    transition: 0.2s;
  }
  #footer .f-wrap__logo:hover {
    opacity: 0.5;
  }
  #footer .f-wrap .sns_wrap {
    display: flex;
    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: flex;
    gap: 2rem;
    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;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    opacity: 0;
    transform: translateY(-10px); /* 初期状態は少し上に移動 */
    transition: opacity 0.3s ease, 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;
    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;
    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) {
    transform: rotate(-45deg) translate(-9px, 8px);
  }
  .menu .active span:nth-child(2) {
    opacity: 0;
  }
  .menu .active span:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .menu .globalMenu.active {
    transform: translateY(79px);
    opacity: 1;
  }
  .menu .globalMenu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 3rem 4rem;
    background: #fff;
    color: #000;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
  }
  .menu .globalMenu .sitemap {
    flex: 1;
    display: flex;
    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;
    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;
    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: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .f-wrap__ttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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;
    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;
    transition: 0.2s;
  }
  #footer .f-wrap__logo:hover {
    opacity: 0.5;
  }
  #footer .f-wrap .sns_wrap {
    display: flex;
    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: flex;
    gap: 2rem;
    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;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    opacity: 0;
    transform: translateY(-10px); /* 初期状態は少し上に移動 */
    transition: opacity 0.3s ease, 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;
    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;
    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) {
    transform: rotate(-45deg) translate(-9px, 8px);
  }
  .menu .active span:nth-child(2) {
    opacity: 0;
  }
  .menu .active span:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .menu .globalMenu.active {
    transform: translateY(79px);
    opacity: 1;
  }
  .menu .globalMenu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 3rem 4rem;
    background: #fff;
    color: #000;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
  }
  .menu .globalMenu .sitemap {
    flex: 1;
    display: flex;
    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;
    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;
    transform: translateY(-50%);
  }
  .menu .globalMenu .sitemap li p:hover {
    opacity: 0.5;
  }
}
/*# sourceMappingURL=style.css.map */