@charset "UTF-8";
html, body {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

* {
    box-sizing: border-box;
}


body {
  background: #EEE;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}



.swiper {
    width:100%;
  max-width: 640px;
  height: 410px;
  margin: 0 auto;
  padding: 0 0 30px;
}


@media all and (max-width:560px) {
.swiper {
    width:100%;
    max-width: 640px;
    height: 460px;
    margin: 0 auto;
    padding: 0 0 50px;
}   
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #FFF; 
}


.swiper-slide  a.slide-content {
    display:block;
    width:100%;
    height:100%;
    cursor: pointer;
    border:1px solid #c1c1c1;
    text-decoration:none;
}


.swiper-slide img {
  display: block;
  width: 100%;
  /*height: 100%;
  object-fit: cover;*/
}
.content {
  display: block;
  width: 100%;
  padding: 1em;
}


.block_image {
    width:100%;
    position:relative;
    background:#F1F2F2;
}


.block_image::before {
    padding-top:100%;
    content:"";
    display:block;
}


.block_image img,
.block_image video {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
				left: 0;
    object-fit:contain;
}


.icon_instagram {
    display:block;
    width:20px;
    height:20px;
    font-size:18px;
    color:#ffba36;
    position:absolute;
    top:4px;
    left:4px;
    border:none;
}



.block_modal {
  padding: 100px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/*ajax用*/
#ajax-wrap {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  background: #fff;
  padding: 20px;
}
#ajax-wrap h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
/*インライン用*/
#inline-wrap {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  background: #fff;
  padding: 20px;
}
#inline-wrap h1 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
#inline-wrap .image img {
  width: 100%;
  max-width: 600px;
}
#inline-wrap .image, #inline-wrap .popup-modal-dismiss {
  text-align: center;
}
/*表示のエフェクト*/
.mfp-fade.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: -40px;
  right: -15px;
  font-size: 50px !important;
  color: #FFF !important;
}
.block_slidegallery {
  position: relative;
    width:96%;
  max-width: 760px;
  margin: 0 auto;
    padding-bottom:50px;
}


.mfp-html {
    width:100% !important;
}

/* モーダル内開閉 */
.block_post {
    width:100%;
    max-width:860px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.block_post .post_img {
    width:43.6%;
    position:relative;
    background:#f1f2f2;
}


.block_post .post_img::before {
    content:"";
    display:block;
    padding-top:100%;
}


.block_post .post_img img,
.block_post .post_img video {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    object-fit: contain;
}


.block_post .post_txt {
    width:52.3%;
}


@media all and (max-width:560px) {
.block_post .post_img {
    width:100%;
}

.block_post .post_txt {
    width:100%;
}    
}


h4.sns_id {
    font-size:16px !important;
    position:relative;
    padding:0 0 0 35px !important;
    color:#000 !important;
    margin:30px 0 30px;
}


.content h4.sns_id {
    font-size:14px !important;
    position:relative;
    padding:0 0 0 35px !important;
    color:#000 !important;
    margin:0 0 15px;
}


h4.sns_id span {
    font-size:1.8em !important;
    color:#ffba36 !important;
    position: absolute;
    left:0;
    top:-5px;
}


.grad-wrap {
    position: relative;
}

.grad-btn {
    display:block;
    width:190px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left:50%;
    margin: auto;
    padding: 0.5em 0 0.3em;
    border:1px solid #CCC;
    background:#FFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    transform:translateX(-50%);
}
.grad-btn::before {
  content: "続きを読む"
}

.grad-btn::after {
  content: "";
    display:block;
    width:7px;
    height:7px;
    border-bottom:1px solid #CCC;
    border-left:1px solid #CCC;
    border-top:none;
    border-right:none;
    position:absolute;
    bottom:15px;
    right:20px;
    transform:rotate(-45deg);
}


.grad-item {
  position: relative;
  overflow: hidden;
  height: 230px; /*隠した状態の高さ*/
  padding:0 0 40px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "コメントを隠す" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "";
    display:block;
    width:7px;
    height:7px;
    border-top:1px solid #CCC;
    border-right:1px solid #CCC;
    border-left:none;
    border-bottom:none;
    position:absolute;
    bottom:10px;
    right:20px;
    transform:rotate(-45deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


.block_insta {
    margin:30px 0 0;
    text-align:right;
}


.block_insta a {
    color:#000;
    text-decoration:none;
    position:relative;
    padding:0 0 0 30px;
}


.block_insta a span {
    font-size:1.8em;
    color:#ffba36;
    position: absolute;
    left:0;
    top:-5px;
}


.date_btn {
    width:100%;
    padding:0 0 0 60px;
    text-align:right;
    font-size:14px;
    position:relative;
    color:#000;
    text-decoration:none;
}


.date_btn .icon01 {
    width:20px;
    height:20px;
    font-size:20px;
    color:#ffba36;
    position:absolute;
    left:0;
    bottom:0;
}


.date_btn .icon02 {
    width:20px;
    height:20px;
    font-size:20px;
    color:#ffba36;
    position:absolute;
    left:25px;
    bottom:0;
}


.content p.sns_txt {
    font-size:12px !important;
    color:#000 !important;
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
    padding:0 0 10px;
    text-align:left !important;
}
.content p.sns_txt::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.displaynone {
	display: none;
}