@charset "UTF-8";

/***********************************************************************
 * content
 ********************************************************************** */

.main-image{
  margin-bottom: 20px;
}

.main-image figure{
  position: relative;
}

/*
.main-image figure::after{
  content: "";
  display: block;
  background: url(../../images/common/icn-pinch.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
*/

.main-image img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.main-image .caption{
  position: relative;
}

.main-image .caption p{
  display: block;
  margin: auto;
  width: calc(100% - 100px);
  line-height: 1.3;
}

@media only screen and (orientation:landscape){
  .main-image .caption p{
    text-align: center;
  }
}

.sub-list-wrapper{
  margin-bottom: 30px;
}

.sub-list-wrapper .sub-list{
  margin: auto;
  display: block;
  text-align: center;
  width: 310px;
  font-size: 1px;
  line-height: 1;
}

.sub-list-wrapper .sub-list li{
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

.sub-list-wrapper .sub-list li:nth-child(3n)
,.sub-list-wrapper .sub-list li:last-child{
  margin-right: 0;
}

.sub-list-wrapper .sub-list li:nth-child(n+4){
  margin-top: 15px;
}

@media only screen and (orientation:landscape){
   /* Landscape */
   .sub-list-wrapper .sub-list{
      width:100%;
      max-width: 320px;
      font-size: 0;/* inline-blockの隙間を削除 */
   }
   .sub-list-wrapper .sub-list li:nth-child(3n){
     margin-right: 0;
   }
}

.sub-list-wrapper .sub-list li a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.sub-list-wrapper .sub-list li .current{
  border: solid 5px #2258a2;
  box-sizing:border-box;
}

.sub-list-wrapper .sub-list li img{
  height: 90px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.area-shere-sns{
   background-color: #EEEEEE;
   padding: 16px;
   display: block;
 }

 .area-shere-sns .sns-list{
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
 }

.area-shere-sns li{
  display: inline-block;
  width: 47%;
  margin-right: 4%;
}

.area-shere-sns li:last-child{
  margin-right: 0;
}

.area-shere-sns li a{
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.area-shere-sns .twi-tweet{
  background: #55acee;
}

.area-shere-sns .fb-share{
  background: #3b5998;
}

.area-shere-sns .line-share{
  background: #00c21b;
}

.area-shere-sns li a span{
  display: inline-block;
}

.area-shere-sns .twi-tweet span::before{
  content: "";
  background: url(../../images/svg/icn-tw.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.area-shere-sns .fb-share span::before{
  content: "";
  background: url(../../images/svg/icn-fb.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 10px;
  margin-right: 8px;
  vertical-align: middle;
}

.area-shere-sns .line-share span::before{
  content: "";
  background: url(../../images/svg/icn-line.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
