/*************全ページ共通のCSS*************/
/*************初期設定*************/
html {
    font-size: 10px;
    font-family: sans-serif;
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.4rem;
    }
}

/*@font-face {*/
    /*font-family: 'Noto-Serif';*/
    /*src: url('/font/NotoSerif-Regular.ttf') format('woff'),*/
    /*url('/font/NotoSerif-Regular.ttf') format('truetype');*/
/*}*/

.ja {
    /*font-family: 'Noto-Serif','Noto Serif', serif !important;*/
    /*font-family: 'Noto Serif', "Yu Mincho Pr6";*/
    font-family: 'Noto Serif JP', serif;
}

.en {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

h1,h2,h3 ,h4 {
    font-weight: inherit;
}

.paragraph {
    line-height: 1.6;
}

.c {
    color: #A7C9D6;
    /*color: #9efffc;*/
}

.logo {
    width: 76px;
    height: 60px;
    background: url(/img/logo.svg) center center no-repeat;
    background-size: contain;
}

.myGlobalNav {
    background: #FFF;
}

.myGlobalNav li:last-of-type {
    margin-bottom: 0;
}

.myMenuContainer {
    width: 100%;
}

.myImg {
    padding-top: 55%;
    overflow: hidden;
    height: 0;
}

@media screen and (min-width: 768px) {
}

/*************追加分*************/
/*デザイン系*/
html {
    font-size: 3.125vw;
}

body {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.73333333333;
    color: #262615;
}

h1,h2,h3 {
    line-height: 1.33333333333;
}

.ja {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.myBack {
    background: #fff;
}

.wrapper {
    background: url("/img/back.jpg") repeat;
    background-size: 32rem;
}

.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 35;
    width: 7.4rem;
    height: 9.02rem;
    background: url("/img/ham.png") no-repeat center center;
    background-size: contain;
}

.hamburger.show {
    background: url("/img/hamclose.png") no-repeat center center;
}

.myGlobalNav {
    z-index: 30;
    transition: 0.5s;
    background: rgba(255,255,255,0.8);
}

.myGlobalNav .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myGlobalNav nav{
    width: 100%;
}

.myGlobalNav ul {
    display: flex;
    flex-wrap: wrap;
    background: url("/img/menu.png") no-repeat center center;
    background-size: contain;
}

.myGlobalNav li {
    display: block;
    width: 50%;
    padding-top: 50%;
    position: relative;
}

.myGlobalNav li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.noText {
    text-indent:300%;
    white-space:nowrap;
    overflow:hidden;
    display: inherit;
}

/*全体共有パーツ*/
p a{
    display: inline;
    text-decoration: underline;
}

a {
    opacity: 1;
    transition: 0.5s;
}

a:hover {
    opacity: 0.65;
}

.inner {
    padding: 0 1.5rem;
}

.mySection {
    margin: 0 0 8rem;
    padding: 0;
    height: auto;
}

h2 {
    margin: 0 0 5rem;
}

.myItem {
    margin: 0 0 2rem;
}

.myBack {
    background: url("/img/back2.jpg") repeat;
    background-size: 32rem;
}

/*loading*/
.loading {
    position: fixed;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    transition: 0.2s;
    background: #D1C9AE;
}

.loading.hidden {
    opacity: 0;
}

.loading.close {
    display: none;
}

.loading .inner {
    position: relative;
    width: 100%;
    height: 100%;

}

.myLoadingTitle {
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 100%;
    left: 50%;
}

.myLoadingTitle {
    margin: 0 0 2rem;
    font-size: 3rem;
    position: relative;
}

.myLoadingTitle p span {
    font-size: 1.5rem;
}

.myLoadingTitle p:before {
    content: "いのち";
    position: absolute;
    font-size: 1rem;
    top: 2.3rem;
    left: 11.3rem;
}

.myLoadingTitle p:after {
    content: "";
    display: block;
    background: url("/img/aboutUnder.svg") center center no-repeat;
    background-size: contain;
    width: 25.5rem;
    height: 1.478rem;
    margin: 0rem auto 0;
}

.myLoadingTitle span {
    display: block;
}

.myLoadingImg {
    position: relative;
}

.myLoadingImg div {
    padding-top: 100%;
}

.myLoadingImg.animal div {
    background: url("/img/menu1.jpeg") center center no-repeat;
    background-size: cover;
}

.myLoadingResult {
    font-size: 1.5rem;
    text-align: left;
}

/*mv*/
#mv {
    background: url("/img/mvBack.jpeg") center center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    opacity: 0;
    transition: 0.5s;
}

