@charset "utf-8";
/* ============================
common
============================ */
:root {
    --primany-white:#FFFFFF ;
    --primary-beige:#EDE8E4 ;
    --primary-ligthbeige:#DAD6D3 ;
    --primary-greige:#9A9087 ;
    --primary-ligthgreige:#A99D92 ;
    --primary-darkbrown:#66503E ;
    --primary-lightbrown:#AD9682 ;
    --primary-brown:#8B6C51 ;
}
html {
    font-size: 62.5%;
}

body {
    font-family:
        "Candal", sans-serif
        'Noto Sans JP';
    font-weight: 400;
    font-style: normal;
    color:#66503E;
    background-color: var( --primary-white, #FDFDFD);
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
}
.nav__header {
    display: none;
}
.nav__item:first-of-type {
    display: none;
}
.header__btn {
    display: none;
}
.header {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 8.2% 20px;
}

.nav__list {
    display: flex;
    align-items: center;
}
.nav__item:last-of-type {
    padding-right: 0;
}
.nav__item:nth-last-child(2) {
    padding-right: 100px;
}
.nav__item {
    padding-right: 40px;
}
.nav__item--span {
    display: none;
}
.nav__item--spanImg {
    display: none;
}
@media screen and (max-width: 1024px) {
    .header {
    font-size: 1.2rem;
}
 .header__topicImg {
    width: 120px;
  }
}/* 1024px sp */
@media screen and (max-width: 769px) {
 .header__topicImg {
    width: 91px;
    height: 24px;
  }
  .header__address {
    display: none;
  }
  .header {
    padding: 30px 7.7% 0;
  }
.nav__close--btn {
    display: inline-block;
    font-size: 2.8rem;
}
.nav__topic {
    display: inline-block;
}
.header__btn {
    display: inline-block;
}
.nav__item {
    display: flex;
    padding-bottom: 30px;
}
.nav__item:first-of-type {
display: block;
}
.nav__item--span {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 20px;
}
/* nav初期表示 */
  .nav {
    background:  #66503E;
    color: #FDFDFD;
    width: 100%;
    height: 100vh;
    padding: 20px 7.7% 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s; 
} 
.nav.active {
    transform: translateX(0);
}
.header__btn {
    display: block;
}
.nav__header {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.nav__list {
    font-family:
        "Candal", sans-serif;
    display: block;
    text-align: left;
    margin-top: 40px;
}
.nav__item:nth-of-type(5) {
    width: 198px;
    height: 58px;
    background-color: #FDFDFD;
    padding: 16px 45px 0 20px;
}
.nav__item--img {
    margin-right: 26px;
}
.nav__item--spanImg {
    display: inline-block;
    font-family:
        "Candal", sans-serif;
    font-size: 1.4rem;
    color: #66503E;
}
}/* 769px sp */
/* ============================
about
============================ */
.about__top {
    display: flex;
    align-items: center;
    padding: 100px 8.2% 0;
}
.main__imgSp {
    display: none;
}
.article__header {
    display: block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.about__tumugi {
    margin-bottom: -10px;
}
.about__frame {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 600px;
    max-width: 1188px;
    width: 82.5%;
}
.about__img01 {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 34s 0s infinite;
    animation: anime 34s 0s infinite;
}
.about__img01:nth-of-type(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.about__img01:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
.about__img01:nth-of-type(4) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.about__img01:nth-of-type(5) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}
.about__img01:nth-of-type(6) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
.about__img01:nth-of-type(7) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
.about__img01:nth-of-type(8) {
    -webkit-animation-delay: 28s;
    animation-delay: 28s;
}
@keyframes anime {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        z-index: 9;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        z-index: 9;
    }
    100% {
        opacity: 0;
    }
}
.about {
    font-size: 4.0rem;
    font-weight: 700;
}
.about__topics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 67px 8.2% 0;

}
.about__txt01 {
    font-size: 2.0rem;
    width: 594px;
    height: 100px;
    display: flex;
    align-items: center;
    border-right: 2px solid #66503E;
}
.about__txt02{
    font-size: 2.0rem;
    width: 528px;
    padding-left: 20px;
}
@media screen and (max-width: 1024px) {
.about__frame {
    height: 480px;
}
.about__txt01 {
    width: 460px;
    height: auto;
    padding-right: 14px;
}
.article__header {
    margin-top: 40px;
    margin-bottom: 40px;
}
}/* 1024px sp */
@media screen and (max-width: 769px) {
    .article__header {
    margin-top: 20px;
    margin-bottom: 40px;
}
    .about__tumugi {
        width: 50px;
        margin-bottom: -5px;
    }
    .about {
    font-size: 3.0rem;
}
.about__frame {
    height: 340px;
    max-width: 700px;
    width: 88.5%;
}
.about__topics {
    margin: 50px 5.2% 0;
}
.about__txt01 {
    font-size: 1.4rem;
    width: 345px;
    height: 100px;
    padding-right: 10px;
    border-right: 1px solid #66503E;
}
.about__txt02{
    font-size: 1.4rem;
    width: 334px;
    padding-left: 18px;
}
}/* 769px */
@media screen and (max-width: 520px) {
    .about {
        font-size: 2.0rem;
    }
    .about__tumugi {
        width: 40px;
        height: 53px;
    }
    .article__header {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about__frame {
        max-width: 100%;
        max-height: 200px;
    }
    .about__topics {
    display: block;
    align-items: center;
    margin: 38px 7.7% 0;
    border-left: 1px solid #66503E;
    height: 175px;
    padding: 10px 0 10px 17px;
    }

    .about__txt01 {
        font-size: 1.4rem;
        width: auto;
        height: auto;
        display: block;
        border-right: none;
    }
    .about__txt02 {
        font-size: 1.4rem;
        width: auto;
        margin-top: 17px;
        padding-left: 0;
    }
}/* 520px sp */
@media screen and (max-width: 480px) {
       .about__topics {
    height: 170px;
    }
}
@media screen and (max-width: 375px) {
       .about__topics {
    height: 226px;
    }
}
.about__group {
    display: flex;
    height: 360px;
    max-width: 1440px;
    margin-top: 120px;
}
.about__groupSp {
    display: flex;
}
.about__group02 {
    display: flex;
    height: 360px;
    max-width: 1440px;
}
.about__item {
    font-size: 2.6rem;
    color: #FFFFFF;
    font-weight: 700;
}
.about__span {
    font-size: 3.8rem;
    color: #FFFFFF;
    font-weight: 700;
}
.about__p {
    font-size: 2.0rem;
    color: #66503E;
    width: 217px;
}
.about__div {
    display: flex;
    align-items: center;
    width: 360px;
    height: 360px;
}
.about__divImg {
    display: flex;
    align-items: center;
    width: 360px;
    height: 360px;
    overflow: hidden;
}
.about__div01 {
    height: 360px;
    width: 360px;
    background-color: #9A9087;
    padding: 129px 65px 0;
}
.about__div02 {
    height: 360px;
    width: 360px;
    padding: 120px 72px 0;
}
.about__div03 {
    height: 360px;
    width: 360px;
    padding: 150px 70px 0;
}
.img__about01 {
    width: 360px;
    height: 360px;
    object-fit: cover;
}
.img__about01Fp {
        width: 360px;
    height: 360px;
    object-fit: cover;
    filter: contrast(0.5);
}
.img__about01Fs {
        width: 360px;
    height: 360px;
    object-fit: cover;
}
.img__about02 {
    width: 360px;
    height: 360px;
    object-fit: cover;
    transform: scale(1.5)translateX(-50px);
}
.img__about03 {
    width: 360px;
    height: 360px;
    object-fit: cover;
    transform: scale(1.5)translateX(-64px);
}
.about__bottom {
    display: block;
    text-align: center;
    height: 800px;
}
.about_bottomDivimg {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    object-fit: cover;
}
.about__txtDiv {
    position: absolute;
    padding: 240px 0 0 40px;
}
.about__bottomImg {
    transform: scale(1.3)translate(-90px,125px);
}
.about__bottomP01 {
    font-size: 2.4rem;
    width: 600px;
}
.about__bottomP02 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 20px;
    width: 604px;
}
.egg {
    transform: translate(120px,206px)
}
.hera {
    transform: translate(40px,0px)
}
@media screen and (max-width: 1350px) {
.about__group {
    height: auto;
    max-width: 1350px;
    margin-top: 100px;
}
.about__group02 {
    height: auto;
    max-width: 1350px;
}
.about__item {
    font-size: 2.0rem;
}
.about__span {
    font-size: 3.0rem;
}
.about__p {
    font-size: 1.6rem;
    width: 210px;
}
.about__div {
    width: 337.5px;
    height:337.5px;
}
.about__divImg {
    width: 337.5px;
    height: 337.5px;
}
.about__div01 {
    height: 337.5px;
    width: 337.5px;
    padding: 125px 64px 0;
}
.about__div02 {
    height: 337.5px;
    width: 337.5px;
    padding: 126px 50px 0;
}
.about__div03 {
    height: 337.5px;
    width: 337.5px;
    padding: 138px 84px 0;
}
.img__about01 {
    width: 337.5px;
    height: 337.5px;
}
.img__about01Fp {
        width: 337.5px;
    height: 337.5px;
    filter: contrast(0.5);
}
.img__about01Fs {
        width: 337.5px;
    height: 337.5px;
}
.img__about02 {
    width: 337.5px;
    height: 337.5px;
    transform: scale(1.5)translateX(-40px);
}
.img__about03 {
    width: 337.5px;
    height: 337.5px;
    transform: scale(1.5)translateX(-40px);
}
.about__bottom {
    height: 548px;
}
.about__bottomImg {
    transform: scale(0.9)translate(-83px,20px);
}
.about__txtDiv {
    position: absolute;
    padding: 130px 0 0 80px;
}
.hera {
    transform:scale(0.6) translate(30px,-100px)
}
.egg {
    transform:scale(0.6) translate(160px,48px)
}
.about__bottomP01 {
    font-size: 1.6rem;
    width: 415px;
}
.about__bottomP02 {
    font-size: 2.0rem;
    margin-top: 20px;
    width: 438px;
}
}/* 1350px sp */
@media screen and (max-width: 1300px) {
.about__group {
    height: auto;
    max-width: 1300px;
    margin-top: 100px;
}
.about__group02 {
    height: auto;
    max-width: 1300px;
}
.about__item {
    font-size: 2.0rem;
}
.about__span {
    font-size: 3.0rem;
}
.about__p {
    font-size: 1.6rem;
    width: 210px;
}
.about__div {
    width: 325px;
    height: 325px;
}
.about__divImg {
    width: 325px;
    height: 325px;
}
.about__div01 {
    height: 325px;
    width: 325px;
    padding: 125px 64px 0;
}
.about__div02 {
    height: 325px;
    width: 325px;
    padding: 126px 50px 0;
}
.about__div03 {
    height: 325px;
    width: 325px;
    padding: 138px 84px 0;
}
.img__about01 {
    width: 325px;
    height: 325px;
}
.img__about01Fp {
        width: 325px;
    height: 325px;
    filter: contrast(0.5);
}
.img__about01Fs {
        width: 325px;
    height: 325px;
}
.img__about02 {
    width: 325px;
    height: 325px;
    transform: scale(1.5)translateX(-40px);
}
.img__about03 {
    width: 325px;
    height: 325px;
    transform: scale(1.5)translateX(-40px);
}
.about__bottom {
    height: 548px;
}
.about__bottomImg {
    transform: scale(0.9)translate(-83px,20px);
}
.about__txtDiv {
    position: absolute;
    padding: 130px 0 0 80px;
}
.hera {
    transform:scale(0.6) translate(30px,-100px)
}
.egg {
    transform:scale(0.6) translate(160px,48px)
}
.about__bottomP01 {
    font-size: 1.6rem;
    width: 415px;
}
.about__bottomP02 {
    font-size: 2.0rem;
    margin-top: 20px;
    width: 438px;
}
}/* 1300px sp */
@media screen and (max-width: 1119px) {
.about__group {
    height: auto;
    max-width: 1119px;
    margin-top: 100px;
}
.about__group02 {
    height: auto;
    max-width: 1119px;
}
.about__item {
    font-size: 2.0rem;
}
.about__span {
    font-size: 3.0rem;
}
.about__p {
    font-size: 1.6rem;
    width: 210px;
}
.about__div {
    width: 279.75px;
    height: 279.75px;
    overflow: hidden;
}
.about__divImg {
    width: 279.75px;
    height: 279.75px;
}
.about__div01 {
    height: 279.75px;
    width: 279.75px;
    padding: 102px 48px 0;
}
.about__div02 {
    height: 279.75px;
    width: 279.75px;
    padding: 114px 33px 0;
}
.about__div03 {
    height: 279.75px;
    width: 279.75px;
    padding: 120px 66px 0;
}
.img__about01 {
    width: 279.75px;
    height: 279.75px;
}
.img__about01Fp {
    width: 279.75px;
    height: 279.75px;
    filter: contrast(0.5);
}
.img__about01Fs {
        width: 325px;
    height: 325px;
}
.img__about02 {
    width: 279.75px;
    height: 279.75px;
    transform: scale(1.5)translateX(-40px);
}
.img__about03 {
    width: 279.75px;
    height: 279.75px;
    transform: scale(1.5)translateX(-40px);
}
.about__bottom {
    height: 548px;
}
.about__bottomImg {
    transform: scale(0.9)translate(-40px,-21px);
}
.about__txtDiv {
    position: absolute;
    padding: 185px 0 0 20px;
}
.hera {
    transform:scale(0.6) translate(-290px,-39px)
}
.egg {
    transform:scale(0.6) translate(210px,-270px)
}
.about__bottomP01 {
    font-size: 1.6rem;
    width: 415px;
}
.about__bottomP02 {
    font-size: 2.0rem;
    margin-top: 20px;
    width: 438px;
}
}/* 1119px sp */
@media screen and (max-width: 1024px) {
.about__group {
    height: 256px;
    max-width: 1024px;
    margin-top: 100px;
}
.about__group02 {
    height: 256px;
    max-width: 1024px;
}
.about__item {
    font-size: 2.0rem;
}
.about__span {
    font-size: 3.0rem;
}
.about__p {
    font-size: 1.6rem;
    width: 210px;
}
.about__div {
    width: 256px;
    height: 256px;
}
.about__divImg {
    width: 256px;
    height: 256px;
}
.about__div01 {
    height: 256px;
    width: 256px;
    padding: 100px 35px 0;
}
.about__div02 {
    height: 256px;
    width: 256px;
    padding: 96px 25px 0;
}
.about__div03 {
    height: 256px;
    width: 256px;
    padding: 108px 54px 0;
}
.img__about01 {
    width: 256px;
    height: 256px;
}
.img__about01Fp {
        width: 256px;
    height: 256px;
    filter: contrast(0.5);
}
.img__about01Fs {
        width: 256px;
    height: 256px;
}
.img__about02 {
    width: 256px;
    height: 256px;
    transform: scale(1.5)translateX(-40px);
}
.img__about03 {
    width: 256px;
    height: 256px;
    transform: scale(1.5)translateX(-40px);
}
.about__bottom {
    height: 548px;
}
.about__bottomImg {
    transform: scale(0.9)translate(-40px,-18px);
}
.about__txtDiv {
    position: absolute;
    padding: 220px 0 0 0;
}
.hera {
    transform:scale(0.6) translate(-270px,30px)
}
.egg {
    transform:scale(0.6) translate(184px,-210px)
}
.about__bottomP01 {
    font-size: 1.6rem;
    width: 415px;
}
.about__bottomP02 {
    font-size: 2.0rem;
    margin-top: 20px;
    width: 438px;
}
}/* 1024px sp */
@media screen and (max-width: 1023px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 1022px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 1022px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 511px;
    height: 511px;
    overflow: hidden;
}
.about__div01 {
    height: 511px;
    width: 511px;
    padding: 200px 110px 0;
}
.about__div02 {
    width: 511px;
    height: 511px;
    padding: 220px 68px 0;
}
.about__div03 {
    width: 511px;
    height: 511px;
    padding: 224px 162px 0;
}
.about__divImg {
    height: 511px;
    width: 511px;
}
.about__span {
    font-size: 3.8rem;
}
.about__p {
    font-size: 1.8rem;
    width: auto;
}
.about__item {
    font-size: 2.4rem;
}
.img__about01 {
    max-width: 511px;
    height: 511px;
    transform: scale(2.0)translateX(63px);
}
.img__about01Fp {
    max-width: 511px;
    height: 511px;
    filter: none;
    transform: scale(2.0)translateX(64px);
}
.img__about01Fs {
    max-width: 511px;
    height: 511px;
    filter: contrast(0.5);
    transform: scale(2.0)translateX(64px);
}
.img__about02 {
    max-width: 511px;
    height: 511px;
    transform: scale(2.0)translateX(64px);
}
.img__about03 {
    max-width: 511px;
    height: 511px;
    transform: scale(2.0)translateX(64px);
}
.about__bottom {
    height: 577px;
}
.about__bottomImg {
    transform: scale(0.9)translate(-39px,14px);
}
.about__bottomP01 {
    font-size: 1.4rem;
    width: 340px;
}
.about__bottomP02 {
    font-size: 1.8rem;
    margin-top: 14px;
    width: 345px;
}
.about__txtDiv {
    position: absolute;
    margin-top: -20px;
    margin-left: 20px;
}
.hera {
    transform:scale(0.6) translate(-262px,-14px)
}
.egg {
    transform:scale(0.7) translate(158px,-234px)
}
}/* 1023px */
@media screen and (max-width: 950px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 950px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 950px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 475px;
    height: 475px;
    overflow: hidden;
}
.about__div01 {
    height: 475px;
    width: 475px;
    padding: 200px 110px 0;
}
.about__div02 {
    width: 475px;
    height: 475px;
    padding: 194px 113px 0;
}
.about__div03 {
    width: 475px;
    height: 475px;
    padding: 224px 145px 0;
}
.about__divImg {
    height: 475px;
    width: 475px;
}
.about__span {
    font-size: 3.8rem;
}
.about__p {
    font-size: 1.8rem;
    width: auto;
}
.about__item {
    font-size: 2.4rem;
}
.img__about01 {
    max-width: 475px;
    height: 475px;
    transform: scale(2.0)translateX(63px);
}
.img__about01Fp {
    max-width: 475px;
    height: 475px;
    filter: none;
    transform: scale(2.0)translateX(64px);
}
.img__about01Fs {
    max-width: 475px;
    height: 475px;
    filter: contrast(0.5);
    transform: scale(2.0)translateX(64px);
}
.img__about02 {
    max-width: 475px;
    height: 475px;
    transform: scale(2.0)translateX(64px);
}
.img__about03 {
    max-width: 475px;
    height: 475px;
    transform: scale(2.0)translateX(64px);
}
.about__bottom {
    height: 577px;
}
.about__bottomImg {
    transform: scale(0.9)translate(-39px,14px);
}
.about__bottomP01 {
    font-size: 1.4rem;
    width: 340px;
}
.about__bottomP02 {
    font-size: 1.8rem;
    margin-top: 14px;
    width: 345px;
}
.about__txtDiv {
    position: absolute;
    margin-top: -20px;
    margin-left: 0;
}
.hera {
    transform:scale(0.5) translate(-262px,-14px)
}
.egg {
    transform:scale(0.6) translate(158px,-234px)
}
}/* 950px */
@media screen and (max-width: 850px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 850px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 850px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 425px;
    height: 425px;
    overflow: hidden;
}
.about__div01 {
    height: 425px;
    width: 425px;
    padding: 168px 96px 0;
}
.about__div02 {
    width: 425px;
    height: 425px;
    padding: 162px 106px 0;
}
.about__div03 {
    width: 425px;
    height: 425px;
    padding: 183px 126px 0;
}
.about__divImg {
    height: 425px;
    width: 425px;
}
.about__span {
    font-size: 3.8rem;
}
.about__p {
    font-size: 1.8rem;
    width: auto;
}
.about__item {
    font-size: 2.4rem;
}
.img__about01 {
    max-width: 425px;
    height: 425px;
    transform: scale(1.9)translateX(40px);
}
.img__about01Fp {
    max-width: 425px;
    height: 425px;
    filter: none;
    transform: scale(1.9)translateX(30px);
}
.img__about01Fs {
    max-width: 425px;
    height: 425px;
    filter: contrast(0.5);
    transform: scale(1.9)translateX(30px);
}
.img__about02 {
    max-width: 425px;
    height: 425px;
    transform: scale(2.0)translateX(22px);
}
.img__about03 {
    max-width: 425px;
    height: 425px;
    transform: scale(2.0)translateX(22px);
}
.about__bottom {
    height: 500px;
}
.about__bottomImg {
    transform: scale(0.8)translate(-77px,-26px);
}
.about__bottomP01 {
    font-size: 1.4rem;
    width: 340px;
}
.about__bottomP02 {
    font-size: 1.8rem;
    margin-top: 14px;
    width: 345px;
}
.about__txtDiv {
    position: absolute;
    margin-top: -20px;
    margin-left: -74px;
}
.hera {
    transform:scale(0.5) translate(-338px,15px)
}
.egg {
    transform:scale(0.6) translate(86px,-240px)
}
}/* 950px */
@media screen and (max-width: 769px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 768px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 768px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 384px;
    height: 384px;
    overflow: hidden;
}
.about__div01 {
    height: 384px;
    width: 384px;
    padding: 152px 88px 0;
}
.about__div02 {
    width: 384px;
    height: 384px;
    padding: 155px 68px 0;
}
.about__div03 {
    width: 384px;
    height: 384px;
    padding: 165px 112px 0;
}
.about__divImg {
    height: 384px;
    width: 384px;
}
.about__span {
    font-size: 3.4rem;
}
.about__p {
    font-size: 1.8rem;
    width: auto;
}
.about__item {
    font-size: 2.0rem;
}
.img__about01 {
    max-width: 384px;
    height: 384px;
    transform: scale(1.6)translateX(35px);
}
.img__about01Fp {
    max-width: 384px;
    height: 384px;
    filter: none;
    transform: scale(1.6)translateX(33px);
}
.img__about01Fs {
    max-width: 384px;
    height: 384px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(32px);
}
.img__about02 {
    max-width: 384px;
    height: 384px;
    transform: scale(1.8)translateX(17px);
}
.img__about03 {
    max-width: 384px;
    height: 384px;
    transform: scale(1.5)translateX(45px);
}
.about__bottom {
    height: 420px;
}
.about__bottomImg {
    transform: scale(0.7)translate(-137px,-62px);
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 310px;
}
.about__bottomP02 {
    font-size: 1.6rem;
    margin-top: 10px;
    width: 320px;
}
.about__txtDiv {
    position: absolute;
    margin-top: -63px;
    margin-left: -146px;
}
.hera {
    transform:scale(0.5) translate(-405px,-77px)
}
.egg {
    transform:scale(0.7) translate(18px,-242px)
}
}/* 769px */
@media screen and (max-width: 750px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 750px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 750px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 375px;
    height: 375px;
    overflow: hidden;
}
.about__div01 {
    height: 375px;
    width: 375px;
    padding: 152px 88px 0;
}
.about__div02 {
    width: 375px;
    height: 375px;
    padding: 155px 68px 0;
}
.about__div03 {
    width: 375px;
    height: 375px;
    padding: 165px 112px 0;
}
.about__divImg {
    height: 375px;
    width: 375px;
}
.about__span {
    font-size: 3.4rem;
}
.about__p {
    font-size: 1.8rem;
    width: auto;
}
.about__item {
    font-size: 2.0rem;
}
.img__about01 {
    max-width: 375px;
    height: 375px;
    transform: scale(1.6)translateX(35px);
}
.img__about01Fp {
    max-width: 375px;
    height: 375px;
    filter: none;
    transform: scale(1.6)translateX(33px);
}
.img__about01Fs {
    max-width: 375px;
    height: 375px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(32px);
}
.img__about02 {
    max-width: 375px;
    height: 375px;
    transform: scale(1.8)translateX(17px);
}
.img__about03 {
    max-width: 375px;
    height: 375px;
    transform: scale(1.5)translateX(45px);
}
.about__bottom {
    display: block;
    height: 725px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,1px);
    margin-top: 147px;
}
.about__bottomP01 {
    font-size: 1.4rem;
    width: 344px;
}
.about__bottomP02 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-left: 0;
    width: 342px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.4) translate(120px,-590px)
}
.hera {
    transform: scale(0.4) translate(32px,-718px)
}
.about__txtDiv {
    margin-top: -333px;
    margin-left: 100px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 750px sp */
@media screen and (max-width: 640px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 600px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 640px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 320px;
    height: 320px;
}
.about__div01 {
    height: 320px;
    width: 320px;
    padding: 106px 70px 0;
}
.about__div02 {
    width: 320px;
    height: 320px;
    padding: 100px 46px 0;
}
.about__div03 {
    width: 320px;
    height: 320px;
    padding: 115px 74px 0;
}
.about__divImg {
    height: 320px;
    width: 320px;
}
.about__span {
    font-size: 2.4rem;
}
.about__p {
    font-size: 1.4rem;
    width: auto;
}
.about__item {
    font-size: 1.8rem;
}
.img__about01 {
    max-width: 320px;
    height: 320px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 320px;
    height: 320px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 320px;
    height: 320px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-26px);
}
.img__about02 {
    max-width: 320px;
    height: 320px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 320px;
    height: 320px;
    transform: scale(1.5)translateX(-18px);
}
.about__bottom {
    display: block;
    height: 725px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 147px;
}
.about__bottomP01 {
    font-size: 1.4rem;
    width: 344px;
}
.about__bottomP02 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-left: 0;
    width: 342px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.4) translate(120px,-590px)
}
.hera {
    transform: scale(0.4) translate(32px,-718px)
}
.about__txtDiv {
    margin-top: -333px;
    margin-left: 100px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 640px sp */
@media screen and (max-width: 609px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 609px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 609px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 304.5px;
    height: 304.5px;
}
.about__div01 {
    height: 304.5px;
    width: 304.5px;
    padding: 106px 70px 0;
}
.about__div02 {
    width: 304.5px;
    height: 304.5px;
    padding: 112px 58px 0;
}
.about__div03 {
    width: 304.5px;
    height: 304.5px;
    padding: 115px 74px 0;
}
.about__divImg {
    height: 304.5px;
    width: 304.5px;
}
.about__span {
    font-size: 2.4rem;
}
.about__p {
    font-size: 1.4rem;
    width: auto;
}
.about__item {
    font-size: 1.8rem;
}
.img__about01 {
    max-width: 304.5px;
    height: 304.5px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 304.5px;
    height: 304.5px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 304.5px;
    height: 304.5px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-16px);
}
.img__about02 {
    max-width: 304.5px;
    height: 304.5px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 304.5px;
    height: 304.5px;
    transform: scale(1.5)translateX(-9px);
}
.about__bottom {
    display: block;
    height: 725px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 147px;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1260px)
}
.hera {
    transform: scale(0.3) translate(-373px,-518px)
}
.about__txtDiv {
    margin-top: -196px;
    margin-left: 128px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 609px sp */
@media screen and (max-width: 600px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 600px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 600px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 300px;
    height: 300px;
}
.about__div01 {
    height: 300px;
    width: 300px;
    padding: 106px 70px 0;
}
.about__div02 {
    width: 300px;
    height: 300px;
    padding: 100px 46px 0;
}
.about__div03 {
    width: 300px;
    height: 300px;
    padding: 115px 74px 0;
}
.about__divImg {
    height: 300px;
    width: 300px;
}
.about__span {
    font-size: 2.4rem;
}
.about__p {
    font-size: 1.4rem;
    width: auto;
}
.about__item {
    font-size: 1.8rem;
}
.img__about01 {
    max-width: 300px;
    height: 300px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 300px;
    height: 300px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 300px;
    height: 300px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-26px);
}
.img__about02 {
    max-width: 300px;
    height: 300px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 300px;
    height: 300px;
    transform: scale(1.5)translateX(-18px);
}
.about__bottom {
    display: block;
    height: 725px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 147px;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1260px)
}
.hera {
    transform: scale(0.3) translate(-373px,-518px)
}
.about__txtDiv {
    margin-top: -196px;
    margin-left: 128px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 600px sp */
@media screen and (max-width: 580px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 580px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 580px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 290px;
    height: 290px;
}
.about__div01 {
    height: 290px;
    width: 290px;
    padding: 106px 70px 0;
}
.about__div02 {
    width: 290px;
    height: 290px;
    padding: 100px 46px 0;
}
.about__div03 {
    width: 290px;
    height: 290px;
    padding: 115px 74px 0;
}
.about__divImg {
    height: 290px;
    width: 290px;
}
.about__span {
    font-size: 2.4rem;
}
.about__p {
    font-size: 1.4rem;
    width: auto;
}
.about__item {
    font-size: 1.8rem;
}
.img__about01 {
    max-width: 290px;
    height: 290px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 290px;
    height: 290px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 290px;
    height: 290px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-26px);
}
.img__about02 {
    max-width: 290px;
    height: 290px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 290px;
    height: 290px;
    transform: scale(1.5)translateX(-18px);
}
.about__bottom {
    display: block;
    height: 725px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 147px;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1260px)
}
.hera {
    transform: scale(0.3) translate(-373px,-518px)
}
.about__txtDiv {
    margin-top: -196px;
    margin-left: 128px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 580px sp */
@media screen and (max-width: 520px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 520px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 520px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 260px;
    height: 260px;
}
.about__div01 {
    height: 260px;
    width: 260px;
    padding: 106px 70px 0;
}
.about__div02 {
    width: 260px;
    height: 260px;
    padding: 100px 46px 0;
}
.about__div03 {
    width: 260px;
    height: 260px;
    padding: 115px 74px 0;
}
.about__divImg {
    height: 260px;
    width: 260px;
}
.about__span {
    font-size: 1.8rem;
}
.about__p {
    font-size: 1.2rem;
    width: auto;
}
.about__item {
    font-size: 1.4rem;
}
.img__about01 {
    max-width: 260px;
    height: 260px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 260px;
    height: 260px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 260px;
    height: 260px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-35px);
}
.img__about02 {
    max-width: 260px;
    height: 260px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 260px;
    height: 260px;
    transform: scale(1.5)translateX(-32px);
}
.about__bottom {
    display: block;
    height: 680px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 81px;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1327px)
}
.hera {
    transform: scale(0.3) translate(-373px,-574px)
}
.about__txtDiv {
    margin-top: -220px;
    margin-left: 128px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 520px sp */
@media screen and (max-width: 480px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 480px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 480px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 240px;
    height: 240px;
}
.about__div01 {
    height: 240px;
    width: 240px;
    padding: 80px 48px 0;
}
.about__div02 {
    width: 240px;
    height: 240px;
    padding: 66px 46px 0;
}
.about__div03 {
    width: 240px;
    height: 240px;
    padding: 90px 50px 0;
}
.about__divImg {
    height: 240px;
    width: 240px;
}
.about__span {
    font-size: 1.8rem;
}
.about__p {
    font-size: 1.2rem;
    width: auto;
}
.about__item {
    font-size: 1.4rem;
}
.img__about01 {
    max-width: 240px;
    height: 240px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 240px;
    height: 240px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 240px;
    height: 240px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-35px);
}
.img__about02 {
    max-width: 240px;
    height: 240px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 240px;
    height: 240px;
    transform: scale(1.5)translateX(-32px);
}
.about__bottom {
    display: block;
    height: 640px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 39px;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1327px)
}
.hera {
    transform: scale(0.3) translate(-373px,-574px)
}
.about__txtDiv {
    margin-top: -220px;
    margin-left: 102px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 480px sp */
@media screen and (max-width: 450px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 450px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 450px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 225px;
    height: 225px;
}
.about__div01 {
    height: 225px;
    width: 225px;
    padding: 80px 48px 0;
}
.about__div02 {
    width: 225px;
    height: 225px;
    padding: 66px 46px 0;
}
.about__div03 {
    width: 225px;
    height: 225px;
    padding: 90px 50px 0;
}
.about__divImg {
    height: 225px;
    width: 225px;
}
.about__span {
    font-size: 1.8rem;
}
.about__p {
    font-size: 1.2rem;
    width: auto;
}
.about__item {
    font-size: 1.4rem;
}
.img__about01 {
    max-width: 225px;
    height: 225px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 225px;
    height: 225px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 225px;
    height: 225px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-35px);
}
.img__about02 {
    max-width: 225px;
    height: 225px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 225px;
    height: 225px;
    transform: scale(1.5)translateX(-32px);
}
.about__bottom {
    display: block;
    height: 570px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(0.9)translate(0px,5px);
    margin-top: -27px;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1327px)
}
.hera {
    transform: scale(0.3) translate(-373px,-574px)
}
.about__txtDiv {
    margin-top: -220px;
    margin-left: 66px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 450px sp */
@media screen and (max-width: 425px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 425px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 425px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 212px;
    height: 212px;
}
.about__div01 {
    height: 212px;
    width: 212px;
    padding: 80px 48px 0;
}
.about__div02 {
    width: 212px;
    height: 212px;
    padding: 66px 46px 0;
}
.about__div03 {
    width: 212px;
    height: 212px;
    padding: 90px 50px 0;
}
.about__divImg {
    height: 212px;
    width: 212px;
}
.about__span {
    font-size: 1.8rem;
}
.about__p {
    font-size: 1.2rem;
    width: auto;
}
.about__item {
    font-size: 1.4rem;
}
.img__about01 {
    max-width: 212px;
    height: 212px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 212px;
    height: 212px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 212px;
    height: 212px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-35px);
}
.img__about02 {
    max-width: 212px;
    height: 212px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 212px;
    height: 212px;
    transform: scale(1.5)translateX(-32px);
}
.about__bottom {
    display: block;
    height: 570px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(408px,-1327px)
}
.hera {
    transform: scale(0.3) translate(-373px,-574px)
}
.about__txtDiv {
    margin-top: -220px;
    margin-left: 66px;
}
.about_bottomDivimg {
    height: 740px;
}
.aboutboder {
    overflow: hidden;
}
}/* 425px sp */
@media screen and (max-width: 375px) {
    .about__group {
    display: flex;
    flex-direction: column;
    height: 375px;
    margin-top: 50px;
}
.about__group02 {
    display: flex;
    flex-direction: column;
    height: 375px;  
}
.about__groupSp {
    display: flex;
}
#divImg1 {
    order: 2;
}
#divImg2 {
    order: 1;
}
.about__div {
    width: 187.5px;
    height: 187.5px;
}
.about__div01 {
    height: 187.5px;
    width: 187.5px;
    padding: 68px 36px 0;
}
.about__div02 {
    width: 187.5px;
    height: 187.5px;
    padding: 57px 30px 0;
}
.about__div03 {
    width: 187.5px;
    height: 187.5px;
    padding: 75px 40px 0;
}
.about__divImg {
    height: 187.5px;
    width: 187.5px;
}
.about__span {
    font-size: 1.8rem;
}
.about__p {
    font-size: 1.2rem;
    width: auto;
}
.about__item {
    font-size: 1.4rem;
}
.img__about01 {
    max-width: 187.5px;
    height: 187.5px;
        transform: scale(1.6)translateX(0px);
}
.img__about01Fp {
    max-width: 187.5px;
    height: 187.5px;
    filter: none;
    transform: scale(1.6)translateX(5px);
}
.img__about01Fs {
    max-width: 187.5px;
    height: 187.5px;
    filter: contrast(0.5);
    transform: scale(1.6)translateX(-35px);
}
.img__about02 {
    max-width: 187.5px;
    height: 187.5px;
    transform: scale(1.8)translateX(-18px);
}
.img__about03 {
    max-width: 187.5px;
    height: 187.5px;
    transform: scale(1.5)translateX(-32px);
}
.about__bottom {
    display: block;
    height: 570px;
}
.boder__Sp {
    transform: scale(2.0);
}
.about__bottomImg {
    transform: scale(1.0)translate(0px,5px);
    margin-top: 0;
}
.about__bottomP01 {
    font-size: 1.2rem;
    width: 296px;
}
.about__bottomP02 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-left: 10px;
    width: 271px;
}
.about__txtDivTop {
    position: absolute
}
.egg {
    transform: scale(0.3) translate(340px,-1300px)
}
.hera {
    transform: scale(0.3) translate(-358px,-556px)
}
.about__txtDiv {
    margin-top: -210px;
    margin-left: 45px;
}
.aboutboder {
    overflow: hidden;
}
}/* 375px sp */
/* ============================
footer
============================ */
    .footer {
        background-color: #66503E;
        height: 240px;
        display: block;
        text-align: center;
    }
    .footer_txt {
        font-size: 1.6rem;
        color: #FFFFFF;
    }
    .copy {
        font-size: 1.4rem;
        color: #FFFFFF;
        margin-top: 36px;
    }
    .footer__topic {
        padding-top: 50px;
    }
    .footer_txt {
        margin-top: 26px;
    }
    .address__br {
        margin-top: 10px;
    }
@media screen and (max-width: 769px) {
        .footer {
        height: 200px;
    }
    .footer_txt {
        font-size: 1.4rem;
    }
    .copy {
        font-size: 1.2rem;
        margin-top: 26px;
    }
    .footer__topic {
        padding-top: 40px;
    }
    .footer_txt {
        margin-top: 20px;
    }
        .footer__img {
        width: 110px;
        height: auto;
    }
}/* 769px */
    @media screen and (max-width: 520px) {
    .footer {
        height: 160px;
    }
    .footer_txt {
        font-size: 1.2rem;
    }
    .copy {
        font-size: 1.2rem;
        margin-top: 15px;
    }
    .footer__topic {
        padding-top: 40px;
    }
    .footer_txt {
        margin-top: 15px;
    }
    .address__br {
        margin-top: 8px;
    }
    .footer__img {
        width: 91px;
        height: 24px;
    }
}/* 520px sp */
