@charset "utf-8";

/* ==========
main
============ */

/* .article__header */
.article__header{
    background-image: url(../images/top_bg1.png),url(../images/top_bg2.png),url(../images/top_bg3.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: 89% 0px,7% 35%,88% 42%;
}

.siteTitle{
    color: var(--primary-yellow) ;
    font-family: Chango;
    font-size: 4.8rem;
    line-height: 105%;
    letter-spacing: -2.88px;
    margin-top:94px;
    text-align: center;
}

.article__header p{
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    line-height: 2;
    margin-top: 19px;
}

.video{
    text-align: center;
    margin-top: 12px;
}

video{
    width: 90vw;
}

.imgBox1{
    margin: 0 auto;
    max-width: 375px;
    position: relative;
}

.imgBox1 img{
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
      transform: translateY(-5%);
    }
    100% {
      transform: translateY(5%);
    }
  }


.imgBox1 img:nth-of-type(1){
    width: 46px;
    transform: rotate(9deg);
    position: absolute;
    top: 26px;
    left: 17px;
}

.imgBox1 img:nth-of-type(2){
    width: 86px;
    transform: rotate(-13.8deg);
    position: absolute;
    top: 12px;
    left: 66px;
}

.imgBox1 img:nth-of-type(3){
    width: 105px;
    transform: rotate(10deg);
    position: absolute;
    top: 17px;
    left: 142px;
}

.imgBox1 img:nth-of-type(4){
    width: 132px;
    transform: rotate(7.5deg);
    position: absolute;
    left: 232px;
}


/* .article__header pc */
@media screen and (min-width:769px) {
    .article__header{
        background-image: url(../images/top_bg1.png),url(../images/top_bg2.png),url(../images/top_bg3.png),url(../images/top_bg3.png);
        background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
        background-position: 80% 20%,26% 35%,76% 40%,15% 53%;
        }

    .siteTitle{
        font-size: 6.4rem;
        letter-spacing: -3.84px;
        margin-top:109px;
    }

    .article__header p{
        font-size: 2.4rem;
        margin-top: 29px;
    }
    
    .video{
        margin-top: 30px;
    }
    
    video{
        max-width: 600px;
    }

    .imgBox1{
        max-width: 885px;
    }
    
    .imgBox1 img:nth-of-type(1){
        width: 88px;
        top: -140px;
        left: 0px;
        transform: rotate(-10deg);
    }

    .imgBox1 img:nth-of-type(2){
        width: 151px;
        top: 20px;
        left: 150px;
    }

    .imgBox1 img:nth-of-type(3){
        width: 191px;
        transform: rotate(10deg);
        top: -170px;
        left: 730px;
    }

    .imgBox1 img:nth-of-type(4){
        width: 230px;
        transform: rotate(9.3deg);
        left: 597px;
        top: -15px;
    }
    
}/* pc 769px */

/* .article__header タブレットのみ */
@media screen and (min-width:769px) and (max-width: 1280px) {
    .imgBox1{
        max-width: 700px;
    }

    .imgBox1 img:nth-of-type(1){
    width: 74px;
    top: -140px;
    left: -10px;
    }

    .imgBox1 img:nth-of-type(2){
        width: 138px;
        top: 20px;
        left: 150px;
    }

    .imgBox1 img:nth-of-type(3){
        width: 155px;
        top: -170px;
        left: 630px;
    }

    .imgBox1 img:nth-of-type(4){
        width: 214px;
        left: 470px;
        top: -15px;
    }
}/* タブレットのみ * 767px-1280px/

/* .about */
.section--about{
    background-image: url(../images/about_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 82px 0 94px;
    margin-top: 41px;
}

.mainCopy{
    color: var(--primary-darkBlue);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 500;
}

.mainCaption{
    color: var(--primary-darkBlue);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    margin-top: 20px;
}

.mainCaption__txt:last-of-type{
    margin-top: 4rem;
}

.imgBox2{
    position: relative;
    margin: 0 auto;
    max-width: 375px;
    margin-top: -65px;
}

.imgBox2 img{
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
      transform: translateY(-7%);
    }
    100% {
      transform: translateY(7%);
    }
  }