#mv.show {
    opacity: 1;
}

#mv h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    transform: translateX(calc(-50% + 0.3rem));
    top: 11rem;
    left: 50%;
    width: 100%;
    text-align: center;
}

#mv h1:before {
    content: "いのち";
    position: absolute;
    font-size: 1rem;
    top: -1.2rem;
    left: calc(50% - 3rem);
}

.tatsuya {
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: calc(50% - 0.5rem);
    width: 51vh;
    overflow: hidden;
}

#mv .name {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 3.7rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 0.1em rgba(0,0,0,1);
}

/*sectionMenu*/
.mySectionMenuItem {
    height: 21rem;
    position: relative;
}

.mySectionMenuItem a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.mySectionMenuItem a:hover {
    opacity: 1;
}

.mySectionMenuItem:nth-of-type(1) {
    background: url(/img/menu1.jpeg) center center no-repeat;
    background-size: 120%;
    background-position: 60% 17%;
}

.mySectionMenuItem:nth-of-type(2) {
    background: url(/img/menu3.jpeg) center center no-repeat;
    background-size: 123%;
    background-position: 110% 30%;
}

.mySectionMenuItem:nth-of-type(3) {
    background: url(/img/menu2.jpeg) center center no-repeat;
    background-size: 156%;
    background-position: 28% 31%;
}

.mySectionMenuItem img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12.2rem;
}

/*about*/
#about {
    text-align: center;
    padding: 2rem 0 8rem;
}

#about h1 {
    font-size: 3rem;
    position: relative;
    margin: 0 0 2.5rem;
}

#about h1 span {
    font-size: 1.5rem;
}

#about h1:before {
    content: "いのち";
    position: absolute;
    font-size: 1rem;
    top: 7rem;
    left: 5.3rem;
}
#about h1:after {
    content: "";
    display: block;
    background: url("/img/aboutUnder.svg") center center no-repeat;
    background-size: contain;
    width: 25.5rem;
    height: 1.478rem;
    margin: 1rem auto 0;
}

.myAboutText p {
    text-align: left;
}

#about .myAboutText span {
    margin: 4rem auto;
    display: block;
}

.myAboutImg {
    padding-top: 21rem;
    background: url("/img/animal01.jpeg") center center no-repeat;
    background-size: cover;
}

/*result*/
#result h2 {
    background: url("/img/resultTitle.svg") center center no-repeat;
    background-size: contain;
    width: 29rem;
    height: 4.4rem;
    margin: 0 auto 3.5rem;
}

.myResult .myResultViews {
    width: 32rem;
    height: 32rem;
}

.myResult:nth-of-type(1) .myResultViews {
    background: url(/img/menu1.jpeg) center center no-repeat;
    background-size: 130%;
    background-position: 66% 0%;
}

.myResult:nth-of-type(2) .myResultViews {
    display: flex;
    flex-wrap: wrap;
}

.myResult:nth-of-type(2) .myResultView {
    width: 50%;
    position: relative;
}

.myResult:nth-of-type(2) .myResultView div {
    padding-top: 100%;
}

.myResult:nth-of-type(2) .myResultViews {
    background: url("/img/rescue.jpeg") center center no-repeat;
    background-size: cover;
}

.myResult:nth-of-type(3) .myResultViews {
    background: url(/img/result3-1.jpeg) center center no-repeat;
    background-size: cover;
    background-position: 38% 0%;
}


.myResultText {
    width: 32rem;
    min-height: 32rem;
    padding: 1.8rem 1.5rem 5rem;
}

