@media screen and (min-width: 836px) {
  .sp-only {
    display: none !important;
  }
  .hosoku {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 300;
      display: block;
      margin: 20px 0;
      color: #fff;
    font-family: "Noto Serif JP", serif;
    }
.mgB100 {
    margin-bottom: 100px;
}
}
@media screen and (max-width: 835px) {
  .pc-only {
    display: none !important;
  }
  .hosoku {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 300;
      display: block;
      margin: 20px 0;
      color: #fff;
    font-family: "Noto Serif JP", serif;
    }
.mgB100 {
    margin-bottom: 0 !important;
}
}

body {
  position: relative;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
}
sup {
    color: #fff;
}
@media screen and (min-width: 836px) {
  .contents {
    padding-top: 100px;
    padding-bottom: 0;
    font-feature-settings: "palt";
    letter-spacing:1px;
  }
  .contents > .mv-box {
    width: 100%;
    position: relative;
  }
  .contents > .mv-box .mv {
    width: 100%;
    display: block;
  }
  .contents > .mv-box .logo {
    position: absolute;
    width: 20.7%;
    top: 3.56%;
    right: 5%;
  }
  .contents > .mv-box .logo .en {
    width: 100%;
    display: block;
  }
  .contents > .mv-box .logo .ja {
    width: 28.9%;
    margin-top: 12px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .contents > .mv-box .main-content {
    position: absolute;
    left: 5%;
    top: 7%;
  }
  .contents > .mv-box .main-content .title {
    font-size: 220px;
    line-height: 1;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    color: #fff;
      padding-bottom: 20px;
  }
  .contents > .mv-box .main-content .name {
    font-size: 40px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: 0.03em;
    margin-left: 10px;
    font-weight: 300;
  }
  .contents > .mv-box .main-content .name .post {
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    color: #fff;
    margin-right: 30px;
    letter-spacing: 0.4em;
  }
  .contents > .mv-box .main-content .caption {
    font-size: 23px;
    font-family: "Noto Serif JP", serif;
    line-height: 2.174;
    color: #fff;
    margin-top: 60px;
    font-weight: 300;
  }
  .contents > .mv-box .main-content .text {
    font-size: 23px;
    font-family: "Noto Serif JP", serif;
    line-height: 2.174;
    color: #fff;
    margin-top: 50px;
    font-weight: 300;
  }
  .contents > .description-box {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 195px;
    padding-bottom: 180px;
    font-feature-settings: "palt";
    letter-spacing:1px;
  }
  .contents > .description-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1422px;
    width: 84.6%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .description-box .inner .img-box {
    width: 50%;
    background-image: none !important;
  }
  .contents > .description-box .inner .img-box .img {
    width: 56.2%;
    margin-left: 9.5%;
    margin-top: 50px;
  }
  .contents > .description-box .inner .img-box .img:first-child {
    margin-top: 0;
  }
  .contents > .description-box .inner .text-box {
    width: 50%;
  }
  .contents > .description-box .inner .text-box .text {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
  }

  .contents > .mv-box .column2 {
      display: flex;
      justify-content: space-between;
  }
  .contents > .mv-box .column2 > p {
      width: 50%;
  }
  .contents > .mv-box .column2 > p img {
      width: 100%;
      height: auto;
  }

.columnLtRy {
      display: flex;
      justify-content: space-around;
    margin: 4%;
  }
.columnLtRy_sec {
      display: flex;
      justify-content: space-around;
    margin: 0 4% 4%;
  }
.columnLtRy li.left,  .columnLtRy_sec li.left{
      width: 33.75%;
  }
.columnLtRy li.left img, .columnLtRy_sec li.left img {
    display: block;
    margin: 0;
  }
.columnLtRy li.right, .columnLtRy_sec li.right {
      width: 60%;
  }
    
  .contents > .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 5px;
    overflow: hidden;
  }

   .contents > .img-box .column1 {
      width: 100%;
    }
  .contents > .img-box .column1 li {
      width: 100%;
    }
 .contents > .img-box .column2 {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  .contents > .img-box .column2 li {
      width: 49.86%;
    }
  .contents > .img-box li.pb5 {
      padding-bottom: 5px;
    }
  .contents > .img-box li .img {
    width: 100%;
    height: auto;
  }
    .contents .w100 {
    width: 100%;
    display: block;
  }
  
  .contents > .img-box .left-box {
    width: 49.86%;
      margin-right: 5px;
  }
  .contents > .img-box .left-box .img {
    width: 100%;
      height: auto;
  }
  .contents > .img-box .right-box {
    width: 49.86%;
  }
  .contents > .img-box .right-box .img {
    width: 100%;
      height: auto;
  }
  .contents > .img-box .right-box .img:last-child {
    margin-top: 4px;
    }
    
    .contents .img-box6040 {
        display: flex;
        justify-content: space-between;
        max-width: 90%;
        margin: 100px auto 30px;
    } 
    .contents .img-box6040 img {
        width: 100%;
        height: auto;
    } 
    .contents .img-box6040 p:first-child {
        width: 59%;
    } 
    .contents .img-box6040 p:last-child {
        width: 39%;
        margin-top: 120px;
    } 
    
  .contents > .map-box {
    width: 90.4%;
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 90px;
      align-items: center;
  }
  .contents > .map-box .left-box {
    width: 50%;
  }
  .contents > .map-box .left-box .text {
    font-size: 14px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.64;
  }
  .contents > .map-box .left-box .text span {
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
  }
  .contents > .map-box .left-box .img {
    width: 100%;
    margin-top: 40px;
  }
  .contents > .map-box .left-box .maptext {
    font-size: 14px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    line-height: 1.5;
  }
  .contents > .map-box .left-box .maptext dt {
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
  }
  .contents > .map-box .left-box .maptext dd {
    font-weight: 300;
      margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing:1px;
  }
    
  .contents > .map-box .right-box {
    width: 45%;
      padding-left: 5%;
  }
  .contents > .map-box .right-box img {
    width: 100%;
      height: auto;
  }
  .contents > .map-box .right-box .left {
    width: 60%;
  }
  .contents > .map-box .right-box .right {
    width: 80%;
      float: right;
      margin-top: 20px;
  }
  .contents > .map-box .img-box {
    width:100%;
    max-width: 1520px;
    margin-top: 90px;
  }
  .contents > .map-box .img-box img {
    width: 100%;
      height: auto;
  }

  .contents > .map-box .img-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 150px;
  }
  .contents > .map-box .img-box .img {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .contents > .map-box .img-box .img:last-child {
    margin-right: 0;
    margin-top: 152px;
  }
   
.article-box .column-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 1520px;
    padding-top: 150px;
}    
        .column-box .column5050 {
        display: flex;
        max-width: 1520px;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }
    .column-box .column5050 li {
        max-width: 750px;
        margin-right: 1%;
    }
    .column-box .column5050 li:last-child {
        margin-top: 50px;
        margin-left: 1%;
    }
    .column-box .column5050 li.sec:last-child {
        margin-top: 0;
        margin-left: 1%;
    }
    .column-box  .column5050 li img {
        width: 100%;
        height: auto;
    }
   .column-box  .column5050 li .imgcaption {
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
        display: block;
        margin: 5px 0 0;
    font-weight: 300;
    }
  
.contents > .essay-box .slider-box {
    background-color: #000;
  }
  .contents > .essay-box .slider-box .swiper {
    width: 90.4%;
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contents > .essay-box .slider-box .swiper .thumbnail-box {
    width: 69%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .essay-box .slider-box .swiper .thumbnail-box .img {
    width: 100%;
  }
  .contents > .essay-box .slider-box .swiper .text-box {
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 69%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .essay-box .slider-box .swiper .text-box .title {
    font-size: 5.9vw;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 16%;
  }
  .contents > .essay-box .slider-box .swiper .text-box .vol {
    font-size: 1.5vw;
    line-height: 1.077;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 30px;
  }
  .contents > .essay-box .slider-box .swiper .text-box .sub-title {
    font-size: 2.5vw;
    line-height: 1.077;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 10px;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
    line-height: 50px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 700;
    width: 500px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-top: 20%;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn svg {
    display: inline-block;
    margin-left: 12px;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn svg path {
    -webkit-transition: fill 0.3s ease, color 0.3s ease;
    transition: fill 0.3s ease, color 0.3s ease;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn:hover svg path {
    fill: #fff;
  }
  .contents > .essay-box > .thumbnail-box {
    width: 90.4%;
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
      justify-content: center;
  }
  .contents > .essay-box >  .thum  {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
  .contents > .essay-box > .thumbnail-box .thumb {
      width: 10.75%;
      margin-right: 2%;
      margin-bottom: 2%;
  }
  .contents > .essay-box > .thumbnail-box .thumb:nth-child(8n) {
    margin-right: 0;
  }
  .contents > .essay-box > .thumbnail-box .img {
    width: 100%;
  }
  .contents > .essay-box > .thumbnail-box .ttl {
      display: block;
      font-size: 14px;
      margin-top: 5px;
      text-align: center;
  }
  .contents > .profile-box {
    margin-right: auto;
    margin-left: auto;
    width: 57%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 50px;
  }
  .contents > .profile-box .img-box {
    width: 46.8%;
    margin-right: 20px;
  }
  .contents > .profile-box .img-box .img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .contents > .profile-box .text-box {
    width: calc(53.2% - 20px);
    padding-top: 15px;
    font-weight: 300;
    margin-top: 0;
  }
  .contents > .profile-box .text-box .title {
    font-size: 30px;
    line-height: 1;
    color: #1f57b8;
    font-weight: 400;
    margin-top: 0;
  }
  .contents > .profile-box .text-box .name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
  }
  .contents > .profile-box .text-box .description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.714;
    font-weight: 300;
    margin-top: 25px;
  }

  .spl-title {
    font-size: 22px;
    color: #fff;
  }
}
@media screen and (max-width: 835px) {
  .contents {
    padding-top: 50px;
  }
  .contents > .mv-box {
    width: 100%;
    position: relative;
  }
  .contents > .mv-box .mv,
    .contents .w100 {
    width: 100%;
    display: block;
  }
  .contents > .mv-box .logo {
    position: absolute;
    width: 88px;
    top: 2.0%;
    right: 4%;
  }
  .contents > .mv-box .logo img {
    width: 100%;
  }
  .contents > .mv-box .logo .ja {
    width: 75%;
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .contents > .mv-box .main-content {
    width: 97%;
      height: 100%;
    position: absolute;
      top: 4%;
      left: 3%;
  }
  .contents > .mv-box .main-content .title {
    font-size: 50px;
    line-height: 1;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    color: #fff;
    position: absolute;
    left: 1%;
    top: 0;
  }
  .contents > .mv-box .main-content .name {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    display: block;
    font-weight: 300;
    text-align: center;
    margin-top: 24px;
    position: absolute;
    left: 1%;
    top: 18%;
  }
  .contents > .mv-box .main-content .name .post {
    font-size: 13px;
    line-height: 1.4;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    color: #fff;
    display: block;
  }
  .contents > .mv-box .main-content .caption {
    display: block;
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
    color: #fff;
    margin-top: 60px;
    font-weight: 700;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 1%;
    top: 25%;
  }
  .contents > .mv-box .main-content .text {
    display: block;
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
    color: #fff;
    /*margin-top: 20px;*/
    font-weight: 300;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 1%;
    top: 75%;
  }
    
    
  .contents > .mv-box .column2 {
    display: block;
  }
  .contents > .mv-box .column2 > p {
      width: 100%;
  }
  .contents > .mv-box .column2 > p img {
      width: 100%;
      height: auto;
  }

 .columnLtRy {
      display: block;
    margin: 2% auto;
     width: 92%;
  }
.columnLtRy_sec {
     width: 92%;
      display: block;
    margin: 0 auto 2%;
  }
.columnLtRy li.left,  .columnLtRy_sec li.left{
      width: 100%;
    margin-bottom: 2%;
  }
.columnLtRy li.left img, .columnLtRy_sec li.left img {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
.columnLtRy li.right, .columnLtRy_sec li.right {
      width: 100%;
  }
.columnLtRy li.right img, .columnLtRy_sec li.right img {
      width: 100%;
  }
   
    
  .contents > .description-box {
    background-image: none !important;
  }
  .contents > .description-box .inner {
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .description-box .inner .img-box {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 95px;
  }
  .contents > .description-box .inner .img-box .img {
    width: 53.3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .contents > .description-box .inner .img-box .img:last-child {
    margin-top: 50px;
  }
  .contents > .description-box .inner .text-box {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    padding-bottom: 45px;
  }
  .contents > .description-box .inner .text-box .caption {
    font-size: 20px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-top: 40px;
    padding-bottom: 5px;
  }
  .contents > .description-box .inner .text-box .caption.top_set {
    margin-top: 0;
  }
  .contents > .description-box .inner .text-box .text {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.8;
    margin-top: 20px;
  }
    
  .contents > .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    overflow: hidden;
    height: auto !important;
  }
  .contents > .img-box .column3 {
      display: block;
    width: 76.8%;
    margin-right: auto;
    margin-left: auto;
    }
  .contents > .img-box .column2,
    .contents > .img-box .column1{
      display: block;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    }
  .contents > .img-box .column3 li, .contents > .img-box .column2 li {
      margin-bottom: 10px;
    }
  .contents > .img-box .column3 li .img, .contents > .img-box .column2 li .img, .contents > .img-box .column1 li .img {
    width: 100%;
    height: 100%;
  }

  .contents > .img-box .left-box {
    width: 80%;
      margin: 0 auto;
  }
  .contents > .img-box .left-box .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents > .img-box .right-box {
    width: 92%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .img-box .right-box .img {
    width: 100%;
    margin-top: 10px;
    height: 100%;
    }
    
    
  .contents > .img-box li.pb5 {
      padding-bottom: 10px;
    }
    
  .contents > .img-box .right-box .img:last-child {
    margin-top: 10px;
    }   
    
    
  .contents > .map-box {
    padding-top: 22px;
    padding-bottom: 30px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .map-box .left-box .text {
    line-height: 1.76;
    font-size: 13px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #000;
  }
  .contents > .map-box .left-box .text span {
    font-weight: 400;
  }
  .contents > .map-box .left-box .img {
    width: 100%;
    margin-top: 35px;
  }
  .contents > .map-box .img-box {
    width: 100%;
    margin-top: 25px;
  }
  .contents > .map-box .img-box .img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .map-box .img-box .img:last-child {
    margin-right: 0;
    margin-top: 15px;
  }
    
  .contents > .map-box .right-box {
    width: 100%;
  }
  .contents > .map-box .right-box img {
    width: 100%;
      height: auto;
  }
  .contents > .map-box .right-box .left {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .map-box .right-box .right {
    width: 100%;
      margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
    
   .contents > .map-box .img-box {
    width: 100%;
    margin-top: 25px;
  }
  .contents > .map-box .img-box .img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .map-box .img-box .img:last-child {
    margin-right: 0;
    margin-top: 15px;
  }
    
  .contents > .essay-box .slider-box {
    background-color: #000;
  }
  .contents > .essay-box .slider-box .swiper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contents > .essay-box .slider-box .swiper .thumbnail-box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .contents > .essay-box .slider-box .swiper .thumbnail-box .img {
    width: 100%;
  }
  .contents > .essay-box .slider-box .swiper .text-box {
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents > .essay-box .slider-box .swiper .text-box .title {
    font-size: 50px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
  }
  .contents > .essay-box .slider-box .swiper .text-box .vol {
    font-size: 13px;
    line-height: 1.07;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 15px;
  }
  .contents > .essay-box .slider-box .swiper .text-box .sub-title {
    font-size: 25px;
    line-height: 1.07;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 5px;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    padding-left: 45px;
    padding-right: 45px;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-top: 23px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents > .essay-box .slider-box .swiper .text-box .btn svg {
    margin-left: 10px;
    width: 7px;
  }
  .contents > .essay-box > .thumbnail-box {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents > .essay-box > .thumbnail-box .thumb {
    width: calc((100% - 20px)/3);
    display: block;
    margin-right: 10px;
  }
  .contents > .essay-box > .thumbnail-box .thumb:nth-child(3n) {
    margin-right: 0;
  }
  .contents > .essay-box > .thumbnail-box .thumb:nth-child(n+4) {
    margin-top: 10px;
  }
  .contents > .essay-box > .thumbnail-box .img {
    width: 100%;
  }
  .contents > .essay-box > .thumbnail-box .ttl {
      display: block;
      font-size: 12px;
      margin-top: 5px;
      text-align: center;
  }
  .contents > .profile-box {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    margin-top: 25px;
  }
  .contents > .profile-box .img-box {
    margin-right: auto;
    margin-left: auto;
    width: 65%;
  }
  .contents > .profile-box .img-box .img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .contents > .profile-box .text-box {
    width: 100%;
    padding-top: 15px;
    font-weight: 300;
  }
  .contents > .profile-box .text-box .title {
    font-size: 16px;
    line-height: 1;
    color: #1f57b8;
    font-weight: 400;
  }
  .contents > .profile-box .text-box .name {
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
  }
  .contents > .profile-box .text-box .description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 10px;
  }

  .spl-title {
    font-size: 22px;
    color: #fff;
  }
    
    .article-box .column-box {
    width: 92%;
    margin: 40px auto 20px;
}    
        .column-box .column5050 {
        display: block;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    .column-box .column5050 li {
        width: 100%;
    }
    .column-box .column5050 li:first-child {
        margin-bottom: 20px;
    }
    .column-box  .column5050 li img {
        width: 100%;
        height: auto;
    }
    .column-box  .column5050 li .imgcaption {
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
        display: block;
        margin: 5px 0 0;
    font-weight: 300;
    }

    .contents .img-box6040 {
        display: block;
        max-width: 92%;
        margin: 30px auto;
    } 
    .contents .img-box6040 img {
        width: 100%;
        height: auto;
    } 
    .contents .img-box6040 p:first-child {
        width: 100%;
        margin-bottom: 20px;
    } 
    .contents .img-box6040 p:last-child {
        width: 100%;
    } 
}

/* 相原さんギャラリーのh1対応 */
@media screen and (min-width: 836px) {
  .contents > .mv-box .main-content .volh1 {
    font-size: 23px;
    font-family:  "Noto Serif JP", serif;
    line-height: 2.174;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
  }
}  
@media screen and (max-width: 835px) {
 
  .contents > .mv-box .main-content .volh1 {
    display: block;
    font-size: 14px;
    font-family:  "Noto Serif JP", serif;
    line-height: 1.8;
    color: #fff;
    margin-top: 80px;
    font-weight: 300;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
      position: absolute;
      top: 50%;
  }
}