.imgBox2 img:nth-of-type(1){
    width: 132px;
    transform: rotate(7.5deg);
    position: absolute;
    left: 57px;
}

.imgBox2 img:nth-of-type(2){
    width: 127px;
    position: absolute;
    left: 162px;
}

/* モーダル */
.modal__item{
    display: none;
    align-items: center;
    z-index: -10;
    width: 91vw;
    border-radius: 10px;
    border: 3px solid #232469;
    background: #F7EE9A;
    padding: 20px 5% 67px;
    position: fixed;
    inset: 0;
    margin: auto;
    height: 555px;
    overflow: auto;
    background-image: url(../images/illust_chapkich.png);
    background-repeat: no-repeat;
    background-size: 139px;
    background-position: 104% 118%;
    animation: poyon 0.5s;
}

@keyframes poyon {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    30%  { transform: scale(1.2, 0.8) translate(0%, 10%); }
    50%  { transform: scale(0.8, 1.2) translate(0%, -10%); }
    70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }

.modal__item.open{
    display: block;
    z-index: 310;
}

.modal__close{
    text-align: right;
}

.modal__close img{
    width: 36px;
    height: 36px;
}

.modal__txt{
    color: var(--primary-darkBlue);
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    line-height: normal;
    max-width: 294px;
    margin: 12px auto 0;
}

.modal__txt p{
    margin-top: 1.4rem;
}

.modal__txt--big{
    margin-top: 1.6rem;
    font-size: 1.6rem;
}

.modal__txt p:first-of-type{
    margin-top: 0px;
}

.modal__txt--bold{
    font-weight: 500;
}

.modal__txt span{
    display: inline-block;
}


