@charset "UTF-8";

body {
    font-size: 16px;
    background-color: #EDF8FF;
    letter-spacing: 1px;
    color:#222;
    /* font-family: "Noto Sans JP", 'Outfit', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif; */
    font-family: YakuHanJP,"din-2014", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sp-block{
    display: none;
}
.sp-non{
    display: block;
}
.logo {
    position: absolute;
    width: 350px;
    left: 5%;
    top: 0%;
    z-index: 9999;
}
.inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.mv{
    width: 65%;
    margin: 0 0 0 auto; 
}
#slideshow .mv{
    width: 100%;
    margin: 0 0 0 auto; 
}
.breadcrumbs{
    font-size: 12px;
}

.-flex {
    display: flex;
}

a {
    text-decoration: none;
}
.fs-1-5{
    font-size: 1.5rem;
}
.p-rel {
    position: relative;
}

.p-ab {
    position: absolute;
}

.bg-key-blue {
    background-color: #004EA2;
}

.c-key-blue {
    color: #004EA2;
}

.c-white {
    color: #fff;
}
.txt-c{
    text-align: center;
}
.bg-white {
    background-color: #fff;
}
.news_detail .p-rel{
    position: inherit;
}
.fb {
    font-weight: bold;
}
.txt-center{
    text-align: center;
}
.margin-right{
    margin: 0 0 0 auto;
    text-align: right;
}
.b-bottom{
   border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.justify-c{
    justify-content: center;
}
.justify-sb{
    justify-content: space-between;
}
.justify-se{
    justify-content: space-evenly;
}
.justify-sa{
    justify-content: space-around;
}
.f-wrap{
    flex-wrap: wrap;
}
.mt20{
    margin-top: 20px;
}
.mt50{
    margin-top: 50px;
}
.m50{
    margin: 50px 0;
}
.shoplist{
    margin-top: 150px;
}
/*　ハンバーガーメ.;ニューボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 0px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background-color: #004EA2;
    text-align: center;
}


.hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger p {
    font-size: 10px;
    color: #fff;
    margin-top: 33px;
}

.hamburger span:nth-child(1) {
    top: 10px;
    width: 30px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);

}

/* メニュー背景　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
    padding-top: 50px;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    transition: all 0.6s;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    transition: .4s all;
    transition: all 0.3s;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

.nav1:hover {
    background-image: url(../images/sp-bg1.png);
    animation-name: bgChange;
    animation-delay: 0s;
    animation-duration: 1s;
}
@keyframes bgChange{
    0%{
        background-color:rgba(255,255,255,1);
        background-blend-mode:lighten;
    }
    
    100%{
        background-color:rgba(255,255,255,0);
        background-blend-mode:lighten;
    }
  }

.nav2:hover {
    background-image: url(../images/sp-bg2.png);
    animation-name: bgChange;
    animation-delay: 0s;
    animation-duration: 1s;
}

.nav3:hover {
    background-image: url(../images/sp-bg3.png);
    animation-name: bgChange;
    animation-delay: 0s;
    animation-duration: 1s;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateY(0%);
}

.globalMenuSp ul a {
    color: #000;
}

.globalMenuSp ul li {
    width: 30%;
    border-bottom:1px solid #f0f0ee;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.globalMenuSp ul li div {
    background-color: #fff;
    padding: 10%;
    margin: 10%;
}

.globalMenuSp ul li p:first-child {
    font-size: 2rem;
}

.globalMenuSp ul li p:last-child {
    font-size: 1rem;
}

nav.globalMenuSp ul.l-globalNav_list{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content:center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

}
.l-globalNav_list li {
    margin: 0 20px;
    width: calc(33.333% - 40px);
}
.globalMenuSp ul li.m-linkList_item {
    border: none;
    width: 28%;
    border-bottom: 2px solid #f0f0ee;
    line-height: 1.6;
}
.globalMenuSp ul li.m-linkList_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 16px 36px 16px 10px;
    height: 100%;
    text-decoration: none;
    color: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.globalMenuSp ul li.m-linkList_item a:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0%;
    -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    background: #f7f7f6;
}

.menu-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.menu-title.sub {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.sp-menu-border {
    position: relative;
}

.sp-menu-border::after {
    position: absolute;
    content: "";
    width: 0%;
    bottom: -30%;
    left: 0%;
    background-color: #004EA2;
    height: 2px;
}

.nav1:hover .sp-menu-border::after {
    animation: menu-border 0.6s forwards linear;
}

.nav2:hover .sp-menu-border::after {
    animation: menu-border 0.6s forwards linear;
}

.nav3:hover .sp-menu-border::after {
    animation: menu-border 0.6s forwards linear;
}

@-webkit-keyframes menu-border {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes menu-border {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.globalMenuSp button {
    background-color: #004EA2;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    width: 300px;
    border: none;
}


.animation_text {
    overflow: hidden;
   margin-top: -160px;
}

.roop_text {
    color: #24327c;
    white-space: nowrap;
    animation: text_scroll 20s linear infinite;
    position: sticky;
    padding-left: 100%;
    font-size: 15rem;
    top: -57px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    mix-blend-mode: color-dodge;
    z-index: 5;
}

@keyframes text_scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

footer{
    background-color: #000;
    padding:50px 0; 
    position: relative;
    z-index: -2;
}
.footer_list{
    line-height: 2;
}
.footer_list-item{
    margin-right: 40px;
}
.footer_copy{
    padding: 30px 0 10px;
    text-align: center;

}
.contact{
    top: -25%;
    left: 23%;
    padding-top: 30px;
    width: 58%;
}
.contact img {
    display: inline;
    width: 50px;
    margin-right: 10px;
}
.contact h2{
    font-size: 2rem;
    padding-left: 30px;
    padding-bottom: 30px;
}
.contact-flex{
    border-top: 1px solid #fff;
}
.bt-black{
    border-top: 1px solid #000;
}
.contact-flex-item{
    padding: 10% 3%;
    width: 50%;
}
.contact-flex-item p{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.contact-flex-item a{
    color: #fff;
}
.contact-flex-item:last-child{
    border-left: 1px solid #fff;
}
.contact button{
    position: relative;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
    width: 100%;
}
.button_02{
    padding: 30px 180px;
    outline: none;
    margin: 50px auto;
    display: block;
    border: none;
    font-size: 24px;
}
.footer_contact dt{
    font-size: 1.3rem;
}
.footer_contact button{
    padding: 10px 40px;
    border-radius: 50px;
    margin: 20px 0;
    color:#fff;
    outline: none;
    border: none;
    border: 1px solid #004EA2;
    transition: all 0.6s;
}
.footer_contact button:hover{
 background-color: #fff;
 color:#004EA2;
 border:1px solid #004EA2;
}

.footer_menu{
    width: 400px;
    justify-content: space-around;
}
.wp-pagenavi {
    /* clear: both; */
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none!important;
    padding: 38px 5px;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    margin: 0 4px!important;
}

.media_logo{
    width: 100%;
    margin-top: 10px;
}