@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*********************************
 * ヘッダー
 *********************************/
#wrapper {
    padding-top: 0;
}

.hamburger_menu {
    position: absolute;
}

.header_bar {
    position: relative;
}

/*********************************
 * コンテンツ
 *********************************/

.top{
    position: relative;
}
.top__mv {
    opacity: 0;
    filter: blur(5px);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    transition:
        opacity 1000ms 2000ms ease-out,
        filter 800ms 2000ms ease-out;
}
.top__mv.is-visible {
    filter: blur(0);
    opacity: 1;
}
.top__logo{
    opacity: 0; /* jsで 0.5 に変更 */
    transition: opacity 1000ms 200ms ease-out;
    width: 504px;
    position: absolute;
    top:32%;
    left: 49%;
    transform: translate(-50%,-50%);
    margin-top: 60px;
}
.top__logo.is-visible {
    opacity: 0.5;
}
.top__down-arrow{
    width: 39px;
    position: absolute;
    bottom: 55px;
    right: 30px;
}
.about__product{
    padding-bottom: 245px;
    padding-left: 20px;
    padding-right: 20px;
}
.product__items{
    position: relative;
    padding-top: 290px;
    max-width: 1080px;
    margin: auto;
}
.pigeons{
    max-width: min(345px, 40%);
    width: 100%;
    position: absolute;
    right: 5%;
    top: 20%;
}
.product__heading {
    position: absolute;
    min-height: 440px;
    width: 80px;
    bottom: 18%;
}
.rt-heading {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
}
@media  screen and (max-width: 768px) {
    .rt-heading--space-left {
        margin-left: 20px;
    }
}
@media  screen and (max-width: 414px) {
    .rt-heading--space-left2 {
        margin-left: 20px;
    }
    .logo__lead {
        margin-left: -20px;
    }
}
.rt-heading--vertical {
    writing-mode: vertical-rl;
}
.rt-heading__en {
    font-size: 18px;
    color: #45BFB6;
    letter-spacing: 0.1em;
    text-orientation: sideways;
}
.rt-heading__ja {
    font-size: 38px;
    font-weight: 500;
    text-orientation: upright;
    letter-spacing: 0.1em;
}
.product__textarea{
    padding-left: min(175px, 33%);
    padding-bottom: 77px;
}
.product__list_sp {
    display: none;
}
.product__list_pc{
    width: 245px;
    margin-bottom: 43px;
}
.text{
    font-family: "Noto Sans JP";
    font-size: 17px;
    line-height: 3;
    letter-spacing: 0.1em;
}
.product__img{
    max-width: 1080px;
    width: 100%;
    height: 433px;
    margin: auto;
    display: block;
}