/* モーダル背景 */
.container::after{
    display: none;
    content: '';
    background-color: var(--primary-darkBlue);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.container.open::after{
    display: block;
    z-index: 305;
}

/* .about pc */
@media screen and (min-width:769px) {
    .section--about{
        background-image: url(../images/about_bg_pc.svg);
        padding: 142px 0 141px;
        margin: 41px auto 0;
        width: 866px;
        height: 866px;
    }

    .mainCopy{
        font-size: 2.4rem;
    }
    
    .mainCaption{
        font-size: 2rem;
        margin-top: 61px;
    }

    .imgBox2{
        position: relative;
        margin: 0 auto;
        margin-top: -180px;
    }
    
    .imgBox2 img:nth-of-type(1){
        width: 241px;
        transform: rotate(7.5deg);
        position: absolute;
        left: 360px;
        top: -130px;
    }
    
    .imgBox2 img:nth-of-type(2){
        width: 232px;
        position: absolute;
        left: 550px;
        top: -130px;
    }

    /* モーダル */
    .modal__item{
        width: 69vw;
        padding: 52px auto 51px;
        height: 425px;
        overflow: auto;
        background-size: 247px;
        background-position: 96% 176%;
    }
    
    .modal__item.open{
        display: block;
        z-index: 310;
    }

    .modal__txt{
        font-size: 1.6rem;
        max-width: 630px;
        margin: 0 auto;
    }

    .modal__txt--big{
        margin-top: 2rem;
        font-size: 2rem;
    }
    
}/* pc 769px */

/* .about タブレットのみ */
@media screen and (min-width:769px) and (max-width: 1280px) {
    .section--about{
        width: 100vw;
        max-width: 866px;
        max-height: 866px;
    }

    .imgBox2 img:nth-of-type(1){
        left: -40px;
        top: 65px;
    }
    
    .imgBox2 img:nth-of-type(2){
        left: 153px;
        top: 65px;
    }
}/* タブレットのみ * 767px-1280px/

/* .service */
.section--service{
    margin-top: 219px;
    padding: 0 7%;
}

.service__item{
    margin: 0 auto;
}

.service__txt{
    color: #FFF;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    margin-top: 15px;
}

.service_imgBox{
    position: relative;
    width: 244px;
    margin: 0 auto;
}

.service__illust1{
    width: 86px;
    transform: rotate(29deg);
    position: absolute;
    right: -23px;
    top: -20px;
}

.service__illust2{
    width: 48px;
    transform: rotate(-13deg);
    position: absolute;
    left: -8px;
    top: -38px;
}

.service__illust3{
    width: 105px;
    transform: rotate(25deg);
    position: absolute;
    right: -14px;
    top: -28px;
}

.service__container{
    width: 244px;
    height: 244px;
    margin:63px auto 0;
    border-radius: 50%;
    text-align: center;
}

.service__container--wedding{
    background-color: var(--primary-red);
}

.service__container--wedding img{
    width: 111px;
    margin-top: 16px;
}

.service__container--promotion{
    background-color: var(--primary-lightBlue);
}

.service__container--promotion img{
    width: 125px;
}

.service__container--making{
    background-color: var(--primary-green);
}

.service__container--making img{
    width: 94px;
    margin-top: 14px;
}

.service__topic{
    font-family: Chango;
    font-size: 1.1rem;
    line-height: normal;
    padding-top: 37px;
}

.service__topic span{
    display: block;
    color: var(--primary-darkBlue);
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}

/* モーダル */
.btn--wedding{
    margin-top: 20px;
}

.modal__item--wedding{
    display: none;
    align-items: center;
    z-index: -10;
    width: 91vw;
    border-radius: 10px;
    border: 3px solid #232469;
    background: #F7EE9A;
    padding: 20px 5% 67px;
    position: fixed;
    inset: 0;
    margin: auto;
    height: 555px;
    overflow: auto;
    background-image: url(../images/illust_bridan.png);
    background-repeat: no-repeat;
    background-size: 139px;
    background-position: 108% 110%;
    animation: poyon 0.5s;
}

.modal__item--wedding.open{
    display: block;
    z-index: 330;
}

.modalWedingImg{
    display: block;
    width: 380px;
    margin-top: 50px;
}

.modalWedingImg:first-of-type{
    margin-top: 8px;
}

.modal__txt p:nth-of-type(2){
    margin-top: 0.8rem;
}

/* .service pc */
@media screen and (min-width:769px) {
    .service{
        display: flex;
    }

    .service__item{
        width: 329px;
    }
    
    .service__txt{
        font-size: 1.6rem;
        margin-top: 34px;
    }

    .service__illust1{
        right: -12px;
        top: 28px;
    }
    
    .service__illust2{
        top: 30px;
    }
    
    .service__illust3{
        top: 32px;
    }
}/* pc 769px */

/* service タブレットのみ */
@media screen and (min-width:769px) and (max-width: 1280px) {
    .service{
        display: block;
    }

    .section--service{
        margin-top: 400px;
    }

    .service__illust1{
        top: -20px;
    }
    
    .service__illust2{
        top: -33px;
    }
    
    .service__illust3{
        top: -30px;
    }

}/* タブレットのみ * 767px-1280px/

/* .feature */
.section--feature{
    margin-top: 64px;
    padding: 0 8%;
}

.feature__item{
    display: flex;
    margin: 50px auto 0;
    gap: 15px;
    align-items: center;
    width: 323px;
}

.feature__item:first-of-type{
    margin-top: 34px;
}

.feature__item img{
    width: 70px;
    height: 70px;
}

.rotateAnimation.animated{
animation: rotateAnimation 1.2s ease-in-out forwards;
}

@keyframes rotateAnimation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(180deg);
    }
  }


.feature__topic{
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;  
}

.feature__txt{
    font-family: "Zen Maru Gothic";
    font-size: 1.2rem;
    margin-top: 6px;
}

/* .feature pc */
@media screen and (min-width:769px) {
    .section--feature{
        margin-top: 101px;
    }

    .feature__item{
        margin: 34px auto 0;
        width: 883px;
        gap: 32px;
    }

    .feature__container{
        display: flex;
        align-items: center;
        gap: 31px;
    }

    .feature__topic{
        font-size: 2rem;
        width: 201px;
    }

    .feature__txt{
        font-size: 1.5rem;
    }

    .modal__item--wedding{
        width: 69vw;
        padding: 52px auto 51px;
        height: 425px;
        overflow: auto;
        background-size: 200px;
        background-position: 99% 105%;
    }
    
    .modal__item--wedding.open{
        display: block;
        z-index: 310;
    }

}/* pc 769px */

