@charset "UTF-8";
html {font-size: 62.5%;}
#Wrap {width: 100%;}
#contentsAll {font-feature-settings: 'palt'; text-align: justify; text-justify: inter-ideograph;} 
#contentsAll p {font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;}
#contentsAll a:hover {cursor: pointer; opacity: .5;}
#contentsAll ul li {list-style: none;}
#contentsAll .imgMaxWidth {width: 100%;}
#contentsAll .relativeArea {position: relative;}
#contentsAll .flexItem {display: flex;flex-wrap: wrap;justify-content: center;}
#contentsAll .futuraFont {font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;}
#contentsAll .dnpShueiMinchoFont {font-family: dnp-shuei-mincho-pr6, sans-serif;font-weight: 500;font-style: normal;}
/*************************************SP****************************************/
@media screen and ( max-width:560px ) {
    /* #contentsAll {background-position-y: -111px;background-image: url(../img/sp.jpg);background-size: 100%;} */
    #contentsAll {width: calc(750*(100vw/750)); margin: 0 auto;}
    #contentsAll .pcOnly {display: none;}
    /*==========================
    フォント
    ==========================*/
    #contentsAll .contentsTxt {
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: .03rem;
        text-align: center;
    }
    /*==========================
    Contents
    ==========================*/
    .Contents h2,h3 {
        text-align: center;
    }
    .Contents h3 {
        margin-top: calc(92*(100vw/750));
        color: #8c8c8c;
        font-size: calc(38*(100vw/750));
        letter-spacing: .09rem;
    }
    .Contents h2 {
        margin-top: calc(48*(100vw/750));
        color: #653a2b;
        font-size: calc(46*(100vw/750));
        line-height: 1.7;
        letter-spacing: .12rem;
    }
    .Contents .contentsTxt {
        margin-top: calc(68*(100vw/750));
    }
    .Contents ul {
        width: calc(710*(100vw/750));
        margin: calc(82*(100vw/750)) auto 0;
    }

    .Contents ul li {
        width: calc(230*(100vw/750));
    }
    .Contents ul li:nth-of-type(4),
    .Contents ul li:nth-of-type(12) {
        margin-top: calc(95*(100vw/750));
    }
    .Contents ul li:nth-of-type(8),
    .Contents ul li:nth-of-type(9),
    .Contents ul li:nth-of-type(11) {
        margin-top: calc(94*(100vw/750));
    }
    .Contents ul li:nth-of-type(5) {
        margin-top: calc(98*(100vw/750));
    }
    .Contents ul li:nth-of-type(6),
    .Contents ul li:nth-of-type(10) {
        margin-top: calc(96*(100vw/750));
    }
    .Contents ul li:nth-of-type(7){
        margin-top: calc(93*(100vw/750));
    }

    .Contents ul li a div {
        margin: 0 auto;
    }
    .Contents ul li:nth-of-type(1) a div {
        width: calc(244*(100vw/750));
    }
    .Contents ul li:nth-of-type(2) a div,
    .Contents ul li:nth-of-type(8) a div  {
        width: calc(208*(100vw/750));
    }
    .Contents ul li:nth-of-type(3) a div {
        width: calc(254*(100vw/750));
    }
    .Contents ul li:nth-of-type(4) a div,
    .Contents ul li:nth-of-type(10) a div {
        width: calc(240*(100vw/750));
    }
    .Contents ul li:nth-of-type(5) a div {
        width: calc(200*(100vw/750));
    }
    .Contents ul li:nth-of-type(6) a div,
    .Contents ul li:nth-of-type(7) a div {
        width: calc(250*(100vw/750));
    }
    .Contents ul li:nth-of-type(9) a div,
    .Contents ul li:nth-of-type(12) a div  {
        width: calc(248*(100vw/750));
    }
    .Contents ul li:nth-of-type(11) a div {
        width: calc(205*(100vw/750));
    }

    .Contents ul li a p {
        margin-top: calc(40*(100vw/750));
        color: #653a2b;
        font-size: calc(30*(100vw/750));
        text-align: center;
    }
    .Contents ul li:nth-of-type(3) a p {
        margin-top: calc(39*(100vw/750));
    }
    .Contents ul li:nth-of-type(4) a p {
        margin-top: calc(42*(100vw/750));
    }
    .Contents ul li:nth-of-type(7) a p {
        margin-top: calc(34*(100vw/750));
    }
    .Contents ul li:nth-of-type(8) a p {
        margin-top: calc(38*(100vw/750));
    }
    .Contents ul li:nth-of-type(10) a p {
        margin-top: calc(39*(100vw/750));
    }

    .aboutThisPerson div {
        width: calc(720*(100vw/750));
        margin: calc(123*(100vw/750)) auto 0;
        border: 1px solid #a28378;
    }
    .aboutThisPerson div h3 {
        margin-top: calc(58*(100vw/750));
        color: #653a2b;
        font-size: calc(36*(100vw/750));
        letter-spacing: .09rem;
    }
    .aboutThisPerson div .contentsTxt {
        margin-top: calc(31*(100vw/750));
    }
    .aboutThisPerson div p:nth-of-type(2) {
        margin: calc(32*(100vw/750)) 0 calc(65*(100vw/750));
        color: #666666;
        font-size: calc(28*(100vw/750));
        letter-spacing: .04rem;
        text-align: center;
        text-decoration: underline;
    }
}
/*************************************PC****************************************/
@media screen and (max-width: 1200px) and (min-width: 561px) {
    html {font-size: calc(10* (100vw / 1200)) !important;}
}
@media only screen and (min-width: 561px) {
    /* #contentsAll {background-position-y: -178px;background-image: url(../img/pc.jpg);background-size: 100%;} */
    #contentsAll {width: 120rem;margin: 8rem auto 0;}
    #contentsAll .spOnly {display: none;}
    .main-area::after {
        margin: 0 !important;
    }
    /*==========================
    フォント
    ==========================*/
    #contentsAll .contentsTxt {
        color: #666666;
        font-size: 1.5rem;
        line-height: 2;
        letter-spacing: .04rem;
        text-align: center;
    }
    /*==========================
    メインビジュアル
    ==========================*/
    #contentsAll .mainVisualArea {
        width: 82.6rem;
        margin: 0 auto;
    }
    /*==========================
    Contents
    ==========================*/
    .Contents h2,h3 {
        text-align: center;
    }
    .Contents h3 {
        margin-top: 5.9rem;
        color: #8c8c8c;
        font-size: 2.6rem;
        letter-spacing: .13rem;
    }
    .Contents h2 {
        margin-top: 2.4rem;
        color: #653a2b;
        font-size: 2.6rem;
        line-height: 1.8;
        letter-spacing: .13rem;
    }
    .Contents .contentsTxt {
        margin-top: 4.6rem;
    }
    .Contents ul {
        width: 83rem;
        margin: 5.3rem auto 0;
    }

    .Contents ul li {
        width: 25.3rem;
    }
    .Contents ul li:nth-of-type(2), 
    .Contents ul li:nth-of-type(5), 
    .Contents ul li:nth-of-type(8), 
    .Contents ul li:nth-of-type(11) {
        margin: 0 3.1rem 0 3.7rem;
    }
    .Contents ul li:nth-of-type(4) {
        margin-top: 6rem;
    }
    .Contents ul li:nth-of-type(5), 
    .Contents ul li:nth-of-type(9),
    .Contents ul li:nth-of-type(11) {
        margin-top: 6.3rem;
    }
    .Contents ul li:nth-of-type(6){
        margin-top: 6.5rem;
    }
    .Contents ul li:nth-of-type(7){
        margin-top: 6.1rem;
    }
    .Contents ul li:nth-of-type(8) {
        margin-top: 5.5rem;
    }
    .Contents ul li:nth-of-type(10) {
        margin-top: 6.3rem;
    }
    .Contents ul li:nth-of-type(12) {
        margin-top: 6.6rem;
    }

    .Contents ul li a div {
        margin: 0 auto;
    }
    .Contents ul li:nth-of-type(1) a div {
        width: 24.4rem;
    }
    .Contents ul li:nth-of-type(2) a div {
        width: 20.8rem;
    }
    .Contents ul li:nth-of-type(3) a div {
        width: 25.3rem;
    }
    .Contents ul li:nth-of-type(4) a div,
    .Contents ul li:nth-of-type(6) a div {
        width: 25rem;
    }
    .Contents ul li:nth-of-type(5) a div {
        width: 21rem;
    }
    .Contents ul li:nth-of-type(7) a div {
        width: 24rem;
    }
    .Contents ul li:nth-of-type(8) a div {
        width: 21.4rem;
    }
    .Contents ul li:nth-of-type(9) a div {
        width: 24.7rem;
    }
    .Contents ul li:nth-of-type(10) a div {
        width: 24.2rem;
    }
    .Contents ul li:nth-of-type(11) a div {
        width: 21.6rem;
    }
    .Contents ul li:nth-of-type(12) a div {
        width: 24.9rem;
    }

    .Contents ul li a p {
        margin-top: 2.9rem;
        color: #653a2b;
        font-size: 2rem;
        text-align: center;
    }
    .Contents ul li:nth-of-type(4) a p {
        margin-top: 2.5rem;
    }
    .Contents ul li:nth-of-type(5) a p {
        margin-top: 2.8rem;
    }
    .Contents ul li:nth-of-type(6) a p,
    .Contents ul li:nth-of-type(10) a p {
        margin-top: 2.9rem;
    }
    .Contents ul li:nth-of-type(7) a p {
        margin-top: 3.3rem;
    }
    .Contents ul li:nth-of-type(8) a p {
        margin-top: 2.7rem;
    }
    .Contents ul li:nth-of-type(11) a p {
        margin-top: 1.9rem;
    }

    .aboutThisPerson div {
        width: 90rem;
        margin: 9.3rem auto 0;
        border: 1px solid #a28378;
    }
    .aboutThisPerson div h3 {
        margin-top: 4.9rem;
        color: #653a2b;
        font-size: 2.3rem;
        letter-spacing: .13rem;
    }
    .aboutThisPerson div .contentsTxt {
        margin-top: 2.5rem;
    }
    .aboutThisPerson div p:nth-of-type(2) {
        margin: 2.4rem 0 5.3rem;
        color: #666666;
        font-size: 1.5rem;
        letter-spacing: .04rem;
        text-align: center;
        text-decoration: underline;
    }
}