.bland__concept{
    background-color: #EBF8F0;
    border-radius: 30px;
    padding-bottom: 150px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.concept__list{
    position: relative;
}
.older-man{
    position: absolute;
    width: 116px;
    top: -8%;
    right: 18%;
}
.concept__lead{
    position: absolute;
    top: 17%;
    left: 30%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wavy{
    max-width: 330px;
}
.concept-text{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 100%;
    margin: auto;
}
.concept__items{
    padding-bottom: 80px;
    padding-top: 300px;
    margin: auto;
    position: relative;
}
.dog{
    width: 126px;
    aspect-ratio: 126/248;
    position: absolute;
    bottom: 100px;
    left: -20px;
}
.concept__textarea{
    max-width: 1006px;
    line-height: 3;
    letter-spacing: 0.05em;
    padding-left: 326px;
}
.concept-img{
    max-width: 1080px;
    width: 100%;
    aspect-ratio: 1080/433;
    height: auto;
    margin: auto;
    display: block;
}
.logo__concept {
    padding-left: 20px;
    padding-right: 20px;
}
.logo__items{
    max-width: 1080px;
    display: flex;
    margin: auto;
    margin-top: 185px;
    margin-bottom: 56px;
}
.logo__text{
    display: flex;
    flex-flow: wrap;
}
.logo__lead{
    max-width: 340px;
    width: 100%;
    margin-bottom: 54px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.logo__textarea{
    max-width: 441px;
    font-family: "Noto Sans JP";
    font-size: 17px;
    line-height: 3;
    letter-spacing: 0.05em;
}
.logo__img{
    flex-wrap: wrap;
    margin-left: 76px;
    display: flex;
}
.logo__rtf{
    max-width: 411px;
    width: 100%;
    margin: auto;
    margin-top: 66px;
}
.logo{
    max-width: 557px;
    width: 100%;
    margin-top: 41px;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}


.about__raghtacto{
    background-color: #F9F9F9;
    padding: 0 32px;
    border-radius: 30px;
    padding-bottom: 90px;
    text-align: center;
    max-width: 1080px;
    margin: auto;
}
.rt__lead{
    max-width: 600px;
    width: 100%;
    padding-top: 174px;
    margin: 0 auto;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 2;
}
.rt__textarea{
    max-width: 720px;
    width: 100%;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 17px;
    line-height: 3;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 75px;
    margin-bottom: 23px;
}
.rt__textarea02{
    max-width: 720px;
    width: 100%;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 17px;
    line-height: 3;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
}
.note{
    font-family: "Noto Sans JP";
    line-height: 2;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.rt__wavy{
    max-width: 720px;
    width: 100%;
    padding-top: 10px;
}
.paper{
    max-width: 720px;
    width: 100%;
    margin-top: 58px;
    margin-bottom: 82px;
}
.rt__text{
    max-width: 720px;
    display: block;
    width: 100%;
    margin: auto;
}

.instagram__area{
    background-color: #EBF8F0;
    border-radius: 30px;
    margin-top: 240px;
    padding: 80px 20px;
}

.instagram__area-container{
    max-width: 1080px;
    margin: auto;
}

.table__fs{
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.table__items{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-top: 240px;
}
.table__lead{
    width: 247px;
    padding-bottom: 90px;
    margin: auto;
    display: block;
}
.table__head{
    width: 276px;
}
table,th,td{
    border: solid 1px #000000;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
table{
    max-width: 1080px;
    width: 100%;
    height: 227px;
}
th{
    background-color: #EBF8F0;
    font-weight: normal;
}
.table__list{
    width: 10%;
}
td{
    height: 90px;
}
.table__text{
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 10px;
}

.contact{
    position: relative;
}
.contact__items{
    text-align: center;
    margin-top: 75px;
}
.contact__text{
    font-family: "Noto Sans JP";
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 50px;
}
.contact__click{
    border: 1px solid #52CCD1;
    background-color: #52CCD1;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 17px;
    letter-spacing: 0.2em;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 100px;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contact__click:hover{
    color: #4AC9CE;
    background-color: #FFFFFF;
    border: solid 1px #52CCD1;

}
.contact__wavy{
    max-width: 360px;
    width: 100%;
    height: 38px;
    margin-top: 30px;
    margin-bottom: 215px;
}
.to-top {
    opacity: 1;
    transition: opacity 200ms ease-out;
}
.to-top.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.to-top__img{
    width: 72px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1;
}
@media screen and (max-width:1000px){
    .logo__items{
        display: flex;
        margin: auto;
        margin-top: 185px;
        margin-bottom: 56px;
        margin-left: 16px;
        margin-right: 16px;
        flex-direction: column;
        margin: auto;
        margin-top: 125px;
    }
    .logo__text{
        flex-direction: column;
    }
    .logo__lead{
        max-width: none;
        width: 100%;
        margin-bottom: 54px;

        > img {
            max-width: 340px;
        }
    }
    .logo__img{
        padding-left: 0px;
        margin-left: auto;
    }
    .logo__rtf {
        width: 100%;
        margin: auto;
        margin-top: 62px;
    }
    .logo{
        width: 100%;
        margin-top: 60px;
        margin-bottom: 62px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .logo__textarea {
        max-width: none;
    }
}
@media screen and (max-width:768px){
    .top__mv{
        border-radius: 0 0 30px 30px;
    }
    .top__logo{
        max-width: 296px;
        width: 100%;
        position: absolute;
        top: 15%;
        left: 50%;
        opacity: 100%;
    }
    .down-arrow{
        width: 27px;
        position: absolute;
        bottom: 40px;
        right: 15px;
    }
    .about__product{
        padding-bottom: 127px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .product__items{
        padding-top: 86px;
    }
    .pigeons{
        max-width: 66%;
        width: 100%;
        position: absolute;
        right: 0%;
        top: 10%;
    }
    .product__title{
        display: flex;
       align-items: flex-end;
        gap: 20px;
    }
    .product__heading{
        position: static;
        bottom: auto;
        left: auto;
        display: block;
        width: 68px;
        min-height: auto;
    }
    .rt-heading__en {
        font-size: 15px;
    }
    .rt-heading__ja {
        font-size: 26px;
    }
    .product__textarea{
        padding-bottom: 55px;
        padding-left: 0;
    }
    .text{
        font-size: 14px;
        line-height: 38px;
        letter-spacing: 0.05em;
        margin-top: 55px;
    }
    .product__list_sp {
        width: 196px;
        display: block;
        padding-bottom: 20px;
    }
    .product__list_pc {
        display: none;
    }
    .product__img{
        width: 100%;
        aspect-ratio: 402/161;
        height: auto;
    }
    .bland__concept{
        position: relative;
        padding-bottom: 130px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .concept__list{
        position: static;
    }
    .older-man{
        width: 87px;
        top: -9%;
        right: 10%;
    }
    .concept__lead{
        position: static;
        max-width: 250px;
        width: 100%;
        padding-top: 83px;
    }
    .bland__lead{
        padding-left: 16px;
    }
    .concept__items{
        padding-bottom: 60px;
        padding-top: 48px;
        position: static;
    }
    .dog{
        position: absolute;
        bottom: -85px;
        left: auto;
        right: 20px;
        width: 88px;
        aspect-ratio: 88 / 173;
    }
    .concept__textarea{
        line-height: 38px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .concept-img{
        aspect-ratio: 402/161;
    }
    
    .rt__lead{
        width: 100%;
        padding-top: 80px;
        margin-top: 0px;
        margin-left: 0;
        font-size: clamp(22px, 6vw, 30px);
        text-align: left;
        letter-spacing: 0.05em;
    }
    .logo__textarea{
        font-size: 14px;
        line-height: 38px;
        letter-spacing: -0.03em;
    }
    .about__raghtacto{
        padding-bottom: 60px;
    }
    .rt__textarea{
        width: 100%;
        margin: auto;
        font-size: 13px;
        line-height: 38px;
        letter-spacing: 0; 
        margin-top: 39px;
    }
    .note{
        font-size: 10px;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .rt__text{
        width: 100%;
    }
    .rt__textarea02{
        width: 100%;
        margin: auto;
        font-size: 13px;
        line-height: 38px;
        letter-spacing: 0; 
        margin-top: 29px;
    }
    .rt__wavy{
        display: block;
        width: max-content;
        max-width: 338px;
        width: 100%;
        margin: auto;
    }
    .paper{
        width: 100%;
        margin-top: 36px;
        margin-bottom: 47px;
    }
    .instagram__area{
        margin-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
        padding: 40px 20px;
    }
    .instagram__area-container {
        max-width: 1080px;
        margin: auto;
    }
    .table__items{
        margin: auto;
        padding-top: 134px;
    }
    .table__lead{
        max-width: 182px;
        width: 100%;
        padding-bottom: 57px;
    }
    .table__head{
        max-width: 213px;
        width: 100%;
    }
    .table__menu{
        overflow-x: scroll;
    }
    .table__item{
        width: 826px;
    }
    .table__text{
        font-size: 12px;
        text-align: center;
    }
    .contact__items{
        margin-top: 54px;
    }
    .contact__text{
        font-size: 14px;
    }
    .contact__click{
        font-size: 14px;
        max-width: 258px;
        padding: 20px 70px;
    }
    .contact__wavy{
        max-width: 258px;
        height: 28px;
        margin-top: 26px;
        margin-bottom: 157px;
    }
    .back-to-top{
        width: 45px;
        bottom: 24px;
    }

}

@media screen and (max-width: 480px) {
    .about__raghtacto{
        padding: 0 16px 60px;
    }
    .paper{
        max-width: 338px;
    }
    .rt-text {
        max-width: 338px;
    }
    .logo__lead {
        max-width: 260px;
    }
}

/*********************************
 * トピックス
 *********************************/
.topics-graph {
    max-width: 331px;
    width: 100%;
    padding-bottom: 10px;
}

.c-head-style01 {
    font-family: 'Noto Sans JP';
    letter-spacing: 10%;
    font-weight: 700;
}

.c-head-style01 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}


/*********************************
 * フッター
 *********************************/

.footer_wrap.bg_container {
    background-color: #EBF8F0;
    color: #d5caca;

}

.footer_wrap .footer_inner a,
.footer_wrap .footer_inner .copyright {
    color: #333333;
    border-color: inherit;
}

.footer_wrap .footer_inner [class^=icon-logo] {
    filter: invert(1);
}

@supports (-webkit-hyphens: none) {
    /* Safari のみ適用される */
    .icon-logo-twitter::after {
        filter: invert(1);
    }
}

/*********************************
 * ユーティリティ
 *********************************/
.page-color {
    color: #45BFB6;
}
@media  screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

.js-fade-bounce {
    opacity: 0;
}
.js-fade-bounce.js-animate {
    animation: fade-bounce 1000ms 500ms ease 1 forwards;
}
@keyframes fade-bounce {
    0% {
        transition-timing-function: ease-out;
        transform: translateY(0px);
        opacity: 0;
    }
    50% {
        transition-timing-function: ease-in;
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transition-timing-function: ease-out;
        transform: translateY(0px);
        opacity: 1;
    }
}

/*********************************
 * アジャスト
 *********************************/
#show-by-scroll {
    display: none !important;
}
