@charset "utf-8";
/*==========================================
common
==========================================*/
:root{
    --rightblue:#8DD0D5;
    --blue:#73AEDC;
    --fooderblue:#404B69;
    --white:#FFFFFF;
    --black:#303030;
    --contentPadding:4%;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
  font-family: "Marmelad","Kiwi Maru", sans-serif;
  font-style: normal;
  background-color: var(--white,#FFFFFF);
  line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

.top_title_main{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_title_main img{
    height: 31px;
    width: 31px;
    margin-right: 15px;
} 

h2{
    color:var(--black,#303030);
    text-align: center;
    font-family: Marmelad;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h2 img{
    height: 31px;
    width: 31px;
    margin-right: 20px;
}

.abaut_toptitle_img{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.abaut_toptitle_img::after{
    content: url('../image/waveline_black.svg');
    display: block;
}

.circle_main{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px,solid,#FFFFFF;
    
    margin: 0 auto 75px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle_main_icon{
    width: 35px;
    height: 35px;
}

.circle_main_title{
    color: #FFF;
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 4rem;
    font-weight: 400;
    line-height: normal;
}

/*=======  PC 1920px  =======*/
@media screen and (min-width: 1200px){
    h2{
        font-size: 5rem;
    }
}



.brpc{
    display: none;
}
/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .spbr{
        display: none;
    }
    .brpc{
        display: block;
    }
}


@media screen and (min-width: 720px){
    .main-visual_sea{
        height: 720px;
        width: 100%;
        object-fit: cover;
    }
}

/*=======  PC 1200px~  =======*/
@media screen and (max-width: 1200px){
    .PC_logo {
        display: none;
    }
}
@media screen and (min-width: 1200px){
    .container{
        display: flex;
    }
    .main-visual{
        width: 50%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }
    .main-visual_sea{
        object-fit: cover;
        width: 50%;
        height: 100%;
        position: fixed;
    }
    .SP_logo{
        display: none;
    }
    .PC_logo{
        display: block;
        position: fixed;
        left: 25%;
    }
    .contents{
        width: 50%;
    }
}

/*nav設定*/
.pc_navigation{
    display: none;
}
.navigation{
    background: #FFFFFF;
    padding: 50px 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: 0.4s;
}

.nav_item a{
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 30px 0;
}

.nav_item img{
    display: inline-block;
    width: 25px;
    height: 31px;
    margin: auto 0;
    transform: translateY(10px);
}

.nav_circle{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
}


.nav_EN{
    color: var(--black,#303030);
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90px;
}

.nav_JP{
    color: var(--black,#303030);
    font-family: "Kiwi Maru";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 70px;
}


#circle_about,#circle_about_sp{
    background-color: #C8A5D1;
    border: 2px solid #FFFFFF;
}

#circle_shop,#circle_shop_sp{
    background-color: #92D791;
    border: 2px solid #FFFFFF;
}

#circle_news,#circle_news_sp{
    background-color: #E7DCA4;
    border: 2px solid #FFFFFF;
}

#circle_eat,#circle_eat_sp{
    background-color: #D58D8D;
    border: 2px solid #FFFFFF;
}

#circle_learn,#circle_learn_sp{
    background-color: #97A6DD;
    border: 2px solid #FFFFFF;
}

#circle_meat,#circle_meat_sp{
    background-color: #E3B59B;
    border: 2px solid #FFFFFF;
}


/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .spbr{
        display: none;
    }
    .brpc{
        display: block;
    }
}

/*=======  PC 1200px~  =======*/

@media screen and (min-width: 1200px){
    .pc_navigation{
        position: fixed;
        display: flex;
        z-index: 100;
    }
    .navigation,.header_btn_open{
        display: none;
    }
    .nav_list{
        background-image: url(../image/header_blue.gif);
        background-color: var(--white,#FFFFFF);
        background-repeat: no-repeat;
        background-size:100% auto;
        position: fixed;
        top: 0;
        left: 50%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .nav_item a {
        display: block;
    }
    .nav_item{
        float: left;
        text-align: center;
    }
    .nav_list{
        padding: 10px 0;
        background-size: 100% 40px;
    }
    .nav_item a{
        margin:0 15px;
    }
    .nav_circle{
        margin: 0 auto;
    }
    .nav_EN{
        font-size: 1.4rem;
    }
}

/*=======  PC 1920px  =======*/
@media screen and (min-width: 1920px){
    .nav_EN {
        font-size: 2rem;
    }
    .nav_JP {
        font-size: 1.6rem;
        width: 100px;
    }
    .nav_list {
        height: 170px;
    }
    .nav_item a {
        margin: 0 20px;
    }
    .nav_list{
        background-size: 100% 40px;
    }
}
 
/*==========================================
header
==========================================*/
.header_btn{
    z-index: 100;
}

.header_btn_cercle{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 0 0 0 100%;;
    position: fixed;
    top: -10px;
    right: 0;
    z-index: 50;
}

.header_btn_ham{
    width: 48px;
    height: 32px;
}

.header_btn img{
    display: block;
    position: fixed;
    top:15px;
    right: 15px;
    z-index: 51;
}

.header_btn_open div{
    background-color: var(--fooderblue,#404B69);
    border: 3px solid var(--white,#FFFFFF);
}

.header_btn_close div{
    background-color: var(--rightblue,#8DD0D5);
}

.nav_btn{
    width: 40px;
}


/*==========================================
mainvisual
==========================================*/
 
.main-visual{
    position: relative;
    background-color:var(--white);
}

.main-visual{
    position: relative;
    background-color:var(--white);
}

.main-visual_logo{
    width: 210px;
    height: 150px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.SP_logo{
    left: 50%;
    position: absolute;
}

.main-visual_sea{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    opacity: 0.4;
}


/*=======  PC 1200px  =======*/
@media screen and (min-width: 1200px){
    .main-visual_logo{
        width: 210px;
        height: 150px;
        z-index: 50;

        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .SP_logo{
        left: 50%;
        position: absolute;
    }

    .contents{
        opacity: 0;
        transition: opacity 2s ease-in-out;
    }

    .main-visual_sea{
        aspect-ratio: 1 / 1;
        object-fit: cover;
        opacity: 0.4;
        
        opacity: 0;
        transition: opacity 0.5s ease-in-out, width 1s ease-in-out, left 1s ease-in-out;

        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .show-logo .main-visual_logo{
        opacity: 1;
    }

    .show-photo .main-visual_sea{
        opacity: 1;
    }

    .show-right-section .contents{
        opacity: 1;
    }
    /* 横に移動するアニメーション */
    .move-logo .main-visual_logo{
            transform: translate(-200%,-50%);
    }

    .move-photo .main-visual_sea{
        width: 50%;
        right: 50%;
        opacity: 0.6;
    }
}

/*=======  PC 1366px  =======*/
@media screen and (min-width: 1366px){
    .move-logo .main-visual_logo{
        transform: translate(-220%,-50%);
    }
}

/*=======  PC 1536px  =======*/
@media screen and (min-width: 1536px){
    .move-logo .main-visual_logo{
        transform: translate(-225%,-50%);
    }
}


/*=======  PC 1600px  =======*/
@media screen and (min-width: 1600px){
    .move-logo .main-visual_logo{
        transform: translate(-235%,-50%);
    }
}

/*=======  PC 1650px  =======*/
@media screen and (min-width: 1650px){
    .move-logo .main-visual_logo{
        transform: translate(-245%,-50%);
    }
}

/*=======  PC 1750px  =======*/
@media screen and (min-width: 1750px){
    .move-logo .main-visual_logo{
        transform: translate(-260%,-50%);
    }
}


/*=======  PC 1750px  =======*/
@media screen and (min-width: 1850px){
    .move-logo .main-visual_logo{
        transform: translate(-275%,-50%);
    }
}

/*=======  PC 1920px  =======*/
@media screen and (min-width: 1920px){
    .move-logo .main-visual_logo{
        transform: translate(-290%,-50%);
    }
}


/*=======  PC 2200px  =======*/
@media screen and (min-width: 2200px){
    .move-logo .main-visual_logo{
        transform: translate(-310%,-50%);
    }
}

/*=======  PC 2560px  =======*/
@media screen and (min-width: 2560ppx){
    .move-logo .main-visual_logo{
        transform: translate(-370%,-50%);
    }
}
/*==========================================
topbtn
==========================================*/

.top_btn{
    background-image: url(../image/turtle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    transform: scale(1, -1);
    position: fixed;
    bottom: 25px;
    right: 6.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 15px;
    z-index: 80;
    opacity: 1;
    flex-direction: column;
}


#top_btn.active{
    opacity: 0;
}

.top_btn p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: scale(1, -1);
}

#top_btn_yazirushi{
    transform: scale(1, -1);
}

#top_btn_back{ 
    transform: scale(1, 1);
    bottom: 15px;
    right: 6.6%;
    opacity: 0;
}

#top_btn_back.active{
    opacity: 1;
}

#top_btn_back p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: scale(1, 1);
}
/*==========================================
SNSアイコン
==========================================*/
.instagram{
    margin: 0 var(--contentPadding,4%);
    background-color: var(--white,#FFFFFF);
    border-radius:25px;
    padding: 15px;
    max-width: 500px;
}

.sns_icon{
    text-align: center;
    margin: 25px auto 0;
}

.sns_icon li{
    display: inline-block;
}

.sns_icon a:hover{
    opacity: 0.6;;
}
.instagram_img{
    height: 40px;
    width: 40px;
}

.facebook_img{
    margin-left: 10px;
}

/*=======  PC 550px~719px  =======*/
@media screen and (min-width: 550px){
    .instagram{
        margin: 0 auto;
    }
}
/*==========================================
fooder
==========================================*/

.footer{
    background-image: url(../image/background_fooderblue.gif);
    background-size: cover;
    padding: 150px 30px 50px;
    margin-top: -150px;

    z-index: 15;
    position: relative;
}

.footer_logo{
    display: block;
    margin: 0 auto;
    background-color: var(--white,#FFFFFF);
    padding: 10px;
    width: 200px;
}

.footer_logo:hover{
    opacity: 0.7;
}

.footer_copyright{
    color: var(--white,#FFFFFF);
    text-align: center;
    font-family: Marmelad;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .footernav{
        display: flex;
        justify-content: center;
    }
    #sns_icon_footer{
        text-align: start;
        transform: translateX(-5px);
    }
    .footer_detail{
        margin-left: 40px;
    }
}


/*=======  PC 1200px  =======*/
@media screen and (min-width: 1200px){
    .footer{
        padding: 100px 30px 50px;
    }
}

/* .navigation.active 表示*/
.navigation.active{
    transform:translateX(0)
}


/*==========================================
whitewave
==========================================*/

.background_wave{
    object-fit: cover;
    height: 75px;
    margin-bottom: 10px;
}
/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .background_wave{
        width: 100%;
        height: auto;
    }
}


/*==========================================
fadeIn
==========================================*/
.catchphrase .city_smallbox{
    opacity: 0;
}
.fadeIn{
    transform:translate(0,50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0,0);
    opacity: 1;
}

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