.myResult h3{
    padding: 1.9rem 0 5rem;
    width: 29rem;
    color: #fff;
    height: 11.282rem;
    background: url(/img/resultSubTitleBack.svg) center center no-repeat;
    background-size: contain;
    font-size: 2.5rem;
    text-align: center;
    margin: 0 auto 1.5rem;
}

/*other*/
#other h2 {
    background: url("/img/otherTitle.svg") center center no-repeat;
    background-size: contain;
    width: 29rem;
    height: 4.4rem;
    margin: 0 auto 3.5rem;
}

.myOther {
    margin: 0 0 4rem;
}

.myOtherView {
    padding-top: 21rem;
}

.myOther:nth-of-type(1) .myOtherView {
    background: url(/img/menu2.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(2) .myOtherView {
    background: url(/img/rescue2.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(3) .myOtherView {
    background: url(/img/fas-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(4) .myOtherView {
    background: url(/img/uchu.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(5) .myOtherView {
    background: url(/img/energy.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(6) .myOtherView {
    background: url(/img/asaga.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(7) .myOtherView {
    background: url(/img/okinawa.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(8) .myOtherView {
    background: url(/img/kenshu.jpeg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(9) .myOtherView {
    background: url(/img/extreme-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(10) .myOtherView {
    background: url(/img/mimamori-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(11) .myOtherView {
    background: url(/img/chitekizaisan-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(12) .myOtherView {
    background: url(/img/hikoki-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(13) .myOtherView {
    background: url(/img/heri-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(14) .myOtherView {
    background: url(/img/7119-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(15) .myOtherView {
    background: url(/img/Singapore-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOther:nth-of-type(16) .myOtherView {
    background: url(/img/trumpet-small-compressed.jpg) center center no-repeat;
    background-size: cover;
}

.myOtherText h3 {
    margin: 2rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

/*koyaku*/
#koyaku h2 {
    background: url("/img/koyakuTitle.svg") center center no-repeat;
    background-size: contain;
    width: 29rem;
    height: 4.4rem;
    margin: 0 auto 3.5rem;
}

.myKoyakuText h3 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0  auto 5rem;
}

#koyaku dl {
    margin: 0;
}

#koyaku dt {
    padding: 0 0 0 2.1rem;
    position: relative;
    font-weight: bold;
}

#koyaku dt:before {
    content: "";
    display: block;
    background: url("/img/nikukyu.svg") center center no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
}

#koyaku dd {
    padding: 0;
    margin: 0 0 4rem;
}

#koyaku dd:last-of-type {
    margin: 0;
}

/*katsudo*/
#katsudo h2 {
    background: url("/img/katsudoTitle.svg") center center no-repeat;
    background-size: contain;
    width: 29rem;
    height: 4.4rem;
    margin: 0 auto 3.5rem;
}

.snsview {
    width: 100%;
    margin: 4rem 0 0;
}

.snsview iframe#twitter-widget-0 {
    max-height: 80vh;
    overflow: scroll;
    transform: translateZ(0);
}

.snsview .facebook {
    margin: 0 0 4rem;
}

/*profile*/
#profile h2 {
    background: url("/img/profileTitle.svg") center center no-repeat;
    background-size: contain;
    width: 29rem;
    height: 4.4rem;
    margin: 0 auto 3.5rem;
}

#profile h3 {
    font-size: 2rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.myProfileText p{
    text-align: left;
}

.myProfileView {
    padding-top: 120%;
    background: url(/img/profile.jpeg) center bottom no-repeat;
    background-size: cover;
    margin: 4rem auto 0;
}

/*footer*/
footer {
    background: url("/img/back2.jpg") repeat;
    background-size: 32rem;
    text-align: center;
}

.myFooterMain {
    padding: 4rem 0 7.5rem;
}

.myFooterMain dl {
    margin: 0;
}

.myFooterMain dd {
    margin: 0;
}

footer h2 {
    font-size: 3rem;
    position: relative;
    margin: 0 0 2.5rem;
}

footer h2 span {
    font-size: 1.5rem;
}

footer h2:before {
    content: "いのち";
    position: absolute;
    font-size: 1rem;
    top: 7rem;
    left: 8.3rem;
}

.copyRights {
    padding: 4rem 0;
    background: #98957F;
}

@media screen and (min-width: 768px) and (orientation: landscape){
    html {
        font-size: 10px;
    }

    /*全体共有パーツ*/
    .inner {
        padding: 0 75px;
    }

    .mySection {
        margin: 0 0 10rem;
    }

    /*loading*/
    .myLoadingTitle p {
        font-size: 5rem;
        margin: 0 auto 4rem;
    }

    .myLoadingTitle p span {
        font-size: 2.5rem;
        padding: 0 0 2rem;
        display: block;
    }

    .myLoadingTitle p:before {
        font-size: 1.8rem;
        transform: translateX(-50%);
        top: 5.7rem;
        left: calc(50% - 2.5rem);
    }

    .myLoadingTitle p:after {
        content: "";
        display: block;
        background: url(/img/aboutUnder_pc.svg) center center no-repeat;
        background-size: contain;
        width: 45.249rem;
        height: 1.478rem;
        margin: 0 auto 0;
    }

    /*mv*/
    #mv {
        background: url("/img/mvBack_pc.jpeg") center center no-repeat;
        background-size: cover;
        height: 100vh;
    }

    #mv h1:before {
        font-size: 1.5vw;
        top: -1.2vw;
        left: calc(50% - 5.3vw);
    }

    #mv h1:after {
        content: "";
        background: url(/img/mvTitleStamp.svg) center center no-repeat;
        background-size: contain;
        position: absolute;
        transform: translateX(-50%);
        top: -4vw;
        left: calc(50% - 25vw);
        width: 20.10390625vw;
        height: 11.46328125vw;
        z-index: -1;
    }

    #mv h1 {
        font-size: 5.46875vw;
        color: #fff;
        font-weight: bold;
        position: absolute;
        transform: translateX(calc(-50% + 2vw));
        top: 8.125vw;
        left: 50%;
        width: 100%;
        text-align: center;
    }

    .tatsuya {
        position: absolute;
        transform: translateX(-50%);
        bottom: 0;
        left: calc(50% - 1vw);
        width: 33.640625vw;
        max-height: 70vh;
        overflow: hidden;
    }

    /*sectionMenu*/
    section#sectionMenu {
        margin: 0 0 19.5rem;
    }

    .mySectionMenu {
        display: flex;
    }

    .mySectionMenuItem {
        width: calc(100%/3);
    }

    .mySectionMenuItem {
        width: calc(100%/3);
        padding-top: 53.050397878%;
    }

    .mySectionMenuItem img {
        width: 87.5%;
        max-width: 330px;
        bottom: -16%;
        left: 0;
    }

    .mySectionMenuItem:nth-of-type(1) {
        background: url(/img/menu1.jpeg) center center no-repeat;
        background-size: cover;
        background-position: 50% 17%;
    }

    .mySectionMenuItem:nth-of-type(2) {
        background: url(/img/menu3.jpeg) center center no-repeat;
        background-size: 150%;
        background-position: 48% 103%;
    }

    .mySectionMenuItem:nth-of-type(3) {
        background: url(/img/menu2.jpeg) center center no-repeat;
        background-size: cover;
        background-position: 15% 31%;
    }

    /*about*/
    #about {
        margin-bottom: 8rem;
    }

    #about h1 {
        font-size: 5rem;
        margin: 0 auto 4rem;
    }

    #about h1 span {
        font-size: 2.5rem;
        padding: 0 0 2rem;
        display: inline-block;
    }

    #about h1:before {
        font-size: 1.8rem;
        transform: translateX(-50%);
        top: 6.7rem;
        left: calc(50% - 2.5rem);
    }

    #about h1:after {
        content: "";
        display: block;
        background: url(/img/aboutUnder_pc.svg) center center no-repeat;
        background-size: contain;
        width: 45.249rem;
        height: 1.478rem;
        margin: 0 auto 0;
    }

    .myAboutText {
        background: url("/img/han2.svg") center center no-repeat;
        background-size: contain;
        /*min-height: 55rem;*/
        height: 65rem;
    }

    .myAboutText p {
        text-align: center;
        padding: 13rem 0 12rem;
    }

    .myAboutText p {
        text-align: center;
        padding: 13rem 0 12rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .myAboutAddImgs {
        display: flex !important;
        flex-wrap: wrap;
        margin-bottom: 10rem;
    }

    .myAboutAddImg {
        width: 25%;
        position: relative;
    }

    .myAboutAddImg div {
        padding-top: 100%;
    }

    .myAboutAddImg:nth-of-type(1) div {
        background: url("/img/bousai.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myAboutAddImg:nth-of-type(2) div {
        background: url("/img/animal01.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myAboutAddImg:nth-of-type(3) div {
        background: url("/img/iryo.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myAboutAddImg:nth-of-type(4) div {
        background: url("/img/rescue2.jpeg") center center no-repeat;
        background-size: cover;
    }

    /*result*/
    #result h2 {
        background: url(/img/resultTitle_pc.svg) center center no-repeat;
        background-size: contain;
        width: 104rem;
        height: 7.2rem;
        margin: 0 auto 6rem;
        max-width: 100%;
    }

    .myResult {
        display: flex;
    }

    .myResultText {
        width: calc(100%/3);
        padding-bottom: 0;
    }
    .myResult .myResultViews,.myResult .myResultViews .myResultView {
        height: 100%;
    }

    .myResult:nth-of-type(1) .myResultViews {
        padding-top: 0;
        background-size: cover;
        background-position: 50% 12%;
    }

    .myResult:nth-of-type .myResultText {
        width: calc(100% /3);
    }

    .myResult:nth-of-type(1) .myResultViews {
        width: calc((100% /3)*2);
        background: none;
    }

    .myResult:nth-of-type(1) .myResultViews .myResultView {
        padding-top: calc(100%/2);
        width: 50%;
    }

    .myResult:nth-of-type(1) .myResultViews .myResultView:nth-of-type(1) {
        background: url("/img/menu1.jpeg") center center no-repeat;
        background-position: 50% 1%;
        background-size: cover;
    }

    .myResult:nth-of-type(1) .myResultViews .myResultView:nth-of-type(2) {
        background: url("/img/animal04.jpeg") center center no-repeat;
        background-position: 73% 50%;
        background-size: cover;
    }

    .myResult:nth-of-type(2) .myResultViews {
        background: none;
    }

    .myResult:nth-of-type(2) .myResultViews:nth-of-type(1) {
        display: flex !important;
        flex-wrap: wrap;
        height: auto;
    }

    .myResult:nth-of-type(2) .myResultViews {
        width: calc((100% /3)*2);
    }

    .myResult:nth-of-type(2) .myResultView {
        padding-top: calc(100%/2);
    }

    .myResult:nth-of-type(3) .myResultViews {
        padding-top: calc(100%/3);
    }

    .myResult:nth-of-type(2) .myResultView div {
        display: none;
    }

    .myResult:nth-of-type(2) .myResultView:nth-of-type(1) {
        background: url("/img/bousai.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myResult:nth-of-type(2) .myResultView:nth-of-type(2) {
        background: url("/img/rescue.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myResult:nth-of-type(3) .myResultViews {
        width: calc(100% /3);
    }

    .myResult:nth-of-type(3) .myResultViews:nth-of-type(1) {
        background: url("/img/result3-1.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myResult:nth-of-type(3) .myResultViews:nth-of-type(4) {
        background: url("/img/result3-2.jpeg") center center no-repeat;
        background-size: cover;
    }

    /*other*/
    #other h2 {
        background: url(/img/otherTitle_pc.svg) center center no-repeat;
        background-size: contain;
        width: 104rem;
        height: 7.2rem;
        margin: 0 auto 6rem;
        max-width: 100%;
    }

    .myOthers {
        display: flex;
        flex-wrap: wrap;
    }

    .myOther {
        width: calc((100% - 54px) / 4);
        margin-right: 18px;
    }

    .myOther:nth-of-type(4n) {
        margin-right: 0;
    }

    /*koyaku*/
    #koyaku h2 {
        background: url(/img/koyakuTitle_pc.svg) center center no-repeat;
        background-size: contain;
        width: 104rem;
        height: 7.2rem;
        margin: 0 auto 6rem;
        max-width: 100%;
    }

    .myKoyaku {
        display: flex;
    }

    .myKoyakuText {
        display: flex;
        flex-direction: row-reverse;
        width: 60%;
    }

    .myKoyakuText h3 {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 5rem;
        text-align: left;
        margin: 0 5rem;
    }

    .myKoyakuViews {
        display: block;
        flex-wrap: wrap;
        position: relative;
        width: 40%;
        /*height: 0;*/
    }

    .myKoyakuView {
        width: 50%;
        padding-top: 50%;
        height: 0;
        float: left;
    }

    .myKoyakuView:nth-of-type(1) {
        width: 100%;
        padding-top: 100%;
        background: url("/img/tasuya2.jpeg") center center no-repeat;
        background-position: 0% 0%;
        background-size: cover;
    }

    .myKoyakuView:nth-of-type(2) {
        background: url("/img/douro.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myKoyakuView:nth-of-type(3) {
        background: url("/img/momo.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myKoyakuView:nth-of-type(4) {
        background: url("/img/koureisya.jpeg") center center no-repeat;
        background-size: cover;
        background-position: 25% 0%;
    }

    .myKoyakuView:nth-of-type(5) {
        background: url("/img/robot.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myKoyakuView:nth-of-type(6) {
        background: url("/img/menu2.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myKoyakuView:nth-of-type(7) {
        background: url("/img/menu2.jpeg") center center no-repeat;
        background-size: cover;
    }

    /*katsudo*/
    #katsudo h2 {
        background: url(/img/katsudoTitle_pc.svg) center center no-repeat;
        background-size: contain;
        width: 104rem;
        height: 7.2rem;
        margin: 0 auto 6rem;
        max-width: 100%;
    }

    .snsview {
        margin: 8rem 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .facebook {
        width: 50%;
    }

    .twitter {
        width: 50%;
        padding: 0 5rem 0 0;
    }

    /*profile*/
    #profile h2 {
        background: url(/img/profileTitle_pc.svg) center center no-repeat;
        background-size: contain;
        width: 104rem;
        height: 7.2rem;
        margin: 0 auto 6rem;
        max-width: 100%;
    }

    .myProfile {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .myProfileText {
        width: 50%;
        padding: 0 0 0 5rem;
        text-align: center;
    }

    .myProfileText p {
        text-align: center;
    }

    #profile h3 {
        margin: 0 0 6rem;
    }

    .myProfileView {
        width: 50%;
        background: url(/img/profile.jpeg) center bottom no-repeat;
        background-size: cover;
        padding-top: 0;
        margin: 0;
    }

    /*footer*/
    .myFooterMain {
        display: flex;
        padding: 24px 0;
    }

    .myFooterMain div:nth-of-type(1) {
        width: 50%;
    }

    .myFooterMain div:nth-of-type(2) {
        width: 50%;
        padding: 0 0 0 68px;
    }

    .myFooterMain div:nth-of-type(2) p {
        text-align: left;
    }


    footer h2 {
        font-size: 5rem;
        margin: 0 auto 4rem;
    }

    footer h2 span {
        font-size: 2.5rem;
        padding: 0 0 2rem;
        display: inline-block;
    }

    footer h2:before {
        font-size: 1.8rem;
        transform: translateX(-50%);
        top: 6.7rem;
        left: calc(50% - 2.5rem);
    }

    footer h2:after {
        content: "";
        display: block;
        background: url(/img/aboutUnder_pc.svg) center center no-repeat;
        background-size: contain;
        width: 45.249rem;
        height: 1.478rem;
        margin: 0 auto 0;
    }


}

.new-item .myOtherView {
    background: url(/img/new-item1.jpg) center center no-repeat;
    background-size: cover;
}

.new-item2 .myOtherView {
    background: url(/img/new-item2.jpg) center center no-repeat;
    background-size: cover;

}
.new-item3 .myOtherView {
    background: url(/img/new-item3.jpg) center center no-repeat;
    background-size: cover;

}