/* feature タブレットのみ */
@media screen and (min-width:769px) and (max-width: 1280px) {
    .feature__item{
        width: 667px;
    }

    .feature__container{
        gap: 45px;
    }


    .spBr--feature{
        display: block;
    }

    .pcBr--feature{
        display: none;
    }
}/* タブレットのみ * 767px-1280px/

/* .works */
.section--works{
    margin-top: 77px;
}

.works{
    display: block;
    text-align: center;
    width: 238px;
    margin: 0 auto;
}

.works__item{
    margin-top:29px;
}

.js-modal-vimeo,.js-modal-video{
    overflow:clip;
    border-radius: 10px;
}

.works__img:hover{
    transform:scale(1.1);
	transition:0.3s;
}

.works__img{
    border-radius: 10px;
}

.works__topic{
    text-align: left;
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 13px;
}

.works__tag{
    text-align: left;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 2px;
}

.works__tag--wedding{
    color: var(--primary-red);
}

.works__tag--promotion{
    color: var(--primary-lightBlue);
}

.works__tag--making{
    color: var(--primary-green);
}

.btn--works{
    margin-top: 33px;
    position: relative;
}

.btn--works img{
    position: absolute;
    right: 15px;
}

/* .works pc */
@media screen and (min-width:769px) {
    .section--works{
        margin-top: 127px;
    }

    .works{
        display: flex;
        width: auto;
        max-width: 998px;
        justify-content: center;
        gap: 9%;
    }

    .works__item{
        margin-top:45px;
    }

    .works__topic{
        font-size: 2rem;
        margin-top: 14px;
    }

    .works__tag{
        font-size: 1.5rem;
        margin-top: 7px;
    }

    .btn--works{
        margin-top: 61px;
    }    
}/* pc 798px */

/* service タブレットのみ */
@media screen and (min-width:769px) and (max-width: 1280px) {
    .works{
        padding: 0 7%;
    }
}/* タブレットのみ * 767px-1280px/

/* .flow */
.section--flow{
    margin-top: 47px;
    padding: 0 7%;
}

.flow__item{
    display: flex;
    align-items: center;
    gap: 21px;
    margin: 44px auto 0;
    width: 323px;
}

