/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/***********************************
 * 共通 : commons
 **********************************/
.ff-playfair {
    font-family: 'Playfair Display', serif;
}
.ff-playfair-bold {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}

/***********************************
 * commons-access :
 **********************************/
.entry-content .commons-access__title {
    font-size: 3rem;
    margin-top: 0;
    line-height: 1.1;
    color: #ffffff;
}
.commons-access__img {
    max-width: 1000px;
    margin-right: auto;
    position: relative;
    z-index: 0;
    border: 7px solid rgba(225, 225, 225, 0.9);
}
.commons-access__shop-img {
    max-width: 500px;
}
#map.commons-access__gmap {
    box-sizing: border-box;
    width: 100%;
    /* max-height: 400px; */
    overflow: hidden;
}
#map.commons-access__gmap .g-map_inner {
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
#map.commons-access__gmap .g-map_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***********************************
 * commons-footer :
 **********************************/
.footer-main {
    position: relative;
}
.footer-main .footer-shop-info {
    overflow: hidden;
    padding-top: 220px;
    margin-top: -220px;
}
.footer-body__shop-name {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.5rem;
}
.footer-body__info {
    display: table;
    margin-top: 2rem;
}
.footer-body__info-row {
    display: table-row;
}
.footer-body__info-title {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding-bottom: 1rem;
}
.footer-body__info-text {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1rem;
}
.footer-body__bg {
    position: absolute;
    top: 59px;
    right: -17%;
    width: 420px;
}
.footer-body__bg img {
    width: clamp(400px, 35vw, 600px);
    overflow: hidden;
}
.footer-nav__menu {
    align-items: flex-end;
    line-height: 1.3;
    gap: 5px;
}
/***********************************
 * commons-header :
 **********************************/
body:not(.is-transparent) .site-header {
    background-color: rgba(30, 30, 30, 0.2);
}
.site-header .container {
    margin-right: 50px; /* メニュー右寄せ */
}
.site-branding {
    transform: translateY(-100%);
}
.global-nav {
    font-size: 1.5em; /*メニュー文字サイズ*/
}

/***********************************
 * top-key : key-view
 **********************************/
#key-view {
    width: 100%;
    height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.key-logo__wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}
.key-logo__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/***********************************
 * top-head : mainvisual-items
 **********************************/
.head-items .head-text-img {
    max-width: 300px;
}
.head-items .head-item-img {
    position: relative;
    margin-top: -20%;
    z-index: -1;
    width: 75%;
}
.g-row-60gap {
    grid-row-gap: 60px;
}
/***********************************
 * top-menu : slack slider
 **********************************/
/* menu slick slider 矢印 */
.slick-prev,
.slick-next {
    top: -59%;
    width: 50px;
    height: 0px;
}
.slick-prev:before,
.slick-next:before {
    font-size: 50px; /*上記 width と合わせる*/
}
.slick-prev {
    left: 3%;
}
.slick-next {
    right: 3%;
}

.menu-items-inner .slick-slide img {
    width: calc(100% - 30px); /*画像左右に余白*/
    /* transform: skew(-5deg); */
    border-radius: 30px;
}
.menu-items-inner .slick-list {
    padding-right: 50em; /* 右スライド分表示用 */
    margin-right: -50em; /* 右スライド分表示用 */
}

div[class^='menu-item-'] .mask {
    width: calc(100% - 30px); /*画像に対してマスク幅を合わせる*/
    margin: auto; /*マスクの中央寄せ*/
    /* transform: skew(-5deg); */
    border-radius: 30px;
}
div[class^='menu-item-'] .mask .menu-name {
    font-size: 1.5em;
    /* transform: skew(5deg); */
}
/* div[class^='menu-item-'] .mask .menu-description {
    transform: skew(5deg);
} */
.menu-items-inner .slick-track {
    text-align: -webkit-center; /*画像の中央寄せ*/
}

/************************************
 * top-instagram : view
 ***********************************/
.instagram-gallery {
    max-width: 640px;
    margin: 0 auto 80px;
}
.instagram-gallery__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.instagram-gallery__item {
    min-width: 33.333%;
    width: 33.333%;
    padding: 0px;
}
ul.instagram-gallery__list {
    padding-left: 0; /* ul特有の内部余白削除 */
}
ul.instagram-gallery__list:hover li a:not(:hover) {
    -webkit-filter: blur(3px) brightness(110%);
    filter: blur(3px) brightness(110%);
    visibility: visible;
}

