
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


.l-main__inner{
position:relative;
max-width:1000px;
margin-right:auto;
margin-left:auto;
/*    height: 90vh;
    margin-top: 3vh;  */
}


.c-heading-2{
   position:relative;
    z-index:3;
       padding-top: 20px;
    font-size:clamp( 0.7rem, calc( 0.51rem + 1.6vw ), 1.7rem );
    line-height:3rem;
    text-align: center;

}

@media only screen and (max-width: 1680px) {
  .c-heading-2{
margin-bottom: 0;
  }
}

@media only screen and (max-width: 1100px) {
.c-heading-2{
    line-height:1.5rem;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 768px) {
.c-heading-2{
    width:90%;
    margin-right:auto;
margin-left:auto;
}
}

.l-main__content{
    position:relative;
    z-index:3;
    display:flex;
    width:90%;
margin-right:auto;
margin-left:auto;
justify-content:center;
align-items: center;
}

@media only screen and (max-width: 768px) {
.l-main__content{
    flex-wrap: wrap;
    flex-direction: column-reverse;
        width:80%;
}
}

.l-main__content .l-main__content__image{
  max-width:320px;
      margin-right: 8%;
}

@media only screen and (max-width: 1680px) {
.l-main__content .l-main__content__image{
  max-width:260px;
}

}


@media only screen and (max-width: 768px) {
.l-main__content .l-main__content__image{
  max-width:220px;
      margin-right: 0;
}

}


@media only screen and (max-width: 378px) {
.l-main__content .l-main__content__image{
  max-width:180px;
      margin-right: 0;
}
}

.js-mv_emblem.svg-image{
    width:320px;
}

@media only screen and (max-width: 1680px) {
.js-mv_emblem.svg-image{
    width:260px;
}

}


@media only screen and (max-width: 768px) {
.js-mv_emblem.svg-image{
    width:220px;
}
}

@media only screen and (max-width: 378px) {
.js-mv_emblem.svg-image{
    width:180px;
}
}


.l-main__content__title{
    width: calc(100% - 320px);
}

@media only screen and (max-width: 768px) {
.l-main__content__title{
    width: 100%;
}
}

.l-main__content__inner{
display: flex;
align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-main__content__inner{
    flex-wrap: wrap;
}

.l-main__content__inner-sp{
  display: flex;
justify-content:space-between;
align-items: center;
}
}


.c-main__title{
      padding-bottom:20px;
    font-size:clamp( 1.3rem, calc( 1.17rem + 0.67vw ), 2rem );
}

@media only screen and (max-width: 768px) {
.c-main__title{
        padding-bottom:10px;
  text-align:center;
}
}

.c-main__title_sub{
        padding-bottom:30px;
    font-size:1rem;
}

@media only screen and (max-width: 768px) {
.c-main__title_sub{
      padding-bottom: 4px;
  text-align:center;
}
}

.c-main__title_sub span{
    font-size:clamp( 0.7rem, calc( 0.68rem + 0.095vw ), 0.8rem );
}

.c-main__text-1{
    font-size:clamp( 3rem, calc( 3rem + 2vw ), 5rem );
    font-weight: 700;
        width: 78%;
}

@media only screen and (max-width: 768px) {
.c-main__text-1{
  text-align:center;
          width: 100%;
    margin-top: 6px;
}
}

.c-main__text-2{
    font-size:clamp( 1.8rem, calc( 1.19rem + 3.05vw ), 5rem );
    text-align: right;
    font-weight: 700;
        width: 78%;
        margin-left:auto;
}
@media only screen and (max-width: 768px) {
.c-main__text-2{
  text-align:center;
  padding-bottom: 4px;
 width: 100%;
}

.c-main__text-2 p{
  display: flex;
justify-content:center;
align-items: center;
}

.c-main__text-2 p span.p{
 width: 58%;
  margin-right: 10px;
}

.c-main__text-2 p span.a{
 width: 42%;
}
}

.c-main__text-3{
    font-size:clamp( 1.8rem, calc( 1.19rem + 3.05vw ), 5rem );
    font-weight: 700;
        width: 54%;
    margin-right: 10px;
}

.c-main__text-sub{
    font-size:clamp(1rem, calc(0.87rem + 0.4vw), 1.7rem);
    width:44%;
        padding-top: 1.2vh;
}



@media only screen and (max-width: 768px) {
.c-main__text-sub{
    width:60%;
    margin-right: auto;
        margin-left: auto;
        padding-top: 0.8vh;
}
}

.c-main__caption{
 /* display: flex;
    justify-content: center; */
font-size:clamp( 0.6rem, calc( 0.6rem + 0.09vw ), 0.69rem );
width:80%;
margin-right: auto;
margin-left: auto;
}

@media only screen and (max-width: 768px) {
.c-main__caption{
font-size:8px;
}
}

@media only screen and (max-width: 1680px) {
.js-mv_top.is-active .c-heading-2{
margin-top:-6%;
  transition : all 0.5s ease 0.5s;
}
}

@media only screen and (max-width: 768px) {

.js-mv_top.is-active .c-heading-2{
margin-top:-7vh;
  transition : all 0.5s ease 0.5s;
}
}

@media only screen and (max-width: 378px) {

.js-mv_top.is-active .c-heading-2{
margin-top:-8vh;
  transition : all 0.5s ease 0.5s;
}
}
@media only screen and (max-width: 378px) {
.js-mv_top.js-target.is-active{
          margin-bottom: -18%;
            transition : all 0.7s ease 0.7s;
}
}


