@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/
#singleWrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.titleBox{
  width: 100px;
  height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  align-items: flex-start;
  text-align: center;
}

.titleBox h3{
  font-family: 'Overpass', sans-serif;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 5px solid #000;
  text-align: center;
}

.titleBox h2{
  padding-top: 30px;
  display: inline-block;
  writing-mode: vertical-rl;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: bold;
  white-space: normal;
}

@media screen and (max-width: 1240px) {
  .contentsBox{
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 1000px) {
  .titleBox{
    height: calc(100vh - 70px);
  }
}

@media screen and (max-width: 600px) {
  #singleWrap{
    display: block;
  }
  
  .titleBox{
    position: relative;titleBox
    text-align: center;
    width: 100%;
    height: auto;
    top: auto;
  }
  
  .titleBox h3{
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
  }
  
  .titleBox h2{
    writing-mode: horizontal-tb;
    padding: 10px 20px 30px;
    padding-left: 0;
  }
  
  .contentsBox{
    width: 100%;
  }
}

/*==============================
メイン
==============================*/


#singleWrap{
  margin-bottom: 50px;
}

.titleBox{
  height: 150px;
}

.titleBox h2{
  display: none;
  height: auto;
}

.titleBox img{
  margin-top: 20px;
}

.contentsBox{
  width: calc(100% - 250px);
  margin-left: 150px;
}

.contentsBox > img{
  max-width: 100%;
  margin-bottom: 50px;
  vertical-align: bottom;
}

.contentsBox > img:nth-of-type(1){
  width: 63.1428%;
}

.contentsBox > img:nth-of-type(2){
  width: 68.4761%;
}

.contentsBox > img:nth-of-type(3){
}

.contentsBox > img:nth-of-type(4){
  width: 73.9047%;
}

.contentsBox > h4{
  display: none;
}

.contentsBox p{
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: bold;  
}

.contentsBox > p{
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.snsList{
  position: relative;
  width: 100%;
  max-width: 350px;
  border: 7px solid #000;
  border-radius: 10px;
  text-align: center;
  padding: 10px 50px 40px;
}

.snsList::before{
  content: "";
  width: 60%;
  height: 7px;
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}

.snsList > img{
  position: relative;
  top: -35px;
}

.snsList > ul li{
  margin-bottom: 20px;
  text-align: left;
}

.snsList > ul li:nth-of-type(3){
  margin-bottom: 10px;
}

.snsList > ul li:last-of-type{
  margin-bottom: 0;
}

.snsList > ul li a{
  display: block;
  position: relative;
}

.snsList > ul li a::before{
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 13px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
}

.snsList > ul li a:hover{
  opacity: 1;
}

.snsList > ul li a:hover::before{
  display: block;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1240px) {
  .contentsBox{
    width: calc(100% - 200px);
    margin-left: 100px;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 840px) {
  .contentsBox{
    width: calc(100% - 150px);
    margin-left: 50px;
  }
}

@media screen and (max-width: 600px){
  .titleBox img{
    display: none;
  }
  
  .titleBox{
    text-align: center;
    height: auto;
    margin-bottom: 30px;
  }
  
  .contentsBox{
    width: 100%;
    margin-left: 0;
  }  

  .contentsBox > img{
    margin-bottom: 30px;
  }

  .contentsBox > img:nth-of-type(1){
    width: 100%;
  }
  
  .contentsBox > img:nth-of-type(2),
  .contentsBox > img:nth-of-type(4){
    display: none;
  }

  .contentsBox > h4{
    display: block;
    margin-bottom: 30px;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  
  .contentsBox > p{
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 30px;
  }
  
  .contentsBox > p:last-of-type{
    margin-bottom: 60px;
  }
  
  .snsList{
    width: 80%;
    margin: 0 auto;
    padding: 10px 30px 40px;
  }
  
  .snsList > img{
    width: 50%;
  }
  
  .snsList ul li:nth-of-type(1) a img{
    width: 75%;
  }
  
  .snsList ul li:nth-of-type(2) a img{
    width: 100%;
  }
  
  .snsList ul li:nth-of-type(3) a img{
    width: 90.4545%;
  }
  
  .snsList ul li:nth-of-type(4) a img{
    width: 42.7272%;
  }
}

@media screen and (max-width: 414px){
}