li.instagram-gallery__item {
    position: relative;
    margin: 0;
    list-style: none;
    transition: all 0.3s ease-in;
}
/* li.instagram-gallery__item:nth-child(odd) {
} */
li.instagram-gallery__item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 7px, transparent 0, transparent 14px);
    transition: all 0.3s;
}
li.instagram-gallery__item:hover::before {
    visibility: visible;
    top: 10px;
    left: 10px;
}
li.instagram-gallery__item a {
    display: block;
    transform: scale(1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}
li.instagram-gallery__item:hover a {
    transform: scale(1.07);
    position: relative;
    z-index: 100;
    transition: all 0.3s ease-in;
}
.img__item {
    padding-top: 100%;
    height: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
}
/************************************
 * top-instagram : img
 ***********************************/
.blog-bg {
    position: absolute;
    top: -32%;
    right: -35%;
    z-index: -1;
}
.entry-content .blog-bg__title {
    position: absolute;
    bottom: 20%;
    right: 35%;
    z-index: 1;
    font-size: 2.5rem;
    margin-top: 0;
    line-height: 1.1;
}

/************************************
 * top-special movie : text & img & icon
 ***********************************/
.entry-content .top-movie__title {
    font-size: 3rem;
    margin-top: 0;
    line-height: 1.1;
}
.top-movie__video-img {
    position: relative;
    max-width: 900px;
    margin-left: auto;
}
a .video-img {
    position: relative;
    z-index: -1;
    border: 7px solid rgba(30, 30, 30, 0.9);
}
.top-movie__video-img::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: '\f144';
    color: rgba(30, 30, 30, 0.5);
    font-size: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: -1;
    transition: ease-in 0.2s;
}
.top-movie__video-img:hover::after {
    color: rgba(255, 30, 30, 0.8);
    transform: translate(-50%, -50%) scale(1.15, 1.15);
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
    .head-items .head-item-img {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    /* menu slick slider 矢印 */
    .slick-prev,
    .slick-next {
        top: -80%;
        width: 50px;
        height: 0px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 50px; /*上記 width と合わせる*/
    }
    .slick-prev {
        left: 26%;
    }
    .slick-next {
        right: 26%;
    }

    #map.commons-access__gmap .g-map_inner {
        padding-top: 115%;
    }
    #map.commons-access__gmap {
        max-height: 450px;
    }
    .footer-body__shop-name {
        font-size: 5.5rem;
        text-shadow: 1px 1px 9px #191919;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    /* menu slick slider 矢印 */
    .slick-prev,
    .slick-next {
        top: -64%;
    }
    .slick-prev {
        left: 31%;
    }
    .slick-next {
        right: 31%;
    }

    .footer-body__bg {
        top: 59px;
        right: -5%;
    }
    .entry-content .top-movie__title,
    .entry-content .commons-access__title {
        font-size: 5rem;
    }
    .top-movie__video-img {
        margin-left: auto;
        margin-top: -10.28%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    /* menu slick slider 矢印 */
    .slick-prev,
    .slick-next {
        top: -52%;
    }
    .slick-prev {
        left: 35%;
    }
    .slick-next {
        right: 35%;
    }

    .footer-body__bg {
        top: -10px;
        right: -2%;
        width: auto;
    }
    .blog-bg {
        right: -25%;
    }
    .commons-access__img {
        margin-top: -3.5%;
    }
    #map.commons-access__gmap {
        width: 500px;
        max-height: 500px;
    }
}

/************************************
 * テーマ仕様の微調整設定
 ***********************************/
/* コンテンツエリアとフッターエリアにできる余白調整 */
.no-title .site-content {
    margin-bottom: -25px;
}
/* SNSリンクアイコンのbgcolor変更 */
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #000000;
}
/* モバイル時のみ最新記事一覧の右余白削除 */
.wp-block-latest-posts.is-grid li {
    margin: 0 0 16px 0;
}
/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
    .wp-block-latest-posts.is-grid li {
        margin: 0 16px 16px 0;
    }
}