.flow__img{
    background-color: var(--primary-yellow);
    padding: 20px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.flow_txtBox{
    position: relative;
}

.flow__topic{
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
}

.flow__topic span{
    color: var(--primary-yellow);
    font-family: Chango;
    font-size: 2rem;
    line-height: normal;
    margin-right: 7px;
}

.flow__txt{
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    margin-top: 12px;
}

.flow__txt--line::after{
    content: '';
    display: block;
    width: 1px;
    height: 66px;
    background-color: var(--primary-yellow);
    position: absolute;
    left: -74px;
    bottom: -44%;
}


/* .flow pc */
@media screen and (min-width:769px) {
    .section--flow{
        margin-top: 101px;
    }

    .flow__item{
        width: 730px;
    }

    .flow__img{
        padding: 25px;
        width: 132px;
        height: 132px;
    }

    .flow__topic{
        font-size: 3.2rem;
    }
    
    .flow__topic span{
        font-size: 3.2rem;
        margin-right: 21px;
    }    

    .flow__txt{
        font-size: 1.6rem;
        margin-top: 5px;
    }

    .flow__txt--line::after{
        height: 45px;
        left: -86px;
        bottom: -84%;
    }
    
}/* pc 769px */


/* .profile */
.section--profile{
    margin-top: 82px;
}

.profile__icon{
    text-align: center;
    margin-top: 27px;
}

.profile__icon img{
    width: 162px;
    height: 162px;
}

.profile__name{
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 12px;
}

/* タブ */
.tabs {
    max-width: 325px;
    margin: 38px auto;
}
  
.tab-list {
    display: flex;
    gap: 7px;
}
  
.tab-item {
    text-align: center;
    font-family: Chango;
    font-size: 1.3rem;
    line-height: normal;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 1px solid #FFF;
    cursor: pointer;
    padding: 28px 0;
    transition: 0.2s;
}

.tab-item:hover{
    transform: scale(1.1);
}


.tab-item:nth-of-type(even){
    margin-top: 45px;
}

.tab-panel {
    display: none;
    background-color: #FFF;
    color: var(--primary-darkBlue);
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    padding: 36px 40px;
    margin-top: 22px;
    border-radius: 10px;
}

.tab-panel:nth-of-type(2){
    padding: 21px 14px;
}

.tab-panel:nth-of-type(3){
    padding: 23px 54px;
}

.tab-panel:nth-of-type(4){
    padding: 23px 56px;
}

.txtSpace{
    margin-top: 4rem;
}

.tab-item.active {
    background-color: var(--primary-red);
    border: none;
}
  
.tab-panel.active {
    display: block;
}

/* .profile pc */
@media screen and (min-width:769px) {
    .profile{
        display: flex;
        width: 946px;
        margin: 0 auto;
    }
    .profile__icon{
        margin-top: 63px;
    }

    .profile__icon img{
        width: 218px;
        height: 218px;
    }

    .profile__name{
        font-size: 2.4rem;
        margin-top: 31px;
    }    
    
    /* タブ */
    .tabs{
        width: 682px;
        max-width: 628px;
    }

    .tab-list {
        display: flex;
        gap:53px;
        margin-left: 61px;
    }    

    .tab-item {
        font-size: 1.4rem;
        width: 86px;
        height: 86px;
        border-radius: 50%;
        padding: 34px 0;
    }

    .tab-item:nth-of-type(even){
        margin-top: 29px;
    }

    .tab-panel {
        font-size: 1.6rem;
        padding: 42px 27px;
        margin-top: 33px;
        border-radius: 10px;
    }

    .tab-panel:nth-of-type(2){
        padding: 37px 22px;
    }

    .tab-panel:nth-of-type(3){
        padding: 41px 21px;
    }
    
    .tab-panel:nth-of-type(4){
        padding: 32px 27px;
    }
    
}/* pc 769px */

/* profile タブレットのみ */
@media screen and (min-width:769px) and (max-width: 1280px) {
        .profile{
        display: block;
        padding: 0 7%;
        width: 700px;
    }
        .tabs{
        width: 540x;
        max-width: 540px;
    }

        .tab-list {
        gap:40px;
        margin-left: 40px;
    }   
    
}

/* .contact */
.section--contact{
    margin-top: 82px;
    background-image: url(../images/contact_bg.png),url(../images/contact_bg.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 85% 129px,10% 400px;
    position: relative;
}

.section--contact::after{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 14%;
}

.contact__txt{
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
}

.contact__txt:first-of-type{
    margin-top: 40px;
}

.contact__txt:last-of-type{
    margin-top: 4rem;
}

.contact__sns1{
    display: flex;
    width: 154px;
    margin: 16px auto 0;
    gap: 26px;
}

.contact__sns1 a{
    transition: 0.2s;
}

.contact__sns1 a:hover{
    transform: scale(1.1);
}

.contact__sns2{
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    line-height: normal;
    width: 137px;
    margin: 27px auto 0;
}

.contact__sns2 a{
    display: block;
    width: 78px;
    margin: 20px auto 0;
    transition: 0.2s;
}

.contact__sns2 a:hover{
    transform: scale(1.1);
}

/* .contact pc */
@media screen and (min-width:769px) {
    .section--contact{
        margin-top: 134px;
        background-image: url(../images/contact_bg.png),url(../images/contact_bg.png),url(../images/contact_bg.png);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-position: 76% 136px,26% 470px,16% 120px;
        position: relative;
    }

    .section--contact::after{
        right: 17%;
        top: 520px;
    }

    .contact__txt{
        font-size: 2rem;
    }
    
    .contact__txt:first-of-type{
        margin-top: 70px;
    }
    
    .contact__txt:last-of-type{
        margin-top: 0px;
    }

    .contact__sns1{
        margin: 41px auto 0;
        width: 166px;
        gap: 18px;
    }    
    
    .contact__sns2{
        font-size: 2rem;
        width: 175px;
        margin: 52px auto 0;
    }
    
    .contact__sns2 a{
        margin-top: 23px;
        width: 89px;
    }    

}/* pc 769px */
